summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/io
Commit message (Expand)AuthorAgeFilesLines
* A bunch of cleanup on scriptrunner and fsc perf...Paul Phillips2009-08-181-2/+4
* switch to unnested packages.Martin Odersky2009-07-246-7/+13
* Refactored the existing dependency tracker and ...Iulian Dragos2009-05-295-3/+124
* Deprecated "elements" method moved to "Iterable...Gilles Dubochet2009-05-271-2/+0
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-275-11/+13
* Added support for AbstractFile subclasses other...Miles Sabin2009-05-191-13/+16
* Adds Interpreter.reset(), a fast method for res...Lex Spoon2009-02-061-0/+4
* Applied patch for #1618Geoffrey Washburn2009-01-131-0/+1
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-135-5/+5
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
* Applied Paul's patch for #1380, moved test out ...Geoffrey Washburn2008-11-131-2/+3
* Tightened volatile checking.Martin Odersky2008-10-154-6/+6
* The interpreter no longer generates class files...Lex Spoon2008-05-055-5/+127
* IDE bug fixesSean McDirmid2008-04-201-0/+1
* Fixed #580: error messages from SourceReader (c...Gilles Dubochet2008-04-162-88/+5
* Re-commented the assert out, it should probably beSean McDirmid2008-03-301-1/+4
* Reverted Sean's change.Geoffrey Washburn2008-03-291-2/+1
* Disabling assertion that seems wrong.Sean McDirmid2008-03-291-1/+2
* fix for bug #639Sean McDirmid2008-03-161-0/+5
* Strings are immutable, so new String(string) is...Geoffrey Washburn2008-03-031-1/+1
* removed some warningsmichelou2008-01-211-6/+2
* Massive check-in for IDE.Sean McDirmid2007-09-174-20/+36
* removed some more type aliasesmichelou2007-07-231-3/+5
* replaced "string.replace(string,string)" calls,...Burak Emir2007-07-041-3/+17
* added scaladocBurak Emir2007-07-031-0/+9
* added -sourceReader option and nsc.io.AladdinRe...Burak Emir2007-07-031-0/+62
* deprecated &f, .f, requires.Martin Odersky2007-06-051-1/+1
* Capitalized type params in Predef, fixed bug in...michelou2007-05-314-25/+46
* added option -Xcodebasemichelou2007-05-305-49/+187
* Use scala.Math instead of scala.compat.Mathmihaylov2007-04-241-2/+1
* Revamped scala-doc.Sean McDirmid2007-03-282-20/+7
* Replaced == null()eq null(ne null)mihaylov2006-11-134-9/+9
* Refactored portability supportmihaylov2006-11-012-2/+3
* abstractfile api + small cleanupBurak Emir2006-10-183-49/+28
* added handling of zip entriesBurak Emir2006-10-171-7/+10
* * Added support for accessing files directlySean McDirmid2006-10-164-2/+23
* cleaned up Scala comments in scala/tools/nsc/*....michelou2006-10-051-2/+5
* improved commentBurak Emir2006-10-041-8/+5
* fixed multiline descriptions in scaladoc tagsmichelou2006-10-031-30/+41
* removed leading/trailing tabs/blanks in nsc/uti...michelou2006-09-261-38/+42
* removed leading/trailing tabs/blanks in nsc/io/...michelou2006-09-224-124/+143
* reorganized scala.tools.nsc.io!Burak Emir2006-09-217-135/+52
* fixed bug746; removed some costly msgs in assertsMartin Odersky2006-09-211-1/+1
* Fixed parsing problem for closuresMartin Odersky2006-06-201-1/+1
* commented back in CharArrayFile.read ; if someo...Lex Spoon2006-05-151-1/+3
* Moved some files from scala/tools/util/ to scal...mihaylov2006-04-127-0/+734
* Deleted files in scala/tools/nsc/iomihaylov2006-04-114-286/+0
* Adding IO files to build.Sean McDirmid2006-01-264-0/+286