Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
HEAD
/
compiler
/
rustc_parse
61285e2
Rollup merge of #138554 - xizheyin:issue-138401, r=chenyukang
by Matthias Krüger
· 35 hours ago
181c1bd
Deduplicate `unmatched_delims` in `rustc_parse` to reduce confusion
by xizheyin
· 2 days ago
03734ae
Rollup merge of #143891 - scrabsha:push-xxtttopqoprr, r=jdonszelmann
by Matthias Krüger
· 2 days ago
9cd918b
Auto merge of #143879 - fee1-dead-contrib:push-lrlpoouyqqry, r=fmease
by bors
· 3 days ago
6932687
parse `const trait Trait`
by Deadbeef
· 3 days ago
465ae94
Rollup merge of #143631 - hkBst:update-escaper-2, r=compiler-errors
by Matthias Krüger
· 3 days ago
4e054fc
Port `#[coverage]` to the new attribute system
by Sasha Pourcelot
· 4 days ago
e27f16a
Auto merge of #143958 - samueltardieu:rollup-lh1s143, r=samueltardieu
by bors
· 5 days ago
010e3ef
Rollup merge of #143941 - folkertdev:cfg-select-docs, r=traviscross
by Samuel Tardieu
· 5 days ago
281990e
Rollup merge of #143905 - xizheyin:143828, r=compiler-errors
by Samuel Tardieu
· 5 days ago
6133c67
Define attribute parser & config evaluator
by Jonathan Brouwer
· 5 days ago
ed88af2
Recover and suggest use `;` to construct array type
by xizheyin
· 5 days ago
f0d0afa
Port `#[pointee]` to the new attribute parsing infrastructure
by Jonathan Brouwer
· 5 days ago
d0153f5
update `cfg_select!` documentation
by Folkert de Vries
· 5 days ago
bbda0c9
Rollup merge of #143855 - JonathanBrouwer:omit_gdb_pretty_printer_section, r=jdonszelmann
by Samuel Tardieu
· 6 days ago
93c1027
Rollup merge of #143217 - Periodic1911:link-ordinal, r=jdonszelmann
by Jakub Beránek
· 6 days ago
ad635e5
Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obk
by bors
· 6 days ago
e9182f1
Auto merge of #143461 - folkertdev:cfg-select-builtin-macro, r=petrochenkov
by bors
· 6 days ago
3689b80
make `cfg_select` a builtin macro
by Folkert de Vries
· 7 days ago
75561c4
Port `#[link_ordinal]` to the new attribute parsing infrastructure.
by Anne Stijns
· 7 days ago
86349e3
Port `#[omit_gdb_pretty_printer_section]` to the new attribute parsing infrastructure
by Jonathan Brouwer
· 7 days ago
ef82007
Port `#[automatically_derived]` to the new attribute parsing infrastructure
by Jonathan Brouwer
· 8 days ago
c8780ff
Rollup merge of #143403 - GrigorenkoPV:attributes/traits, r=jdonszelmann
by Matthias Krüger
· 8 days ago
93db9e7
Remove uncessary parens in closure body with unused lint
by yukang
· 10 days ago
e584ed0
Port `#[rustc_coherence_is_core]` to the new attribute system
by Pavel Grigorenko
· 11 days ago
e9e6495
Port `#[rustc_allow_incoherent_impl]` to the new attribute system
by Pavel Grigorenko
· 11 days ago
1bdf703
Port `#[rustc_paren_sugar]` to the new attribute system
by Pavel Grigorenko
· 11 days ago
507ebce
Port `#[fundamental]` to the new attribute system
by Pavel Grigorenko
· 11 days ago
12f6487
Port `#[marker]` to the new attribute system
by Pavel Grigorenko
· 11 days ago
a57a885
Port `#[rustc_unsafe_specialization_marker]` to the new attribute system
by Pavel Grigorenko
· 11 days ago
6193783
Port `#[rustc_specialization_trait]` to the new attribute system
by Pavel Grigorenko
· 11 days ago
813ec60
Port `#[type_const]` to the new attribute system
by Pavel Grigorenko
· 11 days ago
6f8e92d
Port `#[rustc_coinductive]` to the new attribute system
by Pavel Grigorenko
· 11 days ago
adb325f
Port `#[rustc_do_not_implement_via_object]` to the new attribute system
by Pavel Grigorenko
· 11 days ago
938916d
Port `#[rustc_deny_explicit_impl]` to the new attribute system
by Pavel Grigorenko
· 11 days ago
62f58db
Port `#[const_trait]` to the new attribute system
by Pavel Grigorenko
· 11 days ago
bc9b313
Rollup merge of #143402 - GrigorenkoPV:attributes/link_attrs, r=jdonszelmann
by Matthias Krüger
· 11 days ago
d44dcd4
update to literal-escaper-0.0.5
by Marijn Schouten
· 12 days ago
65dded8
Rollup merge of #143589 - RalfJung:const-pat, r=compiler-errors
by Matthias Krüger
· 12 days ago
1a6eff7
const-block-as-pattern: do not refer to no-longer-existing nightly feature
by Ralf Jung
· 13 days ago
3b48407
Remove unused allow attrs
by Yotam Ofek
· 13 days ago
4f0b0b0
Port `#[rustc_std_internal_symbol]` to the new attribute system
by Pavel Grigorenko
· 13 days ago
5d7771e
Port `#[ffi_pure]` to the new attribute system
by Pavel Grigorenko
· 13 days ago
99a9fe1
Port `#[ffi_const]` to the new attribute system
by Pavel Grigorenko
· 13 days ago
bb8b741
Port `#[export_stable]` to the new attribute system
by Pavel Grigorenko
· 13 days ago
7eea141
Rollup merge of #143544 - workingjubilee:rename-bare-fn, r=fmease
by Jacob Pratt
· 13 days ago
0a4f87a
compiler: rename {ast,hir}::BareFn* to FnPtr*
by Jubilee Young
· 13 days ago
244d64e
Port `#[path]` to the new attribute parsing infrastructure
by Jonathan Brouwer
· 13 days ago
ef3d774
Move check for new attribute to `check_builtin_meta_item`
by Jonathan Brouwer
· 13 days ago
2d8ffff
Port `#[ignore]` to the new attribute parsing infrastructure
by Jonathan Brouwer
· 2 weeks ago
027126c
Port `#[non_exhaustive]` to the new attribute parsing infrastructure
by Jonathan Brouwer
· 2 weeks ago
f3e7ec5
Rollup merge of #143400 - GrigorenkoPV:attributes/lints, r=jdonszelmann
by Matthias Krüger
· 2 weeks ago
1b61d43
Auto merge of #143237 - JonathanBrouwer:no_implicit_prelude_parser, r=jdonszelmann,oli-obk
by bors
· 2 weeks ago
05f5690
Rollup merge of #143380 - cjgillot:kw_span, r=compiler-errors
by Jacob Pratt
· 2 weeks ago
ef4dece
Port `#[rustc_pass_by_value]` to the new attribute system
by Pavel Grigorenko
· 2 weeks ago
fee5e3c
Port `#[no_implicit_prelude]` to the new attribute parsing infrastructure
by Jonathan Brouwer
· 2 weeks ago
3380bfd
Replace kw_span by full span.
by Camille GILLOT
· 2 weeks ago
3d5d72b
Port `#[target_feature]` to the new attribute parsing infrastructure
by Jonathan Brouwer
· 2 weeks ago
25face9
Auto merge of #143338 - matthiaskrgr:rollup-ykaxh04, r=matthiaskrgr
by bors
· 2 weeks ago
6ebf642a
Rollup merge of #142237 - benschulz:unused-parens-fn, r=fee1-dead
by Matthias Krüger
· 2 weeks ago
1ce9c97
Auto merge of #143214 - camsteffen:remove-let-chains-feature, r=est31
by bors
· 2 weeks ago
085c247
Auto merge of #143036 - compiler-errors:no-dyn-star, r=oli-obk
by bors
· 3 weeks ago
2516c33
Remove support for dyn*
by Michael Goulet
· 3 weeks ago
57a5e3b
Fix duplicate errors for `link_section`, `rustc_layout_scalar_valid_range_start` and `rustc_layout_scalar_valid_range_end`
by Jonathan Brouwer
· 3 weeks ago
0b67d14
Fix `#[rustc_macro_transparency]` giving two errors
by Jonathan Brouwer
· 3 weeks ago
86b54d5
Fix double error for `export_name`
by Jonathan Brouwer
· 3 weeks ago
7d6764a
Detect more cases of unused_parens around types
by Benjamin Schulz
· 3 weeks ago
dc9879c
Remove let_chains feature
by Cameron Steffen
· 3 weeks ago
a262c00
Rollup merge of #143171 - fmease:fix-span-of-maybe-const-mod, r=compiler-errors
by Matthias Krüger
· 3 weeks ago
f77fead
Fix the span of trait bound modifier `[const]`
by León Orell Valerian Liehr
· 3 weeks ago
1249c14
Port `#[link_name]` to the new attribute parsing infrastructure
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
4e51e67
Better recovery
by Michael Goulet
· 3 weeks ago
e639212
Make recovery for enum with struct field a bit more accurate
by Michael Goulet
· 3 weeks ago
94e9973
Add Ident::is_non_reserved_ident
by Michael Goulet
· 3 weeks ago
eb7245a
Change const trait bound syntax from ~const to [const]
by Oli Scherer
· 3 weeks ago
18f4cb1
Extract const boundness parsing out into a method
by Oli Scherer
· 4 weeks ago
a17780d
Auto merge of #142997 - workingjubilee:rollup-6lxec87, r=workingjubilee
by bors
· 4 weeks ago
2ad6272
Rollup merge of #142825 - jdonszelmann:track-caller, r=oli-obk
by Jubilee
· 4 weeks ago
4f47742
Rollup merge of #135731 - frank-king:feature/pin-borrow, r=eholk,traviscross
by Jubilee
· 4 weeks ago
2c2bb99
Auto merge of #140999 - hkBst:update-escaper, r=nnethercote
by bors
· 4 weeks ago
5d44fdd
Rewrite #[track_caller]
by Jana Dönszelmann
· 4 weeks ago
aa80a2b
Port `#[rustc_skip_during_method_dispatch]` to the new attribute system
by Pavel Grigorenko
· 4 weeks ago
707a6f5
update to literal-escaper 0.0.4 for better API without `unreachable` and faster string parsing
by Marijn Schouten
· 4 weeks ago
194e58c
Rollup merge of #142798 - camsteffen:recover-semi, r=compiler-errors
by Guillaume Gomez
· 4 weeks ago
b24df42
Port `#[must_use]` to new attribute parsing infrastructure
by Jonathan Brouwer
· 4 weeks ago
26a6b55
Recover from semicolon field separator
by Cameron Steffen
· 4 weeks ago
6809ec1
Factor out seen_comma variable
by Cameron Steffen
· 4 weeks ago
38600a6
Rollup merge of #142650 - camsteffen:refactor-translator, r=petrochenkov
by Trevor Gross
· 4 weeks ago
b9107a8
expected word diagnostic test
by Jana Dönszelmann
· 4 weeks ago
bab4ca9
Rollup merge of #138291 - jdonszelmann:optimize-attr, r=oli-obk
by Trevor Gross
· 4 weeks ago
07b9bb1
Extract Translator struct
by Cameron Steffen
· 4 weeks ago
b64fd13
convert the `optimize` attribute to a new parser
by Jana Dönszelmann
· 5 weeks ago
1fdf2b5
add `#[align]` attribute
by Folkert de Vries
· 5 weeks ago
1bb3352
Auto merge of #138165 - jdonszelmann:inline, r=oli-obk
by bors
· 5 weeks ago
5ab5f8a
make error codes reflect reality better
by Jana Dönszelmann
· 5 weeks ago
e95fb09
Rollup merge of #142371 - fee1-dead-contrib:push-xqlkumzurkus, r=petrochenkov
by Jacob Pratt
· 5 weeks ago
672452d
use consistent attr errors in all attribute parsers
by Jana Dönszelmann
· 5 weeks ago
ee976bb
fix bugs in inline/force_inline and diagnostics of all attr parsers
by Jana Dönszelmann
· 5 weeks ago
d68432a
Rollup merge of #142341 - xizheyin:142311, r=fee1-dead
by Jakub Beránek
· 5 weeks ago
Next »