summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Closes #3076. Review by community.Martin Odersky2010-03-011-2/+2
* Following a suggestion of jrudolph, made filter...Martin Odersky2010-03-014-26/+57
* closed #3101. Review by community.Martin Odersky2010-03-012-8/+24
* Added one previously overlooked case for comput...Martin Odersky2010-03-011-4/+3
* Minor printer fix for singleton typesilyas2010-03-011-4/+5
* Enabled scalacheck tests.Paul Phillips2010-03-017-34/+32
* Fixed specialized pattern matches.Iulian Dragos2010-02-281-1/+20
* Modification to r21009 to preserve that classic...Paul Phillips2010-02-282-12/+7
* Added ## method to Any as our scala hashCode me...Paul Phillips2010-02-287-6/+46
* While working on Any.## I ran across some inter...Paul Phillips2010-02-282-19/+28
* Expanded the check from #1392 to enclose #3123 ...Paul Phillips2010-02-272-5/+11
* Special cased an error message for the common s...Paul Phillips2010-02-271-4/+19
* Some library reorganization I discussed with ma...Paul Phillips2010-02-2710-72/+54
* Removed the partest restriction that individual...Paul Phillips2010-02-273-110/+69
* Quite a lot more work on XML equality than I ca...Paul Phillips2010-02-2647-463/+402
* closes #3082, review by rytzMartin Odersky2010-02-266-15/+36
* Undid my awful code which had broken the thread...Paul Phillips2010-02-262-4/+13
* close #3071.Lukas Rytz2010-02-261-11/+14
* closes #2421 -- now also deals with chained imp...Adriaan Moors2010-02-261-5/+3
* see #2634: updated docs to indicate zipped is s...Adriaan Moors2010-02-262-0/+10
* closes #2956Adriaan Moors2010-02-261-4/+6
* closes #2797 -- no review (already done in tick...Adriaan Moors2010-02-261-9/+6
* Added a --bare option to ShowPickled so I can d...Paul Phillips2010-02-252-22/+36
* More return type annotation to work around my o...Paul Phillips2010-02-252-6/+6
* What appears to be a workaround for #3082, whic...Paul Phillips2010-02-251-1/+1
* More partest cleanups, and putting back a coupl...Paul Phillips2010-02-257-29/+26
* Looking at iulian's patch to the squeezer sent ...Paul Phillips2010-02-252-39/+25
* Working on making the bootstrap process transpa...Paul Phillips2010-02-254-67/+52
* Made doc comment consistent. No review.Philipp Haller2010-02-251-2/+2
* Physically moved ActorGC to scheduler directory.Philipp Haller2010-02-251-0/+0
* Made the squeezer worthy of its name: a block w...Iulian Dragos2010-02-251-2/+9
* Fixes #3088. No review.Aleksandar Pokopec2010-02-251-0/+2
* Tweaking the sealed logic in light of #3097.Paul Phillips2010-02-252-12/+24
* Some debugging code for partest.Paul Phillips2010-02-254-2/+23
* Fix for a king-sized last-minute thinko.Paul Phillips2010-02-251-1/+3
* Created -Yfatal-warnings, as otherwise I can't ...Paul Phillips2010-02-253-4/+9
* Bash completion! The file is automatically crea...Paul Phillips2010-02-242-4/+139
* Fixes #3088. No review.Aleksandar Pokopec2010-02-241-1/+1
* [scaladoc] Preliminary support for links and li...Gilles Dubochet2010-02-245-20/+142
* Fixed problem with daemon actor termination.Philipp Haller2010-02-241-5/+1
* Updated scalacheck jar to current trunk.Paul Phillips2010-02-245-50/+70
* Another update for ShowPickled. No review.Paul Phillips2010-02-241-0/+2
* Removed stray debugging code.Miles Sabin2010-02-231-2/+1
* Fixed a little command line partest bug I intro...Paul Phillips2010-02-231-1/+1
* Improved fix for #2767. Review by community.Miles Sabin2010-02-231-7/+3
* The initial results of running a basic cut and ...Paul Phillips2010-02-2311-253/+174
* Fixes #3018. Review by extempore.Aleksandar Pokopec2010-02-231-1/+3
* Removed now redundant function splitParams.Paul Phillips2010-02-233-132/+2
* After the compiler refactor, we ended up with i...Paul Phillips2010-02-236-404/+9
* Control-flow combinators do not require thread-...Philipp Haller2010-02-237-49/+105