summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/ant/Scalac.scala
Commit message (Expand)AuthorAgeFilesLines
* Fields does bitmaps & synch for lazy vals & modulesAdriaan Moors2016-08-291-1/+1
* Merge commit '90706b0' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-011-2/+0
|\
| * Remove default value for sourcepath in scalac (ant version). (#5166)Krzysztof Romanowski2016-05-171-2/+0
* | General cleanups and less warnings during a Scala buildsoc2016-04-041-1/+1
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-5/+3
* | Update some phase listsSimon Ochsenreither2015-11-251-1/+1
* | Remove ICodeSimon Ochsenreither2015-10-311-2/+2
|/
* Fix 23 typos (t-v)Janek Bogucki2015-07-151-1/+1
* Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* SI-8966 Allow use of jvm-1.8 via the Ant scalac taskJason Zaugg2014-11-071-1/+1
* Add a skeletal Delambdafy phase.James Iry2013-11-011-1/+1
* Disentangled RangePositions from interactive.Paul Phillips2013-03-041-5/+1
* Address some ScaladocrotJason Zaugg2013-02-251-1/+1
* Be explicit about empty param list calls.Jason Zaugg2013-02-241-1/+1
* Merge commit 'refs/pull/1718/head' into merge-msil-genjvm-deletePaul Phillips2012-12-061-14/+1
|\
| * Expunged the .net backend.Paul Phillips2012-12-051-14/+1
* | SI-6769 Removes GenJVM backendJames Iry2012-12-051-1/+1
|/
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Make the scalac Ant task recognise -YrangeposStuart Golodetz2012-09-131-1/+5
|/
* Updated list of targets allowed in Ant's scalac.Grzegorz Kossakowski2012-07-191-1/+1
* scalac ant task now supports all GenASM targetsMiguel Garcia2012-07-081-1/+1
* GenASM becomes default backend, 1.5 classfiles remain as defaultMiguel Garcia2012-07-061-1/+1
* Reverting 22c8dec5 and preventing bootstapping in scaladocVlad Ureche2012-06-081-28/+15
* Fixes SI-4909 and SI-5763Vlad Ureche2012-06-081-15/+28
* miscellaneous cleanup, mostly fighting with feature warningsEugene Burmako2012-06-081-1/+1
* Replaced LiftCode with a function in MacroContextEugene Burmako2012-02-051-1/+1
* Linked up $class visibility to symbol redefinition.Paul Phillips2012-01-231-1/+1
* attempt to fix reopened SI-5196michelou2011-11-271-4/+13
* Updated/fixed the following two Scala Ant tasks:michelou2011-11-161-16/+88
* Partially reverted r25636 change (forget notice...michelou2011-09-121-29/+16
* added missing getExcludedFiles in <scalac> Ant ...michelou2011-09-081-10/+22
* 4th round of clean ups (see r25293, r25285, r25...michelou2011-07-201-109/+99
* More batched performance improvements for io.{ ...Paul Phillips2011-06-141-1/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Stops barking up the wrong tree with -Ywarn-dea...Paul Phillips2010-12-151-1/+0
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-051-25/+17
* Unreverting r23174. No review.Paul Phillips2010-10-061-1/+1
* Reverts r23174, which I believe will bring the ...Paul Phillips2010-10-041-1/+1
* Work on the pattern matcher.Paul Phillips2010-10-031-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* While working on partest discovered that Compil...Paul Phillips2010-03-251-1/+1
* escape source file path with space charsdcaoyuan2010-03-061-1/+1
* More laboring on Settings, ClassPaths, Ant Task...Paul Phillips2010-02-221-8/+4
* Digging into why the repl is so slow, discovere...Paul Phillips2010-01-191-1/+1
* Another round of deprecation warning elimination.Paul Phillips2009-12-151-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Split command line parameters by space, properl...dcaoyuan2009-12-051-1/+1
* Removed redundant code, let CompilerCommand pro...dcaoyuan2009-11-271-51/+9
* Fixed #2631dcaoyuan2009-11-181-7/+63