about summary refs log tree commit diff
path: root/src/libstd/old_io/net/ip.rs
AgeCommit message (Expand)AuthorLines
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-710/+0
2015-04-07std: Deny most warnings in doctestsAlex Crichton-1/+1
2015-03-31Test fixes and rebase conflicts, round 1Alex Crichton-1/+1
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-1/+1
2015-03-28Remove IteratorExtSteven Fackler-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-18Register new snapshotsAlex Crichton-5/+0
2015-03-16impl<T> [T]Jorge Aparicio-0/+1
2015-03-16impl strJorge Aparicio-0/+3
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-14/+14
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-6/+6
2015-02-04remove all kind annotations from closuresJorge Aparicio-10/+10
2015-02-02`for x in xs.iter_mut()` -> `for x in &mut xs`Jorge Aparicio-1/+1
2015-01-30Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-30std: Stabilize FromStr and parseAlex Crichton-49/+59
2015-01-29s/Show/Debug/gJorge Aparicio-2/+2
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+700
2015-01-26std: Rename io to old_ioAlex Crichton-0/+700