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
/
clean
/
utils.rs
Age
Commit message (
Expand
)
Author
Lines
2021-03-24
Rework rustdoc const type
Guillaume Gomez
-12
/
+12
2021-03-23
Remove unnecessary `Option` wrapping around `Crate.module`
Camelid
-1
/
+1
2021-03-20
update `const_eval_resolve`
lcnr
-1
/
+1
2021-03-09
Remove `masked_crates` from `clean::Crate`
Camelid
-4
/
+1
2021-03-01
Remove `krate.version`; fix `crate_version` in JSON
Joshua Nelson
-1
/
+0
2021-03-01
Remove the dummy cache in `DocContext`
Joshua Nelson
-6
/
+6
2021-02-28
Auto merge of #81349 - jyn514:blanket-impls-cleanup, r=lcnr
bors
-5
/
+4
2021-02-28
Remove unnecessary `self_ty` parameter to `get_blanket_impls`
Joshua Nelson
-5
/
+4
2021-02-23
Improve code readability
Guillaume Gomez
-2
/
+2
2021-02-23
* Fix some typo
Guillaume Gomez
-5
/
+6
2021-02-23
Use a qualified path to make it more clear where `list_contains_name` functio...
Guillaume Gomez
-2
/
+1
2021-02-23
Remove is_spotlight field from `Trait`
Guillaume Gomez
-1
/
+17
2021-02-22
Remove many RefCells from DocContext
Camelid
-7
/
+6
2021-02-16
Make `Clean` take &mut DocContext
Joshua Nelson
-15
/
+15
2021-02-12
Rollup merge of #82004 - GuillaumeGomez:clean-static-struct, r=jyn514
Yuki Okushi
-5
/
+6
2021-02-12
Rollup merge of #81831 - LeSeulArtichaut:81289-mut-arg, r=camelid
Yuki Okushi
-0
/
+67
2021-02-11
clean up clean::Static struct
Guillaume Gomez
-5
/
+6
2021-02-10
Do not ICE on range patterns in function arguments
LeSeulArtichaut
-4
/
+1
2021-02-09
Rename HIR UnOp variants
Ömer Sinan Ağacan
-1
/
+1
2021-02-08
Revert "Get rid of custom pretty-printing in rustdoc"
LeSeulArtichaut
-0
/
+70
2021-02-05
Remove Function all_types and ret_types fields
Guillaume Gomez
-123
/
+3
2021-02-02
Auto merge of #81557 - GuillaumeGomez:primitive-search, r=ollie27
bors
-13
/
+14
2021-02-01
Put back primitives in search
Guillaume Gomez
-13
/
+14
2021-01-30
rustdoc tweaking
bors
-12
/
+6
2021-01-28
Rollup merge of #81284 - jyn514:impl-times, r=wesleywiser
Yuki Okushi
-6
/
+10
2021-01-27
Remove cache usage wherever possible
Guillaume Gomez
-17
/
+7
2021-01-27
Remove CACHE_KEY global
Guillaume Gomez
-9
/
+19
2021-01-23
Make `-Z time-passes` less noisy
Joshua Nelson
-6
/
+10
2021-01-08
Rollup merge of #80799 - jyn514:pretty-print, r=CraftSpider
Yuki Okushi
-70
/
+0
2021-01-07
Get rid of custom pretty-printing in rustdoc
Joshua Nelson
-70
/
+0
2021-01-02
reduce borrowing and (de)referencing around match patterns (clippy::match_ref...
Matthias Krüger
-2
/
+2
2020-12-31
Rollup merge of #80368 - camelid:rustdoc-succinct-vis, r=jyn514
Dylan DPC
-1
/
+22
2020-12-30
Add note on panic behavior
Camelid
-0
/
+2
2020-12-30
Update `find_nearest_parent_module`
Camelid
-7
/
+5
2020-12-30
Add Iterator::intersperse
Jonas Schievink
-1
/
+0
2020-12-29
don't clone copy types
Matthias Krüger
-2
/
+2
2020-12-25
Simplify loop and remove old debugging code
Camelid
-14
/
+5
2020-12-25
Add missing code to `find_closest_parent_module`
Camelid
-16
/
+24
2020-12-25
Fix bugs; fix and add tests
Camelid
-1
/
+23
2020-12-23
Box ItemKind to reduce the size of `Item`
Joshua Nelson
-3
/
+3
2020-12-22
Auto merge of #80071 - jyn514:timings, r=Mark-Simulacrum
bors
-4
/
+7
2020-12-18
Make BoundRegion have a kind of BoungRegionKind
Jack Huey
-1
/
+3
2020-12-17
Continue String to Symbol conversion in rustdoc
Guillaume Gomez
-1
/
+1
2020-12-16
Replace String with Symbol where possible
Guillaume Gomez
-17
/
+22
2020-12-16
Add more timing info to rustdoc
Joshua Nelson
-4
/
+7
2020-12-14
Switch to Symbol for item.name
Joshua Nelson
-1
/
+1
2020-11-26
Remove unused `attrs` field from `keywords`
Joshua Nelson
-17
/
+6
2020-11-26
Use `from_def_id_and_parts` for primitives and keywords
Joshua Nelson
-23
/
+15
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-20
/
+20
2020-11-14
Rename ItemEnum -> ItemKind, inner -> kind
Joshua Nelson
-9
/
+9
[next]