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-01-15
rollup merge of #20463: amaranth/black_box_output
Alex Crichton
-4
/
+4
2015-01-15
Explicitly note that vector contents are on the heap
Aidan Hobson Sayers
-1
/
+1
2015-01-14
use UFCS in `#[deriving(Hash)]`
Jorge Aparicio
-0
/
+2
2015-01-14
Add examples for DList methods.
nathan dotz
-6
/
+166
2015-01-14
auto merge of #21061 : japaric/rust/range, r=nick29581
bors
-8
/
+8
2015-01-13
Fix test failures
Travis Watkins
-4
/
+4
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-8
/
+8
2015-01-12
auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichton
bors
-2
/
+2
2015-01-12
Vec's IntoIter should be Send/Sync when Vec is (fixes #21027)
Renato Zannon
-0
/
+3
2015-01-11
Remove unused import.
Joseph Crail
-1
/
+0
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-2
/
+2
2015-01-11
auto merge of #20406 : TimDumol/rust/dlist-append-split-off, r=Gankro
bors
-41
/
+161
2015-01-11
auto merge of #20859 : mahkoh/rust/as_mut_vec, r=nikomatsakis
bors
-0
/
+15
2015-01-10
add inline to every String function
Julian Orth
-0
/
+15
2015-01-10
Merge pull request #20771 from Kimundi/vec-macro-repeat
bors
-1
/
+5
2015-01-09
Add append() and split_off() to DList.
Tim Dumol
-41
/
+161
2015-01-08
Merge pull request #20766 from tsurai/patch-1
bors
-1
/
+1
2015-01-08
Enabled the `vec![]` macro to use the `[a; b]` repeat syntax.
Marvin Löbel
-1
/
+5
2015-01-08
doc: Fix unresolved import in Bitv example
Cristian Kubis
-1
/
+1
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-0
/
+1
2015-01-08
rollup merge of #20738: brson/feature-staging2
Alex Crichton
-37
/
+37
2015-01-08
Remove warning from the libraries.
Huon Wilson
-0
/
+1
2015-01-08
auto merge of #20744 : huonw/rust/fix-string-slicing, r=pnkfelix
bors
-1
/
+7
2015-01-08
Let ToString work with unsized types, importantly, `str`.
Huon Wilson
-1
/
+7
2015-01-08
Improvements to feature staging
Brian Anderson
-37
/
+37
2015-01-08
Add missing module stability attributes
Aaron Turon
-0
/
+2
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-4
/
+4
2015-01-07
rollup merge of #20723: pnkfelix/feature-gate-box-syntax
Alex Crichton
-0
/
+1
2015-01-07
rollup merge of #20657: alexcrichton/stabilize-macros
Alex Crichton
-0
/
+1
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-74
/
+73
2015-01-07
rollup merge of #20722: alexcrichton/audit-show
Alex Crichton
-14
/
+8
2015-01-07
rollup merge of #20708: aturon/new-int-modules
Alex Crichton
-23
/
+0
2015-01-07
rollup merge of #20663: brson/feature-staging
Alex Crichton
-0
/
+1
2015-01-07
rollup merge of #20654: alexcrichton/stabilize-hash
Alex Crichton
-21
/
+50
2015-01-07
fix the `&mut _` patterns
Jorge Aparicio
-1
/
+1
2015-01-08
Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.
Felix S. Klock II
-0
/
+1
2015-01-07
Preliminary feature staging
Brian Anderson
-0
/
+1
2015-01-07
std: Tweak String implementations
Alex Crichton
-23
/
+8
2015-01-07
use slicing sugar
Jorge Aparicio
-73
/
+72
2015-01-07
register new snapshots
Jorge Aparicio
-23
/
+0
2015-01-07
std: Stablize the macros module
Alex Crichton
-0
/
+1
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-21
/
+50
2015-01-07
Register new snapshots
Alex Crichton
-23
/
+0
2015-01-07
Merge pull request #20674 from jbcrail/fix-misspelled-comments
bors
-4
/
+4
2015-01-06
More test fixes
Alex Crichton
-26
/
+29
2015-01-06
Fix misspelled comments.
Joseph Crail
-4
/
+4
2015-01-06
Test fixes and rebase conflicts
Alex Crichton
-0
/
+7
2015-01-06
rollup merge of #20656: japaric/at-clean
Alex Crichton
-2
/
+2
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-6
/
+8
[prev]
[next]