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-06-17
More test fixes and fallout of stability changes
Alex Crichton
-1
/
+0
2015-06-17
std: Split the `std_misc` feature
Alex Crichton
-2
/
+2
2015-06-17
collections: Split the `collections` feature
Alex Crichton
-0
/
+2
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-2
/
+3
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-15
libs: Move favicon URLs to HTTPS
Alex Crichton
-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
rollup merge of #24651: tamird/old-references
Alex Crichton
-1
/
+1
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-21
Model lexer: Fix remaining issues
Piotr Czarnecki
-2
/
+0
2015-04-18
Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton
bors
-3
/
+3
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
-3
/
+3
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-14
test: Fixup many library unit tests
Alex Crichton
-4
/
+2
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-33
/
+0
2015-04-01
Fallout in public-facing and semi-public-facing libs
Niko Matsakis
-2
/
+2
2015-03-31
rollup merge of #23879: seanmonstar/del-from-error
Alex Crichton
-2
/
+2
2015-03-31
rollup merge of #23875: aturon/revise-convert-2
Alex Crichton
-1
/
+0
2015-03-31
rollup merge of #23886: demelev/remove_as_slice_usage
Alex Crichton
-1
/
+1
2015-03-31
Stabilize `std::convert` and related code
Aaron Turon
-1
/
+0
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
-145
/
+144
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
-148
/
+147
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
rollup merge of #23598: brson/gate
Alex Crichton
-1
/
+3
2015-03-23
rollup merge of #23601: nikomatsakis/by-value-index
Alex Crichton
-0
/
+23
2015-03-23
Add generic conversion traits
Aaron Turon
-1
/
+2
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+2
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-1
/
+1
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
-1
/
+2
2015-03-19
std: Stablize io::ErrorKind
Alex Crichton
-1
/
+0
2015-03-18
Register new snapshots
Alex Crichton
-2
/
+0
2015-03-17
std: Tweak some unstable features of `str`
Alex Crichton
-0
/
+1
2015-03-17
Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn
Manish Goregaokar
-2
/
+2
2015-03-16
impl f{32,64}
Jorge Aparicio
-1
/
+1
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-2
/
+2
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-14
/
+17
[next]