summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ast/parser/SymbolicXMLBuilder.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+1
* unset inappropriate execute bitsSeth Tisue2015-09-021-0/+0
* SI-3368 Default to coalescing for 2.11Som Snytt2015-04-161-4/+3
* SI-3368 Promote xml option to -XxmlSom Snytt2015-04-081-1/+1
* SI-3368 CDATA gets a NodeSom Snytt2015-04-081-6/+19
* Removed warningsEECOLOR2015-03-261-0/+1
* SI-8253 Fix incorrect parsing of <elem xmlns={f("a")}/>Jason Zaugg2014-11-101-1/+2
* Remove dependency on xml in ast.parserAdriaan Moors2013-06-201-11/+7
* Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-1/+1
* Name boolean arguments in src/compiler.Jason Zaugg2013-03-051-3/+3
* Removed unused imports.Paul Phillips2012-11-061-1/+0
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-4/+4
* Hunting down eliminable :: allocations.Paul Phillips2012-08-171-1/+1
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* moves positions to scala.reflect.internal.utilEugene Burmako2012-06-081-1/+1
* Reflection and reification: Names and Symbols.Paul Phillips2012-04-221-11/+2
* Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-121-0/+1
* Re-fixed 2.10-style literals. Oh, silly Windows and your line endings.Alex Cruise2012-03-151-1/+1
* SI-1118 WIPAlex Cruise2012-03-151-4/+6
* More consistent use of Names.Paul Phillips2012-01-051-2/+2
* fixed svn props and scaladoc tags, did some cle...michelou2011-09-201-8/+9
* And the remainder of the scala.reflect refactor...Paul Phillips2011-05-161-4/+7
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Some accumulated cleanup done while profiling a...Paul Phillips2010-12-291-2/+2
* It's a big one!Paul Phillips2010-12-021-27/+39
* Determined that half a dozen ways of checking f...Paul Phillips2010-11-041-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Leveraged -Xmigration to burn off some warts wh...Paul Phillips2010-03-151-1/+1
* Some work on classpaths.Paul Phillips2010-02-081-3/+4
* lifted out core compiler data structures into r...Martin Odersky2010-02-011-1/+0
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Working on scala.runtime.Paul Phillips2009-11-251-5/+1
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-1/+1
* Massive redesign so that: scala> "hi" == "hi".r...Martin Odersky2009-09-101-0/+1
* Deprecation patrol continues patrolling.Paul Phillips2009-08-221-1/+1
* more fixes for positionsMartin Odersky2009-07-301-6/+11
* switch to unnested packages.Martin Odersky2009-07-241-1/+2
* Fixed positionsMartin Odersky2009-07-051-1/+1
* Jumbo sized rewrite/cleanup of SymbolicXMLBuilder.Paul Phillips2009-05-301-276/+158
* Named and default argumentsLukas Rytz2009-05-301-1/+1
* more work on rangepositions.Martin Odersky2009-05-281-1/+0
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-4/+4
* Switch over to new scanner/parser.Miles Sabin2009-05-181-1/+1
* Fix and test case for #1626.Paul Phillips2009-04-301-0/+2
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
* fixed #486michelou2008-02-151-52/+44
* in makeXMLseq, replaced chained append calls wi...Burak Emir2007-07-051-4/+13
* removed more primitive type aliases, removed so...michelou2007-06-211-1/+1
* updated self aliases, for-comprehension, += opsmichelou2007-04-231-7/+7