summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* Some minor fixes found by findbugs. No review.Paul Phillips2010-11-111-1/+1
* Unsuppressed generic signatures for members wit...Paul Phillips2010-11-111-5/+8
* Introduces "Origins" for all your superhero bac...Paul Phillips2010-11-113-9/+117
* protected[this] members should be accessible to...Paul Phillips2010-11-101-7/+9
* Closes #3980. Review by dragos.Hubert Plociniczak2010-11-091-6/+13
* Restored the stack traces I'd accidentally smot...Paul Phillips2010-11-083-30/+46
* Deprecation patrol.Paul Phillips2010-11-0810-20/+25
* Fixed crasher with @elidable on parameterized m...Paul Phillips2010-11-081-8/+9
* This is work on -Ycheck:icode.Paul Phillips2010-11-0819-400/+486
* Modified the lub calculation in TypeKinds to av...Paul Phillips2010-11-082-15/+42
* A bit of -Xshow-class / -Xshow-object which did...Paul Phillips2010-11-081-15/+45
* Proper fix for adaptToNewRun for toplevel class...Eugene Vigdorchik2010-11-081-3/+5
* [scaladoc] Fixes build. No review.Gilles Dubochet2010-11-082-58/+71
* An overhaul of Global.Paul Phillips2010-11-078-323/+407
* [scaladoc] Annotations are modeled and printed.Gilles Dubochet2010-11-054-32/+103
* Temporarily UndoEugene Vigdorchik2010-11-051-1/+1
* Sync toplevels after namer but before typecheck...Eugene Vigdorchik2010-11-051-2/+4
* Need to rebind toplevel symbols to handle delet...Eugene Vigdorchik2010-11-051-1/+1
* Presentation compiler: not adapting to the new ...Eugene Vigdorchik2010-11-041-1/+1
* Check for npe in the last commitHubert Plociniczak2010-11-041-1/+1
* Some further changes related to r23434.Hubert Plociniczak2010-11-043-18/+17
* Determined that half a dozen ways of checking f...Paul Phillips2010-11-0420-254/+263
* Some minor patmat/symbols cleanups, some of whi...Paul Phillips2010-11-043-13/+9
* The probable cause of the failing build.Paul Phillips2010-11-031-2/+3
* One more mr.Paul Phillips2010-11-0210-363/+327
* Closes #3973. Review by extempore.Iulian Dragos2010-11-021-3/+2
* One of those annoying patches for which I apolo...Paul Phillips2010-11-0249-332/+323
* Make compile runner thread volatile + remove a ...Eugene Vigdorchik2010-11-021-2/+3
* Added separate bitmaps for private and transien...Hubert Plociniczak2010-11-022-31/+82
* Don't crash the compiler for the 'companions in...Hubert Plociniczak2010-11-023-11/+33
* Closes #3932, #1537. Review by extemporeHubert Plociniczak2010-11-022-5/+3
* Closes #3927. No reviewHubert Plociniczak2010-11-021-1/+1
* Closes #3816. Review by moors.Hubert Plociniczak2010-11-021-2/+3
* some cleanup. no reviewHubert Plociniczak2010-11-022-3/+2
* Closes #2792. no reviewHubert Plociniczak2010-11-022-8/+17
* Created @strictfp annotation in scala.annotation.Paul Phillips2010-11-013-2/+6
* Don't call exit from MainGenericRunner in a way...Paul Phillips2010-11-011-17/+24
* Don't truncate stack traces in the repl.Paul Phillips2010-11-011-4/+5
* Sprinkling in some names to avoid reflective ca...Paul Phillips2010-11-013-6/+11
* Removed a disappointly small amount of code ass...Paul Phillips2010-11-011-42/+0
* Relaxed non-sensible warning for comparisons wh...Paul Phillips2010-11-012-3/+6
* Made an @inline marked method final because oth...Paul Phillips2010-10-301-1/+1
* Widened the pattern type in the pattern matcher...Paul Phillips2010-10-301-1/+1
* presentation compiler hardenings.Martin Odersky2010-10-295-7/+17
* Some deletions in global based on adriaan's goo...Paul Phillips2010-10-291-37/+12
* Correctly find completion proposals for ImportT...Iulian Dragos2010-10-281-13/+18
* Some cleanups and long-dead code abatement in t...Paul Phillips2010-10-272-68/+16
* A double goodness whammy involving type inferen...Paul Phillips2010-10-272-75/+96
* Fix for IDE ticket #1000180: the presentation c...Iulian Dragos2010-10-271-25/+33
* [scaladoc] Even faster JavaScript index filteri...Gilles Dubochet2010-10-272-94/+127