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
Age
Commit message (
Expand
)
Author
Lines
2015-01-08
Merge pull request #20766 from tsurai/patch-1
bors
-1
/
+1
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
2015-01-06
rollup merge of #20593: nikomatsakis/unused-tps-in-impl
Alex Crichton
-1
/
+3
2015-01-06
rollup merge of #20653: alexcrichton/entry-unstable
Alex Crichton
-28
/
+26
2015-01-06
Register new snapshots
Alex Crichton
-42
/
+3
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-34
/
+73
2015-01-07
markers -> marker
Nick Cameron
-13
/
+13
2015-01-07
fallout
Nick Cameron
-50
/
+56
2015-01-06
Fallout from stabilization
Aaron Turon
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-34
/
+73
2015-01-06
Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...
Niko Matsakis
-1
/
+3
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-109
/
+103
2015-01-07
Impls using the new scheme for slicing
Nick Cameron
-26
/
+53
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-12
/
+14
2015-01-06
std: Revert stability of Entry-based APIs
Alex Crichton
-10
/
+10
2015-01-06
[breaking change] Revert Entry behaviour to take keys by value.
Dylan Ede
-18
/
+16
2015-01-06
cleanup: use short AT notation (`Ty::Item` instead of `<Ty as Trait>::Item`)
Jorge Aparicio
-2
/
+2
2015-01-05
More test fixes!
Alex Crichton
-0
/
+1
2015-01-05
Revert "Remove i suffix in docs"
Alex Crichton
-553
/
+419
[next]