summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Expand)AuthorAgeFilesLines
* Test cases for some tickets fixed by recent arr...Paul Phillips2009-10-052-0/+13
* Sequence->SeqMartin Odersky2009-10-022-3/+3
* meh.Adriaan Moors2009-10-011-1/+1
* fixed #2208Adriaan Moors2009-10-012-0/+12
* fixed #2101Adriaan Moors2009-10-012-0/+32
* fixed #2316: No longer cache entire SearchResul...Adriaan Moors2009-09-292-0/+50
* fixed up testsMartin Odersky2009-09-281-1/+6
* refined implicit resolution.Martin Odersky2009-09-281-0/+19
* Collections refactoring.Martin Odersky2009-09-252-2/+2
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-2476-56/+50
* fixed #2290 and #2325Lukas Rytz2009-09-244-16/+43
* Deprecated case classes inheriting from other c...Paul Phillips2009-09-111-1/+1
* Fixed #2201 (slight rewrite of paulp's patch at...Adriaan Moors2009-09-111-1/+6
* added manifests to most parts of standard libra...Martin Odersky2009-08-273-3/+3
* Fix for #2275 with tests.Miles Sabin2009-08-254-0/+36
* updated checkfile for neg/viewtestAdriaan Moors2009-08-241-1/+7
* in the end had to disable conforms as view in t...Adriaan Moors2009-08-211-7/+1
* replaced the implicit `identity` coercion by `c...Adriaan Moors2009-08-211-2/+3
* Revert several commits related to implicits/predefAdriaan Moors2009-08-211-3/+2
* improved previous fix for implicits and `conforms`Adriaan Moors2009-08-211-2/+3
* Fixed memory leaks for streams.Martin Odersky2009-08-183-1/+6
* More fleshing out Codec.Paul Phillips2009-08-171-1/+1
* Fixed #1560 (which was a typing hole, so some l...Martin Odersky2009-08-151-13/+16
* fixed check fileMartin Odersky2009-08-141-16/+13
* Blocks can now end in definitions.Martin Odersky2009-08-143-22/+16
* fixed #2251Adriaan Moors2009-08-131-16/+13
* fix for 513: use deep ForeachTypeTraverser in d...Adriaan Moors2009-08-134-2/+12
* Mixxsing checking for fix of #1642Martin Odersky2009-08-101-1/+6
* Fixed #1642Martin Odersky2009-08-101-0/+17
* fixed t1705.Martin Odersky2009-08-102-0/+42
* Revert "fixed #2208"Adriaan Moors2009-08-062-12/+0
* fixed #2208Adriaan Moors2009-08-062-0/+12
* rewrite of positions in compilerMartin Odersky2009-07-301-5/+1
* Added test case for #1764 to the test case for ...Paul Phillips2009-07-182-1/+9
* Fix and post/neg test cases for #1878.Paul Phillips2009-07-182-0/+17
* Trying to make typechecker faster by (1) new su...Martin Odersky2009-07-131-3/+3
* Lots of work hardening matching on sequences.Paul Phillips2009-07-073-4/+28
* fix #2122, test for #2116Lukas Rytz2009-07-052-3/+13
* refined range positions some more; eliminated A...Martin Odersky2009-07-024-8/+5
* added "diagnostic" to context.Lukas Rytz2009-07-011-0/+3
* Enhanced error message when a type error is bec...Paul Phillips2009-06-303-2/+11
* Added test for #2031.Philipp Haller2009-06-292-0/+15
* small fix to named argumentsLukas Rytz2009-06-252-20/+26
* named arguments only at top level in () paramet...Lukas Rytz2009-06-252-21/+33
* fixed bug in Parser and updated check files.Martin Odersky2009-06-255-14/+14
* Attempted to resolve the improbable mess surrou...Paul Phillips2009-06-224-6/+19
* improvements to names / defaults (implicits, ty...Lukas Rytz2009-06-204-20/+46
* allow using named / default arguments in self- ...Lukas Rytz2009-06-152-32/+3
* removed code for parsing old pickle format.Lukas Rytz2009-06-032-1/+9
* named argument disallowed when assignment expre...Lukas Rytz2009-06-021-16/+8