summaryrefslogtreecommitdiff
path: root/test/files/run/iq.scala
Commit message (Collapse)AuthorAgeFilesLines
* Improve Queue.++ when building another QueueEdmund Noble2017-01-181-1/+7
| | | | Use reverse_:::
* Fix 36 typos (d-f)Janek Bogucki2015-06-211-1/+1
|
* SI-8059 Override immutable.Queue#{+:,:+} for performanceSimon Ochsenreither2013-12-111-3/+14
| | | | Without those overrides, all elements are unnecessarily copied.
* Cull extraneous whitespace.Paul Phillips2013-09-181-12/+12
| | | | | | | | | | | | | | | | | | | | | One last flurry with the broom before I leave you slobs to code in your own filth. Eliminated all the trailing whitespace I could manage, with special prejudice reserved for the test cases which depended on the preservation of trailing whitespace. Was reminded I cannot figure out how to eliminate the trailing space on the "scala> " prompt in repl transcripts. At least reduced the number of such empty prompts by trimming transcript code on the way in. Routed ConsoleReporter's "printMessage" through a trailing whitespace stripping method which might help futureproof against the future of whitespace diseases. Deleted the up-to-40 lines of trailing whitespace found in various library files. It seems like only yesterday we performed whitespace surgery on the whole repo. Clearly it doesn't stick very well. I suggest it would work better to enforce a few requirements on the way in.
* Begone t1737...Hubert Plociniczak2011-11-021-12/+12
|
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-2/+2
| | | | | | | Removing the code which has been deprecated since 2.8.0. Contributed by Simon Ochsenreither, although deleting code is such fun one hesitates to call it a contribution. Still, we will. Closes SI-4860, no review.
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-1/+1
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* Polished up some disabled tests and returned th...Paul Phillips2009-08-141-0/+100
| | | | | Polished up some disabled tests and returned them to files.
* massive new collections checkin.Martin Odersky2009-05-081-100/+0
|
* Removes varargs version of immutable.Queue.enqu...Lex Spoon2008-09-161-4/+4
| | | | | | | Removes varargs version of immutable.Queue.enqueue . Review by: odersky
* int -> Int, etc..michelou2008-06-101-34/+34
|
* 'test-nsc' has been moved to 'test'.Gilles Dubochet2005-12-161-0/+100
|
* Removed old scala tests from new Scala core mod...Gilles Dubochet2005-12-161-103/+0
| | | | | Removed old scala tests from new Scala core module.
* - updated header.michelou2005-10-051-3/+6
|
* Made platform independantmihaylov2005-09-271-15/+15
|
* - Flattened Byte, Short and Charpaltherr2003-12-041-5/+1
|
* Hiding in/outstenman2003-08-151-1/+4
|
* *** empty log message ***Martin Odersky2003-08-041-5/+5
|
* - Removed some .applypaltherr2003-07-101-1/+1
|
* Functional Queues, take 3stenman2003-07-091-4/+72
|
* Functional Queues, take 2stenman2003-07-091-5/+13
|
* Functional Queuesstenman2003-07-081-0/+25