summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'scala/2.10.x' into merge-2.10.xGrzegorz Kossakowski2013-09-053-4/+8
|\
| * Merge pull request #2888 from xeno-by/topic/typed-annotatedJason Zaugg2013-09-041-1/+1
| |\
| | * typedAnnotated no longer emits nullsEugene Burmako2013-08-291-1/+1
| * | SI-4760 Parser handles block-ending importSom Snytt2013-08-301-1/+1
| * | Merge pull request #2868 from retronym/ticket/7775Jason Zaugg2013-08-291-2/+6
| |\ \ | | |/ | |/|
| | * SI-7775 Harden against the shifting sands of System.getPropertiesJason Zaugg2013-08-261-2/+6
* | | SI-7781 REPL stack trunc shows causeSom Snytt2013-09-022-7/+87
* | | Merge pull request #2861 from densh/topic/deprecate-early-type-defsGrzegorz Kossakowski2013-08-301-1/+2
|\ \ \
| * | | deprecate early type defsDen Shabalin2013-08-281-1/+2
* | | | Merge pull request #2886 from gkossakowski/merge-2.10.xJason Zaugg2013-08-309-37/+142
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'scala/2.10.x'Grzegorz Kossakowski2013-08-299-37/+142
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge remote-tracking branch 'origin/2.10.2' into merge/2.10.2-to-2.10.xJason Zaugg2013-08-213-26/+20
| | |\ \ | | | |/ | | |/|
| | * | Merge pull request #2838 from retronym/ticket/7716v2.10.3-RC1James Iry2013-08-161-1/+3
| | |\ \
| | | * | SI-7716 Exclude patmat synthetics from bounds checkingJason Zaugg2013-08-161-1/+3
| | * | | Merge pull request #2842 from retronym/ticket/7603-2James Iry2013-08-161-8/+0
| | |\ \ \
| | | * | | SI-7603 Remove diagnostic code for annotation errorJason Zaugg2013-08-161-8/+0
| | | |/ /
| | * | | Merge pull request #2814 from xeno-by/topic/auto-duplicate-expansionsJames Iry2013-08-161-3/+5
| | |\ \ \ | | | |/ / | | |/| |
| | | * | [nomaster] macro expansions are now auto-duplicatedEugene Burmako2013-08-141-3/+5
| | * | | SI-7752 Don't disambiguate type parameters of overloaded altsJason Zaugg2013-08-151-4/+7
| | * | | Merge pull request #2829 from adriaanm/ticket-7014James Iry2013-08-141-3/+8
| | |\ \ \
| | | * | | SI-7014 Annot arg may refer to annotated class's memberAdriaan Moors2013-08-131-3/+8
| | * | | | Merge pull request #2828 from adriaanm/rebase-2771James Iry2013-08-132-13/+47
| | |\ \ \ \
| | | * | | | SI-7694 @uncheckedBounds, an opt-out from type bounds checkingJason Zaugg2013-08-132-13/+47
| | | |/ / /
| | * | | | Merge pull request #2826 from retronym/ticket/7020-2.10.xAdriaan Moors2013-08-131-4/+5
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | SI-7020 Determinism for pattern matcher warningsJason Zaugg2013-08-131-4/+5
| | * | | | Merge pull request #2809 from xeno-by/ticket/7733James Iry2013-08-132-3/+5
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | [nomaster] SI-7733 reflective packages now more consistent with scalacEugene Burmako2013-08-132-3/+5
| | | |/ /
| | * | | Merge pull request #2817 from xeno-by/topic/toolbox-current-run-compilesJason Zaugg2013-08-121-1/+4
| | |\ \ \
| | | * | | currentRun.compiles now correctly works in toolboxesEugene Burmako2013-08-101-1/+4
| | | |/ /
| | * / / [nomaster] macro errors now always have positionsEugene Burmako2013-08-101-1/+1
| | |/ /
| | * | SI-7331 tb.parse returns unpositioned treesDen Shabalin2013-08-081-5/+5
| | * | Merge pull request #2767 from gourlaysama/t4907Adriaan Moors2013-08-051-2/+66
| | |\ \
| | | * | SI-4907 SI-4615 scala.bat honors -J and -D options.Antoine Gourlay2013-07-281-2/+66
* | | | | Merge pull request #2849 from retronym/ticket/7763Jason Zaugg2013-08-292-3/+3
|\ \ \ \ \
| * | | | | SI-7763 Don't eliminate CHECK_CAST in dead code elimination.Jason Zaugg2013-08-291-1/+1
| * | | | | SI-7763 Avoid dropping casts in erasureJason Zaugg2013-08-291-2/+2
* | | | | | Merge pull request #2847 from retronym/ticket/7501Grzegorz Kossakowski2013-08-281-1/+6
|\ \ \ \ \ \
| * | | | | | SI-7501 Pickler: owner adjustment for param syms in annotation argsJason Zaugg2013-08-171-1/+6
* | | | | | | 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-2512-40/+52
* | | | | | | Value class Depth.Paul Phillips2013-08-253-36/+20
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #2805 from adriaanm/rebase-2715James Iry2013-08-231-471/+593
|\ \ \ \ \ \
| * | | | | | Golfed about 20 lines into the sand trap.Paul Phillips2013-08-081-37/+20
| * | | | | | skipping trips to specializeTypes when not necessary in constructorsMiguel Garcia2013-08-081-3/+13
| * | | | | | separation of concerns: guard non-specialized ctor-stats in constructorsMiguel Garcia2013-08-081-115/+120
| * | | | | | better encapsulation in constructors phaseMiguel Garcia2013-08-081-3/+3
| * | | | | | readability for intoConstructors transformerMiguel Garcia2013-08-081-10/+32