summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Closes #1220.Iulian Dragos2010-09-011-3/+7
* [scaladoc] Merges Petr's changes from the colla...Gilles Dubochet2010-09-014-11/+24
* Added scalacheck tests for parallel collections.Aleksandar Pokopec2010-09-011-1/+1
* Partial fix for #3774.Martin Odersky2010-08-311-132/+170
* Fix for #3684. No reviewAleksandar Pokopec2010-08-311-10/+10
* Fix for #3765.Miles Sabin2010-08-311-0/+3
* Fixes #3684. Closes #3684. No review.Aleksandar Pokopec2010-08-311-20/+10
* Added scalacheck folder, scalacheck source upda...Aleksandar Pokopec2010-08-3114-0/+2859
* Added a few overrides to prevent default implem...Aleksandar Pokopec2010-08-311-0/+8
* Partest support for sbt (with failed only and s...moix2010-08-312-1/+36
* New wider interface of presentation compiler.Martin Odersky2010-08-307-44/+141
* removed author attribution, since no code from ...Martin Odersky2010-08-301-1/+1
* added doc comment which makes things clearer wh...Martin Odersky2010-08-301-0/+1
* Hardened the bytecode reader.Iulian Dragos2010-08-301-1/+1
* Dredged some more dead code out of SyncVar.Paul Phillips2010-08-301-6/+2
* Some more finnessing printing in the repl.Paul Phillips2010-08-302-7/+5
* partial fix for see #3772.Lukas Rytz2010-08-273-21/+29
* documentation for scala.collection package, con...Lukas Rytz2010-08-261-1/+68
* documentation for scala.xml.pull, contribution ...Lukas Rytz2010-08-263-28/+77
* minor cleanups, no reviewLukas Rytz2010-08-262-24/+25
* Closes #3497.Iulian Dragos2010-08-262-14/+19
* Closes #3776. No review.Martin Odersky2010-08-241-1/+1
* Fixes #3780. No review.Martin Odersky2010-08-241-1/+1
* Correctly locate context tree even on the edges.Hubert Plociniczak2010-08-242-2/+2
* for MSIL: Miguel Garcia2010-08-2413-194/+829
* Fix and test case for broken linked lists, cont...Paul Phillips2010-08-232-7/+12
* Pretty print tuples in the repl.Paul Phillips2010-08-231-9/+12
* in refchecks, visit the qualifier of irrefutabl...Lukas Rytz2010-08-231-1/+1
* More robust icode loading and fixed an issue wh...Iulian Dragos2010-08-237-10/+27
* Renaming and small tweak in testing.Benchmark f...Iulian Dragos2010-08-237-9/+9
* Various fixes to optimizations, and mainly much...Iulian Dragos2010-08-235-11/+29
* Fixed various issues with Icode, mainly fixing ...Iulian Dragos2010-08-237-41/+66
* less logging.Iulian Dragos2010-08-231-2/+1
* Finally look at the right place for inherited m...Iulian Dragos2010-08-231-3/+4
* inline more in RangeIulian Dragos2010-08-231-2/+2
* Improved the peephole optimizer to use liveness.Iulian Dragos2010-08-232-8/+33
* Fix for not looking into Java types when specia...Iulian Dragos2010-08-231-2/+5
* Small cleanupsIulian Dragos2010-08-233-39/+42
* Tweaks for better optimizations.Iulian Dragos2010-08-233-5/+9
* Made ranges a bit more friendly to the optimizer.Iulian Dragos2010-08-233-21/+9
* debugging output to track down wild boxing.Iulian Dragos2010-08-231-0/+3
* Added setup and teardown methods.Iulian Dragos2010-08-231-3/+20
* Specialize rhs of specialized fields.Iulian Dragos2010-08-231-1/+4
* Don't box class parameters when passed to the s...Iulian Dragos2010-08-231-3/+11
* Optimized away box(unbox(E)) ===> E.Iulian Dragos2010-08-231-1/+8
* Added an overridable setUp method that is calle...Iulian Dragos2010-08-231-0/+7
* closes 2462. better implicit error messages.Adriaan Moors2010-08-208-20/+95
* closes #3757. got paren wrong during refactoring.Adriaan Moors2010-08-201-1/+1
* closes #3575.Adriaan Moors2010-08-206-30/+48
* Discovered ListMap.++ returns a Map instead of ...Paul Phillips2010-08-192-3/+10