index
:
milf-rs
main
My INI-Like Format
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parser.rs
Age
Commit message (
Expand
)
Author
Lines
2014-10-30
Fix \r\n on multiline strings and add comments
Adolfo OchagavĂa
-1
/
+19
2014-10-11
Fix deprecation warnings: push_char => push
Louis Morgan
-9
/
+9
2014-09-21
Update to rust master
Alex Crichton
-14
/
+14
2014-09-17
Updated to _mut conventions
Valerii Hiora
-2
/
+2
2014-08-17
Rename parser::Error to parser::ParseError
Brian Koropoff
-28
/
+28
2014-07-18
Disambiguate "" empty strings from multiline strings properly.
Huon Wilson
-4
/
+9
2014-07-15
Update an error message with \U support
Alex Crichton
-1
/
+1
2014-07-15
Implement multiline string literals
Alex Crichton
-5
/
+125
2014-07-15
Support \U escapes in strings
Alex Crichton
-10
/
+20
2014-07-15
Migrate to a TreeMap for determinism
Alex Crichton
-8
/
+8
2014-06-26
Add a CRLF test
Alex Crichton
-0
/
+17
2014-06-25
Fix "error: cannot determine the type of this integer"
Daniel Trebbien
-3
/
+3
2014-06-23
Handle \r\n
Alex Crichton
-3
/
+7
2014-06-23
Add a method for converting to (line, column)
Alex Crichton
-0
/
+30
2014-06-20
Add documentation and examples
Alex Crichton
-0
/
+45
2014-06-20
Initial commit
Alex Crichton
-0
/
+617