summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* (no commit message)Martin Odersky2006-09-031-1/+1
* fixed bug 722Martin Odersky2006-09-036-27/+82
* fixed problems with implicitsMartin Odersky2006-09-023-20/+37
* fixed bug720Martin Odersky2006-09-011-1/+1
* Implemented proposed syntax change for procedur...Martin Odersky2006-09-012-26/+45
* Refined internal error messageMartin Odersky2006-09-011-1/+2
* 1. Added by name functions and nby-name implicitsMartin Odersky2006-09-015-17/+42
* cleaned up code in matching/*.scalamichelou2006-09-016-761/+771
* added option -Xdetachmichelou2006-09-011-19/+20
* pattern matching deals with outer instances nowBurak Emir2006-08-315-9/+99
* removed leading/trailing tabs/blanks in symtab/...michelou2006-08-311-108/+115
* removed leading/trailing tabs/blanks in ast/*.s...michelou2006-08-304-189/+216
* removed leading/trailing tabs/blanks in typeche...michelou2006-08-304-222/+265
* removed leading/trailing tabs/blanks in Infer.s...michelou2006-08-291-106/+192
* Made the constructors of inner classes compatib...Iulian Dragos2006-08-281-7/+16
* * Removed position dependency from class file f...Sean McDirmid2006-08-288-12/+21
* removed leading/trailing tabs/blanks in transfo...michelou2006-08-284-53/+61
* removing debug prints.Sean McDirmid2006-08-251-2/+0
* Eliminated need for extra global class so Globa...Sean McDirmid2006-08-2510-21/+35
* Modified scopes and positions so they can be co...Sean McDirmid2006-08-2548-274/+306
* fixed bug 710.Martin Odersky2006-08-2410-43/+79
* added if-test in method typedSelect of typechec...michelou2006-08-241-37/+44
* catch NoSuchMethodException, not NoSuchMethodErrorLex Spoon2006-08-241-1/+1
* test that the main method is static, and throw ...Lex Spoon2006-08-241-0/+2
* make filenames and paths be absolute before pas...Lex Spoon2006-08-241-1/+13
* made absFileName publicly availableLex Spoon2006-08-241-10/+12
* Changed huge match in icode reader to generate ...Iulian Dragos2006-08-242-21/+23
* removed leading/trailing blanks/tabs in symtab/...v2.1.8michelou2006-08-233-173/+173
* fix^2 of bug687Martin Odersky2006-08-231-1/+1
* fixed bug687Martin Odersky2006-08-231-1/+1
* Fixed bugs. Generalized implicit lookup.Martin Odersky2006-08-223-9/+25
* fixed some more bugs.Martin Odersky2006-08-221-0/+2
* Added -XinnerClasses option to turn on (default...Iulian Dragos2006-08-222-1/+4
* Removed SYNTHETIC flag from '$this' arguments f...Iulian Dragos2006-08-221-1/+1
* Fixed bug #680 and #455 (duplicates) by carryin...Iulian Dragos2006-08-223-10/+24
* added if-test before debugging info in file Mix...michelou2006-08-221-4/+6
* (no commit message)Martin Odersky2006-08-211-3/+7
* Changed super.T in asSeenFromMartin Odersky2006-08-211-1/+5
* (no commit message)Martin Odersky2006-08-212-14/+23
* (no commit message)Martin Odersky2006-08-2116-98/+179
* making -g:vars the default.Sean McDirmid2006-08-211-1/+1
* Enhanced error reporting to not eat stack trace.Sean McDirmid2006-08-212-3/+13
* Fixed parse problemMartin Odersky2006-08-191-0/+1
* fixed bug 704Martin Odersky2006-08-184-68/+55
* fixed problem in 8415 that caused bug577 to fail.Martin Odersky2006-08-181-1/+2
* fixed bug 708.Martin Odersky2006-08-184-15/+21
* [Cygwin] splitted big match expression into 3 p...michelou2006-08-181-292/+309
* removed leading/trailing blanks/tabs in nsc/tra...michelou2006-08-175-193/+230
* mangle symbols that are qualified private up to...Martin Odersky2006-08-161-0/+8
* allowed access to provates between a class and ...Martin Odersky2006-08-1611-44/+41