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
/
html
/
format.rs
Age
Commit message (
Expand
)
Author
Lines
2024-11-13
rustdoc: Treat decl macros like other items
León Orell Valerian Liehr
-41
/
+0
2024-11-01
rustdoc: Directly use rustc_abi instead of reexports
Jubilee Young
-3
/
+3
2024-10-29
update tools
lcnr
-3
/
+2
2024-10-26
expand: Stop using artificial `ast::Item` for macros loaded from metadata
Vadim Petrochenkov
-5
/
+3
2024-10-24
rustdoc: Extend fake_variadic to "wrapped" tuples
Tau Gärtli
-0
/
+18
2024-10-22
Represent TraitBoundModifiers as distinct parts in HIR
Michael Goulet
-7
/
+7
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
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
Rollup merge of #129743 - GuillaumeGomez:fix-rustdoc-clippy, r=notriddle
Guillaume Gomez
-10
/
+9
2024-08-29
Fix clippy lints
Guillaume Gomez
-10
/
+9
2024-08-24
rustdoc: clean up tuple <-> primitive conversion docs
Michael Howell
-40
/
+74
2024-08-10
Stop showing impl items for negative impls
Guillaume Gomez
-3
/
+2
2024-08-04
rustdoc: Delete `ReceiverTy` (formerly known as `SelfTy`)
Noah Lev
-17
/
+10
2024-08-04
rustdoc: Create `SelfTy` to replace `Generic(kw::SelfUpper)`
Noah Lev
-0
/
+1
2024-08-04
rustdoc: Rename `SelfTy` to `ReceiverTy`
Noah Lev
-1
/
+1
2024-07-29
rustdoc: word wrap CamelCase in the item list table
Michael Howell
-1
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-10
/
+6
2024-07-27
rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind`
Michael Howell
-1
/
+1
2024-07-19
Avoid ref when using format! in compiler
Yuri Astrakhan
-1
/
+1
2024-07-12
Add rustdoc support for use<> in (local) RPITs
Michael Goulet
-0
/
+14
2024-06-04
Use checked_sub
Sergi-Ferrez
-6
/
+7
2024-06-04
Update code format and tests
Sergi-Ferrez
-2
/
+2
2024-06-04
Include trailing commas in functions
Sergi-Ferrez
-10
/
+12
2024-05-31
Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...
Matthias Krüger
-8
/
+8
2024-05-30
Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup
León Orell Valerian Liehr
-8
/
+8
2024-05-26
rustdoc: Show "const" for const-unstable if also overall unstable
Noah Lev
-11
/
+18
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-5
/
+5
2024-05-08
Simplify `use crate::rustc_foo::bar` occurrences.
Nicholas Nethercote
-2
/
+2
2024-04-08
Thread pattern types through the HIR
Oli Scherer
-0
/
+4
2024-03-14
inline
Manish Goregaokar
-5
/
+9
2024-03-14
print doc(hidden)
Manish Goregaokar
-5
/
+14
2024-03-14
Refactor visibility_print_with_space to directly take an item
Manish Goregaokar
-7
/
+5
2024-02-27
Fix link generation for locate foreign macro in jump to definition feature
Guillaume Gomez
-1
/
+1
2024-02-24
Rustdoc: include crate name in links for local primitives
Gurinder Singh
-2
/
+7
2024-02-16
rustdoc: fix and refactor HTML rendering a bit
León Orell Valerian Liehr
-281
/
+173
2024-02-09
Unify item relative path computation in one function
Guillaume Gomez
-24
/
+2
2024-02-09
Correctly generate path for non-local items in source code pages
Guillaume Gomez
-52
/
+140
2023-12-27
Introduce `const Trait` (always-const trait bounds)
León Orell Valerian Liehr
-2
/
+2
2023-11-30
rustdoc: `div.where` instead of fmt-newline class
Michael Howell
-1
/
+1
2023-11-26
rustdoc: Remove space from fake-variadic fn ptr impls
Maybe Waffle
-1
/
+1
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-24
/
+33
2023-10-21
rustdoc: avoid allocating strings primitive link printing
Michael Howell
-26
/
+51
2023-10-12
Hide host effect params from docs
Oli Scherer
-2
/
+1
2023-10-03
rustdoc: fix & clean up handling of cross-crate higher-ranked lifetimes
León Orell Valerian Liehr
-2
/
+1
2023-09-21
Record asyncness span in HIR
Michael Goulet
-1
/
+1
2023-08-16
Use more named format args
Guillaume Gomez
-19
/
+32
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-30
/
+25
2023-08-11
rustc: Move `features` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-1
/
+1
2023-07-27
Rollup merge of #114059 - fmease:rustdoc-fix-x-crate-impl-sized, r=GuillaumeG...
Guillaume Gomez
-11
/
+24
[next]