Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
HEAD
/
src
/
librustdoc
/
clean
6932687
parse `const trait Trait`
by Deadbeef
· 2 days ago
f8f6997
Auto merge of #144044 - fmease:rollup-kg413pt, r=fmease
by bors
· 2 days ago
014bd82
Auto merge of #140399 - tiif:unstable_impl, r=lcnr,BoxyUwU
by bors
· 2 days ago
fb7aa9e
Improve path segment joining.
by Nicholas Nethercote
· 3 days ago
078332f
rustdoc-json: Structured attributes
by Alona Enraght-Moony
· 4 days ago
7356ff7
Implement other logics
by tiif
· 4 days ago
ad635e5
Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obk
by bors
· 5 days ago
21fd82a
Retire hir::*ItemRef.
by Camille GILLOT
· 6 days ago
a1cfca3
Fix clippy & rustdoc-json
by Jonathan Brouwer
· 7 days ago
29b75a6
Fix weird rustdoc output when single and glob reexport conflict on a name
by Guillaume Gomez
· 11 days ago
7eea141
Rollup merge of #143544 - workingjubilee:rename-bare-fn, r=fmease
by Jacob Pratt
· 12 days ago
5c8ac15
rustdoc: migrate BareFn -> FnPtr
by Jubilee Young
· 13 days ago
3fa0ec9
Rewrite empty attribute lint
by Jonathan Brouwer
· 13 days ago
f0b67dd
Auto merge of #139598 - compiler-errors:no-bound-var-symbol, r=WaffleLapkin
by bors
· 2 weeks ago
027126c
Port `#[non_exhaustive]` to the new attribute parsing infrastructure
by Jonathan Brouwer
· 2 weeks ago
74570e5
Same for types
by Michael Goulet
· 2 weeks ago
42c9bfd
Remove Symbol for Named LateParam/Bound variants
by Michael Goulet
· 2 weeks ago
01fe1c0
Rollup merge of #143381 - fee1-dead-contrib:push-pzxuvlnymxpu, r=GuillaumeGomez
by Jacob Pratt
· 2 weeks ago
678ec9b
Rollup merge of #141831 - lolbinarycat:rustdoc-extern-reexport-135092, r=GuillaumeGomez
by Guillaume Gomez
· 2 weeks ago
510e5d7
rustdoc: don't treat methods under const impls or traits as const
by Deadbeef
· 2 weeks ago
622722a
Rollup merge of #143083 - JonathanBrouwer:rustdoc-fix, r=jdonszelmann
by Jana Dönszelmann
· 2 weeks ago
0aaac88
Rollup merge of #143038 - Qelxiros:142676-private-dependency-traits, r=tgross35
by Jana Dönszelmann
· 2 weeks ago
5026d0c
Rollup merge of #142876 - JonathanBrouwer:target_feature_parser, r=oli-obk
by Jana Dönszelmann
· 2 weeks ago
c76d032
setup CI and tidy to use typos for spellchecking and fix few typos
by klensy
· 2 weeks ago
3d5d72b
Port `#[target_feature]` to the new attribute parsing infrastructure
by Jonathan Brouwer
· 2 weeks ago
6b824e8
avoid suggesting traits from private dependencies
by Jeremy Smart
· 2 weeks ago
54cec0c
Port #[link_section] to the new attribute parsing infrastructure
by Anne Stijns
· 3 weeks ago
58418d8
Fix rustdoc not correctly showing attributes with re-exports
by Jonathan Brouwer
· 3 weeks ago
36c2b01
Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead
by Matthias Krüger
· 3 weeks ago
3ed1c87
rustdoc: fix attrs of locally reexported foreign items
by binarycat
· 3 weeks ago
f7321be
rustdoc: add regression test for issue 135092
by binarycat
· 3 weeks ago
e61dd43
Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errors
by bors
· 3 weeks ago
cbcf183
Rollup merge of #141648 - GuillaumeGomez:redundant_explicit_links-expansion, r=lolbinarycat
by Matthias Krüger
· 3 weeks ago
eb7245a
Change const trait bound syntax from ~const to [const]
by Oli Scherer
· 3 weeks ago
287d9af
Port `#[export_name]` to the new attribute parsing infrastructure
by Jonathan Brouwer
· 3 weeks ago
6ea79a1
Fix comment on NoMangle
by Jonathan Brouwer
· 4 weeks ago
78cbcaf
Update tests to work with new DocFragment field and `redundant_explicit_links` new API
by Guillaume Gomez
· 4 weeks ago
2084831
Port `#[no_mangle]` to new attribute parsing infrastructure
by Jonathan Brouwer
· 4 weeks ago
4736142
Remove some dead code.
by Nicholas Nethercote
· 4 weeks ago
aca0688
De-dup common code from `ExternalCrate` methods
by Yotam Ofek
· 4 weeks ago
2f8e760
rustdoc: skip `MetaSized` bounds
by David Wood
· 5 weeks ago
fac011e
Rollup merge of #142158 - xizheyin:141617, r=jdonszelmann
by Matthias Krüger
· 5 weeks ago
06dc338
Rollup merge of #141770 - GuillaumeGomez:cfg-false-mod-rendering, r=camelid
by Matthias Krüger
· 5 weeks ago
b8066f9
Tracking the old name of renamed unstable library attribute
by xizheyin
· 5 weeks ago
856c997
rustdoc: Refractor `clean_ty_generics`
by Alona Enraght-Moony
· 6 weeks ago
840baa4
Rollup merge of #142053 - heiher:loong32-none, r=wesleywiser
by Jubilee
· 6 weeks ago
38d69c3
Add new Tier-3 targets: `loongarch32-unknown-none*`
by WANG Rui
· 6 weeks ago
e12572f
Rollup merge of #142092 - fmease:rustdoc-alias-terms, r=GuillaumeGomez
by Matthias Krüger
· 6 weeks ago
95bf127
Support middle::ty assoc const eq predicates again
by León Orell Valerian Liehr
· 6 weeks ago
911d4a0
Rename `should_show_cast` to `should_fully_qualify`
by León Orell Valerian Liehr
· 6 weeks ago
fd3da4b
Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None
by Oli Scherer
· 6 weeks ago
8747ccb
Overhaul `UsePath`.
by Nicholas Nethercote
· 7 weeks ago
387170c
Rollup merge of #141740 - nnethercote:hir-ItemKind-field-order, r=fee1-dead
by Matthias Krüger
· 7 weeks ago
ce0c17a
* Merge `Cfg::render_long_html` and `Cfg::render_long_plain` methods common code
by Guillaume Gomez
· 7 weeks ago
aa5832b
Auto merge of #141765 - matthiaskrgr:rollup-4hug83b, r=matthiaskrgr
by bors
· 7 weeks ago
4aac899
Rollup merge of #141746 - Urgau:rework-doc_cfg-checks, r=GuillaumeGomez
by Matthias Krüger
· 7 weeks ago
e6152cd
Auto merge of #141573 - nnethercote:rustdoc-alloc-cleanups, r=camelid
by bors
· 7 weeks ago
71529f5
Rollup merge of #141747 - lolbinarycat:rustdoc-cfg-138112, r=GuillaumeGomez
by Matthias Krüger
· 7 weeks ago
c6eb1d9
rustdoc: display doc(cfg(false)) properly
by binarycat
· 7 weeks ago
9d0845a
Rework `#[doc(cfg(..))]` checks as distinct pass in rustdoc
by Urgau
· 7 weeks ago
f8887aa
Reorder fields in `hir::ItemKind` variants.
by Nicholas Nethercote
· 7 weeks ago
0c2fbe5
Rollup merge of #140894 - Urgau:check-cfg-rustdoc, r=GuillaumeGomez
by Trevor Gross
· 8 weeks ago
29c3bab
Rename unpack to kind
by Michael Goulet
· 8 weeks ago
3fd0265
rustdoc: use custom `CfgMatchesLintEmitter` to make check-cfg work
by Urgau
· 8 weeks ago
4f1f1a2
Avoid some unnecessary cloning.
by Nicholas Nethercote
· 8 weeks ago
750f57f
Make `{Type,Path}::generics` return iterators.
by Nicholas Nethercote
· 8 weeks ago
ec97b0f
Update to new API
by Guillaume Gomez
· 8 weeks ago
3646a09
Improve code
by Guillaume Gomez
· 8 weeks ago
4f3dd7b
Tweak attribute rendering depending on wether or not it is a type alias
by Guillaume Gomez
· 8 weeks ago
4194745
Split `Item::attributes` method into three
by Guillaume Gomez
· 8 weeks ago
560aec1
Unify rendering of type aliases without ADT items
by Guillaume Gomez
· 8 weeks ago
5f857a9
Rename `clean::Enum::variants` method into `non_stripped_variants`
by Guillaume Gomez
· 8 weeks ago
a4836e9
Rollup merge of #141369 - yotamofek:pr/rustdoc/format_integer_with_underscore_sep, r=notriddle
by Matthias Krüger
· 8 weeks ago
5c735d1
Small cleanup for `qpath_to_string`
by Yotam Ofek
· 8 weeks ago
5b47d34
Simplify `format_integer_with_underscore_sep`
by Yotam Ofek
· 8 weeks ago
98bd1a6
rustdoc JSON: Don't apply `#[repr]` privacy heuristics
by León Orell Valerian Liehr
· 8 weeks ago
599b08a
Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin
by Stuart Cook
· 9 weeks ago
178e09e
Remove rustc_attr_data_structures re-export from rustc_attr_parsing
by mejrs
· 9 weeks ago
a4765c9
Make some `match`es slightly more ergonomic in `librustdoc`
by Yotam Ofek
· 9 weeks ago
0984db5
Remove `Ident::empty`.
by Nicholas Nethercote
· 2 months ago
aeb70c7
rustdoc-json: Remove newlines from attributes
by Alona Enraght-Moony
· 2 months ago
cbc40c7
Rollup merge of #140316 - nnethercote:BoxMarker, r=dtolnay
by Guillaume Gomez
· 3 months ago
aff1be2
Introduce `BoxMarker` to pretty-printing.
by Nicholas Nethercote
· 3 months ago
bdfeb8f
Remove `weak` alias terminology
by Boxy
· 3 months ago
fae7785
Auto merge of #139897 - nnethercote:rm-OpenDelim-CloseDelim, r=petrochenkov
by bors
· 3 months ago
bf8ce32
Remove `token::{Open,Close}Delim`.
by Nicholas Nethercote
· 3 months ago
91a8825
Rollup merge of #140008 - GuillaumeGomez:cleanup-clean_maybe_renamed_item, r=nnethercote
by Chris Denton
· 3 months ago
8f6ef1f
Improve `clean_maybe_renamed_item` function code a bit
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
540fb22
Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmann
by Matthias Krüger
· 3 months ago
7a4525c
Rollup merge of #139943 - fmease:rustdoc-ixcre-trait-aliases, r=GuillaumeGomez
by Matthias Krüger
· 3 months ago
82ff0a0
rustdoc: Properly clean fn params in all contexts
by León Orell Valerian Liehr
· 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
9f548e2
Support inlined cross-crate re-exported trait aliases
by León Orell Valerian Liehr
· 3 months ago
2fef0a3
Replace infallible `name_or_empty` methods with fallible `name` methods.
by Nicholas Nethercote
· 3 months ago
fb3338c
Rollup merge of #139846 - nnethercote:kw-Empty-rustdoc, r=GuillaumeGomez
by Matthias Krüger
· 3 months ago
ca0b7f4
Rollup merge of #138455 - yotamofek:pr/rustdoc/more-impl-display, r=GuillaumeGomez
by Matthias Krüger
· 3 months ago
5fb0f57
Avoid another `kw::Empty` use.
by Nicholas Nethercote
· 3 months ago
31320a9
Remove another `kw::Empty` use in rustdoc.
by Nicholas Nethercote
· 3 months ago
e53f2a0
Remove some `kw::Empty` uses in rustdoc.
by Nicholas Nethercote
· 3 months ago
Next »