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
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
2014-12-24
Rename to_ascii_{lower,upper} to to_ascii_{lower,upper}case, per #14401
Simon Sapin
-1
/
+1
2014-12-23
rustdoc: unmarked code fences are doctests too
Jorge Aparicio
-13
/
+14
2014-12-22
rollup merge of #19891: nikomatsakis/unique-fn-types-3
Alex Crichton
-8
/
+12
2014-12-22
Fix fallout from changes. In cases where stage0 compiler is needed, we
Niko Matsakis
-8
/
+12
2014-12-21
Fully remove `notrust` markers from rustdoc
Florian Gilcher
-21
/
+19
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-3
/
+3
2014-12-13
librustdoc: fix fallout
Jorge Aparicio
-1
/
+1
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
[prev]
[next]