summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | [vpm] unapplyProd: faster matching for case classesAdriaan Moors2011-12-244-84/+206
| |_|/ |/| |
* | | global.abort calls global.error.Paul Phillips2011-12-222-2/+8
* | | Hardening of resetAllAttrs.Martin Odersky2011-12-222-41/+44
* | | Hardening of isJavaClass.Martin Odersky2011-12-221-1/+1
* | | Omit non-essential TypeApply trees.Eugene Burmako2011-12-225-40/+6
| |/ |/|
* | Type checking now puts tree to be typed in local contextMartin Odersky2011-12-221-11/+31
|/
*---. Merge remote-tracking branches 'jsuereth/xsbt', 'kepler/ticket/5226' and 'kep...Paul Phillips2011-12-2115-165/+1233
|\ \ \
| | | * Made -Ystop-after:parser work correctlyEugene Burmako2011-12-211-2/+4
| | * | Attempt to fix classloader issuesEugene Burmako2011-12-211-2/+4
| | |/
| * | Merge branch 'master' into xsbtJosh Suereth2011-12-2014-55/+262
| |\|
| * | Removing local linux sbt scripts.Josh Suereth2011-12-202-84/+0
| * | Merge branch 'master' into xsbtJosh Suereth2011-12-1812-267/+511
| |\ \
| * | | Brought version detection up-to-date.Josh Suereth2011-12-162-19/+21
| * | | Native SHA1 calculations.Josh Suereth2011-12-142-8/+56
| * | | Merge branch 'xsbt' of github.com:scala/scala into xsbtJosh Suereth2011-12-1416-42/+246
| |\ \ \
| | * | | Fixes windows issues.Josh Suereth2011-12-141-1/+1
| | * | | Merge branch 'master' into xsbtJosh Suereth2011-12-1415-52/+253
| | |\ \ \
| | * | | | Improved error output.Josh Suereth2011-12-141-2/+9
| * | | | | Merge branch 'xsbt' of github.com:scala/scala into xsbtJosh Suereth2011-12-110-0/+0
| |\| | | |
| | * | | | Merge remote-tracking branch 'origin/master' into xsbtPaul Phillips2011-12-092-4/+41
| | |\ \ \ \
| * | \ \ \ \ Merge branch 'master' into xsbtJosh Suereth2011-12-114-21/+62
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Fixed Emit*Page to write to file.Josh Suereth2011-12-092-153/+17
| * | | | | | Parallelize sha resolution.Josh Suereth2011-12-091-1/+1
| * | | | | | Merge branch 'master' into xsbtJosh Suereth2011-12-095-0/+65
| |\ \ \ \ \ \
| * | | | | | | MSIL now part of layered compilesJosh Suereth2011-12-092-19/+8
| * | | | | | | Merge branch 'master' into xsbtJosh Suereth2011-12-0915-29/+191
| |\ \ \ \ \ \ \
| * | | | | | | | Fixed SHA resolver to only pull necessary JAR files and ignore other director...Josh Suereth2011-12-081-1/+2
| * | | | | | | | Added local cache for project jars.Josh Suereth2011-12-081-10/+18
| * | | | | | | | Merge branch 'master' into xsbtJosh Suereth2011-12-0847-202/+160
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into xsbtPaul Phillips2011-12-0652-74/+74
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixed publish issue.Josh Suereth2011-12-062-44/+35
| * | | | | | | | | | Merge branch 'master' into xsbtJosh Suereth2011-12-0630-3/+93
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Adding SHA resolve to the SBT build so that we don't need the push/pull binar...Josh Suereth2011-12-053-2/+61
| * | | | | | | | | | | Merge branch 'master' into xsbtJosh Suereth2011-12-05125-11/+1241
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | *.properties files are now generated more oftenJosh Suereth2011-12-051-3/+11
| * | | | | | | | | | | | Fixed mechanisms which pulls scala revision for properties file.Josh Suereth2011-12-052-3/+7
| * | | | | | | | | | | | Step one towards using project revision to buildJosh Suereth2011-12-055-17/+31
| * | | | | | | | | | | | Merge branch 'master' into xsbtPaul Phillips2011-12-0470-120/+987
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into xsbtJosh Suereth2011-12-0223-357/+15580
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Port of SBT 0.11.x build. Things appear to be working well.Josh Suereth2011-12-0128-1883/+1161
* | | | | | | | | | | | | | | Merge pull request #65 from dragos/masterPaul Phillips2011-12-210-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Renamed .project to .project.SAMPLE, just like .classpath.SAMPLE.Iulian Dragos2011-12-201-0/+0
* | | | | | | | | | | | | | | Renamed .project to .project.SAMPLE, just like .classpath.SAMPLE.Iulian Dragos2011-12-201-0/+0
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Fix for classOf NPE.Paul Phillips2011-12-195-20/+49
* | | | | | | | | | | | | | Test case closes SI-5119.Paul Phillips2011-12-191-0/+13
* | | | | | | | | | | | | | Merge remote-tracking branches 'axel22/issue/5293' and 'jsuereth/fix-5053-vie...Paul Phillips2011-12-1929-230/+703
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | unzip(3) on view now returns view.Josh Suereth2011-12-183-0/+32
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Restored some methods to List.Paul Phillips2011-12-171-0/+247
| * | | | | | | | | | | | | Intermediate range commit.Paul Phillips2011-12-161-106/+79
| * | | | | | | | | | | | | Fixed "Definition Classes" in bug #5287Vlad Ureche2011-12-168-128/+129