summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Collapse)AuthorAgeFilesLines
...
* demo of entity handlingBurak Emir2008-01-291-0/+16
|
* added test for optional attributesmichelou2008-01-292-1/+21
|
* support for <elem key={x:Option[Seq[Node]]} />,...Burak Emir2008-01-282-37/+49
| | | | | support for <elem key={x:Option[Seq[Node]]} />, so that Options can be used for optional attributes.
* case classes can now inherit from case classes.Martin Odersky2008-01-251-3/+8
|
* updated check filemichelou2008-01-231-1/+3
|
* corrected regexpmichelou2008-01-232-15/+36
|
* applied path for #325, update scalac man pagesmichelou2008-01-222-0/+60
|
* getting rid of deprecated warningsMartin Odersky2008-01-191-2/+2
|
* checked testMartin Odersky2008-01-191-5/+2
|
* Character -> Charmichelou2008-01-182-13/+3
|
* removed warningmichelou2008-01-181-7/+7
|
* removed more warningsmichelou2008-01-184-87/+84
|
* test case works now without errors, because of ...Martin Odersky2008-01-182-6/+0
| | | | | test case works now without errors, because of change to case classes
* reinstantiated annotations testMartin Odersky2008-01-171-0/+159
|
* updated two check filesMartin Odersky2008-01-172-14/+2
|
* fixed exhaustiveness warnings in testMartin Odersky2008-01-171-3/+3
|
* build target is now 1.5Martin Odersky2008-01-1717-30/+960
| | | | | | case classes now generate objects not factory methods. some small cleanups for type inference
* fixed t341Burak Emir2008-01-151-0/+5
|
* Use String's »matches« method instead of »conta...Geoffrey Washburn2008-01-131-1/+1
| | | | | Use String's »matches« method instead of »contains«.
* Had to create a test/pending/jvm5 directory.Geoffrey Washburn2008-01-117-1080/+0
| | | | | Moved tests that are failing, but no present fixes into pending.
* Applied patch from Ticket #330.Geoffrey Washburn2008-01-092-0/+2
| | | | | Fixed the parsing of 0 by the JSON library.
* added regression test for t301Burak Emir2008-01-041-0/+12
|
* fixed t335Burak Emir2008-01-043-2/+31
|
* Removed -Xplug-types. Now annotationsLex Spoon2007-12-311-1/+0
| | | | | are always allowed on types.
* fixed test Martin Odersky2007-12-221-0/+2
|
* fixed #283 #289Martin Odersky2007-12-213-0/+17
|
* changed how wildcards are displayedMartin Odersky2007-12-214-4/+4
|
* removed deprecated featuresmichelou2007-12-198-217/+109
|
* fixed some tests for jvm-1.5Martin Odersky2007-12-193-6/+6
|
* -target 1.5 now the default.Martin Odersky2007-12-198-13/+12
|
* added type param to Classmichelou2007-12-192-4/+6
|
* dual mode (generics or not) version of compiler...Martin Odersky2007-12-191-1/+1
| | | | | dual mode (generics or not) version of compiler and libraries
* updated STARR for Java genericsmichelou2007-12-182-3/+3
|
* #153 still not fixed..michelou2007-12-142-3/+3
|
* Fixed #153 (thanks to Sean)michelou2007-12-122-3/+3
|
* added final modifier, commented out test for #153michelou2007-12-123-5/+5
|
* updated check file (missing in r13483)michelou2007-12-101-0/+3
|
* added test case for fix #272michelou2007-12-101-10/+69
|
* added accessor test (bis)michelou2007-12-051-0/+1
|
* added accessor testmichelou2007-12-051-15/+24
|
* commented out unreachable codemichelou2007-12-041-2/+2
|
* fixed #211Burak Emir2007-12-011-1/+9
|
* Structural calls should be faster thanks to met...Gilles Dubochet2007-11-292-0/+125
| | | | | | Structural calls should be faster thanks to method caching. Fixed issue #192.
* This new error message looks better than the ol...Lex Spoon2007-11-281-1/+1
| | | | | This new error message looks better than the old one
* Merge from the annots-normtrees branch.Lex Spoon2007-11-282-0/+239
| | | | | | | | now use compiler trees instead of reflect trees. In many cases, annotations on types can be rewritten instead of discarded as the types undergo various operations. Also, -Yself-in-annots has been added.
* added Android build and test supportmichelou2007-11-272-0/+27
|
* fixes ticket 230, props to Jon Pretty who found...Burak Emir2007-11-251-0/+19
| | | | | fixes ticket 230, props to Jon Pretty who found and reported the issue.
* fixed namespace printing bug - props to DPP who...Burak Emir2007-11-251-4/+11
| | | | | fixed namespace printing bug - props to DPP who found and reported it.
* fixed #246. adapted check files.Martin Odersky2007-11-212-2/+2
|
* Fixed ticket #10Iulian Dragos2007-11-213-0/+37
|