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-12-06
librustdoc: remove unnecessary `as_slice()` calls
Jorge Aparicio
-2
/
+2
2014-11-25
Fallout from stabilization
Aaron Turon
-2
/
+2
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-24
/
+31
2014-11-23
rollup merge of #19194: aturon/stab-ascii
Jakub Bukaj
-6
/
+3
2014-11-22
std: Align `raw` modules with unsafe conventions
Alex Crichton
-72
/
+65
2014-11-21
libs: stabilize ascii module
Aaron Turon
-6
/
+3
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-1
/
+1
2014-10-15
Renamed AsciiStr::to_lower and AsciiStr::to_upper
=
-1
/
+1
2014-10-09
rustdoc: Implement constant documentation
Alex Crichton
-10
/
+10
2014-10-06
rustdoc: make calls of markdown::render safer
Tom Jakubowski
-1
/
+11
2014-09-07
rustdoc: Don't strip #-lines if notrust
Alex Crichton
-15
/
+9
2014-08-20
Add #[repr(C)] to all the things!
Corey Richardson
-0
/
+4
2014-07-24
Deprecated `str::raw::from_buf_len`
Adolfo Ochagavía
-1
/
+2
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-1
/
+1
2014-06-29
c_str: replace .with_ref with .as_ptr throughout the codebase.
Huon Wilson
-3
/
+1
2014-06-28
auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton
bors
-18
/
+22
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-18
/
+22
2014-06-26
Remove unnecessary to_string calls
Piotr Jawniak
-3
/
+3
2014-06-19
rustdoc: add the ability to run tests with --test.
Huon Wilson
-13
/
+20
2014-06-19
rustdoc: refactor code block language info into a struct.
Huon Wilson
-42
/
+68
2014-06-15
Register new snapshots
Alex Crichton
-2
/
+2
2014-06-11
std: Remove i18n/l10n from format!
Alex Crichton
-2
/
+6
2014-06-10
auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichton
bors
-1
/
+1
2014-06-10
Fix more misspelled comments and strings.
Joseph Crail
-1
/
+1
2014-06-08
Remove the dead code identified by the new lint
Jakub Wieczorek
-0
/
+1
2014-06-06
rustdoc: Submit examples to play.rust-lang.org
Alex Crichton
-6
/
+29
2014-06-06
auto merge of #14667 : aochagavia/rust/pr2, r=huonw
bors
-1
/
+1
2014-06-06
Change to_str().to_string() to just to_str()
Adolfo Ochagavía
-1
/
+1
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-2
/
+2
2014-06-02
docs: Stop using `notrust`
Florian Gilcher
-1
/
+2
2014-06-02
rustdoc: make langstring parsing more robust
Florian Gilcher
-4
/
+49
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-6
/
+6
2014-05-27
std: Remove String's to_owned
Richo Healey
-1
/
+1
2014-05-25
rustdoc: Prevent a segfault when using markdown
Alex Crichton
-0
/
+2
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
[next]