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
/
markdown.rs
Age
Commit message (
Expand
)
Author
Lines
2015-07-30
fix rustdoc metadata parsing
Alexis Beingessner
-3
/
+4
2015-07-27
std: Deprecate a number of unstable features
Alex Crichton
-1
/
+1
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-07
book: Emit links to play.rust-lang.org to run examples
Alex Crichton
-1
/
+1
2015-04-07
rustdoc: Allowing specifying attrs for doctests
Alex Crichton
-3
/
+7
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-2
/
+2
2015-03-23
rustdoc: Add #[doc(test(no_inject_crate))] attribute
Brian Anderson
-1
/
+1
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-5
/
+5
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-3
/
+6
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-5
/
+5
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-5
/
+5
2015-01-21
Fallout from stabilization.
Aaron Turon
-2
/
+2
2015-01-13
Make the Rust Book more mobile friendly
Seth Faxon
-0
/
+1
2014-12-23
rustc: Add knowledge of separate lookup paths
Alex Crichton
-2
/
+2
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-1
/
+1
2014-09-07
Changed addl_lib_search_paths from HashSet to Vec
inrustwetrust
-2
/
+1
2014-08-02
rustdoc: Add rustdoc class to <body> tag
Tom Jakubowski
-1
/
+1
2014-07-24
rustdoc: make table of contents optional
Aaron Turon
-3
/
+9
2014-07-23
collections: Deprecate shift/unshift
Brian Anderson
-1
/
+1
2014-07-21
rustdoc: Add an --extern flag analagous to rustc's
Tom Jakubowski
-2
/
+4
2014-07-17
deprecate Vec::get
Nick Cameron
-1
/
+1
2014-06-30
Allow external html in rustdoc for crates.
zzmp
-51
/
+8
2014-06-26
Remove unnecessary to_string calls
Piotr Jawniak
-9
/
+0
2014-06-06
rustdoc: Submit examples to play.rust-lang.org
Alex Crichton
-1
/
+12
2014-06-06
doc: Turn off special features for rustdoc tests
Alex Crichton
-1
/
+1
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-6
/
+6
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-6
/
+6
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-1
/
+1
2014-05-14
libtest: Remove all uses of `~str` from `libtest`.
Patrick Walton
-5
/
+1
2014-05-12
librustdoc: Remove all `~str` usage from librustdoc.
Patrick Walton
-11
/
+24
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-1
/
+1
2014-04-10
auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton
bors
-5
/
+5
2014-04-10
Remove some internal ~[] from several libraries.
Huon Wilson
-2
/
+2
2014-04-10
libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and
Patrick Walton
-5
/
+5
2014-04-06
De-~[] Reader and Writer
Steven Fackler
-1
/
+1
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-3
/
+6
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-17
Fix rustdoc and tests.
Eduard Burtescu
-1
/
+0
2014-03-17
De-@ filesearch.
Eduard Burtescu
-1
/
+1
2014-03-09
doc: CSS fixes
Adrien Tétar
-1
/
+1
2014-03-09
rustdoc: adding some common feature gates when testing a markdown file.
Huon Wilson
-1
/
+1
2014-03-09
rustdoc: add table-of-contents recording & rendering, use it with plain
Huon Wilson
-2
/
+2
2014-03-09
rustdoc: run on plain Markdown files.
Huon Wilson
-0
/
+171