summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend/icode
Commit message (Expand)AuthorAgeFilesLines
* Remove the rest of ICodesLukas Rytz2015-11-063-167/+0
* Remove ICode's TypeKinds, use BTypes in the backend insteadLukas Rytz2015-11-062-451/+1
* Remove ICodeSimon Ochsenreither2015-10-3122-7106/+4
* Merge pull request #4689 from retronym/topic/trait-default-specializationLukas Rytz2015-09-181-1/+2
|\
| * Allow BCode to emit default interface methodsJason Zaugg2015-08-111-1/+2
* | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-082-3/+3
|/
* Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-131-1/+1
|\
| * Fix 27 typos (p-r)Janek Bogucki2015-06-301-1/+1
* | Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-242-3/+3
|\|
| * Fix 36 typos (d-f)Janek Bogucki2015-06-212-3/+3
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-05-012-5/+5
|\|
| * Fix many typosMichaƂ Pociecha2015-04-212-5/+5
* | 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-293-4/+4
|\|
| * Merge pull request #4201 from mpociecha/fix-typos-in-docs-and-commentsGrzegorz Kossakowski2015-01-143-4/+4
| |\
| | * Fix many typos in docs and commentsmpociecha2014-12-143-4/+4
| * | [nomerge] SI-9030 don't call private BoxesRunTime.equalsNumCharLukas Rytz2014-12-111-1/+1
| |/
* | Merge commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-292-9/+12
|\|
| * Abstract over ClassPath and ClassRepmpociecha2014-11-281-1/+2
| * Avoid wasteful array creation in backendJason Zaugg2014-10-101-8/+10
* | 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-8324 Fix regression in override checks for sealed classesJason Zaugg2014-02-221-2/+2
* SI-6732 deprecates internal#Symbol.isPackageEugene Burmako2014-02-141-1/+1
* Merge pull request #3449 from retronym/topic/opt11Grzegorz Kossakowski2014-02-052-6/+8
|\
| * Avoid work in GenICode#run when inactive.Jason Zaugg2014-01-311-2/+4
| * Avoid needless Name creationJason Zaugg2014-01-311-4/+4
* | SI-8233 Fix regression in backend with boxed nullsJason Zaugg2014-02-051-2/+12
|/
* Merge pull request #3368 from retronym/ticket/8151Grzegorz Kossakowski2014-01-211-1/+1
|\
| * SI-8151 Remove -Yself-in-annots and associated implementationJason Zaugg2014-01-151-1/+1
* | Merge commit '97b9b2c06a' from 2.10.x into masterAdriaan Moors2014-01-172-4/+5
|\ \ | |/ |/|
| * SI-8062 Fix inliner cycle with recursion, separate compilationJason Zaugg2013-12-102-4/+5
* | SI-7546 Use likely monotonic clock source for durationsSimon Ochsenreither2013-12-131-2/+3
* | deprecate Pair and TripleDen Shabalin2013-11-202-2/+2
* | SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-081-2/+2
* | Removing unused code.Paul Phillips2013-10-024-13/+0
* | Merge pull request #2954 from retronym/ticket/7852Jason Zaugg2013-09-231-0/+19
|\ \
| * | 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
* | | Cull extraneous whitespace.Paul Phillips2013-09-182-4/+2
|/ /
* | Logging cleanup.Paul Phillips2013-08-251-5/+5
* | Address TODOs around SymbolLoaders and SymbolTable.Grzegorz Kossakowski2013-07-301-9/+2
* | Fix Platform type in Global to be JavaPlatform.Grzegorz Kossakowski2013-07-271-20/+8