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
2023-09-09
rustdoc: correctly deal with self ty params when eliding default object lifet...
León Orell Valerian Liehr
-1
/
+3
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
2022-12-12
Round 2: make clean_middle_ty take a binder
Oli Scherer
-3
/
+7
2022-11-28
Rollup merge of #104732 - WaffleLapkin:from_def_idn't, r=compiler-errors
Dylan DPC
-1
/
+1
2022-11-27
Remove Crate::primitives field
Guillaume Gomez
-1
/
+1
2022-11-27
Rename `fn_trait_kind_from_{from_lang=>def_id}` to better convey meaning
Maybe Waffle
-1
/
+1
2022-11-22
Split `MacArgs` in two.
Nicholas Nethercote
-1
/
+1
2022-11-08
Auto merge of #104013 - notriddle:notriddle/rustdoc-sizeof, r=GuillaumeGomez
bors
-14
/
+8
2022-11-05
rustdoc: print usize with less string manipulation
Michael Howell
-12
/
+6
2022-11-05
rustdoc: use `ThinVec` and `Box<str>` to shrink `clean::ItemKind`
Michael Howell
-2
/
+2
2022-11-04
rustdoc: render the return type of cross-crate `Fn`-family trait bounds in tr...
León Orell Valerian Liehr
-7
/
+7
2022-11-03
Remove rustdoc clean::Visibility type
Guillaume Gomez
-4
/
+5
2022-10-30
rustdoc: Do not add external traits to the crate in `register_res`
Vadim Petrochenkov
-4
/
+0
2022-10-29
rustdoc: Simplify modifications of effective visibility table
Vadim Petrochenkov
-2
/
+1
2022-10-09
Remove unnecessary lift calls from rustdoc
Michael Goulet
-4
/
+4
2022-09-29
Shrink `hir::def::Res`.
Nicholas Nethercote
-1
/
+3
2022-09-23
rename Unevaluated to UnevaluatedConst
b-naber
-1
/
+1
2022-09-22
introduce mir::Unevaluated
b-naber
-2
/
+1
2022-09-17
Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr
bors
-4
/
+3
2022-09-15
Streamline `register_res`.
Nicholas Nethercote
-21
/
+5
2022-09-13
rebase
b-naber
-1
/
+1
2022-09-13
use ty::Unevaluated<'tcx, ()> in type system
b-naber
-3
/
+2
2022-09-09
RPITIT placeholder items
Michael Goulet
-2
/
+2
2022-09-03
Rustdoc-Json: Add enum discriminant
Nixon Enraght-Moony
-9
/
+25
2022-08-29
Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.
Nicholas Nethercote
-4
/
+4
2022-08-09
remove Clean trait implementation for ast::Module
Guillaume Gomez
-4
/
+4
2022-08-03
remove Clean trait implementation for ty::Region
Guillaume Gomez
-4
/
+4
[next]