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
/
libserialize
/
json.rs
Age
Commit message (
Expand
)
Author
Lines
2014-05-01
auto merge of #13886 : japaric/rust/fix-an-typos, r=alexcrichton
bors
-2
/
+2
2014-05-01
Fix a/an typos
Jorge Aparicio
-2
/
+2
2014-05-01
auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichton
bors
-20
/
+20
2014-05-01
remove leftover obsolete string literals
Daniel Micay
-19
/
+19
2014-04-30
Add serialization support for StrBuf
Herman J. Radtke III
-35
/
+23
2014-04-30
librustc: Remove `~"string"` and `&"string"` from the language
Patrick Walton
-1
/
+1
2014-04-30
auto merge of #13648 : gereeter/rust/removed-rev, r=alexcrichton
bors
-2
/
+2
2014-04-28
Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...
Jonathan S
-2
/
+2
2014-04-27
Fix a code formatting issue in json.rs
Nicolas Silva
-1
/
+2
2014-04-27
Add a streaming parser to serialize::json.
Nicolas Silva
-261
/
+1048
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-193
/
+196
2014-04-18
Update the rest of the compiler with ~[T] changes
Alex Crichton
-5
/
+5
2014-04-11
Decode non-BMP hex escapes in JSON
Keegan McAllister
-25
/
+65
2014-04-10
libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and
Patrick Walton
-12
/
+16
2014-04-06
De-~[] Mem{Reader,Writer}
Steven Fackler
-9
/
+9
2014-04-06
De-~[] Reader and Writer
Steven Fackler
-2
/
+2
2014-03-31
serialize: Switch field privacy as necessary
Alex Crichton
-8
/
+8
2014-04-01
Json doesn't need to depend on IoError to implement Encodable #13230
Eunchong Yu
-2
/
+2
2014-03-30
Removed deprecated functions `map` and `flat_map` for vectors and slices.
Marvin Löbel
-1
/
+1
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-2
/
+2
2014-03-27
serialize: use Result
Sean McArthur
-448
/
+412
2014-03-27
Fix fallout of removing default bounds
Alex Crichton
-1
/
+1
2014-03-18
closes #12967 fix [en|de]coding of HashMap<K,V> where K is a numeric type
Jeff Olson
-1
/
+84
2014-03-18
remove duplicate methods in impls
Corey Richardson
-1
/
+1
2014-03-12
Closes #12829. Names changed for consistency, find_path optimized, method imp...
zslayton
-35
/
+24
2014-03-11
Added convenience methods and accompanying tests to the Json class.
zslayton
-0
/
+247
2014-03-04
Rename all variables that have uppercase characters in their names to use onl...
Palmer Cox
-6
/
+6
2014-03-04
Cleaned up `std::any`
Marvin Löbel
-0
/
+1
2014-02-28
std: Change assert_eq!() to use {} instead of {:?}
Alex Crichton
-3
/
+3
2014-02-24
Move extra::json to libserialize
Alex Crichton
-0
/
+2285