summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Various improvements to completion.Martin Odersky2011-01-284-14/+33
* More repl housecleaning.Paul Phillips2011-01-2811-205/+226
* A raw tree was making its way into an error mes...Paul Phillips2011-01-281-1/+1
* Made the presentation compiler reporter in inte...Iulian Dragos2011-01-281-4/+7
* Changing some code to not use collect on top of...Paul Phillips2011-01-272-13/+17
* Primarily a cleanup of the organization of keyw...Paul Phillips2011-01-278-318/+398
* trying to fix CyclicReference errors for type c...Martin Odersky2011-01-272-13/+9
* Re-enabled another position check in FindTrees.Iulian Dragos2011-01-271-1/+1
* More cleaning up long neglected regions.Paul Phillips2011-01-273-30/+24
* Some overdue organization and cleanups in the r...Paul Phillips2011-01-277-119/+365
* Another naked assert is brought up on obscenity...Paul Phillips2011-01-271-16/+11
* A few minor hashcode tidbits I had stored away ...Paul Phillips2011-01-271-8/+16
* Some minor cleanups in anyval source generation.Paul Phillips2011-01-273-12/+18
* Since we generate no invalid generic signatures...Paul Phillips2011-01-272-12/+7
* In a code review performance for the ages, I fo...Paul Phillips2011-01-271-8/+0
* Made askParse survive syntax errors.Martin Odersky2011-01-261-4/+8
* Opening packages when browsing gets rid of spur...Martin Odersky2011-01-261-1/+5
* minor cleanup for hash consing of types. no reviewLukas Rytz2011-01-261-2/+3
* removed a activeLocks tracking in Symbols, sinc...Martin Odersky2011-01-261-5/+8
* Imporved interrupt handling, which should avoid...Martin Odersky2011-01-261-9/+14
* Added an askParse methodMartin Odersky2011-01-261-1/+10
* One last attempt at getting the presentation co...Iulian Dragos2011-01-261-5/+26
* Another thing we are all a bit too used to is h...Paul Phillips2011-01-261-193/+100
* closes #3619, #4141.Adriaan Moors2011-01-261-4/+18
* closes #4137.Adriaan Moors2011-01-261-1/+1
* closes #2741, #4079: pickling now ensures that ...Adriaan Moors2011-01-262-5/+19
* closes #3977.Adriaan Moors2011-01-261-2/+2
* Hey neat, the -Xcheckinit bot found a bug.Paul Phillips2011-01-261-2/+2
* Fixing the positions for catch block expressions.Paul Phillips2011-01-251-3/+3
* A new murmur3 hashcode implementation contribut...Paul Phillips2011-01-253-10/+12
* Skip getClass (signature changes between JDK 1....Iulian Dragos2011-01-251-1/+3
* Added methods askStructure and askLoadedTyped, ...Martin Odersky2011-01-254-14/+146
* Stripped one more embarrasing absolute path fro...Iulian Dragos2011-01-251-1/+1
* Increased the timeout for presentation compiler...Iulian Dragos2011-01-241-4/+4
* Added presentation compiler tests.Iulian Dragos2011-01-242-1/+176
* Better behavior on completions.Martin Odersky2011-01-243-20/+38
* Responds no longer re-throw exceptions.Martin Odersky2011-01-241-1/+4
* made DivergentImplicit a def so we see what goe...Martin Odersky2011-01-241-2/+3
* Added log message to tell what version of the p...Martin Odersky2011-01-241-0/+1
* The AnyVal types become source files instead of...Paul Phillips2011-01-2414-290/+250
* Tackled source generation from a new angle rath...Paul Phillips2011-01-233-0/+277
* Using decoded names in invokeDynamic.Martin Odersky2011-01-231-1/+1
* hardeing of the presentation compiler.Martin Odersky2011-01-234-119/+197
* Taking a ride from 106 invalid generic signatur...Paul Phillips2011-01-231-39/+75
* Incorporated feedback on a couple recent commits.Paul Phillips2011-01-221-1/+1
* Merge branch 'invalid-sig' of /scala/trunkPaul Phillips2011-01-223-27/+44
* Updated to new jline sources with it moved into...Paul Phillips2011-01-215-10/+10
* [scaladoc] First attempt at modularisation of S...Gilles Dubochet2011-01-2114-69/+248
* [scaladoc] Fixes issue with code block in scala...Gilles Dubochet2011-01-211-124/+149
* getLinkPos now removes the unit it loaded.Martin Odersky2011-01-211-0/+2