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
2016-05-09
Utilize `Result::unwrap_err` in more places.
Corey Farwell
-1
/
+1
2016-03-22
try! -> ?
Jorge Aparicio
-90
/
+90
2016-03-22
std: Change `encode_utf{8,16}` to return iterators
Alex Crichton
-4
/
+3
2016-02-18
Remove unnecessary explicit lifetime bounds.
Corey Farwell
-4
/
+4
2016-01-26
Fix warnings during tests
Alex Crichton
-1
/
+0
2015-11-12
libserialize: deny warnings in doctests
Kevin Butler
-3
/
+6
2015-09-20
Miscellaneous cleanup for old issues.
Lee Jeffery
-6
/
+3
2015-09-08
fixes/improvements thanks to @Manishearth
Andre Bogus
-3
/
+3
2015-09-08
some more clippy-based improvements
Andre Bogus
-53
/
+52
2015-08-23
Refactor low-level UTF-16 decoding.
Simon Sapin
-6
/
+6
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-1
/
+0
2015-06-08
Replace usage of String::from_str with String:from
Simon Sapin
-1
/
+1
2015-05-30
fix documentation in libserialize
benaryorg
-1
/
+1
2015-05-06
test: update tests for flt2dec fallouts.
Kang Seonghoon
-2
/
+2
2015-04-21
rollup merge of #24636: alexcrichton/remove-deprecated
Alex Crichton
-18
/
+10
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-18
/
+10
2015-04-21
Remove references to `old_{path,io}`
Tamir Duberstein
-1
/
+1
2015-04-18
Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton
bors
-2
/
+2
2015-04-17
Workaround deliberate overflowing negation in serialize::json.
Felix S. Klock II
-1
/
+1
2015-04-16
deprecate Unicode functions that will be moved to crates.io
kwantam
-2
/
+2
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-14
test: Fixup many library unit tests
Alex Crichton
-3
/
+1
2015-04-01
Fallout in public-facing and semi-public-facing libs
Niko Matsakis
-1
/
+1
2015-03-31
rollup merge of #23879: seanmonstar/del-from-error
Alex Crichton
-2
/
+2
2015-03-31
rollup merge of #23886: demelev/remove_as_slice_usage
Alex Crichton
-1
/
+1
2015-03-31
Stabilize std::num
Aaron Turon
-0
/
+3
2015-03-30
convert: remove FromError, use From<E> instead
Sean McArthur
-2
/
+2
2015-03-31
replace deprecated as_slice()
Emeliov Dmitrii
-1
/
+1
2015-03-28
Rollup merge of #23803 - richo:unused-braces, r=Manishearth
Manish Goregaokar
-1
/
+1
2015-03-28
cleanup: Remove unused braces in use statements
Richo Healey
-1
/
+1
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-95
/
+95
2015-03-27
rollup merge of #23738: alexcrichton/snapshots
Alex Crichton
-23
/
+0
2015-03-27
Change the trivial cast lints to allow by default
Nick Cameron
-2
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-98
/
+98
2015-03-26
Register new snapshots
Alex Crichton
-23
/
+0
2015-03-25
Change lint names to plurals
Nick Cameron
-2
/
+2
2015-03-25
Add trivial cast lints.
Nick Cameron
-2
/
+8
2015-03-23
Adjust Index/IndexMut impls. For generic collections, we take
Niko Matsakis
-0
/
+23
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-0
/
+1
2015-03-18
Register new snapshots
Alex Crichton
-2
/
+0
2015-03-16
impl f{32,64}
Jorge Aparicio
-1
/
+1
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-13
/
+16
2015-03-09
doc: Fix extraneous as_slice()'s in docstrings
Richo Healey
-1
/
+1
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-1
/
+1
2015-03-03
Accommodate arith-overflow in serialize::json numeric parsing.
Felix S. Klock II
-2
/
+2
2015-02-26
remove some compiler warnings
Tshepang Lekhonkhobe
-2
/
+0
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
[next]