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
/
passes.rs
Age
Commit message (
Expand
)
Author
Lines
2016-09-25
Separate rustdoc passes into separate modules.
Corey Farwell
-416
/
+0
2016-09-25
Privatize `unindent` function.
Corey Farwell
-1
/
+1
2016-09-03
Support unions in rustdoc
Vadim Petrochenkov
-1
/
+1
2016-06-27
rustdoc: Fix a few stripping issues
Oliver Middleton
-18
/
+40
2016-05-09
rustdoc: do not strip blanket impls in crate of origin
Georg Brandl
-3
/
+5
2016-04-21
Auto merge of #33074 - mitaa:rdoc-irlst, r=alexcrichton
bors
-41
/
+22
2016-04-19
Auto merge of #33002 - mitaa:rdoc-cross-impls, r=alexcrichton
bors
-4
/
+1
2016-04-18
Fix the strip-hidden `ImplStripper`
mitaa
-41
/
+22
2016-04-14
Fix fallout in rustdoc
Jeffrey Seyfried
-4
/
+3
2016-04-13
Retire rustdocs `ANALYSISKEY`
mitaa
-4
/
+1
2016-04-07
Remove rustdocs json format
mitaa
-19
/
+18
2016-04-06
rustc: move middle::{def,def_id,pat_util} to hir.
Eduard Burtescu
-1
/
+1
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-1
/
+1
2016-04-02
Refactor `HiddenStructField` into `StrippedItem`
mitaa
-17
/
+5
2016-04-02
Make the rendering process less pass-aware
mitaa
-20
/
+20
2016-03-27
Correct anchor for links to associated trait items
mitaa
-8
/
+5
2016-03-22
Consider `doc(no_inline)` in crate-local inlining
mitaa
-1
/
+1
2016-03-06
Auto merge of #32055 - mitaa:rdoc-strip-priv-imports, r=alexcrichton
bors
-7
/
+19
2016-03-06
Split out rustdoc pass to strip private imports
mitaa
-7
/
+19
2016-03-04
This doesn't seem necessary?
mitaa
-4
/
+2
2016-03-04
Refactor rustdocs attribute handling
mitaa
-2
/
+2
2016-03-04
Simplify `if let`/`match` expressions
mitaa
-19
/
+14
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-1
/
+1
2015-11-19
Changes to data produced by privacy pass
Vadim Petrochenkov
-10
/
+8
2015-11-02
Accept tabs as indentation character
Ricardo Martins
-6
/
+24
2015-10-24
Remove bare semicolons
Florian Hahn
-2
/
+2
2015-10-01
move direct accesses of `node` to go through `as_local_node_id`, unless
Niko Matsakis
-22
/
+17
2015-09-03
std: Account for CRLF in {str, BufRead}::lines
Alex Crichton
-1
/
+1
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-3
/
+4
2015-08-24
fallout from moving def-id
Niko Matsakis
-5
/
+4
2015-07-12
Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton
bors
-1
/
+1
2015-07-12
Implement RFC 1058
Simonas Kazlauskas
-1
/
+1
2015-07-10
Change some instances of .connect() to .join()
Wesley Wiser
-1
/
+1
2015-04-23
Structural changes for associated constants
Sean Patrick Santos
-1
/
+2
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-03-12
rustdoc: Fix ICE with cross-crate default impls
Alex Crichton
-1
/
+1
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-1
/
+1
2015-02-11
rustc: Fix a number of stability lint holes
Alex Crichton
-3
/
+3
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-9
/
+9
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-1
/
+1
2015-01-21
Fallout from stabilization.
Aaron Turon
-1
/
+1
2015-01-21
rustdoc: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-3
/
+3
2014-12-06
librustdoc: remove unnecessary `as_slice()` calls
Jorge Aparicio
-8
/
+8
2014-11-29
Replace some verbose match statements with their `if let` equivalent.
jfager
-26
/
+17
2014-11-26
rustdoc: inherited vis. for struct variant fields
Tom Jakubowski
-0
/
+4
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-1
/
+3
2014-10-21
rustdoc: hide private traits in strip-private pass
Tom Jakubowski
-1
/
+12
[next]