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
/
markdown.rs
Age
Commit message (
Expand
)
Author
Lines
2017-02-03
Add line number and filename in error message
Guillaume Gomez
-1
/
+1
2016-12-24
Teach `rustdoc --test` about `--sysroot`, pass it when testing rust
Aidan Hobson Sayers
-2
/
+2
2016-12-12
feat(rustdoc): harmonise error messages
Michael Zapata
-4
/
+6
2016-11-30
rustdoc: fix up --playground-url
Liigo Zhuang
-1
/
+2
2016-10-15
rustdoc: Improve playground run buttons
Oliver Middleton
-8
/
+2
2016-10-09
Refactor away `load_or_return` macro.
Corey Farwell
-3
/
+11
2016-08-11
Add the notion of a dependency tracking status to commandline arguments.
Michael Woerister
-2
/
+2
2016-03-27
Don't initialize id-map when rendering md files
mitaa
-1
/
+1
2015-12-15
Use --cfg when running doctests
Seo Sanghyeon
-2
/
+2
2015-12-03
Move ID generator to a more suited location
mitaa
-2
/
+3
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
[prev]
[next]