summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fixed #3174. Review by spoonMartin Odersky2010-06-071-2/+8
* Solved problem that -3.0 is not recognized as a...Martin Odersky2010-06-061-1/+1
* Patch from Jason Zaugg so singleton types aren'...Paul Phillips2010-06-051-1/+1
* Reverts r21973, the patch I characterized as "h...Paul Phillips2010-06-041-1/+2
* Codec changes in scala.tools.nsc.io correspondi...Paul Phillips2010-06-032-34/+29
* Closes #3472, final specialized methods give Ve...Iulian Dragos2010-06-031-0/+1
* Closes #3499, double definition with specialized.Iulian Dragos2010-06-031-5/+8
* Removed unnecessary files containing code with ...Gilles Dubochet2010-06-022-332/+0
* made hashset more robust for concurrent access ...Martin Odersky2010-05-311-14/+11
* Reversion of r21940, which caused a big bump in...Paul Phillips2010-05-271-40/+67
* Commit r22003 changed the svn:ignoreAntonio Cunei2010-05-261-2/+2
* also consider non-implicit locals when checking...Adriaan Moors2010-05-261-1/+19
* Closes #3452, inconsistency between method desc...Iulian Dragos2010-05-261-3/+6
* Closes #3434.Iulian Dragos2010-05-261-4/+29
* Added a migration warning for matches and insta...Paul Phillips2010-05-262-3/+20
* Made interpreter robust against a missing class...Paul Phillips2010-05-262-13/+31
* More thorough fix for #3454Martin Odersky2010-05-251-2/+4
* Fixe for botched Parser checking for #3454.Martin Odersky2010-05-251-1/+1
* Closes #3469. Review by rytz.Martin Odersky2010-05-251-3/+7
* Closes #3454, plus one syntax generalization wh...Martin Odersky2010-05-251-1/+2
* Removed a few instances of redundant or dead co...Paul Phillips2010-05-243-11/+6
* Changed the script runner mechanism to alchemiz...Paul Phillips2010-05-2314-244/+176
* Adding some info to naked asserts so future cra...Paul Phillips2010-05-231-2/+2
* Pulled a function from the repl into the packag...Paul Phillips2010-05-222-11/+12
* It's clearly not a long term solution to go hun...Paul Phillips2010-05-221-3/+2
* A workaround for the crasher described in the c...Paul Phillips2010-05-221-1/+13
* Discovered via irc one more assertion in the ma...Paul Phillips2010-05-222-5/+4
* Made workaround for #3430 noisier during its wo...Paul Phillips2010-05-221-1/+7
* Altered a bunch of places which call hashCode t...Paul Phillips2010-05-217-12/+11
* Added +=: prepend to MutableList.Martin Odersky2010-05-211-2/+2
* Workaround for #3462.Paul Phillips2010-05-211-2/+5
* A more specifically targetted version of r21991...Paul Phillips2010-05-211-2/+2
* Make the inliner be more careful about where it...Paul Phillips2010-05-201-0/+3
* Closes #3449. no review.Iulian Dragos2010-05-201-8/+14
* Misoptimization for list extractors caused non-...Paul Phillips2010-05-201-1/+8
* Closes #3381.Iulian Dragos2010-05-203-44/+60
* Closed #3432.Iulian Dragos2010-05-201-0/+4
* Closes #3304. Review by extempore.Martin Odersky2010-05-191-2/+9
* tentative solution of typeParams problem discov...Martin Odersky2010-05-191-1/+14
* Hacky but no-risk fix for #3189, which was caus...Paul Phillips2010-05-191-1/+3
* some more ad-hoc cookingAdriaan Moors2010-05-181-0/+1
* cook raw type when copying down result typeAdriaan Moors2010-05-181-0/+1
* Changed strategy to allow specialization on typ...Iulian Dragos2010-05-181-6/+14
* Commented out unnecessarily verbose debug info.Iulian Dragos2010-05-181-8/+8
* Closes #3417. No review (already done by Martin)Hubert Plociniczak2010-05-183-5/+4
* [scaladoc] Closes #3428 (HTML markup supported ...Gilles Dubochet2010-05-154-73/+146
* Swapped the order of the arguments to returning...Paul Phillips2010-05-153-8/+8
* Starting to look like the pattern matcher and I...Paul Phillips2010-05-143-50/+43
* Fixed a missed opportunity for code rewriting i...Iulian Dragos2010-05-141-16/+11
* Took advantage of my new wealth of bottom-up pa...Paul Phillips2010-05-141-65/+38