summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend/icode/GenICode.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove ICodeSimon Ochsenreither2015-10-311-2239/+0
* Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-081-2/+2
* Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-241-2/+2
|\
| * Fix 36 typos (d-f)Janek Bogucki2015-06-211-2/+2
* | Merge commit 'fedbfd7' into merge/2.11-to-2.12-apr-21Lukas Rytz2015-04-211-1/+6
|\|
| * SI-9264 An even-better diagnostic for an unexplained crashJason Zaugg2015-04-071-1/+6
* | Merge commit '32f520f' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-7/+9
|\|
| * Improve diagnostic error on failed genLoadIdentJason Zaugg2015-03-241-7/+9
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-01-291-1/+1
|\|
| * Merge pull request #4201 from mpociecha/fix-typos-in-docs-and-commentsGrzegorz Kossakowski2015-01-141-1/+1
| |\
| | * Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
| * | [nomerge] SI-9030 don't call private BoxesRunTime.equalsNumCharLukas Rytz2014-12-111-1/+1
| |/
* / More uniform treatment of package objectsJason Zaugg2014-11-071-1/+1
|/
* Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-041-1/+1
* SI-8625 fix unreachability analysis for boolean expressionsLukas Rytz2014-05-271-3/+10
* BCodeICodeCommon through composition rather than inheritanceLukas Rytz2014-05-081-1/+4
* SI-7852 for GenBCodeLukas Rytz2014-05-071-11/+1
* SI-8330: Mismatch in stack heightsGrzegorz Kossakowski2014-02-241-1/+2
* SI-6732 deprecates internal#Symbol.isPackageEugene Burmako2014-02-141-1/+1
* Merge pull request #3449 from retronym/topic/opt11Grzegorz Kossakowski2014-02-051-2/+4
|\
| * Avoid work in GenICode#run when inactive.Jason Zaugg2014-01-311-2/+4
* | SI-8233 Fix regression in backend with boxed nullsJason Zaugg2014-02-051-2/+12
|/
* Merge commit '97b9b2c06a' from 2.10.x into masterAdriaan Moors2014-01-171-4/+1
|\
| * SI-8062 Fix inliner cycle with recursion, separate compilationJason Zaugg2013-12-101-4/+1
| * [backport] SI-6301 / SI-6572 specialization regressionsJason Zaugg2013-01-291-38/+22
* | SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-081-2/+2
* | SI-7852 Omit null check for SomeModule.==Jason Zaugg2013-09-181-2/+7
* | SI-7852 Omit null check for "".==Jason Zaugg2013-09-171-0/+14
* | Logging cleanup.Paul Phillips2013-08-251-5/+5
* | Fix Platform type in Global to be JavaPlatform.Grzegorz Kossakowski2013-07-271-20/+8
* | Refactor the cake so SymbolTable does not depend on GlobalGrzegorz Kossakowski2013-07-271-2/+6
* | Merge pull request #2693 from lexspoon/semmle-lintAdriaan Moors2013-07-011-1/+1
|\ \
| * | Seals some case class hierarchies.Lex Spoon2013-06-261-1/+1
* | | new bytecode emitter, GenBCode, for now under a flagMiguel Garcia2013-06-011-0/+1
|/ /
* | Concision contribution.Paul Phillips2013-05-231-10/+5
* | SI-7427 stop crashing under -Ydebug.Paul Phillips2013-05-191-2/+1
* | Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* | SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-6/+6
* | Merge pull request #2285 from vigdorchik/silence_scaladocPaul Phillips2013-03-231-13/+13
|\ \
| * | Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-13/+13
* | | Eliminate a bunch of -Xlint warnings.Paul Phillips2013-03-121-21/+21
|/ /
* | Merge pull request #2216 from JamesIry/master_7231James Iry2013-03-081-1/+1
|\ \
| * | SI-7231 Fix assertion when adapting Null type to Array typeJames Iry2013-03-081-1/+1
* | | SI-7006 Cleanup from code reviewJames Iry2013-03-071-4/+13
* | | SI-7006 Prevent unreachable blocks in GenICodeJames Iry2013-03-061-36/+81
|/ /
* | Name boolean arguments in src/compiler.Jason Zaugg2013-03-051-6/+6
* | Merge pull request #2177 from JamesIry/master_SI-7159Grzegorz Kossakowski2013-02-281-18/+14
|\ \
| * | SI-7159 Distinguish between assignability and sub typing in TypeKindsJames Iry2013-02-281-1/+1
| * | SI-7159 Remove erroneous INT <:< LONG in TypeKindsJames Iry2013-02-261-5/+0
| * | SI-7159 Prepare to remove erroneous INT <:< LONG in TypeKindsJames Iry2013-02-261-16/+19