summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/io
Commit message (Expand)AuthorAgeFilesLines
...
* Replaced various now-unnecessary casts with str...Paul Phillips2011-08-271-1/+1
* Working on jar creation infrastructure.Paul Phillips2011-08-012-22/+70
* Some additions to definitions for recognizing m...Paul Phillips2011-08-011-1/+5
* Some tweaks to repl thread creation based on sp...Paul Phillips2011-07-272-18/+30
* Moved a warning behind -Xlint.Paul Phillips2011-07-091-2/+6
* Removed an unused method.Paul Phillips2011-06-211-4/+0
* Reverts r25085 ("Performance tweaks for Abstrac...Paul Phillips2011-06-201-28/+24
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-182-4/+4
* A last little IO cleanup, no review.Paul Phillips2011-06-141-2/+3
* More batched performance improvements for io.{ ...Paul Phillips2011-06-143-19/+10
* Performance tweaks for AbstractFile, no review.Paul Phillips2011-06-141-25/+29
* Now that I've convinced myself getOrElseUpdate ...Paul Phillips2011-05-211-20/+9
* Commented out a bug workaround which seems to b...Paul Phillips2011-05-211-14/+17
* Created a PlainDirectory subclass of PlainFile ...Paul Phillips2011-05-211-1/+9
* Eliminating more calls requiring filesystem acc...Paul Phillips2011-05-211-2/+2
* Wow, ZipEntry#getTime is expensive! So that's h...Paul Phillips2011-05-211-12/+5
* Eliminated an unnecessary second traversal of j...Paul Phillips2011-05-172-87/+112
* Yet more work on ZipArchive.Paul Phillips2011-05-161-62/+71
* After numerous red herrings, I think I find my ...Paul Phillips2011-05-152-66/+66
* An ill-advised change to an equals method resul...Paul Phillips2011-05-152-34/+31
* Confusingly, I am restoring the method "getArch...Paul Phillips2011-05-141-0/+3
* Reverting the rest of it until I can look with ...Paul Phillips2011-05-127-117/+111
* Reverting a little of that last patch, no review.Paul Phillips2011-05-121-1/+13
* More optimization.Paul Phillips2011-05-127-124/+118
* Fairly ruthlessly optimized ZipArchive.Paul Phillips2011-05-122-298/+137
* Another round of optimization.Paul Phillips2011-05-092-10/+33
* Takes 30+% off the startup time for scala/scala...Paul Phillips2011-05-082-16/+42
* After having to update the code for someone els...Paul Phillips2011-04-302-3/+3
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-286-11/+11
* Made power mode more configurable.Paul Phillips2011-04-071-0/+4
* Some accumulated work and polish on classpath a...Paul Phillips2011-03-263-35/+71
* [I'm laptop only so there's some chance this wi...Paul Phillips2011-03-213-31/+26
* Accumulated work on fsc.Paul Phillips2011-03-181-18/+38
* Undoing some much too hacky code to implement a...Paul Phillips2011-03-1614-35/+105
* Added new setting -Ygen-javap, which takes a di...Paul Phillips2011-02-141-1/+1
* Added compiler crash recovery to the repl.Paul Phillips2011-02-081-4/+19
* My repl history hasn't been working right for a...Paul Phillips2011-02-041-3/+6
* Added javap to the repl.Paul Phillips2011-02-022-4/+16
* There is a lot of housecleaning to be done.Paul Phillips2011-01-291-1/+0
* Changing some code to not use collect on top of...Paul Phillips2011-01-271-2/+4
* Deleted the former Process code in the compiler.Paul Phillips2011-01-211-202/+0
* Updated copyright notices to 2011Antonio Cunei2011-01-2016-16/+16
* More on partest.Paul Phillips2011-01-192-12/+13
* Who knew system was such a popular sentence end...Paul Phillips2011-01-181-1/+1
* Some fixes for partest issues.Paul Phillips2011-01-121-1/+11
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-123-3/+9
* Renamed a file (I thought I already renamed thi...Paul Phillips2011-01-101-0/+0
* Unfinalized a couple unnecessarily final methods.Paul Phillips2011-01-101-13/+6
* Documented Picklers.Martin Odersky2011-01-072-79/+312
* Replay now enabled for presentation compiler.Martin Odersky2011-01-065-512/+638