summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* made Typers more lenient wrt to redundant type ...Martin Odersky2007-12-181-3/+8
* Added the AnnotationCheckers registry, so thatLex Spoon2007-12-124-9/+83
* Fixed #153 (thanks to Sean)michelou2007-12-121-16/+21
* fixed problem with Stream.flatMap, changed text...Martin Odersky2007-12-112-11/+4
* Made all values to be final fields in the gener...Iulian Dragos2007-12-112-2/+3
* added message parameter to custom assert methodmichelou2007-12-112-10/+16
* better approximation of <:<_erased, fixes bug i...Burak Emir2007-12-101-3/+9
* Fixed #272michelou2007-12-102-17/+22
* scaladoc now adds 'lazy' modifiermichelou2007-12-051-59/+60
* Removed the SYNTHETIC flags for accessors (java...Iulian Dragos2007-12-041-1/+0
* Hopefully this won't break the build.Sean McDirmid2007-12-041-1/+1
* hacking Range.Inclusive "by" method out so I ca...Sean McDirmid2007-12-041-4/+9
* Annotated type of to to be Range instead its In...Sean McDirmid2007-12-041-1/+1
* Fixed two minor bugs in dead code elmination an...Iulian Dragos2007-12-032-2/+13
* Fixed #216Iulian Dragos2007-12-031-1/+2
* nuking noides, getting rid of generate ide mapsSean McDirmid2007-12-023-579/+3
* nuking noide and generate ides phaseSean McDirmid2007-12-021-8/+1
* * nuked noideSean McDirmid2007-12-021-1/+0
* Fixed problem with to with custom bySean McDirmid2007-12-021-1/+1
* Fixed bug in to with custom bySean McDirmid2007-12-021-12/+20
* Ported bug fix in rev 13402 of 2.6.1 branchPhilipp Haller2007-12-023-8/+19
* fixed #211Burak Emir2007-12-013-72/+52
* - When -Yself-in-annots is turned on, be carefu...Lex Spoon2007-11-303-8/+36
* Fixed comparison for BigInts (and other custom ...Gilles Dubochet2007-11-301-0/+1
* Maybe fixed CLDC build.Gilles Dubochet2007-11-301-382/+79
* format -> formattedMartin Odersky2007-11-302-3/+3
* Fixed issue with MSIL build.Gilles Dubochet2007-11-291-1/+5
* Fixed issue that avoids evaluating expressions ...Philipp Haller2007-11-292-9/+29
* Structural calls should be faster thanks to met...Gilles Dubochet2007-11-298-63/+1695
* removed FloatTag/DoubleTag (CLDC)michelou2007-11-282-27/+30
* Merge from the annots-normtrees branch.Lex Spoon2007-11-2830-882/+1935
* escape characters as necessary whenLex Spoon2007-11-281-8/+52
* fixed Ticket #212Adriaan Moors2007-11-271-1/+8
* Made format compatibkle with JDK 1.4. Fixed #197Martin Odersky2007-11-272-2/+17
* Fixed issue with task scheduler creating too ma...Philipp Haller2007-11-273-6/+28
* List.transpose is now tailrecursive.Martin Odersky2007-11-262-10/+9
* Fixed ticket #219.Philipp Haller2007-11-266-19/+63
* Fixed runtime.StringAdd for MSIL and CLDCmichelou2007-11-263-6/+58
* fix ticket #98, by removing the => thus making ...Burak Emir2007-11-251-19/+19
* fixes ticket 230, props to Jon Pretty who found...Burak Emir2007-11-251-30/+39
* fixed namespace printing bug - props to DPP who...Burak Emir2007-11-251-6/+6
* Added format method to StringAddMartin Odersky2007-11-251-4/+17
* Fixed #184Martin Odersky2007-11-241-8/+14
* Removed recursion from predicated iterator fill...Sean McDirmid2007-11-241-10/+11
* Fixing infinite recurseSean McDirmid2007-11-241-2/+4
* Changed argument of Array.concat to accept Seqs...Sean McDirmid2007-11-241-1/+3
* Changed reverse to return mutableprojection.Sean McDirmid2007-11-241-1/+1
* Added android-library target in the build file,...Iulian Dragos2007-11-221-0/+22
* Made remote & co.Iulian Dragos2007-11-221-6/+3
* Made the scalac task return early if there are ...Iulian Dragos2007-11-221-1/+5