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
/
html
/
markdown.rs
Age
Commit message (
Expand
)
Author
Lines
2015-12-05
Add tests
mitaa
-0
/
+27
2015-12-04
Address review comments
mitaa
-9
/
+9
2015-12-03
Generate unique IDs for each rustdoc HTML page
mitaa
-3
/
+3
2015-12-03
Move ID generator to a more suited location
mitaa
-37
/
+12
2015-09-20
rustdoc: added tests for header rendering & minor fixes
Simon Mazur
-2
/
+24
2015-09-20
rustdoc: remove redundant test
Simon Mazur
-15
/
+1
2015-09-20
rustdoc: some code style improvements
Simon Mazur
-27
/
+14
2015-09-20
rustdoc: Changed section headers anchor rendering
Simon Mazur
-5
/
+23
2015-08-24
Update hoedown to latest version (3.0.4).
Eljay
-36
/
+46
2015-08-16
Correct signature of hoedown callback for codespans
Robin Kruppe
-2
/
+8
2015-08-09
Use https URLs to refer to rust-lang.org where appropriate.
Eli Friedman
-1
/
+1
2015-07-10
Change some instances of .connect() to .join()
Wesley Wiser
-5
/
+5
2015-06-04
Fix order of rustdoc arguments.
Steven Allen
-2
/
+2
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-1
/
+1
2015-04-21
implement rfc 1054: split_whitespace() fn, deprecate words()
kwantam
-1
/
+1
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-04-07
rustdoc: Handle tests with bare `#` marks
Alex Crichton
-1
/
+3
2015-04-07
rustdoc: Allowing specifying attrs for doctests
Alex Crichton
-2
/
+4
2015-04-06
rustdoc: Use iterators to collapse whitespace
Michael Macias
-21
/
+8
2015-04-06
rustdoc: Add a custom callback for codespan to collapse whitespace
Michael Macias
-3
/
+59
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-1
/
+1
2015-03-26
syntax: Remove support for #[should_fail]
Alex Crichton
-9
/
+9
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+1
2015-03-25
Add trivial cast lints.
Nick Cameron
-7
/
+7
2015-03-23
rustdoc: Add #[doc(test(no_inject_crate))] attribute
Brian Anderson
-1
/
+1
2015-02-18
Round 1 fixes and rebase conflicts
Alex Crichton
-2
/
+2
2015-02-18
std: Implement CString-related RFCs
Alex Crichton
-2
/
+2
2015-02-06
Auto merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton
bors
-13
/
+15
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-11
/
+9
2015-02-05
Replace usage of slice::from_raw_buf with slice::from_raw_parts
Mikhail Zabaluev
-13
/
+15
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-1
/
+1
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-23
Auto merge of #20221 - liigo:rustdoc-sidebar-tooltips-v3, r=alexcrichton
bors
-4
/
+97
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-1
/
+1
2015-01-21
Fallout from stabilization.
Aaron Turon
-1
/
+1
2015-01-21
address review comments: reuse Escape etc.
Liigo Zhuang
-5
/
+2
2015-01-21
fix fallout
Liigo Zhuang
-11
/
+19
2015-01-21
rustdoc: eliminates raw markdown code (links, headers, etc.) from tooltips of...
Liigo Zhuang
-4
/
+92
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-2
/
+2
2015-01-13
Fix playpen links to not all be the same
Earl St Sauver
-17
/
+8
2015-01-07
Register new snapshots
Alex Crichton
-16
/
+0
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-3
/
+19
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-7
/
+9
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
rollup merge of #20377: alexcrichton/issue-20352
Alex Crichton
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+2
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-1
/
+1
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-1
/
+1
2014-12-27
auto merge of #19916 : SimonSapin/rust/ascii-reform, r=sfackler
bors
-1
/
+1
[next]