summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Restore --show-diff to partest-ack.Paul Phillips2013-08-291-3/+4
* Limit bad advice given for erroneous pattern.Paul Phillips2013-08-294-2/+15
* Removing orphan check/flag files.Paul Phillips2013-08-2942-160/+0
* Merge pull request #2849 from retronym/ticket/7763Jason Zaugg2013-08-293-3/+23
|\
| * SI-7763 Don't eliminate CHECK_CAST in dead code elimination.Jason Zaugg2013-08-292-2/+1
| * SI-7763 Avoid dropping casts in erasureJason Zaugg2013-08-293-2/+23
* | Merge pull request #2879 from retronym/ticket/7785Jason Zaugg2013-08-292-1/+48
|\ \
| * | SI-7785 Preserve TypeVar suspension through TypeMapsJason Zaugg2013-08-272-1/+48
* | | Merge pull request #2847 from retronym/ticket/7501Grzegorz Kossakowski2013-08-284-1/+30
|\ \ \
| * | | SI-7501 Pickler: owner adjustment for param syms in annotation argsJason Zaugg2013-08-174-1/+30
* | | | Merge pull request #2863 from magarciaEPFL/backendish40Grzegorz Kossakowski2013-08-287-75/+289
|\ \ \ \
| * | | | 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
| * | | | SI-7407 fixed in GenBCode but beware, it remains a bug in GenASMMiguel Garcia2013-08-216-0/+36
* | | | | Merge pull request #2883 from retronym/topic/junit-zip-archiveGrzegorz Kossakowski2013-08-273-1/+43
|\ \ \ \ \
| * | | | | A better diagnostic error for corrupt or missing JARs.Jason Zaugg2013-08-272-1/+42
| * | | | | Echo the location of JUnit test failure reports in `ant test.junit`.Jason Zaugg2013-08-271-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2874 from paulp/pr/depthAdriaan Moors2013-08-2726-226/+254
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Logging cleanup.Paul Phillips2013-08-2518-65/+88
| * | | | Value class Depth.Paul Phillips2013-08-2511-161/+166
* | | | | Merge pull request #2850 from gourlaysama/wip/t6507-2Adriaan Moors2013-08-252-6/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-6507 completely sidestep handlers in REPL when :silent in onAntoine Gourlay2013-08-182-6/+5
* | | | | Merge pull request #2873 from paulp/pr/partest-ackAdriaan Moors2013-08-241-79/+79
|\ \ \ \ \
| * | | | | Overhaul of partest-ack.Paul Phillips2013-08-241-79/+79
|/ / / / /
* | | | | Merge pull request #2867 from mmorearty/patch-1Adriaan Moors2013-08-231-1/+1
|\ \ \ \ \
| * | | | | Fix typo in sample code in scaladoc for package scala.sys.processMike Morearty2013-08-231-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2858 from Debilski/docstring-fixAdriaan Moors2013-08-231-1/+1
|\ \ \ \ \
| * | | | | ProcessBuilder.lines(log) *does* throw an exception.Rike-Benjamin Schuppner2013-08-201-1/+1
* | | | | | 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
| * | | | | separation of concerns: eliding param-accessor fields in constructorsMiguel Garcia2013-08-081-115/+135
| * | | | | separation of concerns: delayed-init in constructorsMiguel Garcia2013-08-081-134/+137
| * | | | | method transformClassTemplate() turned into class TemplateTransformerMiguel Garcia2013-08-081-575/+579
| * | | | | eliding what the constructor phase elides but with less effort (2 of 2)Miguel Garcia2013-08-081-63/+1
| * | | | | eliding what the constructor phase elides but with less effort (1 of 2)Miguel Garcia2013-08-081-2/+67
| * | | | | how stuff works: elision of param-accessor-fields and outer-accessorsMiguel Garcia2013-08-081-6/+64
| * | | | | handling AnyVal special case early on to simplify logic afterwardsMiguel Garcia2013-08-081-6/+10
| * | | | | warn about uninitialized reads (in constructors), self-contained checkMiguel Garcia2013-08-081-37/+47
* | | | | | Merge pull request #2852 from retronym/ticket/1980-warningAdriaan Moors2013-08-214-0/+36
|\ \ \ \ \ \
| * | | | | | SI-1980 A lint warning for by-name parameters in right assoc methodsJason Zaugg2013-08-194-0/+36
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #2810 from xeno-by/topic/compile-time-onlyAdriaan Moors2013-08-2110-35/+162
|\ \ \ \ \ \
| * | | | | | @compileTimeOnly now works for symbols from the empty packageEugene Burmako2013-08-152-1/+23
| * | | | | | @compileTimeOnly now works for annotationsEugene Burmako2013-08-152-1/+11
| * | | | | | marks Expr.splice and Expr.value with @compileTimeOnlyEugene Burmako2013-08-153-2/+25
| * | | | | | moves compileTimeOnly to scala-libraryEugene Burmako2013-08-146-33/+105