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
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
2023-09-21
Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk
Guillaume Gomez
-4
/
+4
2023-09-21
rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const
Ralf Jung
-4
/
+4
2023-09-19
Auto merge of #113955 - cjgillot:name-apit, r=WaffleLapkin
bors
-1
/
+1
2023-09-19
move ConstValue into mir
Ralf Jung
-5
/
+4
2023-09-02
Auto merge of #115286 - saethlin:detangler, r=petrochenkov
bors
-95
/
+2
2023-09-01
Reuse const rendering from rustdoc in rmeta encoding
Ben Kimock
-95
/
+2
2023-09-01
rustdoc: correctly deal with self ty params when eliding default object lifet...
Le贸n Orell Valerian Liehr
-1
/
+3
2023-08-30
Do not ICE in rustdoc.
Camille GILLOT
-1
/
+1
2023-08-16
Use more named format args
Guillaume Gomez
-9
/
+15
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-10
/
+8
2023-08-07
Store the laziness of type aliases in the DefKind
Le贸n Orell Valerian Liehr
-2
/
+16
2023-08-02
Rollup merge of #114321 - SparrowLii:parallel_test, r=oli-obk
Nilstrieb
-6
/
+0
2023-08-02
get auto traits for parallel rustc
SparrowLii
-6
/
+0
2023-07-29
Move `inherits_doc_hidden` and `should_ignore_res` into `clean/utils.rs`
Guillaume Gomez
-1
/
+33
2023-07-22
fix doc links on `extern crate` items
Lukas Markeffsky
-4
/
+8
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-18
/
+13
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-2
/
+1
2023-06-23
Link to the corresponding channel in the help popover
Guillaume Gomez
-0
/
+3
2023-06-07
rustdoc: re-elide cross-crate default trait object lifetime bounds
Le贸n Orell Valerian Liehr
-16
/
+27
2023-05-27
Clean up usage of `cx.tcx` when `tcx` is already set into a variable
Guillaume Gomez
-1
/
+1
2023-05-13
refactor: add chunks method to TokenStream to obviate rustdoc clones
Caleb Cartwright
-2
/
+1
2023-04-20
Remove WithOptconstParam.
Camille GILLOT
-2
/
+2
[prev]
[next]