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
/
json
Age
Commit message (
Expand
)
Author
Lines
2024-11-01
rustdoc: Directly use rustc_abi instead of reexports
Jubilee Young
-11
/
+11
2024-10-22
Represent TraitBoundModifiers as distinct parts in HIR
Michael Goulet
-13
/
+11
2024-10-16
rustdoc-JSON: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-2
/
+2
2024-10-16
rustdoc: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-1
/
+1
2024-09-29
rustdoc-json: `Id(String)` -> `Id(u32)`
schvv31n
-308
/
+305
2024-09-24
Dogfood `feature(file_buffered)`
Josh Stone
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-23
/
+17
2024-09-09
Auto merge of #129789 - notriddle:notriddle/inline-stmt-local, r=GuillaumeGomez
bors
-6
/
+6
2024-09-07
rustdoc: use a single box to store Attributes and ItemKind
Michael Howell
-6
/
+6
2024-09-01
rustdoc: normalise type/field names in rustdoc-json-types/jsondoclint
schvv31n
-54
/
+52
2024-08-30
Remove `#[macro_use] extern crate tracing` from rustdoc.
Nicholas Nethercote
-0
/
+1
2024-08-17
rustdoc-json: Clean up serialization and printing.
Alona Enraght-Moony
-19
/
+23
2024-08-15
rustdoc-json: Use FxHashMap from rustdoc_json_types
Alona Enraght-Moony
-5
/
+5
2024-08-12
Add possibility to generate rustdoc JSON output to stdout
Guillaume Gomez
-16
/
+31
2024-08-05
Rollup merge of #128385 - its-the-shrimp:fix_114039, r=aDotInTheVoid
Matthias Krüger
-6
/
+0
2024-08-05
rustdoc-json: discard non-local inherent impls
schvv31n
-6
/
+0
2024-08-04
rustdoc: Create `SelfTy` to replace `Generic(kw::SelfUpper)`
Noah Lev
-1
/
+3
2024-08-01
rustdoc: Remove OpaqueTy
Alona Enraght-Moony
-9
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+4
2024-07-27
rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind`
Michael Howell
-5
/
+15
2024-07-12
Add rustdoc-json support for use<>
Michael Goulet
-0
/
+1
2024-07-03
rustdoc-json: Better representation of lifetime bounds in where clauses.
Alona Enraght-Moony
-2
/
+9
2024-06-28
implement new effects desugaring
Deadbeef
-9
/
+7
2024-06-20
Implement `unsafe_extern_blocks` feature in rustdoc
Guillaume Gomez
-2
/
+4
2024-06-05
Remove `Type` from rustdoc `Const`
Boxy
-3
/
+6
2024-05-31
Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...
Matthias Krüger
-11
/
+11
2024-05-30
Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup
León Orell Valerian Liehr
-11
/
+11
2024-05-29
Make `body_owned_by` return the body directly.
Oli Scherer
-1
/
+4
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-5
/
+5
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-3
/
+4
2024-04-08
Thread pattern types through the HIR
Oli Scherer
-0
/
+3
2024-02-15
rustdoc: cross-crate re-exports: correctly render late-bound params in source...
León Orell Valerian Liehr
-14
/
+11
2023-12-27
Introduce `const Trait` (always-const trait bounds)
León Orell Valerian Liehr
-0
/
+3
2023-12-23
Add `is_object_safe` information for traits in JSON output
Guillaume Gomez
-0
/
+2
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-10
/
+11
2023-10-30
Descriptive variant name deprecation versions outside the standard library
David Tolnay
-1
/
+1
2023-10-30
Represent absence of 'since' attribute as a variant of DeprecatedSince
David Tolnay
-4
/
+4
2023-10-30
Add a DeprecatedSince::Err variant for versions that fail to parse
David Tolnay
-1
/
+8
2023-10-29
Store version of `deprecated` attribute in structured form
David Tolnay
-2
/
+1
2023-10-22
rustdoc: wrap Type with Box instead of Generics
Michael Howell
-3
/
+3
2023-10-14
Rollup merge of #115439 - fmease:rustdoc-priv-repr-transparent-heuristic, r=G...
Matthias Krüger
-1
/
+2
2023-10-12
Hide host effect params from docs
Oli Scherer
-7
/
+9
2023-10-09
Auto merge of #116142 - GuillaumeGomez:enum-variant-display, r=fmease
bors
-1
/
+1
2023-10-03
rustdoc: fix & clean up handling of cross-crate higher-ranked lifetimes
León Orell Valerian Liehr
-3
/
+2
2023-09-25
Show enum variant value if it is a C-like variant
Guillaume Gomez
-1
/
+1
2023-09-18
rustdoc: hide repr(transparent) if it isn't part of the public ABI
León Orell Valerian Liehr
-1
/
+2
2023-09-07
Auto merge of #114855 - Urgau:rustdoc-typedef-inner-variants, r=GuillaumeGomez
bors
-1
/
+1
2023-09-01
Reuse const rendering from rustdoc in rmeta encoding
Ben Kimock
-2
/
+2
2023-08-26
rustdoc: show inner enum and struct in type definition for concrete type
Urgau
-1
/
+1
2023-08-21
rustdoc-json: Rename typedef to type alias
Noah Lev
-7
/
+7
[next]