summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Brought back unrelated type comparison warning.Paul Phillips2011-09-091-11/+14
* Added parens to many methods.Paul Phillips2011-09-096-11/+11
* added missing getExcludedFiles in <scalac> Ant ...michelou2011-09-081-10/+22
* Allow for the overriding of objects.Paul Phillips2011-09-0814-61/+127
* Refinement of murmurhash implementation.Paul Phillips2011-09-081-13/+8
* Fixes #1000349: Dot completion doesn't work whe...Martin Odersky2011-09-071-0/+2
* Another problem solved for reflexive compiler.Martin Odersky2011-09-075-27/+29
* I missed inlining warnings - need to get better...Hubert Plociniczak2011-09-071-36/+31
* Some cleanup related to last commitHubert Plociniczak2011-09-071-12/+6
* First refactoring related to Error trees.Hubert Plociniczak2011-09-0720-852/+2625
* Fixed MissingRequirementError extractor (the re...Micro Dotta2011-09-071-2/+2
* Added footer command line option to ScalaDoc so...Heather Miller2011-09-073-2/+28
* Improves the usability of Scaladoc when images ...Heather Miller2011-09-062-30/+11
* Removed erroneous throw which was stealthily ki...Martin Odersky2011-09-061-1/+0
* Intersection types made specializable.Paul Phillips2011-09-061-0/+1
* more reflect changesMartin Odersky2011-09-053-2/+10
* More refinements to reflection and the reflecti...Martin Odersky2011-09-0514-54/+76
* Offer warning when demonstrably non-side-effect...Paul Phillips2011-09-056-7/+27
* Some great AnyVal class hierarchy documentation...Josh Suereth2011-09-021-25/+131
* Updated copyright notice in scaladoc. No review.Heather Miller2011-09-011-3/+1
* Made it possible to supply a custom Global to t...Paul Phillips2011-09-016-6/+57
* Small tweak to reflection to make package types...Martin Odersky2011-08-311-1/+1
* Better handling of presentation compiler shutdown.Iulian Dragos2011-08-312-8/+60
* More fixes to reflection and reflective compiler.Martin Odersky2011-08-303-24/+63
* Twist to make crashes more robust :-) (by avoid...Martin Odersky2011-08-301-1/+2
* removing more debug output from reflection.Martin Odersky2011-08-301-2/+2
* Added extraneous test where classes are verifie...Josh Suereth2011-08-293-0/+107
* Added copyright notice to all scaladoc pages.Heather Miller2011-08-292-0/+12
* Added package object support to reflection fram...Martin Odersky2011-08-2910-85/+91
* More changes to get Reflect compiler working.Martin Odersky2011-08-2917-104/+188
* Another bit of stray debugging output involving...Paul Phillips2011-08-271-1/+1
* Fixing up a few instances of suboptimal reversi...Paul Phillips2011-08-272-2/+2
* Replaced various now-unnecessary casts with str...Paul Phillips2011-08-274-4/+4
* Fixing the buildMartin Odersky2011-08-261-3/+4
* Removing debug output that slipped into main co...Martin Odersky2011-08-263-4/+4
* More fixes/debug code for reflection.Martin Odersky2011-08-266-12/+43
* Always include `liftcode` phase in a compiler run.Grzegorz Kossakowski2011-08-262-2/+1
* Some kind of scaladoc quoting fix from the sbt ...Paul Phillips2011-08-251-6/+6
* Made -Xprompt more useful, less crashy and more...Paul Phillips2011-08-255-22/+21
* Fixes and temporary debug scaffolding for refle...Martin Odersky2011-08-254-27/+49
* Fixed build problemsMartin Odersky2011-08-242-2/+2
* Class that can be used for memoizing types in r...Martin Odersky2011-08-241-0/+15
* reflection refactoring so that we can now have ...Martin Odersky2011-08-2411-10/+47
* Refactored everything that's clean in nsc.Main ...Martin Odersky2011-08-242-58/+83
* Some 11th hour modifications with the dual purp...Paul Phillips2011-08-238-34/+96
* New reification code for symbols and types.Martin Odersky2011-08-234-103/+384
* Created infrastructure for testing icode + sett...Paul Phillips2011-08-228-19/+35
* Some cleanups in inline exception handlers.Paul Phillips2011-08-221-232/+143
* Bug in optimizer eliminated potentially excepti...Paul Phillips2011-08-211-10/+8
* Maybe that last commit was closer than I thought.Paul Phillips2011-08-211-0/+1