Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
HEAD
/
src
/
librustdoc
83255f5
Include ErrorGuaranteed in StableSince::Err.
by Camille GILLOT
· 34 hours ago
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
· 2 days ago
078332f
rustdoc-json: Structured attributes
by Alona Enraght-Moony
· 4 days ago
7356ff7
Implement other logics
by tiif
· 4 days ago
a7ad680
Rollup merge of #143875 - fee1-dead-contrib:push-zvqrmzrprpzt, r=compiler-errors
by Jakub Beránek
· 5 days ago
ad635e5
Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obk
by bors
· 5 days ago
6b02597
update issue number for `const_trait_impl`
by Deadbeef
· 6 days ago
21fd82a
Retire hir::*ItemRef.
by Camille GILLOT
· 6 days ago
5bd3841
Retire hir::ForeignItemRef.
by Camille GILLOT
· 6 days ago
a1cfca3
Fix clippy & rustdoc-json
by Jonathan Brouwer
· 7 days ago
05c68f3
Rollup merge of #143590 - GuillaumeGomez:reexport-shadowing, r=lolbinary
by Matthias Krüger
· 9 days ago
cbf7f80
Rollup merge of #143555 - obi1kenobi:pg/target-feature-not-unsafe-rustdoc-json, r=aDotInTheVoid
by Matthias Krüger
· 11 days ago
29b75a6
Fix weird rustdoc output when single and glob reexport conflict on a name
by Guillaume Gomez
· 11 days ago
45b80ac
Auto merge of #142869 - nnethercote:join_path-mini, r=camelid
by bors
· 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
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
· 12 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
a413f77
Auto merge of #143363 - jdonszelmann:rollup-7cv1kql, r=jdonszelmann
by bors
· 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
f6d37a2
Rollup merge of #134006 - klensy:typos, r=nnethercote
by Jana Dönszelmann
· 2 weeks ago
9e64506
Auto merge of #142910 - yotamofek:pr/rustdoc/markdown-lazy-to-string, r=GuillaumeGomez
by bors
· 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
8e329b2
Improve CSS for source code block line numbers
by Guillaume Gomez
· 3 weeks ago
54cec0c
Port #[link_section] to the new attribute parsing infrastructure
by Anne Stijns
· 3 weeks ago
6992739
Lazy-ify some markdown rendering
by Yotam Ofek
· 3 weeks ago
cdc1617
Don't try to guess how much to pre-allocate
by Yotam Ofek
· 3 weeks ago
8dbc25c
Rollup merge of #143155 - yotamofek:pr/rustdoc/housekeeping, r=GuillaumeGomez
by Matthias Krüger
· 3 weeks ago
8f30a98
Rollup merge of #142987 - lolbinarycat:rustdoc-non_exhaustive-enum-v-142599, r=GuillaumeGomez
by Matthias Krüger
· 3 weeks ago
581cb11
librustdoc: use tidy for sorting attrs and deps
by Yotam Ofek
· 3 weeks ago
96fcd06
librustdoc: remove unused feature gates
by Yotam Ofek
· 3 weeks ago
bcb287d
librustdoc: remove unneeded `#[recursion_limit]`
by Yotam Ofek
· 3 weeks ago
09e4ee5
librustdoc: remove unneeded `#[allow]`s
by Yotam Ofek
· 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
5d2417e
Rollup merge of #142270 - lolbinarycat:rustdoc-search-Results-type, r=GuillaumeGomez
by Guillaume Gomez
· 3 weeks ago
e61dd43
Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errors
by bors
· 3 weeks ago
b2be01c
rustdoc: show attributes on enum variants
by binarycat
· 3 weeks ago
3b259ad
rustdoc js: several typechecking improvments
by binarycat
· 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
c381635
Rollup merge of #142977 - aDotInTheVoid:rustdochtml-targetfeature, r=GuillaumeGomez
by Jubilee
· 3 weeks ago
84f92f3
rustdoc: Don't mark `#[target_feature]` functions as ⚠
by Alona Enraght-Moony
· 4 weeks ago
03c2197
Rollup merge of #142799 - petrochenkov:expnop, r=bjorn3
by Matthias Krüger
· 4 weeks ago
0be37ca
rustc_session: Add a structure for keeping both explicit and default sysroots
by Vadim Petrochenkov
· 4 weeks ago
010af6a
Rollup merge of #142932 - Enselic:keep-empty-generic-params, r=aDotInTheVoid
by Guillaume Gomez
· 4 weeks ago
78210a4
Rollup merge of #142354 - gstjepan2:firefox_copy_paste_issue, r=GuillaumeGomez
by Guillaume Gomez
· 4 weeks ago
7c0ef44
rustdoc-json: Keep empty generic args if parenthesized
by Martin Nordholts
· 4 weeks ago
6ea79a1
Fix comment on NoMangle
by Jonathan Brouwer
· 4 weeks ago
a3ede10
Fixes firefox copy paste issue
by gstjepan2
· 4 weeks ago
3b5525b
Improve code and documentation
by Guillaume Gomez
· 4 weeks ago
78cbcaf
Update tests to work with new DocFragment field and `redundant_explicit_links` new API
by Guillaume Gomez
· 4 weeks ago
7e683cc
Do not emit `redundant_explicit_links` rustdoc lint if the doc comment comes from expansion
by Guillaume Gomez
· 4 weeks ago
2084831
Port `#[no_mangle]` to new attribute parsing infrastructure
by Jonathan Brouwer
· 4 weeks ago
0cf0f9f
Use `join_with_double_colon` in `write_shared.rs`.
by Nicholas Nethercote
· 4 weeks ago
b5b106a
Rollup merge of #142747 - nnethercote:json-conversion-cleanups, r=aDotInTheVoid
by Jacob Pratt
· 4 weeks ago
fa2f355
Auto merge of #142667 - yotamofek:pr/rustdoc/more-write-shared-perf, r=nnethercote
by bors
· 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
15c701f
Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35
by bors
· 4 weeks ago
74cea63
Rollup merge of #142764 - ChaiTRex:ilog_10_to_ilog10, r=workingjubilee
by Jakub Beránek
· 4 weeks ago
6c58f69
Rollup merge of #142720 - yotamofek:pr/rustdoc/ext-crate-cleanup, r=GuillaumeGomez
by Jakub Beránek
· 4 weeks ago
61f4918
Rollup merge of #142755 - aDotInTheVoid:rdj-shattrs, r=GuillaumeGomez
by Trevor Gross
· 4 weeks ago
38600a6
Rollup merge of #142650 - camsteffen:refactor-translator, r=petrochenkov
by Trevor Gross
· 4 weeks ago
bad4bf5
Rollup merge of #142497 - GuillaumeGomez:fix-random-search-failure, r=lolbinarycat
by Trevor Gross
· 4 weeks ago
88f1ed4
Convert `ilog(10)` to `ilog10()`
by Chai T. Rex
· 4 weeks ago
dd41c06
Rollup merge of #142687 - cjgillot:less-hir_crate, r=oli-obk
by Trevor Gross
· 4 weeks ago
aab941f
rustdoc: Remove `FormatRenderer::cache`
by Alona Enraght-Moony
· 4 weeks ago
07b9bb1
Extract Translator struct
by Cameron Steffen
· 4 weeks ago
aca0688
De-dup common code from `ExternalCrate` methods
by Yotam Ofek
· 4 weeks ago
2bf66e3
`Option`s are `Iterator`s
by Yotam Ofek
· 4 weeks ago
569aa26
avoid intermediately collecting into vectors
by Yotam Ofek
· 4 weeks ago
867c1d5
one less pathbuf allocation
by Yotam Ofek
· 4 weeks ago
cd08652
move -Ctarget-feature handling into shared code
by Ralf Jung
· 4 weeks ago
c6e77b3
Reduce uses of `hir_crate`.
by Camille GILLOT
· 4 weeks ago
b2fe858
`Result::expect` instead of `match` and `panic!`
by Yotam Ofek
· 4 weeks ago
Next »