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
/
libextra
/
json.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-20
Mass rename if_ok! to try!
Alex Crichton
-52
/
+52
2014-02-18
auto merge of #12361 : sfackler/rust/rustdoc-test-extern, r=alexcrichton
bors
-0
/
+5
2014-02-18
rustdoc: Only inject extern crates if not present
Steven Fackler
-0
/
+5
2014-02-18
Spellcheck library docs.
Huon Wilson
-5
/
+5
2014-02-15
auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfackler
bors
-1
/
+1
2014-02-14
Fix all code examples
Alex Crichton
-1
/
+1
2014-02-14
extern mod => extern crate
Alex Crichton
-6
/
+6
2014-02-08
extra::json: remove the use of `unsafe` char transmutes.
Huon Wilson
-139
/
+139
2014-02-07
moved collections from libextra into libcollections
HeroesGrave
-4
/
+8
2014-02-05
pull extra::{serialize, ebml} into a separate libserialize crate
Jeff Olson
-9
/
+13
2014-02-03
extra: Remove io_error usage
Alex Crichton
-59
/
+86
2014-01-30
Remove Times trait
Brendan Zabarauskas
-1
/
+1
2014-01-29
Removing do keyword from libextra
Scott Lawrence
-2
/
+2
2014-01-21
[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...
Simon Sapin
-5
/
+5
2014-01-21
[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior
Simon Sapin
-11
/
+11
2014-01-21
Remove unnecessary parentheses.
Huon Wilson
-2
/
+2
2014-01-19
auto merge of #11649 : FlaPer87/rust/pow, r=cmr
bors
-1
/
+1
2014-01-19
extra::json: add documentation and examples
musitdev
-1
/
+1
2014-01-19
extra::json: add documentation and examples
musitdev
-1
/
+1
2014-01-19
Squashed commit of the following:
musitdev
-1
/
+222
2014-01-18
Replace old pow_with_uint with the new pow func
Flavio Percoco
-1
/
+1
2014-01-17
Tweak the interface of std::io
Alex Crichton
-2
/
+2
2014-01-08
Remove the io::Decorator trait
Alex Crichton
-5
/
+3
2014-01-07
extratest: Fix all leaked trait imports
Alex Crichton
-2
/
+1
2013-12-11
Make 'self lifetime illegal.
Erik Price
-44
/
+44
2013-12-04
Rename extra::json::*::init() constructors to *::new()
Kevin Ballard
-48
/
+48
2013-11-29
extra: missed a couple `@` in json
Erick Tryzelaar
-9
/
+9
2013-11-29
extra: json::Encoder should take a &mut io::Writer
Erick Tryzelaar
-50
/
+50
2013-11-29
extra: Rename json constructors into *::init
Erick Tryzelaar
-69
/
+77
2013-11-29
Remove some unnecessary impls from json
Erick Tryzelaar
-8
/
+0
2013-11-29
Remove @ from json::Error
Erick Tryzelaar
-41
/
+41
2013-11-28
Register new snapshots
Alex Crichton
-5
/
+5
2013-11-26
librustc: Fix merge fallout.
Patrick Walton
-2
/
+2
2013-11-26
test: Remove all remaining non-procedure uses of `do`.
Patrick Walton
-16
/
+16
2013-11-26
librustuv: Remove all non-`proc` uses of `do` from `libextra` and
Patrick Walton
-3
/
+1
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-5
/
+5
2013-11-24
extra: improve the errors for the JSON Decoder.
Huon Wilson
-25
/
+126
2013-11-19
libextra: Convert uses of `&fn(A)->B` to `|A|->B`.
Patrick Walton
-61
/
+54
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-6
/
+6
2013-10-28
Remove the extension traits for Readers/Writers
Alex Crichton
-2
/
+1
2013-10-24
Remove even more of std::io
Alex Crichton
-96
/
+96
2013-10-23
Removed Unnecessary comments and white spaces #4386
reedlepee
-5
/
+0
2013-10-23
Making fields in std and extra : private #4386
reedlepee
-3
/
+8
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-33
/
+33
2013-10-01
remove the `float` type
Daniel Micay
-110
/
+101
2013-09-30
extra: Remove usage of fmt!
Alex Crichton
-34
/
+34
2013-09-16
extra::json: use a different encoding for enums.
Corey Richardson
-15
/
+24
2013-09-09
rename `std::iterator` to `std::iter`
Daniel Micay
-4
/
+3
2013-09-05
Rename str::from_bytes to str::from_utf8, closes #8985
Florian Hahn
-1
/
+1
2013-09-04
stop treating char as an integer type
Daniel Micay
-4
/
+7
[next]