summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/cmd
Commit message (Expand)AuthorAgeFilesLines
* Removed unused imports.Paul Phillips2012-11-063-4/+2
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-0515-16/+16
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-0215-16/+16
* | Remove unused private members.Paul Phillips2012-11-011-1/+1
|/
* Revert "Added constant empty array to the companion objects."Paul Phillips2012-09-161-7/+1
* More relative path elimination.Paul Phillips2012-09-151-2/+2
* Merge pull request #1304 from paulp/topic/empty-array-optimizationJosh Suereth2012-09-141-4/+7
|\
| * Added constant empty array to the companion objects.Paul Phillips2012-09-141-7/+10
* | Eliminate breaking relative names in source.Paul Phillips2012-09-144-7/+7
|/
* update and normalize copyright noticeAdriaan Moors2012-08-0715-15/+15
* Eliminated all the current feature warnings.Paul Phillips2012-07-273-2/+5
* evicts calls to reify from our codebaseEugene Burmako2012-07-201-1/+1
* miscellaneous cleanup, mostly fighting with feature warningsEugene Burmako2012-06-082-0/+3
* The new reflectionEugene Burmako2012-06-081-1/+2
* preparations: always explicitly provide type tagsEugene Burmako2012-06-081-7/+7
* Generate abstract methods in scala.Byte and friends.Paul Phillips2012-06-061-16/+17
* Removing extraneous files.Paul Phillips2012-05-154-287/+0
* Optimization of Predef implicits.Paul Phillips2012-04-301-17/+28
* A brand new, fast classfile parser.Paul Phillips2012-04-261-0/+40
* migrates stdlib and compiler to tagsEugene Burmako2012-04-231-3/+3
*---. Merge commit 'refs/pull/387/head'; commit 'refs/pull/388/head'; commit 'refs/...Paul Phillips2012-04-141-24/+24
|\ \ \
| | * | Improved formatting/display of documentation.Simon Ochsenreither2012-04-131-24/+24
| |/ /
* / / Move primitive widening implicits to companions.Paul Phillips2012-04-141-1/+15
|/ /
* / Next generation of macrosEugene Burmako2012-04-121-2/+2
|/
* a fast, functional PartialFunction implementationPavel Pavlov2012-03-301-6/+6
* Merge branch 'master' into merge-inlinePaul Phillips2012-03-141-15/+15
|\
| * Eliminating trailing whitespace in AnyVals.Paul Phillips2012-02-141-15/+15
* | Unsealed AnyVal.Paul Phillips2012-01-281-3/+3
|/
* Fast PartialFunction # orElse.Martin Odersky2011-11-241-5/+5
* AbstractPartialFunction.Paul Phillips2011-10-191-1/+1
* Small changes to the API documentation of the A...Heather Miller2011-09-181-4/+5
* Some great AnyVal class hierarchy documentation...Josh Suereth2011-09-021-25/+131
* Add documentation to Boolean.Paul Phillips2011-07-151-1/+76
* A total rewrite of "runtimeClass", discarding t...Paul Phillips2011-06-221-8/+15
* Moved scala.reflect.Chars to scala.reflect.inte...Iulian Dragos2011-05-201-1/+1
* And the remainder of the scala.reflect refactor...Paul Phillips2011-05-161-1/+1
* Various addenda to soc's patch: regenerating Pr...Paul Phillips2011-04-141-1/+1
* A less ad hoc infrastructure for generating Any...Paul Phillips2011-04-012-221/+217
* Working on the documentation of core classes.Paul Phillips2011-04-011-45/+103
* Addresses the issues swirling around Double.Eps...Paul Phillips2011-03-153-44/+58
* Some minor cleanups in anyval source generation.Paul Phillips2011-01-273-12/+18
* The AnyVal types become source files instead of...Paul Phillips2011-01-241-1/+0
* Tackled source generation from a new angle rath...Paul Phillips2011-01-233-0/+277
* Deleted the former Process code in the compiler.Paul Phillips2011-01-211-4/+5
* Updated copyright notices to 2011Antonio Cunei2011-01-2015-15/+15
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-123-4/+4
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-053-5/+4
* Some hardening of the repl's internals extracte...Paul Phillips2010-11-271-0/+6
* A new totally safe signal manager, along with a...Paul Phillips2010-11-261-1/+1
* Added two options to tools/tokens, --sliding an...Paul Phillips2010-04-211-3/+25