summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend
Commit message (Expand)AuthorAgeFilesLines
*-. Merge commit '075f6f260c'; commit 'e09a8a2b7f' into merge-2.10Adriaan Moors2013-11-132-2/+10
|\ \
| * | SI-6546 InnerClasses attribute refers to absent classPaul Phillips2013-11-042-2/+10
| |/
* | SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-083-6/+6
* | Make GenASM not eliminate loadmodule on static methods.James Iry2013-11-061-1/+2
* | Removing unused code.Paul Phillips2013-10-0213-484/+11
* | Updating Position call sites.Paul Phillips2013-09-271-2/+1
* | 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
* | | Merge pull request #2951 from retronym/ticket/7847Grzegorz Kossakowski2013-09-172-7/+3
|\ \ \ | |/ / |/| |
| * | SI-7847 Static forwarders for case apply/unapplyJason Zaugg2013-09-162-7/+3
* | | Merge pull request #2935 from densh/topic/si-7304-6489-6701Jason Zaugg2013-09-161-1/+1
|\ \ \ | |/ / |/| |
| * | refactor variable arity definitionsDen Shabalin2013-09-121-1/+1
* | | Merge pull request #2859 from som-snytt/issue/7622-phaserGrzegorz Kossakowski2013-09-125-0/+10
|\ \ \ | |/ / |/| |
| * | SI-7622 Clean Up Phase AssemblySom Snytt2013-08-215-0/+10
* | | Merge pull request #2885 from som-snytt/issue/7791-script-linenumsJason Zaugg2013-09-081-1/+2
|\ \ \
| * | | SI-7791 Line number table reflects underlying fileSom Snytt2013-09-051-1/+2
* | | | Merge pull request #2849 from retronym/ticket/7763Jason Zaugg2013-08-291-1/+1
|\ \ \ \
| * | | | SI-7763 Don't eliminate CHECK_CAST in dead code elimination.Jason Zaugg2013-08-291-1/+1
| | |/ / | |/| |
* | | | Merge pull request #2863 from magarciaEPFL/backendish40Grzegorz Kossakowski2013-08-281-75/+253
|\ \ \ \ | |_|/ / |/| | |
| * | | GenBCode: decouple ClassDef traversing from ClassNode buildingMiguel Garcia2013-08-211-68/+126
| * | | GenBCode: decouple ClassNode building from encoding as byte arrayMiguel Garcia2013-08-211-19/+67
| * | | GenBCode: decouple ClassNode building from classfile writingMiguel Garcia2013-08-211-18/+90
| |/ /
* / / Logging cleanup.Paul Phillips2013-08-253-10/+10
|/ /
* | No longer crash on NoSymbol.owner.Paul Phillips2013-08-191-4/+4
* | Address TODOs around SymbolLoaders and SymbolTable.Grzegorz Kossakowski2013-07-301-9/+2
* | Fix Platform type in Global to be JavaPlatform.Grzegorz Kossakowski2013-07-272-39/+13
* | Refactor the cake so SymbolTable does not depend on GlobalGrzegorz Kossakowski2013-07-275-18/+21
* | Deprecate Platform.BinaryRepr.Grzegorz Kossakowski2013-07-272-22/+12
* | Remove dependency on typer phase in ClassfileParser.Grzegorz Kossakowski2013-07-271-0/+10
* | Fixing exhaustiveness warnings.Paul Phillips2013-07-172-2/+2
* | Merge pull request #2660 from retronym/ticket/7582Adriaan Moors2013-07-031-3/+12
|\ \
| * | SI-7582 Only inline accessible calls to package-private Java codeJason Zaugg2013-06-191-3/+12
* | | Merge pull request #2693 from lexspoon/semmle-lintAdriaan Moors2013-07-013-2/+10
|\ \ \
| * | | Adds equals and hashCode to three classes that implement Ordered.Lex Spoon2013-06-261-0/+8
| * | | Seals some case class hierarchies.Lex Spoon2013-06-262-2/+2
* | | | Merge pull request #2620 from magarciaEPFL/backendish33Adriaan Moors2013-07-0112-3/+6643
|\ \ \ \ | |/ / / |/| | |
| * | | GenBCode: Eliminate needless OptionsMiguel Garcia2013-06-271-8/+4
| * | | catching up with a fix in master after this PR was submittedMiguel Garcia2013-06-271-3/+4
| * | | additional documentation for GenBCodeMiguel Garcia2013-06-262-2/+5
| * | | SI-5031 fixed in GenBCodeMiguel Garcia2013-06-062-3/+4
| * | | new bytecode emitter, GenBCode, for now under a flagMiguel Garcia2013-06-0111-3/+6639
| * | | an ICode InvokeStyle can now answer whether it isSuperMiguel Garcia2013-06-011-0/+3
* | | | Merge pull request #2635 from retronym/ticket/7151Grzegorz Kossakowski2013-06-191-2/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-7151 Emit final in bytecode for final inner classes.Jason Zaugg2013-06-071-2/+3
| |/ /
* / / Eliminate needless Options.Paul Phillips2013-06-081-4/+4
|/ /
* | Make all numeric coercions explicit.Paul Phillips2013-05-272-4/+5
* | Concision contribution.Paul Phillips2013-05-233-20/+17
* | SI-7427 stop crashing under -Ydebug.Paul Phillips2013-05-192-19/+17