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
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-23
iter: remove `to_owned_vec`
Daniel Micay
-3
/
+3
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-7
/
+7
2014-03-12
rustdoc: whitelist the headers that get a ยง on hover.
Huon Wilson
-1
/
+1
2014-03-09
rustdoc: hardcode each header as a link.
Huon Wilson
-1
/
+2
2014-03-09
rustdoc: add table-of-contents recording & rendering, use it with plain
Huon Wilson
-10
/
+40
2014-03-09
rustdoc: run on plain Markdown files.
Huon Wilson
-3
/
+15
2014-03-08
Add an option to not run rustdoc blocks
Steven Fackler
-5
/
+6
2014-03-06
rustdoc: Don't escape contents of headers
Alex Crichton
-2
/
+1
2014-03-05
rustdoc: Add anchors to section headers
Alex Crichton
-6
/
+69
2014-03-02
rustdoc: syntax highlight macro definitions, colour $... substitutions.
Huon Wilson
-1
/
+1
2014-02-23
auto merge of #12416 : alexcrichton/rust/highlight, r=huonw
bors
-2
/
+26
2014-02-23
std: Move intrinsics to std::intrinsics.
Brian Anderson
-1
/
+1
2014-02-23
rustdoc: Add syntax highlighting
Alex Crichton
-2
/
+26
2014-02-21
Changed NonCamelCaseTypes lint to warn by default
mr.Shu
-0
/
+2
2014-02-14
Update rustdoc testing to test all code blocks
Alex Crichton
-7
/
+9
2014-02-09
std: Add init and uninit to mem. Replace direct intrinsic usage
Brian Anderson
-2
/
+3
2014-02-08
std::fmt: convert the formatting traits to a proper self.
Huon Wilson
-2
/
+2
2014-02-03
rustdoc: Remove io_error usage
Alex Crichton
-6
/
+7
2014-02-02
std: rename fmt::Default to `Show`.
Huon Wilson
-3
/
+3
2014-01-26
Move extra::flate to libflate
Alex Crichton
-1
/
+3
2014-01-21
[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...
Simon Sapin
-3
/
+3
2014-01-04
Don't allow newtype structs to be dereferenced. #6246
Brian Anderson
-0
/
+1
2013-12-30
rustdoc: Unify the handling of the hidden example lines.
Huon Wilson
-6
/
+15
2013-12-30
rustdoc: only filter lines starting with '# ' from the shown code.
Huon Wilson
-2
/
+4
2013-12-23
rustdoc: Add the ability to test code in comments
Alex Crichton
-6
/
+84
2013-12-19
std::str: replace .as_imm_buf with .as_ptr.
Huon Wilson
-3
/
+2
2013-12-11
Make 'self lifetime illegal.
Erik Price
-3
/
+3
2013-12-08
Remove dead codes
Kiet Tran
-3
/
+0
2013-11-29
Add generation of static libraries to rustc
Alex Crichton
-1
/
+1
2013-11-26
librustc: Remove non-procedure uses of `do` from librustc, librustdoc,
Patrick Walton
-4
/
+4
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-1
/
+1
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-2
/
+0
2013-11-01
Statically link sundown to librustdoc
Alex Crichton
-0
/
+1
2013-10-03
rustdoc: Document what's going on throughout
Alex Crichton
-1
/
+17
2013-09-25
rustdoc: Enable various useful markdown extensions
Alex Crichton
-1
/
+12
2013-09-25
rustdoc: Use sundown for markdown highlighting
Alex Crichton
-33
/
+84
2013-09-22
rustdoc: Out with the old, in with the new
Alex Crichton
-0
/
+54