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
/
librustdoc
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-1
/
+0
2015-02-17
Test fixes and rebase conflicts
Alex Crichton
-4
/
+8
2015-02-17
rollup merge of #22435: aturon/final-stab-thread
Alex Crichton
-1
/
+1
2015-02-17
Fallout from stabilization
Aaron Turon
-1
/
+1
2015-02-17
std: Rename io/path features with old_ prefix
Alex Crichton
-2
/
+2
2015-02-15
Fix rollup (remove slicing_syntax)
Manish Goregaokar
-1
/
+0
2015-02-11
std: Tweak the std::env OsString/String interface
Alex Crichton
-3
/
+3
2015-02-11
Opt into new `box_patterns` feature gate in various crates.
Felix S. Klock II
-0
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-13
/
+13
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-1
/
+1
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-8
/
+8
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
-7
/
+7
2015-02-01
std: Add a new `env` module
Alex Crichton
-2
/
+5
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-6
/
+5
2015-01-30
fixes after rebase
Jorge Aparicio
-1
/
+0
2015-01-30
fix fallout
Jorge Aparicio
-0
/
+3
2015-01-29
Auto merge of #21680 - japaric:slice, r=alexcrichton
bors
-1
/
+1
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-3
/
+3
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-3
/
+3
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-2
/
+5
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+11
2015-01-22
Put #[staged_api] behind the 'staged_api' gate
Brian Anderson
-0
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #21368: tomjakubowski/rustdoc-miscellany
Alex Crichton
-1
/
+3
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-1
/
+1
2015-01-17
rustdoc: Accept string source in core::run_core
Tom Jakubowski
-1
/
+3
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-12
Make the compilation process more easily customisable
Nick Cameron
-0
/
+1
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-0
/
+1
2015-01-08
Remove warning from the libraries.
Huon Wilson
-0
/
+1
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
rollup merge of #20723: pnkfelix/feature-gate-box-syntax
Alex Crichton
-0
/
+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-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-2
/
+2
2015-01-06
rollup merge of #20653: alexcrichton/entry-unstable
Alex Crichton
-1
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-16
/
+3
2015-01-06
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-2
/
+2
2015-01-06
[breaking change] Revert Entry behaviour to take keys by value.
Dylan Ede
-1
/
+1
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-1
/
+8
2015-01-05
Rename macro_escape to macro_use
Keegan McAllister
-1
/
+2
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-2
/
+3
2015-01-04
[breaking change] Update entry API as part of RFC 509.
Ben Foppa
-5
/
+3
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
[next]