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-03-31
rollup merge of #23886: demelev/remove_as_slice_usage
Alex Crichton
-5
/
+5
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-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
2015-03-17
Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn
Manish Goregaokar
-24
/
+24
2015-03-16
remove imports
Jorge Aparicio
-3
/
+3
2015-03-16
impl<T> *const T, impl<T> *mut T
Jorge Aparicio
-0
/
+2
2015-03-16
impl<T> [T]
Jorge Aparicio
-0
/
+13
2015-03-16
impl str
Jorge Aparicio
-1
/
+7
2015-03-16
impl char
Jorge Aparicio
-0
/
+1
2015-03-15
Auto merge of #23206 - nagisa:print-io, r=alexcrichton
bors
-14
/
+0
2015-03-15
Use new io in print and println macroses
Simonas Kazlauskas
-14
/
+0
2015-03-14
Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichton
bors
-5
/
+5
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-24
/
+24
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-25
/
+5
2015-03-13
slice::from_raw_parts is preferred over transmuting a fresh raw::Slice
Oliver Schneider
-5
/
+5
2015-03-12
std: Stabilize the `io` module
Alex Crichton
-0
/
+3
2015-03-11
Example -> Examples
Steve Klabnik
-39
/
+39
2015-03-10
Auto merge of #23126 - alexcrichton:char-third-pass, r=aturon
bors
-4
/
+5
2015-03-10
std: Stabilize more of the `char` module
Alex Crichton
-4
/
+5
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-5
/
+5
2015-03-06
rollup merge of #22813: alexcrichton/deprecate-net
Alex Crichton
-0
/
+10
2015-03-06
std: Deprecate the std::old_io::net primitives
Alex Crichton
-0
/
+10
[next]