summaryrefslogtreecommitdiff
path: root/src/compiler/scala
Commit message (Expand)AuthorAgeFilesLines
* Fixed #1263, and some cosmetic changesMartin Odersky2008-09-287-29/+103
* Fixed #1382Iulian Dragos2008-09-251-2/+2
* Boot class path and ext dirs are now set proper...Philipp Haller2008-09-181-7/+7
* Fixed optimised buildIulian Dragos2008-09-172-3/+10
* Fixed 1.4 buildIulian Dragos2008-09-151-13/+18
* Fixed #1329.Iulian Dragos2008-09-125-7/+28
* new starr with more robust handling of recursiv...Martin Odersky2008-09-101-11/+31
* Fixed #1329.Iulian Dragos2008-09-081-1/+1
* Hiding problematic settings from IDE that are c...Sean McDirmid2008-09-071-3/+3
* One more attempt to be sound and at the same ti...Martin Odersky2008-09-064-17/+13
* fixed build problemsMartin Odersky2008-09-064-8/+4
* more stability/volatile tuning and an escape ha...Martin Odersky2008-09-054-17/+29
* Forgot to remove one commented line before r160...Geoffrey Washburn2008-09-051-1/+0
* Readjusted when -Ycheck:phase operates to get a...Geoffrey Washburn2008-09-053-5/+7
* refined volatile checkingMartin Odersky2008-09-051-4/+6
* Added support for -Yrecursion compiler flag.Geoffrey Washburn2008-09-054-15/+60
* fixed problem with volatile types.Martin Odersky2008-09-051-8/+31
* Fixed #1249.Iulian Dragos2008-09-045-4/+14
* disabled volatile checks because eclipse plugin...Martin Odersky2008-09-042-16/+14
* now checking for volatile types.Martin Odersky2008-09-045-25/+84
* Fixed RefChecks to not replace unapplies with c...David MacIver2008-09-041-3/+5
* Forgot to make the message in the ICode checker...Geoffrey Washburn2008-09-031-1/+2
* Phases now have a checkable flag, used by the n...Geoffrey Washburn2008-09-038-8/+25
* removed leading tabs and blanksmichelou2008-09-021-26/+31
* fixing FastScalac ant taskLukas Rytz2008-09-021-2/+2
* fixed #1267Lukas Rytz2008-09-021-18/+23
* Fixed #1315, outer instances are passed implici...Iulian Dragos2008-09-011-1/+9
* updated documentation of scalac ant taskLukas Rytz2008-09-011-4/+9
* Small change to the code generated by the inter...Geoffrey Washburn2008-09-011-4/+3
* Fixing bug #1217Sean McDirmid2008-09-011-1/+1
* Forgot to catch NumberFormatExceptions in IntSe...Geoffrey Washburn2008-08-311-2/+8
* Fixed spellingAntonio Cunei2008-08-311-1/+1
* Added support for Integer Settings.Geoffrey Washburn2008-08-311-0/+54
* Adding null pointer check to checkDead to fix b...Sean McDirmid2008-08-311-1/+1
* Fix for #1204, demoting match error to error lo...Sean McDirmid2008-08-311-0/+2
* Fixed #1280, #1289Martin Odersky2008-08-284-13/+29
* Fixed #1271.Iulian Dragos2008-08-281-3/+14
* Unrolled wrong commit and the real fix for #989.Iulian Dragos2008-08-282-7/+4
* Fixed #998.Iulian Dragos2008-08-271-3/+6
* Fixed NPE on Windows, needs a new starr to fix ...Iulian Dragos2008-08-261-1/+3
* Fixed problem with implicits in type safe cons ...Martin Odersky2008-08-251-2/+13
* Fixed #1232 and #1167Iulian Dragos2008-08-251-3/+4
* Fixed #1270Martin Odersky2008-08-232-7/+7
* Fix for #820Geoffrey Washburn2008-08-222-32/+53
* Fix for #1083.Geoffrey Washburn2008-08-221-6/+16
* fixed #1257Lukas Rytz2008-08-221-1/+2
* Fixed compiler for 1.4Iulian Dragos2008-08-211-1/+1
* Some additional bits of output that should prob...Geoffrey Washburn2008-08-211-2/+2
* The ScriptRunner now sends errors to stderr rat...Geoffrey Washburn2008-08-211-1/+1
* Added "scalacfork" ant task and enabled it to b...Lukas Rytz2008-08-195-77/+164