summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* binary compatibility compensationAdriaan Moors2012-12-131-10/+10
* Merge pull request #1770 from JamesIry/SI-6536_2.9.xAdriaan Moors2012-12-133-6/+38
|\
| * SI-6536 Cleanup code around determining accessor requirementJames Iry2012-12-132-12/+26
| * SI-6536 Generates super accessors X.super[Y].blah when Y is a classJames Iry2012-12-133-5/+23
* | SI-6188 backport (ICodeReader wrongly ignored exception handlers)Miguel Garcia2012-12-123-2/+6
* | SI-5958 This deserves a stable type - backport to 2.9.xAdriaan Moors2012-12-101-0/+2
|/
* Simplify the adaptation of types of return expressionsphaller2012-11-022-1/+28
* Replace CheckCPSMethodTraverser with additional parameter on transformer methodsphaller2012-11-021-1/+0
* SI-5314 - CPS transform of return statement failsphaller2012-11-022-2/+7
* Deprecated instrumentation APIMirco Dotta2012-10-166-1/+10
* Fixed SI-6505. Respond to ask calls by immediate failure even after compiler ...Iulian Dragos2012-10-122-1/+15
* Fixed instrumentation code so that it can deal with:Martin Odersky2012-10-011-6/+7
* Fix for SI-6245 with workaround for SI-2296.amin2012-09-171-1/+10
* Merge pull request #1257 from dragos/backport/nested-askResponseIulian Dragos2012-09-061-5/+11
|\
| * Allow nested calls to `askForResponse` in the presentation compiler.Iulian Dragos2012-09-051-5/+11
* | Merge pull request #1258 from dragos/backport/instrumenter-fixes-2Josh Suereth2012-09-055-208/+48
|\ \
| * | Removed previosuly uncommented code, added more diagnosis output to REPL.Martin Odersky2012-09-051-45/+1
| * | Made instrumenter more robust by looking at tokensMartin Odersky2012-09-051-14/+47
| * | Removed dead code.Martin Odersky2012-09-053-149/+0
| |/
* / Manual Backport of 3415436b67ae7889a11ce2537576ca49b328aecc.Iulian Dragos2012-09-051-2/+2
|/
* Merge pull request #1237 from dragos/backport/better-askLinkPosJosh Suereth2012-09-041-5/+18
|\
| * Added more variants to achieve getLinkPosMartin Odersky2012-09-031-5/+18
* | Merge pull request #1236 from dragos/backport/instrumeter-fixesJosh Suereth2012-09-042-4/+12
|\ \
| * | Two fixes for the worksheet instrumenterMartin Odersky2012-09-032-4/+12
| |/
* / Backport.Martin Odersky2012-09-033-3/+34
|/
* worksheet support on 2.9Lukas Rytz2012-08-178-6/+586
* Merge pull request #806 from Blaisorblade/topic/backport-exponential-speciali...Adriaan Moors2012-07-031-2/+5
|\
| * Fix for exponential compile time in specialization.Paul Phillips2012-07-021-2/+5
* | Revert "Merge pull request #749 from phaller/backport/cps-ticket-1681"phaller2012-06-272-6/+2
* | Backport of fix for CPS ticket 1681phaller2012-06-192-2/+6
* | Overcame trait/protected/java limitation.Paul Phillips2012-06-011-183/+199
* | Merge pull request #643 from dragos/backport/fix-interrupt-reqAdriaan Moors2012-05-312-0/+8
|\ \
| * | Removed dead local variable, per @hubertp's comment.Iulian Dragos2012-05-311-1/+1
| * | Don't forget to execute pending interrupt requests when shutting down the pre...Iulian Dragos2012-05-302-0/+8
* | | Fix SI-5708. (manually) Cherry-picked from 9d1bc68b78a76a18777a859816bcb1c7f8...Iulian Dragos2012-05-301-1/+1
|/ /
* / Helping Proxy equal itself.Paul Phillips2012-04-181-1/+1
|/
* Backport fix for SI-4545, SI-5633.Paul Phillips2012-03-301-2/+2
* Minimal version of final-field patch.Paul Phillips2012-03-281-2/+3
* Fixed stackoverflow problem when initializing large scopes.Martin Odersky2012-03-251-13/+27
* Merge branch '2.9.x' of github.com:scala/scala into 2.9.xJosh Suereth2012-03-241-1/+1
|\
| * Fix for si-4771 Scala eats exit code when piping stdinMatthew Farwell2012-03-211-1/+1
* | Scaladoc is now pointing to sources in githubVlad Ureche2012-03-241-1/+1
|/
* Fix for a bug in CharArrayReader which made tri...Paul Phillips2012-03-142-5/+4
* Revert attempt to limit private types in lubs.Paul Phillips2012-03-081-1/+1
* Fix deadlocks occurring during presentation compiler shutdown.Iulian Dragos2012-03-062-1/+32
* Fixes SI-5380: non-local return of try expressionSzabolcs Berecz2012-03-031-3/+8
* Yanked lubList from master.Paul Phillips2012-02-291-33/+79
* Created simple infrastructure for creating muta...Paul Phillips2012-02-249-22/+54
* slight improvement to lubList so that the simpl...Adriaan Moors2012-02-241-4/+4
* Better fix for memory leaks in the presentation compiler. Switched to perRunC...Iulian Dragos2012-02-241-0/+1