summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/ant
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-0521-21/+21
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-0221-21/+21
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-2/+2
* | Merge branch '2.10.x'Paul Phillips2012-09-201-91/+91
|\|
| * Normalized line endings.Paul Phillips2012-09-201-91/+91
* | Merge branch '2.10.x' into masterPaul Phillips2012-09-191-1/+1
|\|
| * More relative path elimination.Paul Phillips2012-09-151-1/+1
* | Merge pull request #1307 from sgolodetz/rangeposfixJosh Suereth2012-09-171-1/+5
|\ \ | |/ |/|
| * Make the scalac Ant task recognise -YrangeposStuart Golodetz2012-09-131-1/+5
* | Eliminate breaking relative names in source.Paul Phillips2012-09-142-2/+2
|/
* adds the `skipPackage` attribute to ScaladocEugene Burmako2012-08-151-1/+12
* update and normalize copyright noticeAdriaan Moors2012-08-072-2/+2
* Merge pull request #957 from adriaanm/annoying-throwableAdriaan Moors2012-07-212-8/+4
|\
| * address "this would catch all throwables" warningsMartin Odersky2012-07-202-8/+4
* | Merge pull request #948 from gkossakowski/target-1.6Lukas Rytz2012-07-201-1/+1
|\ \ | |/ |/|
| * Updated list of targets allowed in Ant's scalac.Grzegorz Kossakowski2012-07-191-1/+1
* | Scaladoc: GroupsVlad Ureche2012-07-191-0/+8
* | SI-5784 Scaladoc: {Abstract,Alias} type templatesVlad Ureche2012-07-171-1/+1
* | Scaladoc: updated type class descriptionsVlad Ureche2012-07-161-1/+0
* | SI-4360 Adds prefixes to scaladocVlad Ureche2012-07-161-0/+9
|/
* Merge pull request #841 from magarciaEPFL/fixesAdriaan Moors2012-07-091-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
* | Scaladoc diff-firendly outputVlad Ureche2012-07-021-0/+9
|/
* Reverting 22c8dec5 and preventing bootstapping in scaladocVlad Ureche2012-06-087-78/+55
* Fixes SI-4909 and SI-5763Vlad Ureche2012-06-087-55/+78
* miscellaneous cleanup, mostly fighting with feature warningsEugene Burmako2012-06-082-2/+2
* More robust findScalaHome in bash scripts. See SI-5792Peter Vlugter2012-06-011-13/+8
* Tweak to the runner to deal with the big bad world.Paul Phillips2012-05-131-2/+11
* Scaladoc feature that shows implicit conversionsVlad Ureche2012-04-131-6/+64
* Remove sbaz and references from master repository.Josh Suereth2012-03-273-324/+1
* Whitespace commit.Paul Phillips2012-02-291-4/+4
* Fix for "." appearing on classpath.Paul Phillips2012-02-271-1/+3
* Added the "nofail" flag to the scaladoc ant taskVlad Ureche2012-02-061-5/+22
* Replaced LiftCode with a function in MacroContextEugene Burmako2012-02-051-1/+1
* Scalac fork no longer dumps stacktraces on compilation errorsEugene Burmako2012-01-251-1/+2
* Linked up $class visibility to symbol redefinition.Paul Phillips2012-01-231-1/+1
* Fixed windows bat file exit code and command chaining (finally)Christopher Vogt2012-01-201-1/+3
* Batch files no longer swallow exit codesEugene Burmako2011-12-091-0/+1
* Fix path mangling for 'scala' shell script on MinGW/MSYS.Stefan Zeiger2011-12-051-5/+17
* attempt to fix reopened SI-5196michelou2011-11-272-25/+73
* fixed deprecated number syntaxmichelou2011-11-231-7/+8
* Enable the use of spaces in paths for the Scala...Stefan Zeiger2011-11-184-18/+34
* Revert "Enable the use of spaces in paths for t...Paul Phillips2011-11-184-34/+18
* Enable the use of spaces in paths for the Scala...Paul Phillips2011-11-184-18/+34
* Updated/fixed the following two Scala Ant tasks:michelou2011-11-162-68/+182
* scala.bat expansion with quotes and spaces.Paul Phillips2011-11-131-2/+2
* Delayed expansion in scala.bat.Paul Phillips2011-11-131-3/+5
* More defense against spaces in paths.Paul Phillips2011-11-131-1/+3
* Working on the runners.Paul Phillips2011-11-131-53/+75