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
/
plugins.rs
Age
Commit message (
Expand
)
Author
Lines
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-03-12
Update usages of 'OSX' (and other old names) to 'macOS'.
Corey Farwell
-1
/
+1
2016-04-07
Remove rustdocs json format
mitaa
-10
/
+4
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-1
/
+2
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-0
/
+2
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-2
/
+0
2015-06-08
Replace usage of String::from_str with String:from
Simon Sapin
-1
/
+1
2015-03-27
Test fixes and rebase conflicts, round 2
Alex Crichton
-3
/
+3
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-0
/
+1
2015-03-12
Stabilize std::path
Aaron Turon
-0
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2014-09-30
Fix rustdoc
Steven Fackler
-1
/
+1
2014-08-23
Remove stage0 attributes.
Vadim Chugunov
-3
/
+1
2014-08-18
libsyntax: Remove the `use foo = bar` syntax from the language in favor
Patrick Walton
-1
/
+1
2014-08-12
Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")]
Vadim Chugunov
-2
/
+4
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-1
/
+1
2014-06-13
librustc: Forbid `transmute` from being called on types whose size is
Patrick Walton
-2
/
+5
2014-06-09
std: Move dynamic_lib from std::unstable to std
Brian Anderson
-1
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-7
/
+7
2014-05-12
librustdoc: Remove all `~str` usage from librustdoc.
Patrick Walton
-11
/
+9
2014-04-10
libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and
Patrick Walton
-7
/
+10
2014-03-31
rustdoc: Switch field privacy as necessary
Alex Crichton
-3
/
+3
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-6
/
+6
2014-02-24
Move extra::json to libserialize
Alex Crichton
-1
/
+1
2014-02-24
All uses of `extern fn` should mean `extern "C" fn`. Closes #9309.
Nick Cameron
-1
/
+1
2014-02-21
Changed NonCamelCaseTypes lint to warn by default
mr.Shu
-3
/
+3
2014-02-20
move extra::test to libtest
Liigo Zhuang
-2
/
+2
2014-02-13
Replace `crate` usage with `krate`
Flavio Percoco
-5
/
+5
2013-10-15
path2: Adjust the API to remove all the _str mutation methods
Kevin Ballard
-1
/
+1
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-1
/
+1
2013-09-22
rustdoc: Out with the old, in with the new
Alex Crichton
-0
/
+90