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-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-5
/
+5
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-6
/
+6
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-6
/
+6
2015-02-18
Convert required suffixes into a use of `as`.
Niko Matsakis
-11
/
+11
2015-02-14
Rename `fmt::Writer` to `fmt::Write`
Chris Wong
-8
/
+8
2015-02-08
Rename Show to Debug, String to Display
Alexander Korolkov
-2
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-4
/
+4
2015-02-03
Auto merge of #21613 - alfie:suffix-small, r=alexcrichton
bors
-22
/
+22
2015-02-02
More deprecating of i/u suffixes
Alfie John
-22
/
+22
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-7
/
+7
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-2
/
+2
2015-01-30
rollup merge of #21713: alexcrichton/second-pass-fmt
Alex Crichton
-2
/
+2
2015-01-30
std: Stabilize the std::fmt module
Alex Crichton
-2
/
+2
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-4
/
+5
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-2
/
+2
2015-01-29
Auto merge of #21677 - japaric:no-range, r=alexcrichton
bors
-18
/
+18
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-13
/
+13
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-3
/
+3
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-2
/
+2
2015-01-29
Rollup merge of 21662 - oli-obk:hashmap_enum_json, r=alexcrichton
Manish Goregaokar
-9
/
+25
2015-01-27
fix #[cfg(test)] warnings
Jorge Aparicio
-2
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-9
/
+9
2015-01-26
don't ignore errors in encode and allow hashmaps with enum keys
Oliver Schneider
-9
/
+25
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
[prev]
[next]