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
/
net
Age
Commit message (
Expand
)
Author
Lines
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-3721
/
+0
2015-04-07
std: Deny most warnings in doctests
Alex Crichton
-2
/
+2
2015-04-02
Auto merge of #23877 - richo:gardening, r=Manishearth
bors
-2
/
+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
-5
/
+5
2015-03-31
Test fixes and rebase conflicts, round 1
Alex Crichton
-1
/
+1
2015-03-31
replace deprecated as_slice()
Emeliov Dmitrii
-1
/
+1
2015-03-28
Remove IteratorExt
Steven Fackler
-2
/
+2
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 #23749: alexcrichton/remove-old-impl-check
Alex Crichton
-4
/
+6
2015-03-26
rustc: Remove support for old_impl_check
Alex Crichton
-4
/
+6
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-24
/
+24
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+9
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-9
/
+12
2015-03-18
Register new snapshots
Alex Crichton
-5
/
+0
2015-03-17
Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn
Manish Goregaokar
-1
/
+1
2015-03-16
impl<T> [T]
Jorge Aparicio
-0
/
+1
2015-03-16
impl str
Jorge Aparicio
-0
/
+3
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-1
/
+1
2015-03-11
Example -> Examples
Steve Klabnik
-7
/
+7
2015-03-06
std: Deprecate the std::old_io::net primitives
Alex Crichton
-0
/
+10
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-17
/
+17
2015-03-03
Add `: Box<_>` or `::Box<_>` type annotations to various places.
Felix S. Klock II
-6
/
+6
2015-02-18
rollup merge of #22497: nikomatsakis/suffixes
Alex Crichton
-8
/
+8
2015-02-18
std: Implement CString-related RFCs
Alex Crichton
-3
/
+3
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-8
/
+8
2015-02-17
rollup merge of #22319: huonw/send-is-not-static
Alex Crichton
-1
/
+1
2015-02-17
rollup merge of #22435: aturon/final-stab-thread
Alex Crichton
-101
/
+101
2015-02-18
Update tests for the Send - 'static change.
Huon Wilson
-1
/
+1
2015-02-17
Fallout from stabilization
Aaron Turon
-101
/
+101
2015-02-17
openbsd: adapt connect_error test
Sébastien Marie
-1
/
+3
2015-02-15
Fix rollup (remove slicing_syntax)
Manish Goregaokar
-1
/
+0
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-10
/
+10
2015-02-03
Rename std::path to std::old_path
Aaron Turon
-1
/
+1
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_mut()` -> `for x in &mut xs`
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-01-31
Kill more `isize`s
Tobias Bucher
-3
/
+3
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-4
/
+4
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-5
/
+5
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-49
/
+59
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-5
/
+5
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-7
/
+7
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-14
/
+14
2015-01-29
Auto merge of #21680 - japaric:slice, r=alexcrichton
bors
-1
/
+1
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-0
/
+3688
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-1
/
+1
2015-01-26
std: Rename Writer::write to Writer::write_all
Alex Crichton
-2
/
+2
2015-01-26
std: Rename io to old_io
Alex Crichton
-0
/
+3679