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
Age
Commit message (
Expand
)
Author
Lines
2015-01-03
serialize: fix fallout
Jorge Aparicio
-3
/
+6
2015-01-02
Rollup test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-02
rollup merge of #20416: nikomatsakis/coherence
Alex Crichton
-4
/
+7
2015-01-02
Disable the JSON doctests because they don't pass the new coherence
Niko Matsakis
-3
/
+6
2015-01-02
Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...
Niko Matsakis
-1
/
+1
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-134
/
+147
2015-01-02
More fallout
Nick Cameron
-1
/
+1
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-3
/
+3
2014-12-29
rollup merge of #20279: dgiagio/libserialize_deprecated_fix1
Alex Crichton
-5
/
+5
2014-12-29
rollup merge of #20264: nagisa/threadrng
Alex Crichton
-2
/
+2
2014-12-29
rollup merge of #20182: brianloveswords/patch-2
Alex Crichton
-1
/
+1
2014-12-28
Fix deprecation warnings on libserialize tests
Diego Giagio
-5
/
+5
2014-12-28
Rename TaskRng to ThreadRng
Simonas Kazlauskas
-2
/
+2
2014-12-23
Update json.rs
Brian J Brennan
-1
/
+1
2014-12-23
Rename and namespace `FPCategory`
Tobias Bucher
-4
/
+5
2014-12-22
rollup merge of #20089: rolftimmermans/json-control-chars-escape
Alex Crichton
-3
/
+34
2014-12-22
rollup merge of #20033: alexcrichton/deprecate-serialise
Alex Crichton
-14
/
+18
2014-12-22
Remove unnecessary deref().
Rolf Timmermans
-1
/
+1
2014-12-22
Avoid allocations.
Rolf Timmermans
-8
/
+35
2014-12-22
Escape control characters in JSON output.
Rolf Timmermans
-8
/
+12
2014-12-22
serialize: Fully deprecate the library
Alex Crichton
-14
/
+18
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-98
/
+99
2014-12-21
rollup merge of #19980: erickt/cleanup-serialize
Alex Crichton
-34
/
+9
2014-12-21
rollup merge of #19974: vhbit/json-unicode-literals
Alex Crichton
-3
/
+3
2014-12-19
libserialize: use `#[deriving(Copy)]`
Jorge Aparicio
-16
/
+7
2014-12-18
enumset fallout
Alexis Beingessner
-62
/
+6
2014-12-18
s/Tree/BTree
Alexis Beingessner
-24
/
+24
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-26
/
+28
2014-12-18
serialize: silence some warnings
Erick Tryzelaar
-9
/
+9
2014-12-18
serialize: keep libserialize in sync with rustc-serialize to simplify merging
Erick Tryzelaar
-28
/
+3
2014-12-18
Fixed deprecation warnings on Unicode literals
Valerii Hiora
-3
/
+3
2014-12-17
rollup merge of #19887: alexcrichton/serialize-fn-mut
Alex Crichton
-8
/
+9
2014-12-17
rollup merge of #19764: lifthrasiir/that-stray-nul
Alex Crichton
-26
/
+28
2014-12-15
serialize: Change some FnOnce bounds to FnMut
Alex Crichton
-8
/
+9
2014-12-15
Remove all shadowed lifetimes.
Niko Matsakis
-3
/
+3
2014-12-13
libserialize: use unboxed closures
Jorge Aparicio
-1
/
+1
2014-12-13
libserialize: use unboxed closures
Jorge Aparicio
-261
/
+304
2014-12-12
serialize: Avoid stray nul characters when auto-serializing char.
Kang Seonghoon
-26
/
+28
2014-12-11
Register new snapshots
Alex Crichton
-7
/
+7
2014-12-09
serialize: base64: remove some .as_bytes() from the tests
Arcterus
-6
/
+6
2014-12-09
serialize: base64: improve newline handling speed
Arcterus
-15
/
+13
2014-12-09
serialize: base64: allow LF in addition to CRLF and optimize slightly
Arcterus
-30
/
+64
2014-12-09
auto merge of #19249 : barosl/rust/json-type-safety, r=alexcrichton
bors
-169
/
+169
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+12
2014-12-08
libserialize: Prefer into_string() to to_string() wherever possible
Barosl Lee
-85
/
+85
2014-12-08
libserialize: Code cleanup
Barosl Lee
-69
/
+65
2014-12-08
libserialize: Always use a decimal point when emitting a float value
Barosl Lee
-3
/
+4
2014-12-08
libserialize: Do not coerce to integer when decoding a float value
Barosl Lee
-4
/
+4
2014-12-08
libserialize: Remove float preprocessing in serialize::json::Encoder
Barosl Lee
-21
/
+24
2014-12-06
libserialize: remove unnecessary `to_string()` calls
Jorge Aparicio
-63
/
+63
[prev]
[next]