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
/
toc.rs
Age
Commit message (
Expand
)
Author
Lines
2024-08-20
rustdoc: show code spans as `<code>` in TOC
Michael Howell
-4
/
+11
2024-08-20
Add Top TOC support to rustdoc
Michael Howell
-7
/
+8
2022-05-24
fix clippy perf lints
klensy
-2
/
+5
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-7
/
+7
2021-01-01
clippy fixes for librustdoc
Matthias Krüger
-1
/
+1
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-6
/
+6
2020-05-02
fix rustdoc warnings
Tshepang Lekhonkhobe
-3
/
+3
2020-04-24
Avoid unused Option::map results
Josh Stone
-2
/
+2
2019-12-22
Format the world
Mark Rousskov
-9
/
+11
2019-09-13
Move Toc printing from fmt::Display
Mark Rousskov
-21
/
+16
2019-07-01
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-06-16
Separate librustcdoc module
chansuke
-82
/
+1
2019-02-23
Transition librustdoc to 2018 edition
Hirokazu Hata
-2
/
+2
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-6
/
+6
2018-07-27
Prefer to_string() to format!()
ljedrz
-1
/
+1
2017-08-17
Rollup merge of #43891 - Fourchaux:master, r=steveklabnik
Corey Farwell
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-4
/
+4
2017-08-15
Fix typos & us spellings
Fourchaux
-1
/
+1
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-2
/
+2
2016-03-22
fix alignment
Jorge Aparicio
-4
/
+4
2016-03-22
try! -> ?
Jorge Aparicio
-3
/
+3
2015-10-08
typos: fix a grabbag of typos all over the place
Cristi Cobzarenco
-2
/
+2
2015-06-08
Replace usage of String::from_str with String:from
Simon Sapin
-1
/
+1
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-4
/
+3
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-1
/
+1
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-3
/
+3
2015-01-06
More test fixes
Alex Crichton
-2
/
+0
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-0
/
+8
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-3
/
+3
2014-12-10
Fix inappropriate ## headings
Steve Klabnik
-0
/
+4
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-06-15
Register new snapshots
Alex Crichton
-1
/
+1
2014-06-10
Fix more misspelled comments and strings.
Joseph Crail
-4
/
+4
2014-06-06
Rename Iterator::len to count
Aaron Turon
-1
/
+1
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-3
/
+3
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-5
/
+5
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-7
/
+7
2014-05-15
Updates with core::fmt changes
Alex Crichton
-3
/
+3
2014-05-12
librustdoc: Remove all `~str` usage from librustdoc.
Patrick Walton
-11
/
+15
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-2
/
+2
2014-04-10
libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and
Patrick Walton
-8
/
+9
2014-03-31
rustdoc: Switch field privacy as necessary
Alex Crichton
-8
/
+8
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
[next]