aboutsummaryrefslogtreecommitdiffstats
path: root/src/servo/parser/lexer_util.rs
Commit message (Expand)AuthorAgeFilesLines
* Move parsers and lexers to css/ and html/ top-level dirs; fix some s/import/use/Brian J. Burg2012-09-061-151/+0
* Make servo build againBrian Anderson2012-08-301-5/+15
* More build fixesBrian Anderson2012-08-161-2/+2
* Update for impl language changesPatrick Walton2012-08-091-5/+5
* Fixed syntax by changing alt to matchMargaret Meyerhofer2012-08-081-6/+6
* Fixed the changing alt syntax and cleaned up some compiler warningsMargaret Meyerhofer2012-08-061-11/+12
* Adapt to rust changesTuncer Ayaz2012-08-051-11/+11
* Feed the HTML/CSS parsers with the ResourceTaskBrian Anderson2012-07-271-11/+33
* Added width and height parsingMargaret Meyerhofer2012-07-191-29/+22
* Added traits to adhere to new coherence requirementsMargaret Meyerhofer2012-07-181-2/+18
* Fixed all strings in the old formatMargaret Meyerhofer2012-07-181-5/+5
* Fixed deprecated vector syntaxMargaret Meyerhofer2012-07-121-3/+3
* cleaned up more warnings and a few copiesMargaret Meyerhofer2012-06-281-5/+2
* Refactored html and css lexing into separate files and capitalized those typesMargaret Meyerhofer2012-06-221-0/+112