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
/
libstd
/
old_io
Age
Commit message (
Expand
)
Author
Lines
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-13035
/
+0
2015-04-07
std: Deny most warnings in doctests
Alex Crichton
-4
/
+4
2015-04-03
Auto merge of #23832 - petrochenkov:usize, r=aturon
bors
-8
/
+8
2015-04-02
Auto merge of #23877 - richo:gardening, r=Manishearth
bors
-2
/
+1
2015-04-01
rollup merge of #23860: nikomatsakis/copy-requires-clone
Alex Crichton
-12
/
+12
2015-04-02
Test fixes and rebase conflicts, round 2
Alex Crichton
-1
/
+1
2015-04-01
std: Unignore a test for #10663
Richo Healey
-2
/
+1
2015-04-01
Fallout in public-facing and semi-public-facing libs
Niko Matsakis
-12
/
+12
2015-04-01
Update android tests to reflect API switch from `os::env` to `env::vars`.
Felix S. Klock II
-1
/
+1
2015-04-01
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-03-31
rollup merge of #23863: pnkfelix/arith-oflo-const-eval
Alex Crichton
-1
/
+2
2015-04-01
Fallout from changes for overflow-checking during constant evaluation.
Felix S. Klock II
-1
/
+2
2015-03-31
rollup merge of #23288: alexcrichton/issue-19470
Alex Crichton
-11
/
+11
2015-03-31
Test fixes and rebase conflicts, round 2
Alex Crichton
-4
/
+4
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-30
/
+27
2015-03-31
Test fixes and rebase conflicts, round 1
Alex Crichton
-3
/
+3
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-32
/
+29
2015-03-31
rollup merge of #23886: demelev/remove_as_slice_usage
Alex Crichton
-5
/
+5
2015-03-31
std: Remove #[old_orphan_check] from PartialEq
Alex Crichton
-11
/
+11
2015-03-31
replace deprecated as_slice()
Emeliov Dmitrii
-5
/
+5
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-9
/
+9
2015-03-30
Remove unnecessary `as usize`
Vadim Petrochenkov
-8
/
+8
2015-03-28
Fix some typos
Vadim Petrochenkov
-1
/
+1
2015-03-28
Remove IteratorExt
Steven Fackler
-6
/
+6
2015-03-28
Rollup merge of #23803 - richo:unused-braces, r=Manishearth
Manish Goregaokar
-2
/
+2
2015-03-28
cleanup: Remove unused braces in use statements
Richo Healey
-2
/
+2
2015-03-27
rollup merge of #23749: alexcrichton/remove-old-impl-check
Alex Crichton
-16
/
+19
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-169
/
+169
2015-03-27
rollup merge of #23738: alexcrichton/snapshots
Alex Crichton
-1
/
+1
2015-03-27
rollup merge of #23752: alexcrichton/remove-should-fail
Alex Crichton
-2
/
+2
2015-03-26
syntax: Remove support for #[should_fail]
Alex Crichton
-2
/
+2
2015-03-26
rustc: Remove support for old_impl_check
Alex Crichton
-16
/
+19
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-169
/
+169
2015-03-26
syntax: Remove parsing of old slice syntax
Alex Crichton
-16
/
+16
2015-03-26
Register new snapshots
Alex Crichton
-1
/
+1
2015-03-24
rollup merge of #23638: pnkfelix/fsk-reject-specialized-drops
Alex Crichton
-9
/
+9
2015-03-24
rollup merge of #23630: nrc/coerce-tidy
Alex Crichton
-2
/
+2
2015-03-24
rollup merge of #23592: alexcrichton/tweak-at-exit
Alex Crichton
-1
/
+1
2015-03-24
Added `W: Writer` bound to `BufferedWriter<W>` to avoid specialized `Drop` impl.
Felix S. Klock II
-9
/
+9
2015-03-25
Add trivial cast lints.
Nick Cameron
-2
/
+2
2015-03-23
rollup merge of #23503: alexcrichton/fix-ptr-docs
Alex Crichton
-2
/
+2
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+59
2015-03-21
std: Tweak rt::at_exit behavior
Alex Crichton
-1
/
+1
2015-03-21
std: Remove deprecated ptr functions
Alex Crichton
-2
/
+2
2015-03-21
Auto merge of #23470 - alexcrichton:less-prelude, r=aturon
bors
-64
/
+97
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-64
/
+97
2015-03-20
don't use Result::ok just to be able to use unwrap/unwrap_or
Oliver Schneider
-1
/
+1
2015-03-18
Register new snapshots
Alex Crichton
-35
/
+0
2015-03-18
Remove the newly introduced trait impls for fixed-size arrays and use &b"..."...
Vadim Petrochenkov
-2
/
+2
2015-03-18
Fixed-size byte string literals (RFC 339)
Vadim Petrochenkov
-1
/
+2
[next]