summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform/TailCalls.scala
Commit message (Expand)AuthorAgeFilesLines
...
* More consistent use of Names.Paul Phillips2012-01-051-1/+1
* Bringing a bit of order to symbol substitution.Paul Phillips2011-11-191-1/+1
* Since trunk seems to be undergoing all kinds of...Paul Phillips2011-07-231-2/+1
* Sprinkled some quiet dust on the compiler.Paul Phillips2011-07-191-3/+2
* The AnyVal types become source files instead of...Paul Phillips2011-01-241-1/+2
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-121-1/+1
* Couldn't stop working on tailcalls.Paul Phillips2011-01-101-77/+78
* A pretty severe bug in the recognition of tail ...Paul Phillips2011-01-101-127/+100
* Some more improvement on the error messages whe...Paul Phillips2010-07-021-10/+19
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* no inlining on msil.Lukas Rytz2010-04-281-1/+1
* Improved @tailrec error messages to specify the...Paul Phillips2010-04-151-73/+57
* Removed a bunch of -Y warning options.Paul Phillips2010-04-151-15/+1
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-1/+1
* missing bits of r20746.Martin Odersky2010-02-011-3/+3
* Another fix to make lift build under RC5; revie...Martin Odersky2009-12-231-1/+1
* Fixed lift 2.8 beta RC4 build problem.Martin Odersky2009-12-211-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Deprecation patrol exercises the new capabiliti...Paul Phillips2009-11-191-6/+1
* Added -Ytailrecommend option.Paul Phillips2009-10-211-6/+24
* Removed long dead AST Node Sequence.Paul Phillips2009-10-151-2/+1
* merging msil (r19001) compiler changes to trunkLukas Rytz2009-10-091-1/+1
* Some functionalization achieved while trying to...Paul Phillips2009-08-261-24/+20
* switch to unnested packages.Martin Odersky2009-07-241-2/+3
* big overhaul of annotations implementation.Lukas Rytz2009-05-301-1/+1
* Named and default argumentsLukas Rytz2009-05-301-16/+17
* more work on rangepositions.Martin Odersky2009-05-281-1/+0
* massive new collections checkin.Martin Odersky2009-05-081-1/+1
* The birth of the @switch and @tailrec annotations.Paul Phillips2009-03-161-1/+10
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* Fixed 1541.Iulian Dragos2008-11-261-2/+6
* Fixed #1140Iulian Dragos2008-08-081-5/+15
* Fixed tail-call related issues.Iulian Dragos2008-08-081-6/+4
* change -g:notc to -g:notailcallsLex Spoon2008-02-231-1/+1
* Fixed #311 and #312shack2008-01-221-4/+7
* - Improved tail call elimination to handle call...Iulian Dragos2007-10-111-31/+36
* removed type aliases, old for-syntax, ..michelou2007-07-121-2/+2
* Fixed bug #1205 to optimize even more tail calls.Iulian Dragos2007-07-121-2/+6
* 1.Martin Odersky2007-07-121-1/+1
* merged Alias/AbsTypeDef into TypeDefMartin Odersky2007-06-191-2/+0
* deprecated &f, .f, requires.Martin Odersky2007-06-051-4/+4
* fixed bug1084Martin Odersky2007-05-141-2/+2
* Fixed bug #1080, failed to recognize recursive ...Iulian Dragos2007-05-011-1/+1
* Switching over to position objects from positio...Sean McDirmid2007-04-191-1/+1
* merged in tcpoly branch (at r10641)Adriaan Moors2007-04-061-1/+1
* Fixed tail call elimination for calls in the rh...Iulian Dragos2007-03-281-1/+2
* added ${version.suffix}michelou2007-03-201-59/+73
* Catch tail calls made from tail boolean or.Iulian Dragos2007-03-191-1/+3
* added explicit self defsMartin Odersky2007-02-191-1/+1