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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libserialize
/
json.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-07
rollup merge of #20728: huonw/type-param-shadowing
Alex Crichton
-1
/
+1
2015-01-08
Prohibit type parameter shadowing with a clunky hammer.
Huon Wilson
-1
/
+1
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-15
/
+14
2015-01-07
rollup merge of #20708: aturon/new-int-modules
Alex Crichton
-8
/
+0
2015-01-07
use slicing sugar
Jorge Aparicio
-15
/
+14
2015-01-07
register new snapshots
Jorge Aparicio
-8
/
+0
2015-01-08
Rename `target_word_size` to `target_pointer_width`
Nick Cameron
-3
/
+3
2015-01-07
Register new snapshots
Alex Crichton
-8
/
+0
2015-01-06
More test fixes
Alex Crichton
-12
/
+13
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-24
/
+32
2015-01-07
fallout
Nick Cameron
-18
/
+39
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-24
/
+32
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-94
/
+94
2015-01-05
rollup merge of #20556: japaric/no-for-sized
Alex Crichton
-1
/
+1
2015-01-05
register snapshot
Jorge Aparicio
-21
/
+0
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-04
serialize: Use assoc types + less old_orphan_check
Alex Crichton
-17
/
+16
2015-01-03
Remove deprecated functionality
Alex Crichton
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-19
/
+19
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
serialize: fix fallout
Jorge Aparicio
-0
/
+25
2015-01-03
serialize: fix fallout
Jorge Aparicio
-3
/
+5
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
-1
/
+1
2014-12-29
rollup merge of #20279: dgiagio/libserialize_deprecated_fix1
Alex Crichton
-5
/
+5
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-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
-13
/
+13
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
-13
/
+13
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-96
/
+96
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
-6
/
+2
2014-12-18
s/Tree/BTree
Alexis Beingessner
-17
/
+17
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-21
/
+21
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
-5
/
+6
[next]