summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Contexts.scala
Commit message (Expand)AuthorAgeFilesLines
* Whitespace commit.Paul Phillips2012-02-291-4/+4
* Closes #5497.Hubert Plociniczak2012-02-181-2/+6
* Intercept assert and require calls.Paul Phillips2012-01-261-1/+1
* Merge remote-tracking branch 'odersky/topic/reflect' into developPaul Phillips2012-01-251-1/+1
|\
| * Making reflection thread-safe.Martin Odersky2012-01-251-1/+1
* | Use context for buffering errors that cannot/shouldn't be reported in the giv...Hubert Plociniczak2012-01-251-48/+81
|/
* Avoid calculating similar strings sometimes.Paul Phillips2012-01-191-0/+4
* Rescued some import-related code.Paul Phillips2012-01-101-15/+10
* Added -Ysuggest-idents.Paul Phillips2011-12-031-6/+11
* Cleaning up debug logging.Paul Phillips2011-10-171-1/+1
* Back to square one.Hubert Plociniczak2011-09-231-7/+1
* More performant encoding of tree errors.Paul Phillips2011-09-211-1/+1
* fixed text in error messagemichelou2011-08-111-55/+30
* Don't want to chase NPEs around for the rest of...Paul Phillips2011-08-061-9/+8
* Since trunk seems to be undergoing all kinds of...Paul Phillips2011-07-231-4/+4
* Changes semantics so that protected access rule...Martin Odersky2011-07-061-11/+14
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-7/+7
* Proliferating the number of debugging modes bec...Paul Phillips2011-06-061-31/+39
* Carved out access exception for java protected ...Paul Phillips2011-06-061-0/+1
* And the remainder of the scala.reflect refactor...Paul Phillips2011-05-161-0/+6
* Made -Yno-predef work again, also in the repl.Paul Phillips2011-05-071-17/+14
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-281-1/+1
* Fixes my part of #4283 by inserting another cas...Martin Odersky2011-04-131-2/+2
* Improved an error message involving overload+de...Paul Phillips2011-02-091-8/+18
* closes #3619, #4141.Adriaan Moors2011-01-261-4/+18
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Great moments in code reuse:Paul Phillips2011-01-071-1/+1
* Protected protected constructors.Paul Phillips2011-01-041-1/+1
* Since r22374 isCompatible and isCompatibleArg h...Paul Phillips2011-01-031-0/+7
* Starting the mopping up now that names have som...Paul Phillips2010-12-031-1/+1
* Some cleanup (mainly in Typers).Hubert Plociniczak2010-11-221-6/+3
* One of those annoying patches for which I apolo...Paul Phillips2010-11-021-4/+4
* presentation compiler hardenings.Martin Odersky2010-10-291-0/+1
* Closes #3934 by fixing a typo (missing + in str...Martin Odersky2010-10-191-1/+1
* Closes #3871.Martin Odersky2010-10-171-6/+42
* Bringing the tree and icode checkers back to life.Paul Phillips2010-09-271-1/+1
* closes #3808.Adriaan Moors2010-09-241-0/+3
* closes #1693: improve implicit conversion disam...Adriaan Moors2010-09-141-2/+2
* relax implicit divergence checkAdriaan Moors2010-09-141-1/+1
* closes #3663.Adriaan Moors2010-08-131-14/+34
* Altered a bunch of places which call hashCode t...Paul Phillips2010-05-211-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* close #3384.Lukas Rytz2010-05-041-0/+9
* close #3338, close #3334, close #3345.Lukas Rytz2010-04-251-0/+13
* Fixed potential duplicate error annotation "Err...Martin Odersky2010-04-231-14/+16
* fix bootstrap library build. review by oderskyLukas Rytz2010-04-201-1/+1
* Closes #3133. Review by community.Hubert Plociniczak2010-03-171-7/+0
* Renamed the linkedFooOfBar methods in Symbol to...Paul Phillips2010-03-041-1/+1
* A few yards short of the goal posts attempt at ...Paul Phillips2010-03-041-1/+1
* lifted out core compiler data structures into r...Martin Odersky2010-02-011-80/+3