summaryrefslogtreecommitdiff
path: root/src/library/scala/xml
Commit message (Expand)AuthorAgeFilesLines
* added missing getExcludedFiles in <scalac> Ant ...michelou2011-09-0822-163/+212
* Offer warning when demonstrably non-side-effect...Paul Phillips2011-09-051-1/+0
* Removing the code which has been deprecated sin...Paul Phillips2011-08-152-32/+0
* Following up on things that -Xlint told me, som...Paul Phillips2011-07-294-5/+4
* 4th round of clean ups (see r25293, r25285, r25...michelou2011-07-201-8/+7
* Re-de-case-classed scala.xml.Text as described ...Paul Phillips2011-07-162-26/+11
* 3rd round of clean ups (see r25285, r25292)michelou2011-07-1512-155/+111
* 2nd round of clean ups (see r25285)michelou2011-07-1518-266/+256
* Adding some Sets/Maps to perRunCaches, and elim...Paul Phillips2011-07-145-21/+13
* cleanups (scaladoc 2, deprecation warnings, tra...michelou2011-07-133-45/+41
* Warning! Warning! Yes, that's what's in this co...Paul Phillips2011-06-291-1/+1
* Fix #4599: XMLEventReader issue with input stream.Paul Phillips2011-05-202-24/+43
* Reducing the sbt launcher footprint by eliminat...Paul Phillips2011-05-015-21/+17
* After having to update the code for someone els...Paul Phillips2011-04-301-1/+1
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-285-10/+10
* Adds "since" field to @deprecated.Paul Phillips2011-04-142-3/+3
* Changed scala.io.Position into something other ...Paul Phillips2011-04-101-2/+1
* More fun with xml and elements not appearing eq...Paul Phillips2011-04-103-16/+4
* Misc cleanups and crash avoidance, no review.Paul Phillips2011-04-061-12/+6
* And extempore's original plan carries the day: ...Paul Phillips2011-03-062-7/+2
* Fixes and closes #4261.Aleksandar Pokopec2011-02-222-8/+9
* Cleaned up some horribly rotted xml doc comments.Paul Phillips2011-02-202-28/+17
* A new murmur3 hashcode implementation contribut...Paul Phillips2011-01-251-12/+8
* Updated copyright notices to 2011Antonio Cunei2011-01-2072-72/+72
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-125-13/+13
* Stops barking up the wrong tree with -Ywarn-dea...Paul Phillips2010-12-151-1/+1
* Eliminating all possible warnings from trunk.Paul Phillips2010-12-111-3/+3
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-056-19/+19
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-305-9/+5
* Fix involving xml equality, contributed by mark...Paul Phillips2010-10-201-3/+2
* Reverts r23251 because it hangs on windows.Paul Phillips2010-10-191-15/+1
* Fixing issue with XMLEventReader.stop failing t...Paul Phillips2010-10-141-1/+15
* Modified XMLEventReader to write dummy <ignore/...Paul Phillips2010-09-171-1/+8
* Modified xCharData to call handle.text on CDATA.Paul Phillips2010-09-171-9/+28
* documentation for scala.xml.pull, contribution ...Lukas Rytz2010-08-263-28/+77
* Fixed an infinite loop in the xml parser on inv...Paul Phillips2010-07-011-3/+3
* fixed anonymous function in xhtml. no review.Lukas Rytz2010-06-161-2/+2
* Codec changes in scala.tools.nsc.io correspondi...Paul Phillips2010-06-031-2/+1
* Restored Source factories to a form source comp...Paul Phillips2010-06-033-5/+4
* Fixed an xml issue arising from arrays no longe...Paul Phillips2010-05-241-1/+2
* Reverted r19926 based on reports it breaks thin...Paul Phillips2010-05-221-7/+3
* It's clearly not a long term solution to go hun...Paul Phillips2010-05-222-2/+2
* Altered a bunch of places which call hashCode t...Paul Phillips2010-05-214-6/+6
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-1271-71/+0
* Improved documentation for `NodeSeq.\` and `Nod...Gilles Dubochet2010-04-261-20/+25
* Fixed #3322wqdcaoyuan2010-04-192-15/+20
* Tore out some unnecessary ambiguity-creating al...Paul Phillips2010-04-074-9/+5
* As a brief diversion from real work, implemente...Paul Phillips2010-04-065-5/+5
* Leveraged -Xmigration to burn off some warts wh...Paul Phillips2010-03-151-1/+1
* Removed a couple infinite loops in XML.Paul Phillips2010-03-101-3/+3