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
/
html
/
markdown.rs
Age
Commit message (
Expand
)
Author
Lines
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-2
/
+2
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-3
/
+4
2014-05-15
Updates with core::fmt changes
Alex Crichton
-4
/
+3
2014-05-13
Touch up and rebase previous commits
Alex Crichton
-0
/
+1
2014-05-12
librustdoc: Remove all `~str` usage from librustdoc.
Patrick Walton
-10
/
+11
2014-05-07
std: Modernize the local_data api
Alex Crichton
-13
/
+10
2014-05-03
rustdoc: Enable the footnote markdown extension
Alex Crichton
-8
/
+10
2014-05-03
rustdoc: Migrate from sundown to hoedown
Alex Crichton
-109
/
+119
2014-04-26
rustdoc: refactor and unstyle inline section headers
Adrien Tétar
-1
/
+1
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-1
/
+1
2014-04-10
Remove some internal ~[] from several libraries.
Huon Wilson
-3
/
+3
2014-04-06
auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me
bors
-1
/
+1
2014-04-04
Fix fallout from std::libc separation
Corey Richardson
-1
/
+1
2014-04-03
rustdoc: Fix reporting of ignored tests
Ivan Petkov
-6
/
+7
2014-03-31
Switch some tuple structs to pub fields
Alex Crichton
-2
/
+2
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
[prev]
[next]