Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
HEAD
/
src
/
librustdoc
/
json
078332f
rustdoc-json: Structured attributes
by Alona Enraght-Moony
· 4 days ago
cbf7f80
Rollup merge of #143555 - obi1kenobi:pg/target-feature-not-unsafe-rustdoc-json, r=aDotInTheVoid
by Matthias Krüger
· 11 days ago
7170412
Don't mark `#[target_feature]` safe fns as unsafe in rustdoc JSON.
by Predrag Gruevski
· 11 days ago
3b48407
Remove unused allow attrs
by Yotam Ofek
· 12 days ago
7c0ef44
rustdoc-json: Keep empty generic args if parenthesized
by Martin Nordholts
· 4 weeks ago
2084831
Port `#[no_mangle]` to new attribute parsing infrastructure
by Jonathan Brouwer
· 4 weeks ago
2878e1c
Rename some methods.
by Nicholas Nethercote
· 4 weeks ago
88388f4
Use `FromClean` more.
by Nicholas Nethercote
· 4 weeks ago
9a59774
Remove some code.
by Nicholas Nethercote
· 4 weeks ago
4736142
Remove some dead code.
by Nicholas Nethercote
· 4 weeks ago
6854f7d
Use `sym::asterisk` to avoid a `Symbol::intern` call.
by Nicholas Nethercote
· 4 weeks ago
7fa8901
rustdoc_json: represent generic args consistently.
by Nicholas Nethercote
· 4 weeks ago
40ba791
rustdoc_json: Fix handling of paths with no generic args.
by Nicholas Nethercote
· 4 weeks ago
2b5fd9a
rustdoc_json: Add static asserts for the size of important types.
by Nicholas Nethercote
· 4 weeks ago
61f4918
Rollup merge of #142755 - aDotInTheVoid:rdj-shattrs, r=GuillaumeGomez
by Trevor Gross
· 4 weeks ago
aab941f
rustdoc: Remove `FormatRenderer::cache`
by Alona Enraght-Moony
· 4 weeks ago
cd08652
move -Ctarget-feature handling into shared code
by Ralf Jung
· 4 weeks ago
38c41d0
Auto merge of #142335 - nnethercote:rustdoc-json-allocations, r=aDotInTheVoid
by bors
· 5 weeks ago
278f4b2
Don't clone `new_item` in `after_krate`.
by Nicholas Nethercote
· 5 weeks ago
79b3c08
Avoid more clones in rustdoc JSON output.
by Nicholas Nethercote
· 5 weeks ago
195c985
Avoid cloning `self.index` in `after_krate`.
by Nicholas Nethercote
· 6 weeks ago
cc67175
Simplify `JsonRenderer`.
by Nicholas Nethercote
· 6 weeks ago
5601490
-Zretpoline and -Zretpoline-external-thunk flags (target modifiers) to enable retpoline-related target features
by Andrew Zhogin
· 6 weeks ago
95bf127
Support middle::ty assoc const eq predicates again
by León Orell Valerian Liehr
· 6 weeks ago
4194745
Split `Item::attributes` method into three
by Guillaume Gomez
· 8 weeks ago
178e09e
Remove rustc_attr_data_structures re-export from rustc_attr_parsing
by mejrs
· 9 weeks ago
59477a8
Make rustdoc JSON Span column 1-based, just like line numbers
by Guillaume Gomez
· 3 months ago
cbf2662
Rollup merge of #139913 - fmease:rustdoc-fix-fn-param-handling, r=GuillaumeGomez
by Matthias Krüger
· 3 months ago
e15cf92
Rollup merge of #139393 - willglynn:rustdoc_output_target_feature_information, r=aDotInTheVoid
by Matthias Krüger
· 3 months ago
6214674
rustdoc/clean: Change terminology of items pertaining to (formal) fn params from "argument" to "parameter"
by León Orell Valerian Liehr
· 3 months ago
8c50f95
rustdoc: Output target feature information
by Will Glynn
· 3 months ago
31320a9
Remove another `kw::Empty` use in rustdoc.
by Nicholas Nethercote
· 3 months ago
ffee55c
rustdoc: Rearrange `Item`/`ItemInner`.
by Nicholas Nethercote
· 4 months ago
e3ac1fa
Add RTN support to rustdoc
by Michael Goulet
· 4 months ago
93257e2
Auto merge of #138450 - matthiaskrgr:rollup-4im25vf, r=matthiaskrgr
by bors
· 4 months ago
a05d6ab
rustdoc-json: Clean up & Document id handling
by Alona Enraght-Moony
· 4 months ago
0a47792
rustdoc-json: Extract Id handling into its own module
by Alona Enraght-Moony
· 4 months ago
112f7b0
make precise capturing args in rustdoc Json typed
by morine0122
· 4 months ago
fd7b4bf
Move methods from `Map` to `TyCtxt`, part 2.
by Nicholas Nethercote
· 5 months ago
f86f7ad
Move some `Map` methods onto `TyCtxt`.
by Nicholas Nethercote
· 5 months ago
1fcae03
Rustfmt
by bjorn3
· 5 months ago
e90f129
rustdoc: use ThinVec for generic arg parts
by Michael Howell
· 6 months ago
9c0e32b
rustdoc-json: Rename `Path::name` to `path`, and give it path (again).
by Alona Enraght-Moony
· 6 months ago
ca9a9d2
Rollup merge of #134880 - as1100k-forks:fix-rustdoc-json-path-name, r=aDotInTheVoid
by Matthias Krüger
· 6 months ago
2c4aee9
Made `Path::name` only have item name rather than full name
by Aditya Kumar
· 6 months ago
aac741a
Unsafe binder support in rustdoc
by Michael Goulet
· 7 months ago
bdc8df4
Improve rustdoc code
by Guillaume Gomez
· 7 months ago
f14d69c
Rollup merge of #134321 - dtolnay:docassocconst, r=fmease
by Jacob Pratt
· 7 months ago
7ee31eb
Rename TyMethodItem -> RequiredMethodItem
by David Tolnay
· 7 months ago
ff65d62
Rename TyAssocTypeItem -> RequiredAssocTypeItem
by David Tolnay
· 7 months ago
044885c
Split AssocConstItem into ProvidedAssocConstItem and ImplAssocConstItem
by David Tolnay
· 7 months ago
57e1a47
Rename TyAssocConstItem -> RequiredAssocConstItem
by David Tolnay
· 7 months ago
efb98b6
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
by Jonathan Dönszelmann
· 7 months ago
8a4e5d7
Add some convenience helper methods on `hir::Safety`
by Oli Scherer
· 7 months ago
afffc1a
Rollup merge of #133764 - aDotInTheVoid:rename, r=GuillaumeGomez
by Matthias Krüger
· 8 months ago
cb9838c
rustdoc: Rename set_back_info to restore_module_data.
by Alona Enraght-Moony
· 8 months ago
08f1f28
Rollup merge of #133715 - aDotInTheVoid:rdj-static, r=GuillaumeGomez
by Guillaume Gomez
· 8 months ago
f33dba0
rustdoc-json: Include safety of `static`s
by Alona Enraght-Moony
· 8 months ago
b492170
Rename `FormatRenderer::InfoType` into `ModuleData` and rename `FormatRenderer::make_child_renderer` into `save_module_data`
by Guillaume Gomez
· 8 months ago
e60a7a4
Add `unreachable!` in new `FormatRenderer` methods for `JsonRenderer` implementation
by Guillaume Gomez
· 8 months ago
8047340
Stop cloning `Context` so much
by Guillaume Gomez
· 8 months ago
f0c301f
Fix new clippy lints
by Guillaume Gomez
· 8 months ago
a8d4d23
rustdoc: Directly use rustc_abi instead of reexports
by Jubilee Young
· 9 months ago
febb3f7
Represent TraitBoundModifiers as distinct parts in HIR
by Michael Goulet
· 9 months ago
2e6f3bd
rustdoc-JSON: Rename "object safe" to "dyn compatible"
by León Orell Valerian Liehr
· 9 months ago
6d82559
rustdoc: Rename "object safe" to "dyn compatible"
by León Orell Valerian Liehr
· 9 months ago
1e30b5a
rustdoc-json: `Id(String)` -> `Id(u32)`
by schvv31n
· 10 months ago
0999b01
Dogfood `feature(file_buffered)`
by Josh Stone
· 10 months ago
c682aa1
Reformat using the new identifier sorting from rustfmt
by Michael Goulet
· 10 months ago
712463d
Auto merge of #129789 - notriddle:notriddle/inline-stmt-local, r=GuillaumeGomez
by bors
· 10 months ago
6590336
rustdoc: use a single box to store Attributes and ItemKind
by Michael Howell
· 10 months ago
f2696ab
rustdoc: normalise type/field names in rustdoc-json-types/jsondoclint
by schvv31n
· 11 months ago
37d1ce9
Remove `#[macro_use] extern crate tracing` from rustdoc.
by Nicholas Nethercote
· 11 months ago
321d40f
rustdoc-json: Clean up serialization and printing.
by Alona Enraght-Moony
· 11 months ago
9028b53
rustdoc-json: Use FxHashMap from rustdoc_json_types
by Alona Enraght-Moony
· 11 months ago
18d6200
Add possibility to generate rustdoc JSON output to stdout
by Guillaume Gomez
· 11 months ago
376a6f9
Rollup merge of #128385 - its-the-shrimp:fix_114039, r=aDotInTheVoid
by Matthias Krüger
· 12 months ago
7499e21
rustdoc-json: discard non-local inherent impls
by schvv31n
· 12 months ago
664b3ff
rustdoc: Create `SelfTy` to replace `Generic(kw::SelfUpper)`
by Noah Lev
· 12 months ago
73ac5e0
rustdoc: Remove OpaqueTy
by Alona Enraght-Moony
· 12 months ago
84ac80f
Reformat `use` declarations.
by Nicholas Nethercote
· 12 months ago
3abf0ba
rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind`
by Michael Howell
· 12 months ago
bd135e4
Add rustdoc-json support for use<>
by Michael Goulet
· 1 year ago
7e8aac5
rustdoc-json: Better representation of lifetime bounds in where clauses.
by Alona Enraght-Moony
· 1 year, 1 month ago
72e8244
implement new effects desugaring
by Deadbeef
· 1 year, 1 month ago
bb9a3ef
Implement `unsafe_extern_blocks` feature in rustdoc
by Guillaume Gomez
· 1 year, 1 month ago
432c11f
Remove `Type` from rustdoc `Const`
by Boxy
· 1 year, 1 month ago
3792332
Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=compiler-errors
by Matthias Krüger
· 1 year, 2 months ago
34c56c4
Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup
by León Orell Valerian Liehr
· 1 year, 2 months ago
a34c26e
Make `body_owned_by` return the body directly.
by Oli Scherer
· 1 year, 2 months ago
6b46a91
Rename Unsafe to Safety
by Santiago Pastorino
· 1 year, 2 months ago
84acfe8
Actually create ranged int types in the type system.
by Oli Scherer
· 1 year, 3 months ago
c4efc25
Thread pattern types through the HIR
by Oli Scherer
· 1 year, 3 months ago
a8d869e
rustdoc: cross-crate re-exports: correctly render late-bound params in source order even if early-bound params are present
by León Orell Valerian Liehr
· 1 year, 5 months ago
3eb48a3
Introduce `const Trait` (always-const trait bounds)
by León Orell Valerian Liehr
· 1 year, 7 months ago
c29f763
Add `is_object_safe` information for traits in JSON output
by Guillaume Gomez
· 1 year, 7 months ago
917f654
Re-format code with new rustfmt
by Mark Rousskov
· 1 year, 8 months ago
dccf10e
Descriptive variant name deprecation versions outside the standard library
by David Tolnay
· 1 year, 9 months ago
e8868af
Represent absence of 'since' attribute as a variant of DeprecatedSince
by David Tolnay
· 1 year, 9 months ago
b106167
Add a DeprecatedSince::Err variant for versions that fail to parse
by David Tolnay
· 1 year, 9 months ago
Next »