summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* SI-6449 Adds version arg to @deprecated usages (non-compiler sources)Simon Ochsenreither2012-09-291-1/+1
* moves Context.ParseError outside the cakeEugene Burmako2012-09-271-3/+2
* revives macros.InfrastructureEugene Burmako2012-09-274-39/+18
* moves Context.runtimeUniverse to TreeBuild.mkRuntimeUniverseRefEugene Burmako2012-09-271-2/+0
* a more precise type for Context.mirrorEugene Burmako2012-09-271-1/+1
* gets rid of macros.InfrastructureEugene Burmako2012-09-274-16/+5
* simplifies Context.Run and Context.CompilationUnitEugene Burmako2012-09-273-13/+2
* removes extraneous stuff from macros.InfrastructureEugene Burmako2012-09-272-14/+2
* merges macros.CapturedVariables into macros.UniverseEugene Burmako2012-09-272-16/+0
* merges macros.Exprs and macros.TypeTags into ContextEugene Burmako2012-09-274-19/+3
* removes front ends from scala-reflect.jarEugene Burmako2012-09-277-117/+144
* MirrorOf => MirrorEugene Burmako2012-09-275-10/+10
* Merge pull request #1393 from scalamacros/topic/leaks-in-toolboxesGrzegorz Kossakowski2012-09-272-4/+18
|\
| * SI-6412 alleviates leaks in toolboxes, attempt #2Eugene Burmako2012-09-272-4/+18
* | Move -Xdead-code out of the standard -Xlint.Paul Phillips2012-09-262-2/+3
* | Refine an -Xlint warning.Paul Phillips2012-09-261-5/+7
* | Don't write side-effecting nullary methods.Paul Phillips2012-09-264-21/+21
* | Avoid relying on auto-tupling.Paul Phillips2012-09-264-13/+13
|/
* Merge pull request #1380 from scalamacros/ticket/6277Eugene Burmako2012-09-265-10/+10
|\
| * distinguishes flag-agnostic completersEugene Burmako2012-09-245-10/+10
* | Merge pull request #1405 from heathermiller/topic/scaladoc-interface-fixesGrzegorz Kossakowski2012-09-263-5440/+187
|\ \
| * | Automatically highlight and scroll to linked-to membersHeather Miller2012-08-241-0/+16
| * | SI-4857 fixes showall/hideall Scaladoc interface bugHeather Miller2012-08-231-0/+11
| * | SI-6170 Revert #456 "Upgrade jQuery from 1.4.2 to 1.7.2"Heather Miller2012-08-232-5440/+160
* | | Merge pull request #1388 from odersky/topic/instrumenterGrzegorz Kossakowski2012-09-261-6/+7
|\ \ \
| * | | Fixed instrumentation code so that it can deal with:Martin Odersky2012-09-251-6/+7
| | |/ | |/|
* | | Generate links to external projects in scaladoc.Eugene Vigdorchik2012-09-2610-108/+186
* | | Merge pull request #1345 from paulp/issue/6344Grzegorz Kossakowski2012-09-251-18/+32
|\ \ \
| * | | Fix for SI-6344, value class generic signatures.Paul Phillips2012-09-201-18/+32
* | | | Revert "SI-6412 alleviates leaks in toolboxes"Grzegorz Kossakowski2012-09-252-21/+4
* | | | SI-6412 alleviates leaks in toolboxesEugene Burmako2012-09-242-4/+21
| |/ / |/| |
* | | Merge remote-tracking branch 'paulp/treecheckers' into 2.10.xPaul Phillips2012-09-201-1/+1
|\ \ \
| * | | Fix for loud test.Paul Phillips2012-09-201-1/+1
| |/ /
* | | Merge remote-tracking branch 'paulp/topic/gitattributes' into 2.10.xPaul Phillips2012-09-201-91/+91
|\ \ \
| * | | Normalized line endings.Paul Phillips2012-09-201-91/+91
* | | | Merge pull request #1348 from scalamacros/ticket/6394Grzegorz Kossakowski2012-09-201-1/+1
|\ \ \ \
| * | | | SI-6394 fixes macros.Context.enclosingClassEugene Burmako2012-09-191-1/+1
* | | | | Merge pull request #1325 from odersky/ticket/6337Paul Phillips2012-09-202-2/+6
|\ \ \ \ \
| * | | | | Fixed comment.Martin Odersky2012-09-171-0/+1
| * | | | | Fixes SI-6337 by disallowing nested value classes.Martin Odersky2012-09-172-2/+5
* | | | | | Merge pull request #1344 from jsuereth/wip/osgi-supportEugene Burmako2012-09-201-0/+17
|\ \ \ \ \ \
| * | | | | | Fixes SI-6305 scala.tools.nsc.io split between jars.Josh Suereth2012-09-181-0/+17
* | | | | | | Merge pull request #1356 from paulp/pullreq-1342Josh Suereth2012-09-201-10/+22
|\ \ \ \ \ \ \
| * | | | | | | Error message improvement for SI-6336.Paul Phillips2012-09-191-11/+18
| * | | | | | | SI-6336 Now also catches return typesMartin Odersky2012-09-181-2/+7
* | | | | | | | Merge pull request #1360 from scalamacros/hotfix/sbtEugene Burmako2012-09-201-6/+9
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | don't try to create tags w/o scala-reflect.jarEugene Burmako2012-09-201-6/+9
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Value classes: eliminated half-boxingMartin Odersky2012-09-202-2/+11
* | | | | | | Cleanup of OverridingPairsMartin Odersky2012-09-201-17/+22
* | | | | | | Fixes SI-6260Martin Odersky2012-09-202-21/+69