summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Specialization action.Paul Phillips2012-02-1479-208/+253
* Eliminating trailing whitespace in AnyVals.Paul Phillips2012-02-141-15/+15
* Made speclib less of a maintenance headache.Paul Phillips2012-02-141-1/+10
* Merge remote-tracking branch 'jsuereth/wip-ossrh-deployment'Paul Phillips2012-02-141-1/+1
|\
| * changed repo id to denote new credentials for new serer.Josh Suereth2012-02-141-1/+1
| * Modified repository deployments to point to OSSRHJosh Suereth2012-02-131-5/+2
* | Modified repository deployments to point to OSSRHJosh Suereth2012-02-141-5/+2
* | Make fix for SI-5452 not break other things.Paul Phillips2012-02-142-4/+7
* | Fix for set/list/oops bug in MutableSettings#copy.Paul Phillips2012-02-131-2/+1
* | Fix for SI-5452.Paul Phillips2012-02-131-1/+3
* | Fix for SI-5444.Paul Phillips2012-02-134-15/+32
* | Man, these one argument asserts.Paul Phillips2012-02-131-1/+1
* | Modest deverbosification of recent commit.Paul Phillips2012-02-131-17/+6
* | Merge branch 'master' into developPaul Phillips2012-02-138-50/+146
|\ \
| * | Existential printing, plus more compiler testing infrastructure.Paul Phillips2012-02-138-50/+146
| |/
* | Merge remote-tracking branches 'scalamacros/pullrequest/5453' and 'scalamacro...Paul Phillips2012-02-136-62/+119
|\ \
| * | Fixes https://issues.scala-lang.org/browse/SI-5229Eugene Burmako2012-02-146-62/+119
| |/
* / Fixes https://issues.scala-lang.org/browse/SI-5453Eugene Burmako2012-02-131-6/+2
|/
* reifyAnnotationsEugene Burmako2012-02-1211-497/+825
* Fix for overly suppressive repl.Paul Phillips2012-02-123-8/+7
* Fixed bug in DefDef creation.Paul Phillips2012-02-111-1/+1
* Another existential problem down.Paul Phillips2012-02-111-15/+28
* Overcame long-maddening existential issue.Paul Phillips2012-02-101-2/+30
* Merge remote-tracking branch 'scalamacros/pullrequest/5451' into developPaul Phillips2012-02-092-12/+14
|\
| * Fixes https://issues.scala-lang.org/browse/SI-5451Eugene Burmako2012-02-092-12/+14
* | Added back `internal.Symbol.toplevelSymbol` to resurrect the IDE for trunk.Iulian Dragos2012-02-091-0/+4
|/
*---. Merge remote-tracking branches 'VladUreche/issue/5287-cleanup', 'scalamacros/...Paul Phillips2012-02-083-34/+13
|\ \ \
| | | * Updated information about desugaring of macrosEugene Burmako2012-02-081-7/+11
| | * | Removed Code.scalaEugene Burmako2012-02-081-25/+0
| | |/
| * / Fixed misplaced @usecase annotationVlad Ureche2012-02-081-2/+2
| |/
* / fix maven publish version numbersLukas Rytz2012-02-071-0/+3
|/
* Added a rootdoc page for the compiler API scaladocVlad Ureche2012-02-063-3/+7
* Scaladoc @usecase annotation overriding / SI-5287Vlad Ureche2012-02-061-2/+24
*-----. Merge remote-tracking branches 'rklaehn/SI-5139', 'axel22/feature/pc-ctrie', ...Paul Phillips2012-02-0670-884/+2175
|\ \ \ \
| | | | * Added the "nofail" flag to the scaladoc ant taskVlad Ureche2012-02-061-5/+22
| | | |/ | | |/|
| | | * Assorted fixesEugene Burmako2012-02-068-62/+85
| | |/
| * | Merge branch 'master' into feature/pc-ctrieAleksandar Prokopec2012-02-0663-1319/+1623
| |\|
| | * Revert "Added a rootdoc page for the compiler API scaladoc"Paul Phillips2012-02-053-7/+3
| | * Revert "Scaladoc @usecase annotation overriding / SI-5287"Paul Phillips2012-02-051-24/+2
| | * Refining the reflection api.Paul Phillips2012-02-0526-183/+168
| | * Reimplemented Modifer.Paul Phillips2012-02-058-44/+94
| | *-----. Merge remote-tracking branches 'VladUreche/feature/compiler-rootdoc', 'scalam...Paul Phillips2012-02-055-7/+33
| | |\ \ \ \
| | | | | | * Scaladoc @usecase annotation overriding / SI-5287Vlad Ureche2012-02-051-2/+24
| | | | | * | Fixes https://issues.scala-lang.org/browse/SI-5272Eugene Burmako2012-02-051-2/+2
| | | | |/ /
| | | * | / Added a rootdoc page for the compiler API scaladocVlad Ureche2012-02-053-3/+7
| | | | |/ | | | |/|
| | * | | Merge remote-tracking branch 'szabolcsberecz/small-cleanup' into developPaul Phillips2012-02-052-3/+2
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | one less TODO and null checkSzabolcs Berecz2012-02-052-3/+2
| | * | | Replaced LiftCode with a function in MacroContextEugene Burmako2012-02-0524-262/+232
| | |/ /
| * | | Add tests for parallel Ctrie.Aleksandar Prokopec2012-02-031-1/+0
| * | | Fix some issues in parallel Ctrie.Aleksandar Prokopec2012-02-034-46/+52