index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
json.rs
Age
Commit message (
Expand
)
Author
Lines
2012-02-29
libstd: Skip trailing whitespaces after JSON value
Tycho Sci
-12
/
+9
2012-02-29
libstd: Skip trailing whitespaces after outer rparen
Tycho Sci
-2
/
+15
2012-02-28
std: rewrite json.rs to fix bugs and use readers/writers
Erick Tryzelaar
-214
/
+653
2012-02-23
Finish cleanup of core::str
Marijn Haverbeke
-4
/
+0
2012-02-23
(core::str) remove len_bytes alias
Kevin Cantu
-12
/
+12
2012-02-23
(core::str) replace byte_index[_from] with index[_from]
Kevin Cantu
-10
/
+10
2012-02-23
(core::char) rename slice -> slice_chars
Kevin Cantu
-9
/
+10
2012-02-23
(core::str) mostly rename len -> len_chars
Kevin Cantu
-10
/
+10
2012-02-12
(core::str) rename byte_len -> len_bytes and rename char_len -> len
Kevin Cantu
-12
/
+12
2012-02-01
Rename str::char_slice -> str::slice
Kevin Cantu
-9
/
+9
2012-02-01
Propagating unsafe::slice 1
Kevin Cantu
-3
/
+3
2012-01-31
Change option::t to option
Tim Chevalier
-8
/
+8
2012-01-19
lib: ";" to "," in enums
Patrick Walton
-6
/
+6
2012-01-19
stdlib: "tag" -> "enum"
Patrick Walton
-1
/
+1
2012-01-17
libstd: Move std tests into libstd
Brian Anderson
-0
/
+55
2012-01-11
Implement std::map as an iface/impl instead of an obj
Marijn Haverbeke
-1
/
+1
2011-12-22
json: to_str() also for "null"
Lenny222
-0
/
+1
2011-12-22
json: add "null"
Lenny222
-0
/
+11
2011-12-16
reorder args to the various vec, option fns so blk comes last
Niko Matsakis
-1
/
+1
2011-12-16
Make 1.f parse as a field access on the integer 1
Marijn Haverbeke
-4
/
+4
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-1
/
+1
2011-12-06
Establish 'core' library separate from 'std'.
Graydon Hoare
-0
/
+258
[prev]