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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2024-11-20
Auto merge of #133212 - lcnr:questionable-uwu, r=compiler-errors
bors
-3
/
+1
2024-11-19
rustdoc: yeet `TypingEnv::from_param_env`
lcnr
-3
/
+1
2024-11-19
Introduce `min_generic_const_args` and directly represent paths
Noah Lev
-7
/
+8
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-3
/
+3
2024-11-13
Rollup merge of #132302 - fmease:rustdoc-better-vis-for-macro-decl, r=notriddle
Matthias Krüger
-7
/
+4
2024-11-13
rustdoc: Treat decl macros like other items
León Orell Valerian Liehr
-7
/
+4
2024-11-11
[perf] rustdoc: Perform less work when cleaning parenthesized generic args
León Orell Valerian Liehr
-2
/
+2
2024-11-05
Auto merge of #132580 - compiler-errors:globs, r=Noratrieb
bors
-14
/
+18
2024-11-04
Rename `DocContext::is_json` into `DocContext::is_json_output`
Guillaume Gomez
-2
/
+2
2024-11-04
Fix invalid coverage computation when `--output-format=json` is enabled
Guillaume Gomez
-2
/
+2
2024-11-04
ty::BrK -> ty::BoundRegionKind::K
Michael Goulet
-4
/
+8
2024-11-04
ty::KContainer -> ty::AssocItemContainer::K
Michael Goulet
-10
/
+10
2024-11-03
Rename the FIXMEs, remove a few that dont matter anymore
Michael Goulet
-2
/
+2
2024-10-30
Remap impl-trait lifetimes on HIR instead of AST lowering.
Camille GILLOT
-1
/
+1
2024-10-29
update tools
lcnr
-3
/
+3
2024-10-26
Effects cleanup
Deadbeef
-1
/
+0
2024-10-24
Implement const effect predicate in new solver
Michael Goulet
-1
/
+3
2024-10-24
Remove associated type based effects logic
Michael Goulet
-3
/
+3
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-1
/
+1
2024-10-22
Represent TraitBoundModifiers as distinct parts in HIR
Michael Goulet
-2
/
+2
2024-10-19
Fix tests
Michael Goulet
-3
/
+3
2024-10-14
Move trait bound modifiers into hir::PolyTraitRef
Michael Goulet
-4
/
+4
2024-10-04
rm `ItemKind::OpaqueTy`
Noah Lev
-10
/
+2
2024-10-02
Remove redundant in_trait from hir::TyKind::OpaqueDef
Michael Goulet
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-45
/
+34
2024-09-07
rustdoc: use a single box to store Attributes and ItemKind
Michael Howell
-1
/
+1
2024-09-07
rustdoc: use `LocalDefId` for inline stmt
Michael Howell
-6
/
+6
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
-30
/
+25
2024-08-22
Use a LocalDefId in ResolvedArg.
Camille GILLOT
-1
/
+1
2024-08-16
Simplify cleaning foreign fns in rustdoc
Michael Goulet
-10
/
+4
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-1
/
+1
2024-08-04
rustdoc: Create `SelfTy` to replace `Generic(kw::SelfUpper)`
Noah Lev
-5
/
+6
2024-08-01
rustdoc: Remove OpaqueTy
Alona Enraght-Moony
-5
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-16
/
+11
2024-07-27
rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind`
Michael Howell
-34
/
+35
2024-07-25
Support ?Trait bounds in supertraits and dyn Trait under a feature gate
Bryanskiy
-1
/
+1
2024-07-20
Auto merge of #127658 - compiler-errors:precise-capturing-rustdoc-cross, r=fm...
bors
-17
/
+17
2024-07-17
Remove some unintended changes to imports
Noah Lev
-3
/
+5
2024-07-17
Add cross-crate precise capturing support to rustdoc
Michael Goulet
-17
/
+17
2024-07-16
Add `ConstArgKind::Path` and make `ConstArg` its own HIR node
Noah Lev
-1
/
+3
2024-07-16
Use `ConstArg` for const param defaults
Noah Lev
-2
/
+3
2024-07-16
Use `ConstArg` for array lengths
Noah Lev
-4
/
+14
2024-07-16
Use `ConstArg` for assoc item constraints
Noah Lev
-1
/
+1
2024-07-16
hir: Create `hir::ConstArgKind` enum
Noah Lev
-3
/
+5
2024-07-14
Fix trivial gen ident usage in tools
Michael Goulet
-2
/
+2
2024-07-12
Add rustdoc support for use<> in (local) RPITs
Michael Goulet
-2
/
+3
2024-07-07
iter_identity is a better name
Michael Goulet
-2
/
+1
2024-06-28
implement new effects desugaring
Deadbeef
-5
/
+9
[next]