summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes and closes #4261.Aleksandar Pokopec2011-02-222-8/+9
* Closes #4202 and removes empty TreeHashMap (sup...Hubert Plociniczak2011-02-221-273/+0
* Moved delayedInit Application to App; reinstant...Martin Odersky2011-02-212-48/+127
* Moved unlift to the Function companion object, ...Paul Phillips2011-02-2092-1243/+1605
* Cleaned up some horribly rotted xml doc comments.Paul Phillips2011-02-202-28/+17
* Rediscovering that transpose sometimes throws a...Paul Phillips2011-02-191-1/+11
* Revert "Added missing string prefixes for names...Aleksandar Pokopec2011-02-157-9/+0
* Applying Davetron's enum doc cleanup patch.Aleksandar Pokopec2011-02-151-27/+30
* Another docs patch submitted by Davetron, this ...Aleksandar Pokopec2011-02-141-62/+64
* Applying davetron5000's Console docs patch.Aleksandar Pokopec2011-02-141-93/+137
* Added missing string prefixes for names of map ...Aleksandar Pokopec2011-02-147-0/+9
* Refixing SyncVars, fixes #4094.Aleksandar Pokopec2011-02-141-33/+17
* Fixed all the forms of process input/output red...Paul Phillips2011-02-126-23/+85
* Made cooking dependent on a flag rather than a ...Martin Odersky2011-02-101-0/+2
* One bug fixed.Aleksandar Pokopec2011-02-101-1/+1
* Adding an implicit builder factory to wrapped ...Aleksandar Pokopec2011-02-101-0/+5
* Correct doc comment.Martin Odersky2011-02-101-3/+3
* Changed get for a with-default map.Martin Odersky2011-02-101-1/+1
* Updated docs. No review.Aleksandar Pokopec2011-02-1041-126/+710
* Changed AnyCompanion to SpecializableCompanion.Aleksandar Pokopec2011-02-094-5/+5
* Changed the dummy specialization parameter Ref ...Aleksandar Pokopec2011-02-094-17/+12
* Specialization work in progress.Aleksandar Pokopec2011-02-094-2/+21
* Added a system property which disables stack tr...Paul Phillips2011-02-091-4/+12
* vector concat stubsTiark Rompf2011-02-081-0/+10
* invokeDynamic -> applyDynamicMartin Odersky2011-02-031-1/+1
* Fixed bug in IndexedSeqOptimized.indexWhere suc...Paul Phillips2011-01-291-1/+1
* A few minor hashcode tidbits I had stored away ...Paul Phillips2011-01-271-15/+14
* Merge branch 'work'Aleksandar Pokopec2011-01-2615-61/+348
* SyncVar should not swallow interrupts and shoul...Paul Phillips2011-01-261-8/+22
* A new murmur3 hashcode implementation contribut...Paul Phillips2011-01-258-119/+196
* The AnyVal types become source files instead of...Paul Phillips2011-01-2414-76/+1150
* Incorporated feedback on a couple recent commits.Paul Phillips2011-01-221-1/+2
* The empty string commit made me hungry to actua...Paul Phillips2011-01-211-0/+1
* A little debugging infrastructure for sys.process.Paul Phillips2011-01-211-20/+43
* Minor collections cleanups, no review.Paul Phillips2011-01-203-34/+33
* Integrated contributed non-recursive implementa...Paul Phillips2011-01-205-28/+218
* Made the empty string print as "" in the repl i...Paul Phillips2011-01-201-0/+1
* Duplication elimination, no review.Paul Phillips2011-01-201-0/+8
* Updated copyright notices to 2011Antonio Cunei2011-01-20598-599/+599
* introduce NullaryMethodType to disambiguate Pol...Adriaan Moors2011-01-204-6/+36
* What is, I think, the only possible solution to...Paul Phillips2011-01-181-0/+18
* A few bits of java code which use "" + x and ca...Paul Phillips2011-01-184-4/+4
* Reverted to curried invokeDynamic to fix a prob...Martin Odersky2011-01-181-1/+1
* Cleaned up Dynamic.Martin Odersky2011-01-181-11/+15
* Dynamic type added. Array creation optimized.Martin Odersky2011-01-161-0/+18
* Added doc commentMartin Odersky2011-01-161-0/+6
* Optimization for Manifest.equals.Paul Phillips2011-01-132-82/+106
* Purely detabification of the process code.Paul Phillips2011-01-127-438/+438
* Some modifications to @elidable: for reasons lo...Paul Phillips2011-01-121-12/+27
* More fiddling with the process code.Paul Phillips2011-01-127-245/+286