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
/
render.rs
Age
Commit message (
Expand
)
Author
Lines
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-1
/
+1
2016-01-11
rustdoc: remove dead link from issue-less unstable entries.
Shmuale Mark
-2
/
+2
2015-12-22
Don't record the root module in the search index
mitaa
-8
/
+10
2015-12-12
Support `#[deprecated]` in rustdoc
Vadim Petrochenkov
-2
/
+22
2015-12-08
Auto merge of #30036 - mitaa:doc_id, r=alexcrichton
bors
-26
/
+84
2015-12-05
Add tests
mitaa
-0
/
+19
2015-12-04
Split rustdoc css to modify it more easily
Guillaume Gomez
-1
/
+3
2015-12-04
Address review comments
mitaa
-40
/
+34
2015-12-03
Initialize the ID map with known values
mitaa
-2
/
+22
2015-12-03
Generate unique IDs for each rustdoc HTML page
mitaa
-37
/
+33
2015-12-03
Move ID generator to a more suited location
mitaa
-1
/
+30
2015-11-26
fix tests & rustdoc
Ariel Ben-Yehuda
-1
/
+1
2015-11-20
Auto merge of #29822 - petrochenkov:pubexport, r=alexcrichton
bors
-6
/
+6
2015-11-19
Fix rustdocs `unsafe const fn` ordering
mitaa
-3
/
+3
2015-11-19
Changes to data produced by privacy pass
Vadim Petrochenkov
-6
/
+6
2015-10-16
Auto merge of #28683 - GuillaumeGomez:rustdoc_error, r=alexcrichton
bors
-64
/
+107
2015-10-17
Improve error handling by providing Error struct with Path information
Guillaume Gomez
-64
/
+107
2015-10-13
Refactor attr::Stability
Vadim Petrochenkov
-4
/
+5
2015-10-04
Auto merge of #28573 - ruud-v-a:rustdoc-license, r=brson
bors
-0
/
+14
2015-10-01
Convert DefId to use DefIndex, which is an index into a list of
Niko Matsakis
-8
/
+8
2015-10-01
move direct accesses of `node` to go through `as_local_node_id`, unless
Niko Matsakis
-13
/
+14
2015-10-01
move job of creating local-def-ids to ast-map (with a few stragglers)
Niko Matsakis
-5
/
+4
2015-10-01
move LOCAL_CRATE to cstore
Niko Matsakis
-0
/
+1
2015-09-21
Clarify rustdoc output licensing with a copyright file
Ruud van Asseldonk
-0
/
+2
2015-09-19
Make rustdoc output comply with licenses
Ruud van Asseldonk
-0
/
+12
2015-09-16
Use ast attributes every where (remove HIR attributes).
Nick Cameron
-2
/
+2
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-8
/
+9
2015-08-24
fallout from moving def-id
Niko Matsakis
-27
/
+28
2015-08-17
rustdoc: Removed command line option issue-tracker-base-url
Martin Wernstål
-3
/
+2
2015-08-16
librustdoc: Fix tidy
Martin Wernstål
-2
/
+2
2015-08-16
rustdoc: Print feature flag and issue link if present in short_stability
Martin Wernstål
-1
/
+16
2015-08-16
rustdoc: Pass the Context down to short_stability()
Martin Wernstål
-56
/
+58
2015-08-16
rustdoc: Added issue tracker option and issue data to clean::Stability
Martin Wernstål
-1
/
+10
2015-07-27
std: Deprecate a number of unstable features
Alex Crichton
-3
/
+3
2015-07-18
Fix rustdoc formatting of impls
William Throwe
-24
/
+5
2015-07-10
Change some instances of .connect() to .join()
Wesley Wiser
-11
/
+11
2015-07-09
Use vec![elt; n] where possible
Ulrik Sverdrup
-1
/
+1
2015-07-01
rustdoc: Update jQuery from 2.1.0 to 2.1.4
Nick Howell
-2
/
+2
2015-06-14
Find type of orphan methods for rustdoc search.
Mihnea Dobrescu-Balaur
-1
/
+3
2015-06-11
Conver reborrows to .iter() calls where appropriate
Joshua Landau
-1
/
+1
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-06-08
Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichton
bors
-1
/
+1
2015-06-08
Replace usage of String::from_str with String:from
Simon Sapin
-1
/
+1
2015-06-08
Implement RFC 839
Johannes Oertel
-1
/
+1
2015-05-26
Auto merge of #25675 - bluss:rustdoc-assoc-types-index, r=alexcrichton
bors
-7
/
+12
2015-05-25
rustdoc: Show where clauses in type aliases
Ulrik Sverdrup
-2
/
+3
2015-05-25
Rustdoc: ignore deref-inherited static methods
Adolfo Ochagavía
-22
/
+37
2015-05-21
syntax: parse `const fn` for free functions and inherent methods.
Eduard Burtescu
-13
/
+20
2015-05-21
rustdoc: Skip types in impls in search index
Ulrik Sverdrup
-5
/
+9
2015-05-11
Auto merge of #25225 - bluss:doc-search-assoc-items, r=alexcrichton
bors
-0
/
+13
[next]