summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ast/parser/MarkupParsers.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-2/+2
* unset inappropriate execute bitsSeth Tisue2015-09-021-0/+0
* SI-3368 Promote xml option to -XxmlSom Snytt2015-04-081-1/+1
* SI-3368 CDATA gets a NodeSom Snytt2015-04-081-51/+78
* SI-5154 Parse leading literal brace in XML patternSom Snytt2014-12-161-4/+3
* SI-9027 Parser eagerly consumes space on multi XML elementsSom Snytt2014-12-031-4/+3
* Remove dependency on xml in ast.parserAdriaan Moors2013-06-201-2/+2
* Remove dependency on xml in MarkupParsersAdriaan Moors2013-06-201-6/+14
* Name boolean arguments in src/compiler.Jason Zaugg2013-03-051-2/+2
* Be explicit about empty param list calls.Jason Zaugg2013-02-241-22/+22
* Removing ancient comments and pointless comments.Paul Phillips2012-11-191-9/+0
* Removed unused imports.Paul Phillips2012-11-061-4/+2
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-2/+1
* | Remove unused private members.Paul Phillips2012-11-011-1/+1
|/
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* moves positions to scala.reflect.internal.utilEugene Burmako2012-06-081-1/+2
* SI-5702 Pattern parser halts on starSom Snytt2012-04-261-1/+1
* SI-1118 WIPAlex Cruise2012-03-151-2/+2
* Preserve attribute order in inline XMLSzabolcs Berecz2012-01-141-1/+1
* fixed svn props, did some cleanupmichelou2011-09-191-3/+6
* Offer warning when demonstrably non-side-effect...Paul Phillips2011-09-051-4/+2
* Finished up some backend cleanups I'd had lying...Paul Phillips2011-08-031-1/+2
* Adding some Sets/Maps to perRunCaches, and elim...Paul Phillips2011-07-141-2/+2
* Fix #4599: XMLEventReader issue with input stream.Paul Phillips2011-05-201-2/+4
* Moved scala.reflect.Chars to scala.reflect.inte...Iulian Dragos2011-05-201-1/+1
* And the remainder of the scala.reflect refactor...Paul Phillips2011-05-161-1/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Untangling parsers from compilation units so th...Martin Odersky2011-01-081-1/+1
* Told the boy trying to plug the dike holes that...Paul Phillips2010-12-121-4/+3
* Eliminating all possible warnings from trunk.Paul Phillips2010-12-111-5/+6
* I found myself unable to make the necessary par...Paul Phillips2010-12-091-1/+1
* Documentation being generated by genprod was pr...Paul Phillips2010-10-161-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* A few yards short of the goal posts attempt at ...Paul Phillips2010-03-041-25/+23
* lifted out core compiler data structures into r...Martin Odersky2010-02-011-1/+1
* More work consolidating the XML code needlessly...Paul Phillips2010-01-181-123/+15
* Fix and test for #2354. Review by community.Paul Phillips2010-01-151-46/+8
* Began the process of consolidating all the code...Paul Phillips2009-12-171-23/+10
* refined doc comments generation; refactored cod...Martin Odersky2009-12-101-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* More accumulated XML work, including removing s...Paul Phillips2009-09-251-7/+8
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-1/+1
* Attention drawn toward MarkupParsers, I found I...Paul Phillips2009-09-211-327/+260
* Fix for #2354, and made the surrounding XML par...Paul Phillips2009-09-191-118/+89
* Fix for #2275 with tests.Miles Sabin2009-08-251-6/+6
* switch to unnested packages.Martin Odersky2009-07-241-1/+2
* Added ControlException marker trait and update ...Miles Sabin2009-07-151-3/+4
* Named and default argumentsLukas Rytz2009-05-301-1/+1