summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend/icode/Members.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove the rest of ICodesLukas Rytz2015-11-061-40/+0
* Remove ICodeSimon Ochsenreither2015-10-311-258/+1
* Allow BCode to emit default interface methodsJason Zaugg2015-08-111-1/+2
* Avoid needless Name creationJason Zaugg2014-01-311-4/+4
* Merge commit '97b9b2c06a' from 2.10.x into masterAdriaan Moors2014-01-171-0/+4
|\
| * SI-8062 Fix inliner cycle with recursion, separate compilationJason Zaugg2013-12-101-0/+4
* | Removing unused code.Paul Phillips2013-10-021-6/+0
* | Adds equals and hashCode to three classes that implement Ordered.Lex Spoon2013-06-261-0/+8
* | Absolutized paths involving the scala package.Paul Phillips2013-05-031-2/+3
* | Merge pull request #2327 from paulp/pr/2315-rebasedPaul Phillips2013-04-021-1/+1
|\ \
| * | SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-1/+1
* | | Merge remote tracking branch 'origin/2.10.x' into topic/merge-2.10.x-to-v2.11...Jason Zaugg2013-04-021-0/+1
|\ \ \ | |/ / |/| / | |/
| * Read version 51 (JDK 7) class files.James Iry2013-03-141-0/+1
* | SI-7006 Improve jump-elision code in GenASMJames Iry2013-02-251-8/+9
* | Banish needless semicolons.Jason Zaugg2013-02-241-12/+12
* | Be explicit about empty param list calls.Jason Zaugg2013-02-241-6/+6
* | Eliminate allocations in uncurry and the backend.Paul Phillips2012-12-271-2/+7
* | Members removed in the backend.Paul Phillips2012-11-191-28/+0
* | Revert "Commenting out unused members."Paul Phillips2012-11-191-25/+25
* | Commenting out unused members.Paul Phillips2012-11-191-25/+25
* | Removed unused imports.Paul Phillips2012-11-061-2/+0
|/
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* SI-6188 ICodeReader notes exception handlers, Inliner takes them into accountMiguel Garcia2012-08-061-0/+1
* moves positions to scala.reflect.internal.utilEugene Burmako2012-06-081-1/+1
* Implemented functionality to invalidate classpath entries, to enable incremen...Martin Odersky2012-05-281-1/+1
* fix for SI-5672Miguel Garcia2012-05-211-4/+16
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-1/+1
* More consistent use of atPhase.Paul Phillips2012-03-011-6/+1
* Whitespace commit.Paul Phillips2012-02-291-3/+3
* Toward a higher level abstraction than atPhase.Paul Phillips2012-02-251-0/+6
* one less TODO and null checkSzabolcs Berecz2012-02-051-2/+1
* More consistent use of Names.Paul Phillips2012-01-051-1/+0
* Optimization/robustness in the backend.Paul Phillips2012-01-031-20/+40
* Created VariantTypeMap.Paul Phillips2011-12-301-1/+2
* Optimization in backend.Paul Phillips2011-12-301-4/+2
* Fix for erroneous bytecode generation.Paul Phillips2011-11-281-1/+0
* Reversed the values of "is" and "is not" in rec...Paul Phillips2011-08-101-1/+1
* Finished up some backend cleanups I'd had lying...Paul Phillips2011-08-031-3/+2
* Adding some Sets/Maps to perRunCaches, and elim...Paul Phillips2011-07-141-2/+1
* Some minor cleanups in the inliner, no review.Paul Phillips2011-05-141-0/+3
* After having to update the code for someone els...Paul Phillips2011-04-301-2/+2
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-281-3/+3
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Misc icode cleanup. No review.Paul Phillips2011-01-041-0/+1
* Some accumulated cleanup done while profiling a...Paul Phillips2010-12-291-3/+1
* One of those annoying patches for which I apolo...Paul Phillips2010-11-021-3/+1
* While trying to come to an understanding with #...Paul Phillips2010-09-301-2/+2
* Bringing the tree and icode checkers back to life.Paul Phillips2010-09-271-3/+13
* A cleanup of the inliner.Paul Phillips2010-09-221-75/+61