summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* moved test to jvm5michelou2008-02-042-0/+0
|
* Moved 'patmatnew' back to 'run'Philipp Haller2008-02-042-0/+0
|
* Removed unchecked warning from 'withIndex'Philipp Haller2008-02-012-3/+1
|
* Moved 'patmatnew' from 'run' to 'pos'Philipp Haller2008-02-012-2/+0
|
* Removed unchecked warning from 'patmatnew'Philipp Haller2008-02-011-1/+1
|
* Moved 'attributes' from run to pos, removed war...Philipp Haller2008-02-012-8/+1
| | | | | Moved 'attributes' from run to pos, removed warning
* Fixed #377.Iulian Dragos2008-02-012-0/+95
|
* buffering when reading from an inputstreamBurak Emir2008-01-311-1/+18
|
* forget to ci test file (regexp pattern)michelou2008-01-301-2/+9
|
* updated some test filesmichelou2008-01-304-4/+0
|
* fixed #421michelou2008-01-302-0/+31
|
* fixed missing merge in r13827michelou2008-01-291-13/+15
|
* 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 batch filemichelou2008-01-241-14/+20
|
* fixed JVM_EXT_CLASSPATH on Cygwinmichelou2008-01-241-6/+8
|
* lifts synchronized when target is MSIL; ignore ...Martin Odersky2008-01-231-1/+1
| | | | | lifts synchronized when target is MSIL; ignore CR's in scalatest diffs.
* 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
|
* removed files which were added by accidentMartin Odersky2008-01-191-7/+0
|
* getting rid of deprecated warningsMartin Odersky2008-01-192-2/+9
|
* 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-17/+955
| | | | | | case classes now generate objects not factory methods. some small cleanups for type inference
* fixed t341Burak Emir2008-01-151-0/+5
|
* updated nightly build scriptsmichelou2008-01-152-11/+27
|
* 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-0/+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.
* inverted logic when setting FLAGSmichelou2008-01-081-2/+2
|
* 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-215-0/+35
|
* 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