summaryrefslogtreecommitdiff
path: root/test/junit/scala/tools
Commit message (Expand)AuthorAgeFilesLines
* Use ClassTag instead of Manifest in AssertUtil.assertThrows.Sébastien Doeraene2016-12-171-5/+4
* Improve performance of REPL autocompletionJason Zaugg2016-11-221-0/+8
* SI-9832 Fix line endings in junit testSom Snytt2016-10-191-18/+22
* SI-9832 -Xlint:help shows defaultSom Snytt2016-10-111-0/+63
* Test addedwpopielarski2015-11-061-0/+73
* Improve presentation compilation of annotationsJason Zaugg2015-09-241-0/+11
* Support completion in erroneous string interpolation.Jason Zaugg2015-09-241-0/+8
* Fix REPL completion of symbolic identifiersJason Zaugg2015-09-101-1/+8
* Fix completion for synthetic case modules and methodsJason Zaugg2015-09-101-2/+8
* Hide some completion candidates on the first TABJason Zaugg2015-09-091-0/+9
* More liberal matching in REPL autocompletionJason Zaugg2015-09-091-0/+9
* Camel Case and JavaBean completionJason Zaugg2015-09-081-0/+11
* Sort completion proposalsJason Zaugg2015-09-031-0/+3
* Don't offer `asInstanceOf` et al as completions in a fresh REPLJason Zaugg2015-09-031-0/+4
* Add the prefix the autocompletion results (Scope-, TypeMember)Jason Zaugg2015-09-031-0/+3
* Use the presentation compiler to drive REPL tab completionJason Zaugg2015-09-021-0/+109
* Fix typos in spec, docs and commentsMichał Pociecha2015-08-231-1/+1
* SI-9393 fix modifiers of ClassBTypes for Java annotationsLukas Rytz2015-07-241-0/+89
* [backport] Prevent infinite recursion in ProdConsAnalyzerLukas Rytz2015-07-231-0/+42
* Improve some names (t-v)Janek Bogucki2015-07-151-1/+1
* Fix 23 typos (m-o)Janek Bogucki2015-06-282-2/+2
* Merge pull request #4552 from lrytz/opt/closureInliningJason Zaugg2015-06-243-12/+262
|\
| * Producers / Consumers AnalysisLukas Rytz2015-06-223-12/+262
* | Fix 25 typos (g-i)Janek Bogucki2015-06-222-2/+2
|/
* Merge pull request #4529 from lrytz/inlineAccessibilityJason Zaugg2015-06-191-6/+10
|\
| * Fix illegal inlining of instructions accessing protected membersLukas Rytz2015-05-281-6/+10
* | Fix aliasing / nullness of CHECKCASTLukas Rytz2015-06-041-0/+26
* | Address review feedbackLukas Rytz2015-05-251-9/+9
* | Enable nullness analysis in the inlinerLukas Rytz2015-05-251-0/+16
* | Nullness AnalysisLukas Rytz2015-05-221-0/+205
|/
* Merge pull request #4462 from som-snytt/issue/badtabAdriaan Moors2015-04-221-0/+20
|\
| * SI-9275 Fix row-first display in REPLSom Snytt2015-04-211-0/+20
* | Fix many typosMichał Pociecha2015-04-211-1/+1
|/
* Merge pull request #4431 from adriaanm/rebase-4379Adriaan Moors2015-04-131-3/+55
|\
| * Patmat: efficient reasoning about mutual exclusionGerard Basler2015-04-061-3/+55
* | Merge pull request #4413 from lrytz/opt/inliningEverythingLukas Rytz2015-04-077-26/+92
|\ \ | |/ |/|
| * SI-9139 don't inline across @strictfp modesLukas Rytz2015-04-011-0/+21
| * Test case: cannot inline a private call into a different class.Lukas Rytz2015-04-011-0/+27
| * Clean up the way compiler settings are accessed in the backend.Lukas Rytz2015-04-016-26/+19
| * Don't try to inline native methodsLukas Rytz2015-04-011-0/+11
| * Eliminate unreachable code before inlining a methodLukas Rytz2015-04-012-1/+15
* | Merge pull request #4370 from gbasler/ticket/SI-9181Adriaan Moors2015-04-061-0/+3
|\ \ | |/ |/|
| * Add a check to ensure that if the formulas originating from the exhaustivity /Gerard Basler2015-03-021-0/+3
* | Merge pull request #4318 from soc/topic/remove-deprecation-warningsLukas Rytz2015-03-281-2/+2
|\ \
| * | new{Term,Type}Name→{Term,Type}Name, tpename/nme→{type,term}NamesSimon Ochsenreither2015-03-261-2/+2
* | | SI-9038 fix scaladoc syntax highlightning to leave unicode aloneAntoine Gourlay2015-03-261-0/+22
|/ /
* | Don't inline methods containing super calls into other classesLukas Rytz2015-03-122-13/+61
* | Test case for SI-9111 workaround.Lukas Rytz2015-03-111-1/+42
* | Ensure to re-write only trait method calls of actual trait methodsLukas Rytz2015-03-111-0/+70
* | Issue inliner warnings for callsites that cannot be inlinedLukas Rytz2015-03-1111-43/+283