summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend/icode/analysis
Commit message (Expand)AuthorAgeFilesLines
* Remove ICodeSimon Ochsenreither2015-10-318-1801/+0
* Fix 36 typos (d-f)Janek Bogucki2015-06-211-1/+1
* Fix many typosMichaƂ Pociecha2015-04-211-1/+1
* Fix many typos in docs and commentsmpociecha2014-12-141-2/+2
* SI-8324 Fix regression in override checks for sealed classesJason Zaugg2014-02-221-2/+2
* SI-7546 Use likely monotonic clock source for durationsSimon Ochsenreither2013-12-131-2/+3
* deprecate Pair and TripleDen Shabalin2013-11-202-2/+2
* Seals some case class hierarchies.Lex Spoon2013-06-261-1/+1
* Concision contribution.Paul Phillips2013-05-231-1/+1
* Merge pull request #2493 from paulp/pr/null-hardeningPaul Phillips2013-05-072-2/+4
|\
| * Hardening against nulls for deserialization.Paul Phillips2013-05-032-2/+4
* | Absolutized paths involving the scala package.Paul Phillips2013-05-033-3/+6
|/
* SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-274-7/+7
* Name boolean arguments in src/compiler.Jason Zaugg2013-03-052-5/+5
* Banish needless semicolons.Jason Zaugg2013-02-245-34/+34
* Be explicit about empty param list calls.Jason Zaugg2013-02-242-6/+6
* Don't override empty-paren methods as paren-less.Jason Zaugg2013-02-241-1/+1
* Merge pull request #1648 from paulp/unused-bonanza-2Adriaan Moors2012-11-213-73/+4
|\
| * Members removed in the backend.Paul Phillips2012-11-193-63/+2
| * Removing ancient comments and pointless comments.Paul Phillips2012-11-191-10/+2
| * Revert "Commenting out unused members."Paul Phillips2012-11-193-46/+46
| * Commenting out unused members.Paul Phillips2012-11-193-46/+46
* | Added -Xdev setting... you know, for devsPaul Phillips2012-11-161-1/+1
|/
* Removed unused imports.Paul Phillips2012-11-061-1/+0
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-058-8/+8
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-028-8/+8
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-032-5/+4
* | Remove unused private members.Paul Phillips2012-11-011-22/+0
|/
* Removed many @inline annotations and final modifiers.Paul Phillips2012-09-181-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-2/+2
* Large logging cleanup effort.Paul Phillips2012-09-011-4/+4
* update and normalize copyright noticeAdriaan Moors2012-08-078-8/+8
* SI-6157 don't inline callee with exception-handler(s) if potentially unsafeMiguel Garcia2012-08-061-1/+7
* SI-6142: warn @inline-methods ending up not inlined (rightfully or not)Miguel Garcia2012-07-261-4/+7
* SI-6015 assertion (in Type-flow analysis) that wasn't, valid counterexample f...Miguel Garcia2012-07-111-1/+1
* readability of MethodTFA.mutatingInterpret()Miguel Garcia2012-07-011-106/+37
* refactoring to functional style Inliner's isStampedForInlining()Miguel Garcia2012-06-261-3/+4
* inliner makes fields public only when actually inliningMiguel Garcia2012-06-251-3/+12
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-122-3/+3
* Lots of tedious warning and tree printing work.Paul Phillips2012-03-201-1/+1
* One more to derive trees.Paul Phillips2012-02-231-5/+3
* significantly faster Inliner, with extensive documentation.Miguel Garcia2012-02-172-259/+399
* Intercept assert and require calls.Paul Phillips2012-01-261-1/+1
* bringing down -Yinline time by 33%Miguel Garcia2012-01-161-0/+44
* Optimization/robustness in the backend.Paul Phillips2012-01-034-62/+51
* Fix for erroneous bytecode generation.Paul Phillips2011-11-281-1/+1
* Rooting out mismatched zips.Paul Phillips2011-09-191-45/+43
* [recommit] Backend optimization: Inline excepti...Vlad Ureche2011-08-191-2/+2
* Reversed the values of "is" and "is not" in rec...Paul Phillips2011-08-102-2/+2
* Fixing all the tests and source which still use...Paul Phillips2011-08-082-11/+9