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
2014-10-07
auto merge of #17802 : Gankro/rust/collection-docs-redux, r=aturon
bors
-0
/
+5
2014-10-06
add missing btree re-exports
Alexis Beingessner
-0
/
+2
2014-10-06
library-level docs for collections
Alexis Beingessner
-0
/
+3
2014-10-07
Rename slicing methods
Nick Cameron
-1
/
+86
2014-10-07
Rename slice::Slice
Nick Cameron
-8
/
+8
2014-10-07
Put slicing syntax behind a feature gate.
Nick Cameron
-4
/
+8
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-60
/
+75
2014-10-05
String::truncate doc: also fails if not a char boundary
Simon Sapin
-4
/
+5
2014-10-04
auto merge of #17738 : hoeppnertill/rust/master, r=alexcrichton
bors
-9
/
+28
2014-10-03
Fix preallocation amount in String::from_utf16
Simon Sapin
-1
/
+1
2014-10-03
Fix lev_distance
Till Hoeppner
-9
/
+28
2014-10-02
rollup merge of #17666 : eddyb/take-garbage-out
Alex Crichton
-45
/
+1
2014-10-02
rollup merge of #16993 : dschatzberg/items-bounds
Alex Crichton
-17
/
+79
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-82
/
+62
2014-10-02
Revert "Remove the `_` suffix from slice methods."
Aaron Turon
-71
/
+0
2014-10-02
Revert "Put slicing syntax behind a feature gate."
Aaron Turon
-10
/
+6
2014-10-02
Revert "Review and rebasing changes"
Aaron Turon
-36
/
+11
2014-10-02
Add fixes for new lifetime bounds
Dan Schatzberg
-11
/
+8
2014-10-02
Add tests for MoveItems
Dan Schatzberg
-0
/
+33
2014-10-02
Use RawPtr::offset when size_of::<T>() > 0
Dan Schatzberg
-1
/
+5
2014-10-02
Add lifetime bounds on Items and MutItems.
Dan Schatzberg
-14
/
+42
2014-10-02
tests: remove uses of Gc.
Eduard Burtescu
-44
/
+0
2014-10-02
syntax: mark the managed_boxes feature as Removed.
Eduard Burtescu
-1
/
+1
2014-10-02
auto merge of #17620 : nick29581/rust/slice4, r=aturon
bors
-61
/
+181
2014-10-02
Review and rebasing changes
Nick Cameron
-11
/
+36
2014-10-02
auto merge of #17381 : tbu-/rust/pr_mapinplace2, r=aturon
bors
-208
/
+222
2014-10-02
Put slicing syntax behind a feature gate.
Nick Cameron
-6
/
+10
2014-10-02
Remove the `_` suffix from slice methods.
Nick Cameron
-0
/
+71
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-62
/
+82
2014-09-30
librustc: Forbid `..` in range patterns.
Patrick Walton
-7
/
+7
2014-09-29
rollup merge of #17621 : sfackler/new-snap
Alex Crichton
-3
/
+0
2014-09-29
rollup merge of #17599 : Gankro/enum-ord
Alex Crichton
-1
/
+1
2014-09-29
rollup merge of #17585 : sfackler/string-slice
Alex Crichton
-0
/
+32
2014-09-29
rollup merge of #17577 : squeaky-pl/patch-1
Alex Crichton
-1
/
+1
2014-09-28
Register new snapshots
Steven Fackler
-3
/
+0
2014-09-27
make EnumSet derive Ord and PartialOrd
Alexis Beingessner
-1
/
+1
2014-09-27
auto merge of #17334 : Gankro/rust/btree-vec, r=huonw
bors
-920
/
+2221
2014-09-27
complete btree rewrite
Alexis Beingessner
-920
/
+2221
2014-09-26
Implement Slice for String and str
Steven Fackler
-0
/
+32
2014-09-27
Correct stability marker in string.rs
Squeaky
-1
/
+1
2014-09-25
Add tests for new _mut variants
Aaron Turon
-4
/
+81
2014-09-24
auto merge of #17438 : alexcrichton/rust/string-stable, r=aturon
bors
-47
/
+196
2014-09-23
Deal with the fallout of string stabilization
Alex Crichton
-27
/
+36
2014-09-22
Fix deprecation warnings in check-docs.
Victor Berger
-5
/
+7
2014-09-22
Update calls of deprecated functions in macros.
Victor Berger
-14
/
+20
2014-09-22
collections: Deprecate shift_char for insert/remove
Alex Crichton
-15
/
+87
2014-09-22
collections: Stabilize String
Alex Crichton
-9
/
+77
2014-09-21
Fix fallout from Vec stabilization
Alex Crichton
-48
/
+23
2014-09-21
collections: Stabilize Vec
Alex Crichton
-5
/
+56
2014-09-19
rollup merge of #17338 : nick29581/variants-namespace
Alex Crichton
-3
/
+3
[next]