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-09-11
std: Stabilize/deprecate features for 1.4
Alex Crichton
-0
/
+5
2015-09-03
Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`
Vadim Petrochenkov
-1
/
+1
2015-08-31
hide docs for private `collections::btree::Recover` trait
Andrew Paseltiner
-0
/
+1
2015-08-28
implement RFC 1194
Andrew Paseltiner
-9
/
+128
2015-08-26
Make iter::order functions into methods on Iterator
Steven Fackler
-3
/
+3
2015-08-18
Auto merge of #27624 - apasel422:issue-27620, r=Gankro
bors
-2
/
+23
2015-08-15
collections: Add issues for unstable features
Alex Crichton
-4
/
+11
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-12
/
+0
2015-08-11
Register new snapshots
Alex Crichton
-11
/
+0
2015-08-10
Remove transmute from `btree::node::Node::as_slices_internal_mut`
Andrew Paseltiner
-2
/
+23
2015-08-09
Change TODO to FIXME
Tobias Bucher
-1
/
+1
2015-08-09
Replace many uses of `mem::transmute` with more specific functions
Tobias Bucher
-6
/
+7
2015-08-05
Fully generalize `BTree{Map, Set}` range iterators
Andrew Paseltiner
-6
/
+22
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-4
/
+8
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-3
/
+6
2015-06-24
Make `align_of` behave like `min_align_of`.
Huon Wilson
-5
/
+5
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-4
/
+1
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-3
/
+3
2015-06-17
std: Split the `std_misc` feature
Alex Crichton
-1
/
+1
2015-06-17
collections: Split the `collections` feature
Alex Crichton
-4
/
+4
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-2
/
+2
2015-06-08
Implement RFC 839
Johannes Oertel
-0
/
+14
2015-05-27
Remove #[cfg(stage0)] items.
Eduard Burtescu
-67
/
+0
2015-05-20
Auto merge of #25588 - bluss:doc-string-from, r=alexcrichton
bors
-20
/
+7
2015-05-19
collections: Clean up feature flags doc examples
Ulrik Sverdrup
-20
/
+7
2015-05-17
Make debug builders take &mut self, add entries method
Steven Fackler
-2
/
+2
2015-05-15
Allow for better optimizations of iterators for zero-sized types
Björn Steinbrink
-0
/
+68
2015-04-28
Register new snapshots
Tamir Duberstein
-3
/
+0
2015-04-21
rollup merge of #24541: alexcrichton/issue-24538
Alex Crichton
-56
/
+44
2015-04-18
Utilize if..let for get_mut doc-comment examples
Corey Farwell
-3
/
+2
2015-04-17
std: Add Default/IntoIterator/ToOwned to the prelude
Alex Crichton
-56
/
+44
2015-04-14
Fill in missing implementation
Tamir Duberstein
-0
/
+3
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-4
/
+4
2015-04-10
Fix some typos
Tibor Benke
-1
/
+1
2015-04-01
Fallout in public-facing and semi-public-facing libs
Niko Matsakis
-1
/
+1
2015-03-31
Stabilize a few remaining stragglers
Aaron Turon
-4
/
+2
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-12
/
+12
2015-03-28
Fold collections debug impls
Steven Fackler
-10
/
+2
2015-03-28
Update debug helpers and add list builder
Steven Fackler
-14
/
+8
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 #23738: alexcrichton/snapshots
Alex Crichton
-75
/
+0
2015-03-27
rollup merge of #23535: pnkfelix/fsk-filling-drop
Alex Crichton
-2
/
+4
2015-03-27
default => or_insert per RFC
Alexis Beingessner
-4
/
+4
2015-03-26
update everything to use Entry defaults
Alexis
-11
/
+2
2015-03-26
entry API v3: replace Entry::get with Entry::default and Entry::default_with
Alexis
-1
/
+25
2015-03-26
Register new snapshots
Alex Crichton
-75
/
+0
2015-03-26
Switch drop-flag to `u8` to allow special tags to instrument state.
Felix S. Klock II
-2
/
+4
[next]