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-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
2023-03-21
rustdoc: Cleanup parent module tracking for doc links
Vadim Petrochenkov
-2
/
+2
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-02-21
Allow disabling of auto and blanket trait impls retrieval in rustdoc when in ...
Guillaume Gomez
-0
/
+6
2023-02-17
Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU
bors
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+1
2023-02-16
don't into self
Matthias Krüger
-1
/
+1
2023-02-15
Use more let chain
Guillaume Gomez
-4
/
+4
2023-01-25
rustdoc: Collect rustdoc-reachable items during early doc link resolution
Vadim Petrochenkov
-5
/
+0
2022-12-12
Round 3: require binders for substs
Oli Scherer
-10
/
+19
[next]