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
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-9
/
+28
2015-01-21
rollup merge of #21396: japaric/no-parens-in-range
Alex Crichton
-2
/
+2
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-9
/
+28
2015-01-21
Rollup merge of #21314 - fenhl:patch-1, r=steveklbanik
Barosl LEE
-1
/
+1
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-2
/
+2
2015-01-19
ugly hack to convert BadHashMapKey error to general fmt::Error
Oliver 'ker' Schneider
-5
/
+20
2015-01-19
add unit test for non string/numeric map keys
Oliver 'ker' Schneider
-1
/
+20
2015-01-19
lower FnMut to FnOnce since json-hack is no longer required
Oliver 'ker' Schneider
-4
/
+4
2015-01-19
json-encoder: report error when hash map key is not string or numeric
Oliver 'ker' Schneider
-78
/
+154
2015-01-17
Undo accidental change unrelated to my PR
Fenhl
-1
/
+1
2015-01-17
Use singular they in the serialize::json docs
Fenhl
-2
/
+2
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-2
/
+2
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
[next]