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
/
libcollections
Age
Commit message (
Expand
)
Author
Lines
2015-02-05
remove int_uint feature from libcollections
Alexis
-196
/
+195
2015-02-05
remove unecessary lifetimes from a bunch of collections code
Alexis
-50
/
+50
2015-02-05
misc collections code cleanup
Alexis
-1139
/
+1105
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-71
/
+73
2015-02-05
Replace usage of slice::from_raw_buf with slice::from_raw_parts
Mikhail Zabaluev
-0
/
+1
2015-02-04
Fix for misspelled comments.
Joseph Crail
-1
/
+1
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-22
/
+22
2015-02-04
stabilize core Entry API
Alexis
-32
/
+17
2015-02-04
std: Add reexports for core parse errors
Alex Crichton
-1
/
+1
2015-02-04
Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton
bors
-0
/
+1
2015-02-03
Switch missing_copy_implementations to default-allow
Steven Fackler
-1
/
+0
2015-02-03
rollup merge of #21882: Gankro/vec_entry
Alex Crichton
-1
/
+193
2015-02-04
Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.
Huon Wilson
-0
/
+1
2015-02-03
add naivest entry API to VecMap
Alexis
-1
/
+193
2015-02-02
rollup merge of #21842: alexcrichton/issue-21839
Alex Crichton
-18
/
+14
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-16
/
+14
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-6
/
+6
2015-02-02
`for x in xs.iter_mut()` -> `for x in &mut xs`
Jorge Aparicio
-19
/
+19
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-39
/
+39
2015-02-02
register snapshots
Jorge Aparicio
-45
/
+0
2015-02-01
std: Remove extra type params on iter adaptors
Alex Crichton
-18
/
+14
2015-01-31
Kill more `isize`s
Tobias Bucher
-15
/
+15
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-22
/
+22
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-473
/
+473
2015-01-30
rollup merge of #21528: tshepang/simpler-replace-example
Alex Crichton
-5
/
+2
2015-01-30
rollup merge of #21713: alexcrichton/second-pass-fmt
Alex Crichton
-7
/
+6
2015-01-30
rollup merge of #21718: alexcrichton/stabilize-from-str
Alex Crichton
-8
/
+10
2015-01-30
std: Stabilize the std::fmt module
Alex Crichton
-7
/
+6
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-8
/
+10
2015-01-30
s/while let/for/g now that #21245 has been fixed
Jorge Aparicio
-12
/
+4
2015-01-30
fix recursive call
Jorge Aparicio
-1
/
+1
2015-01-30
smoke out remaining bugs
Jorge Aparicio
-2
/
+2
2015-01-30
fix fallout
Jorge Aparicio
-14
/
+26
2015-01-30
core: add the `IntoIterator` trait
Jorge Aparicio
-9
/
+185
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-473
/
+473
2015-01-30
Change from core::ops::RangeFull to std::ops
Nick Cameron
-1
/
+2
2015-01-30
Rename FullRange to RangeFull
Nick Cameron
-2
/
+38
2015-01-30
Remove FullRange from the prelude etc.
Nick Cameron
-0
/
+8
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-10
/
+10
2015-01-29
remove unused imports
Jorge Aparicio
-2
/
+2
2015-01-29
fix inference fallout
Jorge Aparicio
-15
/
+15
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-22
/
+22
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-116
/
+116
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-44
/
+44
2015-01-29
Auto merge of #21680 - japaric:slice, r=alexcrichton
bors
-51
/
+51
2015-01-28
Merge remote-tracking branch 'origin/master' into rollup
Manish Goregaokar
-645
/
+756
2015-01-28
Move return type an associated type of the `Fn*` traits. Mostly this involves...
Niko Matsakis
-1
/
+3
2015-01-27
Rollup merge of #21625 - carols10cents:sliceext-examples, r=alexcrichton
Manish Goregaokar
-4
/
+105
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-51
/
+51
2015-01-26
Correct a typo in a deprecation warning
Carol Nichols
-1
/
+1
[prev]
[next]