summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/CompilationUnits.scala
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
|
* Added -Ybuilder-debug:[none,simple,refined] opt...Miles Sabin2009-10-301-0/+3
| | | | | | | Added -Ybuilder-debug:[none,simple,refined] option for testing the interactive build manager; added support for reporting comments during compilation; unbroke the test.positions build target.
* AnnotationInfo.pos no longer in constructor.Lukas Rytz2009-10-291-3/+0
|
* Fixed stability issues for the optimised build,...Iulian Dragos2009-10-141-2/+2
| | | | | Fixed stability issues for the optimised build, this time for real.
* Patch from Mirko Stoker to add comment nodes to...Miles Sabin2009-10-061-0/+8
| | | | | | | Patch from Mirko Stoker to add comment nodes to compilation units allowing access to comment contents and positions for all tools which use the Scala AST.
* new presentation compiler designMartin Odersky2009-05-251-4/+9
|
* some documentation; statistics wrt implicits; n...Martin Odersky2009-05-221-0/+4
| | | | | some documentation; statistics wrt implicits; new presentation compiler
* removed deprecated warning, updated svn props, ...michelou2009-03-101-1/+1
| | | | | removed deprecated warning, updated svn props, cleaned up code
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
|
* fixed erroneous cyclic reference error conditio...Martin Odersky2009-01-081-1/+4
| | | | | fixed erroneous cyclic reference error condition; generated new starr.
* corrected several problems with error reporting...Martin Odersky2008-08-181-15/+3
| | | | | | | corrected several problems with error reporting: positions checked twice, warnings masking errors. Refined solution of forward implicits without5 result type.
* Fixed #1186, #1230Martin Odersky2008-08-171-1/+1
|
* Various bugfixes and upgrades to IDE support de...Sean McDirmid2008-06-011-0/+4
| | | | | | Various bugfixes and upgrades to IDE support dealing with case classes/companion objects, lazy val's, and dependency tracking.
* 1) Fix in backend to print meaningful filenames...Martin Odersky2008-05-201-0/+3
| | | | | | | 1) Fix in backend to print meaningful filenames (previously it was "[wrote DataOutputStream@6747]" 2) Treat java varargs as Scala varargs 3) Allow parsing of Java source files
* Fix for #773. Geoffrey Washburn2008-05-011-4/+1
| | | | | | | | Problem was calling incompleteInputError multiple times would escalate the problem to be treated as a "real" error. This does not appear to be the correct semantics. Tried to fix this up as best as possible, but Sean needs to investigate the implications for the Eclipse plugin.
* refinement of sbaz fix; fixed #419Martin Odersky2008-02-121-1/+5
|
* Fixed interpreter error recovery mode and somet...Sean McDirmid2007-09-271-1/+4
| | | | | | | | Fixed interpreter error recovery mode and something in Namers that was unlinking module symbols (removed unlink, hope resident compiler is ok, but there are no tests for this in the test suite, better to fix the tests we do have then worry about tests we don't right?)
* Massive check-in for IDE.Sean McDirmid2007-09-171-8/+10
|
* cleaned up TreesMartin Odersky2007-08-221-1/+1
|
* disentangled Trees from Global.Martin Odersky2007-08-211-1/+1
|
* deprecated &f, .f, requires.Martin Odersky2007-06-051-1/+1
| | | | | Added existential types.
* Adding eclipse meta data.Sean McDirmid2007-04-271-1/+1
|
* Switching over to position objects from positio...Sean McDirmid2007-04-191-11/+11
| | | | | | Switching over to position objects from position type parameters. Positions are no longer ints.
* fixed bug1024.Martin Odersky2007-03-301-1/+4
|
* added option -XwarndeadcodeMartin Odersky2007-03-081-3/+7
|
* Added support for compileLate in icode phases.Iulian Dragos2007-02-121-0/+5
|
* Detect when a syntax error could be remediedLex Spoon2007-01-141-0/+9
| | | | | | | by adding more input to the end of a compilation unit. This is intended for use by the interpreter, so that it knows to keep reading more lines of input.
* 1.Martin Odersky2006-11-221-0/+4
| | | | | | 2. Modified ambiguous check for implicits. 3. Cleanup of AddInterfaces
* added support for typed patternsMartin Odersky2006-10-191-0/+4
|
* removed leading/trailing tabs/blanks in nsc/Com...michelou2006-07-051-17/+17
| | | | | removed leading/trailing tabs/blanks in nsc/CompilationUnits.scala
* space leaks are pluggedMartin Odersky2006-06-021-2/+0
|
* some changes to plug space leaksMartin Odersky2006-06-021-6/+0
|
* some changes to plug space leaksMartin Odersky2006-06-011-1/+15
|
* 1. fixed bugs 578+579Martin Odersky2006-04-271-4/+1
| | | | | | | 2. optimization: don't emit any code guarded by an if which is constant-false 3. Changed treatment of startContext to get rid of -nopredefs (but no success there yet)
* Moved some files from scala/tools/util/ to scal...mihaylov2006-04-121-1/+2
| | | | | Moved some files from scala/tools/util/ to scala/tools/nsc/io/
* 1. Allowed local implicitsMartin Odersky2006-04-111-1/+8
| | | | | | | 2. Small change in syntax to make postfix operators more robust 3. Suppresses duplicate and redundant error messages 4. Improve `bad signature' diagnostics
* performed some renamings in the compiler & libraryMartin Odersky2006-03-091-1/+1
| | | | | | | All -> Bottom AllRef -> Null mixin class -> trait
* (no commit message)Martin Odersky2006-01-071-1/+1
|
* Switching to the new build system and to the ne...Gilles Dubochet2005-12-191-0/+37
Switching to the new build system and to the new build system. This is a MAJOR commit, so be careful when updating.