summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/cmd/gen
Commit message (Expand)AuthorAgeFilesLines
* [backport] Update AnyVals.scalaharryhuk2014-08-111-2/+2
* SI-7624 Fix -Xlint warnings in AnyVal-related codeSimon Ochsenreither2013-08-152-9/+5
* Formatting fixes for AnyValSimon Ochsenreither2013-08-151-59/+42
* SI-6898 Document AnyVal box and unbox implemention by BoxesRunTimeAndrew Phillips2013-04-221-9/+20
* Cleanup obsolete options in CodeGen.Jason Zaugg2013-03-242-5/+1
* Remove redundant 'val' from case class params.Jason Zaugg2013-02-251-1/+1
* Removed unused imports.Paul Phillips2012-11-061-2/+0
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-023-4/+4
* Revert "Added constant empty array to the companion objects."Paul Phillips2012-09-161-7/+1
* 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-142-5/+5
|/
* update and normalize copyright noticeAdriaan Moors2012-08-073-3/+3
* miscellaneous cleanup, mostly fighting with feature warningsEugene Burmako2012-06-081-0/+2
* Generate abstract methods in scala.Byte and friends.Paul Phillips2012-06-061-16/+17
* Optimization of Predef implicits.Paul Phillips2012-04-301-17/+28
*-. 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
|/
* 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
|/
* 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
* 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