summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Renaming files and inserting dummies to please ...Paul Phillips2010-07-018-42/+26
* Fixed an infinite loop in the xml parser on inv...Paul Phillips2010-07-012-8/+8
* Created mutable.SeqLike so as to mix in Cloneab...Paul Phillips2010-07-015-15/+33
* Removing some dead code from SyncVar and cleani...Paul Phillips2010-07-011-25/+10
* A crasher in the pattern matcher revealed a fla...Paul Phillips2010-07-012-9/+14
* Separate option Ordering into a trait so it can...Paul Phillips2010-07-011-8/+10
* Some modifications to ZipFile to make sure the ...Paul Phillips2010-07-012-15/+22
* Warded off a parser crash on certain invalid pr...Paul Phillips2010-07-011-4/+4
* Enumeration fixes.Paul Phillips2010-06-301-80/+56
* Parallel array `map` optimisation. No review.Aleksandar Pokopec2010-06-301-0/+37
* moved toScalaRepeatedParam TypeMap to refchecks.Lukas Rytz2010-06-302-10/+10
* companion objects of case classes know their name.Lukas Rytz2010-06-291-5/+12
* Implemented lazy combiners for parallel hash trie.Aleksandar Pokopec2010-06-2941-4747/+121
* removed warnings (deprecation,unchecked)michelou2010-06-2912-43/+59
* close #2413.Lukas Rytz2010-06-291-1/+11
* Added doc comment to Actor trait explaining the...Philipp Haller2010-06-281-2/+39
* fixed #3604michelou2010-06-281-0/+3
* Removed unfinished Jenkins hashcode for final.Paul Phillips2010-06-274-196/+5
* Disposed of a gordian knot by transforming stri...Paul Phillips2010-06-273-188/+72
* close #3543Lukas Rytz2010-06-241-0/+4
* Fixed problem with `remove` in JavaConversions ...Martin Odersky2010-06-212-3/+3
* Added some null checks to == logic.Paul Phillips2010-06-211-2/+13
* Changed inference algorithm to use weakMartin Odersky2010-06-201-1/+3
* [scaladoc] A warning is printed when usecase me...Gilles Dubochet2010-06-181-1/+6
* [scaladoc] Abstract members can be filtered in ...Gilles Dubochet2010-06-186-9/+64
* [scaladoc] There is a text filter tool for memb...Gilles Dubochet2010-06-189-17/+94
* Moved parallel collections to library dir, chan...Aleksandar Pokopec2010-06-1842-15/+4772
* [scaladoc] Added linear super types.Gilles Dubochet2010-06-184-10/+27
* Refactorings and hash trie combiners. No review.Aleksandar Pokopec2010-06-1826-127/+180
* The inliner now looks harder for method impleme...Paul Phillips2010-06-163-60/+67
* A wholesale reversion of the pattern matcher to...Paul Phillips2010-06-163-48/+43
* fixed anonymous function in xhtml. no review.Lukas Rytz2010-06-161-2/+2
* second part of r22260Antonio Cunei2010-06-161-1/+1
* first part of r22260Antonio Cunei2010-06-163-9/+10
* removed integration of placeholder syntax and n...Lukas Rytz2010-06-161-16/+1
* temporarily reversing r22260; will be shortly r...Antonio Cunei2010-06-164-11/+10
* Fixed a bug in scripts which put the classfile ...Paul Phillips2010-06-161-1/+1
* Fixes #3563. Review by extempore.Aleksandar Pokopec2010-06-162-3/+14
* Imporved printing of private[C] in TreePrinters.Martin Odersky2010-06-162-2/+2
* Fixied problem in my last commit to address #31...Martin Odersky2010-06-161-0/+1
* [Scaladoc] Self types are printed.Gilles Dubochet2010-06-165-2/+12
* Minor changes in parallel hash trie. No review.Aleksandar Pokopec2010-06-161-1/+1
* [scaladoc] Closes #3125: inherited use cases ha...Gilles Dubochet2010-06-161-1/+1
* Fixed hash trie splitting. No review.Aleksandar Pokopec2010-06-162-25/+32
* Disables NotNull checking unless -Ynotnull is g...Paul Phillips2010-06-152-2/+6
* Adding primary version of parallel hash tries.Aleksandar Pokopec2010-06-153-37/+88
* [scaladoc] New display mode for members: ordere...Gilles Dubochet2010-06-155-23/+143
* [scaladoc] Slightly more robust treatment of "c...Gilles Dubochet2010-06-151-2/+1
* updated version number in build.number filemichelou2010-06-151-2/+4
* A love letter to the inliner.Paul Phillips2010-06-151-478/+511