summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into xsbtJosh Suereth2011-12-053-7/+31
|\
| *-. 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 branch 'master' into xsbtPaul Phillips2011-12-0416-61/+261
|\|
| * Enabled continuations plugin by default.Paul Phillips2011-12-042-12/+9
| *-. Merge remote-tracking branches 'kepler/topic/reifyclasses' and 'ijuma/feature...Paul Phillips2011-12-045-11/+19
| |\ \
| | | * Delegate to Java's implementation of signum for Long and Int.Ismael Juma2011-12-031-9/+3
| | * | Reification of classes now produces trees that can be compiled and run.Eugene Burmako2011-12-044-2/+16
| * | | Add a mnemonic to help remember what's the difference between +:Daniel C. Sobral2011-12-042-0/+8
| * | | 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
| *-----. Merge remote-tracking branches 'dcsobral/parser/NoSuccessMessages', 'dcsobral...Paul Phillips2011-12-023-15/+70
| |\ \ \ \
| | | | * | Make Enumeration.ValueSet SerializableStefan Zeiger2011-12-021-2/+3
| | | | * | Enumeration and Enumeration.ValueSet improvementsStefan Zeiger2011-12-021-15/+48
| | | * | | Makes Range#sum an O(1) operation instead of an O(n) one.Simon Ochsenreither2011-12-021-0/+7
| | | |/ /
| | * | / Add filter/withFilter method to ParserDaniel Capo Sobral2011-12-021-0/+14
| | | |/ | | |/|
| * / | Add withErrorMessage/withFailureMessage to Parser.Daniel C. Sobral2011-12-021-0/+56
| |/ /
* | | Merge branch 'master' into xsbtJosh Suereth2011-12-0214-199/+131
|\| |
| | \
| | \
| *-. \ Merge remote-tracking branches 'szeiger/issue/2196', 'soc/SI-3481' and 'soc/s...Paul Phillips2011-12-021-4/+3
| |\ \ \ | | | |/ | | |/|
| | | * Fixes the annoying spaces between name, type params and params in ScalaDoc.Simon Ochsenreither2011-12-021-4/+3
| | |/
| * / Improve performance of BitSet.sizeStefan Zeiger2011-12-021-12/+1
| |/
| *---. Merge commit 'e21c05'; commit '8b8ed9'; commit '335da6'; commit '5d7da7' into...Paul Phillips2011-12-012-2/+3
| |\ \ \
| | | * | Example in scala.sys.process didn't match the text that describes it. Fixed.Daniel C. Sobral2011-12-011-1/+2
| | | |/
| | * / Makes it possible to use env(1) to run scala scripts, by droppingDaniel C. Sobral2011-12-011-1/+1
| | |/
| * / Fix typo on Regex documentation.Daniel C. Sobral2011-12-011-1/+1
| |/
| *---. Merge remote-tracking branches 'remotes/odersky/master', 'remotes/odersky/top...Paul Phillips2011-12-019-179/+115
| |\ \ \
| | | | * Improved BitSet implementationsStefan Zeiger2011-12-017-179/+111
| | | |/
| | * / Special treatment of emptyValDef in reifyMartin Odersky2011-12-012-0/+4
| | |/
| * | Fix to the fix of AnnotationInfos.Martin Odersky2011-12-011-1/+1
| * | Fix to position in AnnotationInfoMartin Odersky2011-12-011-1/+8
| |/
* / Port of SBT 0.11.x build. Things appear to be working well.Josh Suereth2011-12-011-8/+57
|/
* improve cps handling of if-then-else. no review.Tiark Rompf2011-11-291-29/+33
* 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-284-3/+70
* 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-288-64/+187
* Fix for erroneous bytecode generation.Paul Phillips2011-11-2818-246/+110
* fixed logic error in ant testsmichelou2011-11-271-2/+2
* added support for ant tests to partestmichelou2011-11-276-106/+196
* attempt to fix reopened SI-5196michelou2011-11-272-25/+73
* Annotations reacquainted with reification.Paul Phillips2011-11-263-71/+84
* low-hanging optimization fruit for virtpatmatAdriaan Moors2011-11-242-77/+97