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
/
clean
/
utils.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-16
split attributes
Jonathan Dönszelmann
-2
/
+1
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-1
/
+1
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-1
/
+4
2024-11-13
Rollup merge of #132302 - fmease:rustdoc-better-vis-for-macro-decl, r=notriddle
Matthias Krüger
-12
/
+3
2024-11-13
rustdoc: Treat decl macros like other items
León Orell Valerian Liehr
-12
/
+3
2024-11-11
[perf] rustdoc: Perform less work when cleaning parenthesized generic args
León Orell Valerian Liehr
-23
/
+17
2024-11-06
Clean middle generics using paren sugar if trait has rustc_paren_sugar
Michael Goulet
-1
/
+1
2024-10-24
Remove associated type based effects logic
Michael Goulet
-4
/
+0
2024-09-25
de-rc external traits
Lukas Markeffsky
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-5
/
+5
2024-09-07
rustdoc: use a single box to store Attributes and ItemKind
Michael Howell
-3
/
+3
2024-08-31
Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu...
Matthias Krüger
-0
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from rustdoc.
Nicholas Nethercote
-0
/
+1
2024-08-29
Fix clippy lints
Guillaume Gomez
-6
/
+6
2024-08-04
rustdoc: Create `SelfTy` to replace `Generic(kw::SelfUpper)`
Noah Lev
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-16
/
+15
2024-06-10
ScalarInt: size mismatches are a bug, do not delay the panic
Ralf Jung
-2
/
+1
2024-06-05
Remove `Type` from rustdoc `Const`
Boxy
-2
/
+2
2024-05-31
Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...
Matthias Krüger
-11
/
+14
2024-05-30
Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup
León Orell Valerian Liehr
-11
/
+14
2024-05-29
Make `body_owned_by` return the body directly.
Oli Scherer
-1
/
+1
2024-04-11
Rollup merge of #123459 - GuillaumeGomez:fix-123435, r=notriddle
Matthias Krüger
-1
/
+8
2024-04-08
rustdoc: slightly clean up the synthesis of blanket impls
León Orell Valerian Liehr
-5
/
+4
2024-04-04
In case a foreign item has `doc(hidden)` attribute, we simply merged its attr...
Guillaume Gomez
-1
/
+8
2024-04-02
rustdoc: heavily simplify synthesis of auto trait impls
León Orell Valerian Liehr
-12
/
+4
2024-03-21
Implement macro-based deref!() syntax for deref patterns
Michael Goulet
-0
/
+1
2024-03-17
some minor code simplifications
Matthias Krüger
-1
/
+1
2024-03-15
Rollup merge of #122495 - Manishearth:rustdoc-👻👻👻, r=GuillaumeGomez
Matthias Krüger
-2
/
+3
2024-03-14
hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`
Vadim Petrochenkov
-3
/
+4
2024-03-14
Refactor visibility_print_with_space to directly take an item
Manish Goregaokar
-2
/
+3
2024-03-12
Change `DefKind::Static` to a struct variant
Oli Scherer
-1
/
+1
2024-02-07
Use correct param env when building and cleaning items in librustdoc
Michael Goulet
-2
/
+6
2024-01-17
Add `PatKind::Err`
Lieselotte
-1
/
+3
2024-01-09
Move variables closer to their usage sites
León Orell Valerian Liehr
-6
/
+4
2024-01-09
Simplify elision of default generic arguments
León Orell Valerian Liehr
-48
/
+42
2024-01-09
Don't arena-allocate extended generic args
León Orell Valerian Liehr
-22
/
+25
2024-01-09
Offset args of trait object types when cleaning
León Orell Valerian Liehr
-6
/
+25
2024-01-09
Rename rustc_middle path cleaning functions
León Orell Valerian Liehr
-25
/
+19
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-3
/
+2
2023-11-29
Add `never_patterns` feature gate
Nadrieril
-1
/
+2
2023-11-25
is_{some,ok}_and for rustdoc
Michael Goulet
-3
/
+2
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-8
/
+7
2023-11-08
Rollup merge of #117531 - fmease:rustdoc-effects-properly-elide-x-crate-host-...
Matthias Krüger
-5
/
+1
2023-11-08
rustdoc: minor changes suggested by clippy perf lints.
Nicholas Nethercote
-1
/
+1
2023-11-05
rustdoc: properly elide cross-crate host effect args
León Orell Valerian Liehr
-5
/
+1
2023-10-30
rustdoc: elide cross-crate default generic arguments
León Orell Valerian Liehr
-26
/
+106
2023-10-13
Add some FIXMEs for remaining issues that we need to fix before using more c...
Oli Scherer
-0
/
+3
2023-10-12
hide `host` param from generic parameter list of `~const` bounds
Oli Scherer
-0
/
+1
2023-10-09
Improve code
Guillaume Gomez
-24
/
+12
2023-09-25
Show enum variant value if it is a C-like variant
Guillaume Gomez
-11
/
+29
[next]