summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Remove sigint handler on repl exit as a sanity ...Paul Phillips2011-07-282-0/+4
* Closes #4603. Review by extempore.Martin Odersky2011-07-281-2/+5
* Scaladoc shouldn't drop type arguments to alias...Kato Kazuyoshi2011-07-281-1/+2
* Changed forwarders not to generate final method...Paul Phillips2011-07-281-12/+7
* Some tweaks to repl thread creation based on sp...Paul Phillips2011-07-273-19/+31
* Debug output to help with signature issues.Paul Phillips2011-07-273-3/+16
* Fix/workaround for inliner bug uncovered by fin...Paul Phillips2011-07-272-5/+21
* Discard empty strings in option position, but n...Paul Phillips2011-07-261-1/+8
* Enable implicit parameters in the presence of v...Philipp Haller2011-07-252-3/+11
* Scaladoc should decode symbolic type alias name.Kato Kazuyoshi2011-07-251-1/+1
* Always escape control characters when printing ...Grzegorz Kossakowski2011-07-251-7/+2
* Since trunk seems to be undergoing all kinds of...Paul Phillips2011-07-2327-185/+124
* Start of an attempt to abstract above some hard...Paul Phillips2011-07-2321-82/+125
* Reflection refactoring.ōMartin Odersky2011-07-2217-2002/+146
* Small fix to mirrors in treatment of primitive ...Martin Odersky2011-07-223-4/+7
* Should not set the parameter name's width on CSS.Kato Kazuyoshi2011-07-221-2/+5
* As per discussion documented in SI-1799, brough...Paul Phillips2011-07-215-9/+61
* Fixed build problem. No review.Martin Odersky2011-07-211-2/+2
* Adding mirrors top connect reflection to someth...Martin Odersky2011-07-215-14/+68
* Fleshed out Scala -> Java mapping; dealing with...Martin Odersky2011-07-214-11/+62
* 4th round of clean ups (see r25293, r25285, r25...michelou2011-07-207-252/+209
* Fleshed out reflection that now also correctly ...Martin Odersky2011-07-204-37/+213
* Fixes SI-4641 again.Kato Kazuyoshi2011-07-201-1/+12
* Fixed a subset of extant signature issues.Paul Phillips2011-07-193-15/+24
* Sprinkled some quiet dust on the compiler.Paul Phillips2011-07-197-106/+66
* Refactored infoTransformer functionality from n...Martin Odersky2011-07-1912-370/+510
* Modified erasure so we have enough information ...Paul Phillips2011-07-185-81/+138
* Fixed adriaan's patch for type constructor infe...Paul Phillips2011-07-182-48/+102
* Small babystep to show Scala -> Java mapping in...Martin Odersky2011-07-181-1/+4
* Reverting recent type constructor patch until I...Paul Phillips2011-07-161-50/+30
* Changes to reflection.Martin Odersky2011-07-1612-288/+280
* Fixed a big bug in type constructor unification...Paul Phillips2011-07-161-30/+50
* A whole bunch of documentation on Trees, arrest...Paul Phillips2011-07-162-47/+133
* Add documentation to Boolean.Paul Phillips2011-07-151-1/+76
* Some minor scaladoc tweaks and deletion of inco...Paul Phillips2011-07-153-48/+66
* scaladoc fixes and improvementsmichelou2011-07-1524-185/+573
* Adding some Sets/Maps to perRunCaches, and elim...Paul Phillips2011-07-1451-190/+169
* cleanups (scaladoc 2, deprecation warnings, tra...michelou2011-07-134-14/+20
* Fix printing of Char constants.Grzegorz Kossakowski2011-07-131-1/+1
* prohibit case-to-case inheritance instead of is...Hubert Plociniczak2011-07-132-30/+4
* Don't enter into same line infinite recursion w...Paul Phillips2011-07-131-2/+2
* Bounded wildcard types arising during pattern t...Paul Phillips2011-07-131-3/+6
* Catch type projections even when they disguise ...Paul Phillips2011-07-131-3/+12
* A response to adriaan's last lub commit of the ...Paul Phillips2011-07-131-39/+92
* Suppressed an error in type constructor bounds ...Paul Phillips2011-07-131-4/+7
* Making power mode startup a little less glacial...Paul Phillips2011-07-122-38/+19
* A bunch of repl stuff.Paul Phillips2011-07-125-82/+184
* Fixed some unnecessary chattiness and poor func...Paul Phillips2011-07-121-4/+8
* Seeing about getting trunk building again, no r...michelou2011-07-124-80/+81
* More work done on implementing reflection.Martin Odersky2011-07-126-390/+171