summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Optimization/robustness in the backend.Paul Phillips2012-01-0318-198/+279
| | |/ /
| | * | updated gitignore.SAMPLE, moved removed . from .project.SAMPLE to be in line ...Lukas Rytz2012-01-033-13/+15
| | * | Added option -Xlog-reflective-calls.Paul Phillips2012-01-023-4/+8
| | * | Added -Xlog-implicit-conversions.Paul Phillips2012-01-0214-25/+91
| | * | Changed boxing of free mutable variables to be flexible wrt when liftcode tak...Martin Odersky2012-01-028-122/+105
| | * | Hardening of adaptoNewRun to survive issues in presentation compiler.Martin Odersky2012-01-021-4/+8
| | * | More uniformity for the parser.Paul Phillips2011-12-312-4/+17
| | |/
| | * More performance work.Paul Phillips2011-12-3018-480/+705
| | * Low-level optimization.Paul Phillips2011-12-305-20/+23
| | * Created VariantTypeMap.Paul Phillips2011-12-303-139/+197
| | * Creator for existentials which flattens.Paul Phillips2011-12-307-19/+22
| | * Better hunting for tools.jar.Paul Phillips2011-12-304-27/+51
| | * Optimization in refchecks.Paul Phillips2011-12-302-36/+51
| | * Optimization in backend.Paul Phillips2011-12-301-4/+2
| | * Optimization in Flags.Paul Phillips2011-12-301-5/+26
| | * Optimization in method synthesis.Paul Phillips2011-12-303-5/+9
| | * Merge remote-tracking branch 'jsuereth/wip-lockable-projects'Paul Phillips2011-12-301-1/+6
| | |\
| | | * All projects can be locked now.Josh Suereth2011-12-291-1/+6
| | * | Optimizations in typeref creation.Paul Phillips2011-12-302-3/+3
| | |/
| | * Merge branch 'develop'Paul Phillips2011-12-281-2/+84
| | |\
| | | * Merge remote-tracking branch 'kepler/topic/antbuildlocker' into developPaul Phillips2011-12-281-2/+84
| | | |\
| | | | * buildlocker for antEugene Burmako2011-12-281-2/+84
| | * | | Fixing slightly damaged test.Paul Phillips2011-12-281-1/+1
| | |/ /
| | * | repl power mode improvements.Paul Phillips2011-12-288-98/+149
| | * | Tone down insensible-equality warning.Paul Phillips2011-12-274-8/+12
| | * | Merge branch 'type-currying-mini' of /scala/trunk into developPaul Phillips2011-12-273-3/+76
| | |\ \
| | | * | Consecutive type application.Paul Phillips2011-12-273-3/+76
| | | |/
| | | |
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | *-------. \ Merge remote-tracking branches 'ijuma/issue/5341', 'kepler/topic/reifyclosure...Paul Phillips2011-12-2726-1/+458
| | |\ \ \ \ \ \
| | | | | | | * | Documented emptyValDef fieldEugene Burmako2011-12-231-0/+5
| | | | | | * | | Tests for recently submitted SI-5334Eugene Burmako2011-12-232-0/+30
| | | | | | |/ /
| | | | | * / / fixes #5104 and related NaN ordering inconsistenciesSzabolcs Berecz2011-12-252-0/+170
| | | | | |/ /
| | | | * | | scalacheck now also has pre-scalacheck and its personal timerEugene Burmako2011-12-261-1/+10
| | | * | | | A handful of tests for closures under reificationEugene Burmako2011-12-2620-0/+243
| | | | |_|/ | | | |/| |
| | * / | | Fix SI-5341: PhaseAssembly.removeDanglingNodes removes elements from mutable.MapIsmael Juma2011-12-271-1/+1
| | |/ / /
| | * | | Fixed regression in lub calculation.Paul Phillips2011-12-262-9/+29
| | * | | Merge pull request #77 from scalamacros/topic/antlocalePaul Phillips2011-12-251-1/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Addresses a bug in SimpleDateFormatterEugene Burmako2011-12-251-1/+1
| | | |/
| | * | Optimizing at the Name/String boundary.Paul Phillips2011-12-2511-87/+114
| | * | Optimization in ZipArchive.Paul Phillips2011-12-251-4/+8
| | * | Merge remote-tracking branch 'origin/develop' into developPaul Phillips2011-12-240-0/+0
| | |\ \
| | | * \ Merge pull request #1 from odersky/topic/reifyodersky2011-12-226-89/+78
| | | |\ \
| | | | * | Hardening of resetAllAttrs to work in the case where TypeTrees refer to local...Martin Odersky2011-12-222-41/+44
| | | | * | Hardening of isJavaClass to survive IncompatibleClassChange errors.Martin Odersky2011-12-221-1/+1
| | | | * | wipEugene Burmako2011-12-224-40/+2
| | | | * | Non-essential TypeApply trees must be omitted, or they will cause a typecheck...Eugene Burmako2011-12-221-0/+4
| | * | | | [vpm] when there's a default case, don't throw matcherrorAdriaan Moors2011-12-241-9/+16
| | * | | | [vpm] lambdalift becomes less NSDNHO-proneAdriaan Moors2011-12-241-0/+1
| | * | | | [vpm] emitting switches -- BodyTreeMakerAdriaan Moors2011-12-249-166/+319
| | * | | | [vpm] better codegen, especially for alternatives (suggested by Tiark)Adriaan Moors2011-12-243-246/+221
| | * | | | [vpm] common sub-expression elimination for conditionsAdriaan Moors2011-12-245-81/+456