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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcollections
/
btree
Age
Commit message (
Expand
)
Author
Lines
2015-02-18
rollup merge of #22286: nikomatsakis/variance-4b
Alex Crichton
-36
/
+65
2015-02-18
rollup merge of #22210: aturon/stab-final-borrow
Alex Crichton
-14
/
+15
2015-02-18
Stabilize std::borrow
Aaron Turon
-14
/
+15
2015-02-18
rollup merge of #22491: Gankro/into_iter
Alex Crichton
-10
/
+10
2015-02-18
make FromIterator use IntoIterator
Alexis
-2
/
+2
2015-02-18
make Extend use IntoIterator
Alexis
-2
/
+2
2015-02-18
Implement RFC 580
Aaron Turon
-6
/
+6
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-0
/
+10
2015-02-18
Fallout: port btree to use Unique, some markers.
Niko Matsakis
-32
/
+52
2015-02-18
Fallout: btree. Rephrase invariant lifetime in terms of PhantomData.
Niko Matsakis
-4
/
+13
2015-02-17
Register new snapshots
Alex Crichton
-55
/
+0
2015-02-17
std: Stabilize the IntoIterator trait
Alex Crichton
-0
/
+5
2015-02-17
Rollup merge of #22313 - japaric:iter, r=aturon
Manish Goregaokar
-0
/
+60
2015-02-13
add an associated `Item` type to `IntoIterator`
Jorge Aparicio
-0
/
+60
2015-02-13
more int and cloned cleanup in collections
Alexis
-28
/
+28
2015-02-11
rollup merge of #22151: Gankro/macro-bench
Alex Crichton
-64
/
+8
2015-02-11
Add core::marker::PhantomData.
Felix S. Klock II
-8
/
+8
2015-02-10
fix and macro-ify map benches, fixes #22134
Alexis
-64
/
+8
2015-02-09
std: Rename IntoIterator::Iter to IntoIter
Alex Crichton
-5
/
+5
2015-02-06
make `IndexMut` a super trait over `Index`
Jorge Aparicio
-2
/
+0
2015-02-07
fix outdated docs
Alexis
-54
/
+54
2015-02-06
libcollections: unit test fixes
Manish Goregaokar
-1
/
+2
2015-02-06
remove int_uint feature from libcollections
Alexis
-3
/
+3
2015-02-06
Rollup merge of #21969 - Gankro:collections-cleanup, r=alexcrichton
Manish Goregaokar
-156
/
+138
2015-02-06
Rollup merge of #21951 - Gankro:entry, r=aturon
Manish Goregaokar
-17
/
+9
2015-02-05
misc collections code cleanup
Alexis
-156
/
+138
2015-02-04
Fix for misspelled comments.
Joseph Crail
-1
/
+1
2015-02-04
stabilize core Entry API
Alexis
-17
/
+9
2015-02-02
rollup merge of #21842: alexcrichton/issue-21839
Alex Crichton
-12
/
+12
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-2
/
+2
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()` -> `for x in &xs`
Jorge Aparicio
-8
/
+8
2015-02-01
std: Remove extra type params on iter adaptors
Alex Crichton
-12
/
+12
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-15
/
+15
2015-01-30
fix fallout
Jorge Aparicio
-4
/
+4
2015-01-30
core: add the `IntoIterator` trait
Jorge Aparicio
-2
/
+42
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-15
/
+15
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-16
/
+16
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-7
/
+7
2015-01-28
Move return type an associated type of the `Fn*` traits. Mostly this involves...
Niko Matsakis
-1
/
+3
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-19
/
+15
2015-01-23
grandfathered -> rust1
Brian Anderson
-90
/
+90
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-15
/
+15
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-15
/
+15
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-105
/
+120
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-11
/
+10
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-5
/
+5
2015-01-21
rollup merge of #21437: FlaPer87/snapshot
Alex Crichton
-3
/
+0
2015-01-21
Fallout from stabilization.
Aaron Turon
-11
/
+10
[next]