index
:
milf-rs
main
My INI-Like Format
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Lines
2017-04-20
Support serde 1.0.0
Alex Crichton
-2
/
+2
2017-04-12
Simplify if-statements
Daniel Lockyer
-1
/
+1
2017-03-31
Fix backcompat with array definitions
Alex Crichton
-2
/
+7
2017-02-21
Relax assertions in substr_offset slightly
Alex Crichton
-0
/
+1
2017-02-19
Fixed sorting of table values
Evgenii Pashkin
-0
/
+6
2017-02-11
Fix displaying empty arrays
Alex Crichton
-0
/
+49
2017-02-10
Add a serialization helper to put tables last
Alex Crichton
-0
/
+30
2017-02-08
Implement Deserializer::set_require_newline_after_table
Alex Crichton
-0
/
+14
2017-02-08
Rewrite crate with serde support from ground up
Alex Crichton
-59
/
+1205
2016-09-06
Add tests for checking for extraneous leading newlines (or lack thereof)
nabijaczleweli
-0
/
+52
2016-04-17
Add failing test cases containing invalid Toml with keys on the same line as ...
James Sanderson
-0
/
+6
2016-04-03
Tweak unicode-escape test
Tae-il Lim
-4
/
+4
2016-04-02
Update integration tests to BurntSushi/toml-test@2f1c20de60bc9de743bdb8c7d2e7...
Tae-il Lim
-12
/
+196
2015-10-07
Allow BOM (Byte order mark) in toml
osboxes.org
-0
/
+8
2015-08-14
Add a very simple test for Parser::to_linecol.
Alex Gulyás
-0
/
+6
2015-08-13
Make serde-tests a standalone crate
Alex Crichton
-487
/
+0
2015-08-12
Get serde feature compiling again
Erick Tryzelaar
-1
/
+1
2015-04-20
most tests work now
Oliver Schneider
-5
/
+16
2015-04-02
wip
Alex Crichton
-0
/
+476
2015-03-25
Bump to 0.1.19
Alex Crichton
-1
/
+1
2015-03-09
Reduce usage of unstable features
Alex Crichton
-1
/
+1
2015-02-13
Add v0.4.0 compliance test
Alex Crichton
-0
/
+239
2015-02-02
Properly escape keys when printing TOML
Alex Crichton
-2
/
+8
2015-01-27
Migrate to as many stable functions as possible
Alex Crichton
-14
/
+8
2015-01-20
Remove slash as an escapeable character
Alex Crichton
-1
/
+1
2015-01-15
Update key syntax to TOML master
Alex Crichton
-4
/
+4
2015-01-15
Implement new rules for bare key names
Alex Crichton
-5
/
+5
2015-01-15
Fix parsing leading `+` on numbers
Alex Crichton
-3
/
+3
2015-01-15
Add a few more tests from the toml-lang repo
Alex Crichton
-0
/
+274
2015-01-15
Move tests to integration tests
Alex Crichton
-0
/
+748