summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Batch files no longer swallow exit codesEugene Burmako2011-12-091-0/+1
* Merge remote-tracking branches 'VladUreche/issue/5054' and 'jsuereth/dont_res...Paul Phillips2011-12-0814-27/+48
|\
| *---. Merge remote-tracking branches 'soc/SI-4990', 'fedgehog/docs_fix_for_scala.Ei...Paul Phillips2011-12-073-7/+10
| |\ \ \
| | | | * Fix reflective toolbox producing invalid bytecodeEugene Burmako2011-12-071-3/+4
| | | |/
| | * / Migration message and version cleanupSimon Ochsenreither2011-12-072-4/+6
| | |/
| * | Merge remote-tracking branch 'kepler/topic/reflectivecompiler' into developPaul Phillips2011-12-071-0/+6
| |\ \
| | * | Reflective compiler now crashes properlyEugene Burmako2011-12-071-0/+6
| * | | More warnings eliminations.Paul Phillips2011-12-0711-20/+32
| | |/ | |/|
* / | Fixed #5054, #5287Vlad Ureche2011-12-082-9/+13
|/ /
* | Merge remote-tracking branch 'soc/scaladoc-spacing' into developPaul Phillips2011-12-061-4/+3
|\ \
| * | Fixes the annoying spaces between name, type params and params in ScalaDoc.Simon Ochsenreither2011-12-061-4/+3
* | | Fix documentation stutters.Blair Zajac2011-12-069-9/+9
| |/ |/|
| |
| \
*-. \ Merge remote-tracking branches 'kepler/topic/dumpclasses' and 'joshmarcus/col...Paul Phillips2011-12-053-3/+25
|\ \ \
| * | | -Ydump-classes: the option to dump the generated bytecodeluajalla2011-12-053-3/+25
| | | |
| \ \ \
*-. \ \ \ Merge remote-tracking branches 'kepler/topic/reifycopypaste' and 'kepler/topi...Paul Phillips2011-12-051-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | A minor fix to -Yreify-copypaste.Eugene Burmako2011-12-051-1/+1
| |/ / /
* | | | Don't generate redundant interfaces.Paul Phillips2011-12-051-1/+13
* | | | Fix path mangling for 'scala' shell script on MinGW/MSYS.Stefan Zeiger2011-12-051-5/+17
|/ / /
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'kepler/topic/reifyclasses' and 'ijuma/feature...Paul Phillips2011-12-044-2/+16
|\ \ \ \
| * | | | Reification of classes now produces trees that can be compiled and run.Eugene Burmako2011-12-044-2/+16
* | | | | Tweaked ident suggestions.Paul Phillips2011-12-043-18/+16
|/ / / /
* | | | Added -Ysuggest-idents.Paul Phillips2011-12-034-15/+94
* | | | Eliminated redundant error message.Paul Phillips2011-12-031-5/+3
|/ / /
* | | Revert "Fixes the annoying spaces between name, type params and params in Sca...Paul Phillips2011-12-021-3/+4
* | | Fixes the annoying spaces between name, type params and params in ScalaDoc.Simon Ochsenreither2011-12-021-4/+3
| |/ |/|
* | Makes it possible to use env(1) to run scala scripts, by droppingDaniel C. Sobral2011-12-011-1/+1
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'remotes/odersky/master', 'remotes/odersky/top...Paul Phillips2011-12-012-159/+2
|\ \ \ \ | | | |/ | | |/|
| | | * Improved BitSet implementationsStefan Zeiger2011-12-011-159/+0
| | |/
| * / Special treatment of emptyValDef in reifyMartin Odersky2011-12-011-0/+2
| |/
* | Fix to the fix of AnnotationInfos.Martin Odersky2011-12-011-1/+1
* | Fix to position in AnnotationInfoMartin Odersky2011-12-011-1/+8
|/
* Fixed -Xfuture 5.ds, deprecated 0-octal.Paul Phillips2011-11-291-38/+40
* Added the check against UnitClass in freeLocals...Eugene Burmako2011-11-291-1/+1
* Attempt to fix #5230. Review by burmako.Martin Odersky2011-11-291-2/+4
* Small change to get rid of naming awkwardness f...Martin Odersky2011-11-281-10/+11
* -Yreify-copypaste: the copy/pasteable mode for ...Eugene Burmako2011-11-283-1/+68
* Revised macro defs, added a test case.Martin Odersky2011-11-285-19/+27
* Reflection toolboxes now respect settings that ...Eugene Burmako2011-11-284-1/+32
* Experimental version of macro definitions.Martin Odersky2011-11-287-61/+183
* Fix for erroneous bytecode generation.Paul Phillips2011-11-2814-126/+110
* attempt to fix reopened SI-5196michelou2011-11-272-25/+73
* Annotations reacquainted with reification.Paul Phillips2011-11-262-68/+78
* low-hanging optimization fruit for virtpatmatAdriaan Moors2011-11-242-77/+97
* Fast PartialFunction # orElse.Martin Odersky2011-11-244-7/+8
* Reduced accumulation of repackExistentials.Paul Phillips2011-11-245-63/+58
* Minor restructuring in Implicits.Paul Phillips2011-11-245-197/+154
* Optimization of typedArgs.Paul Phillips2011-11-241-7/+17
* AnnotationInfo inertia takes me into continuati...Paul Phillips2011-11-234-7/+35
* fixed deprecated number syntaxmichelou2011-11-231-7/+8
* - fixed code lifting of String, Int, ...vogt2011-11-231-1/+1