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
/
librustdoc
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-0
/
+1
2015-03-23
Add generic conversion traits
Aaron Turon
-5
/
+6
2015-03-23
rustdoc: interpret all leading feature attributes in examples as crate attrib...
Brian Anderson
-0
/
+1
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-0
/
+2
2015-03-19
std: Stablize io::ErrorKind
Alex Crichton
-1
/
+0
2015-03-15
Use new io in print and println macroses
Simonas Kazlauskas
-1
/
+1
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-3
/
+2
2015-03-12
Stabilize std::path
Aaron Turon
-1
/
+2
2015-03-06
Suppress some warnings about features
Alex Crichton
-0
/
+1
2015-03-06
Rollup merge of #23056 - awlnx:master, r=nrc
Manish Goregaokar
-0
/
+2
2015-03-05
std: Stabilize the `fs` module
Alex Crichton
-2
/
+2
2015-03-05
fix for new attributes failing. issue #22964
awlnx
-0
/
+2
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-16
/
+23
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-2
/
+2
2015-02-28
Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturon
Manish Goregaokar
-1
/
+1
2015-02-28
Separate most of rustc::lint::builtin into a separate crate.
Huon Wilson
-0
/
+1
2015-02-27
std: Stabilize the `env` module
Alex Crichton
-1
/
+1
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
[prev]
[next]