Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
HEAD
/
src
/
tools
/
rustfmt
6932687
parse `const trait Trait`
by Deadbeef
· 2 days ago
3c9b986
rustfmt: migrate BareFn -> FnPtr
by Jubilee Young
· 13 days ago
3380bfd
Replace kw_span by full span.
by Camille GILLOT
· 2 weeks ago
1ce9c97
Auto merge of #143214 - camsteffen:remove-let-chains-feature, r=est31
by bors
· 2 weeks ago
2516c33
Remove support for dyn*
by Michael Goulet
· 3 weeks ago
dc9879c
Remove let_chains feature
by Cameron Steffen
· 3 weeks ago
36c2b01
Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead
by Matthias Krüger
· 3 weeks ago
eb7245a
Change const trait bound syntax from ~const to [const]
by Oli Scherer
· 3 weeks ago
4f47742
Rollup merge of #135731 - frank-king:feature/pin-borrow, r=eholk,traviscross
by Jubilee
· 3 weeks ago
15c701f
Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35
by bors
· 4 weeks ago
b95d39d
Remove an unnecessary check in rustfmt.
by Nicholas Nethercote
· 4 weeks ago
3388d83
Extract SilentEmitter
by Cameron Steffen
· 4 weeks ago
316f63b
Rename SilentEmitter -> FatalOnlyEmitter
by Cameron Steffen
· 4 weeks ago
07b9bb1
Extract Translator struct
by Cameron Steffen
· 4 weeks ago
e627f88
Implement pinned borrows, part of `pin_ergonomics`
by Frank King
· 5 weeks ago
93ca0af
Rollup merge of #141603 - nnethercote:reduce-P, r=fee1-dead
by Guillaume Gomez
· 6 weeks ago
0ac0285
Rollup merge of #141675 - nnethercote:ItemKind-field-order, r=fee1-dead
by Jacob Pratt
· 7 weeks ago
4c4a40f
Reorder `ast::ItemKind::{Struct,Enum,Union}` fields.
by Nicholas Nethercote
· 7 weeks ago
c7c0194
move asm parsing code into `rustc_parse`
by Folkert de Vries
· 8 weeks ago
991c91f
Reduce `P<T>` to a typedef of `Box<T>`.
by Nicholas Nethercote
· 8 weeks ago
85053d1
rename to get rid of the 'raw' concept
by Folkert de Vries
· 9 weeks ago
7ec06fc
attempt to have rustfmt use the new logic
by Folkert de Vries
· 9 weeks ago
26316b8
Do not remove super keyword from super-let
by Michael Goulet
· 10 weeks ago
04300d8
Also allow bool literals as first item of let chain
by Caleb Cartwright
· 3 months ago
b023856
Add or-patterns to pattern types
by Oli Scherer
· 3 months ago
bf8ce32
Remove `token::{Open,Close}Delim`.
by Nicholas Nethercote
· 3 months ago
f836ae4e
Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated, r=petrochenkov
by bors
· 3 months ago
82df622
Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obk
by Stuart Cook
· 3 months ago
ddcb370
Tighten up assignment operator representations.
by Nicholas Nethercote
· 4 months ago
4d8f757
Impl `Copy` for `Token` and `TokenKind`.
by Nicholas Nethercote
· 4 months ago
0b4a81a
Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obk
by bors
· 4 months ago
ec10833
Address review comments.
by Nicholas Nethercote
· 4 months ago
df24796
Move `ast::Item::ident` into `ast::ItemKind`.
by Nicholas Nethercote
· 4 months ago
deed0f2
Remove useless `Option<Ident>` arg.
by Nicholas Nethercote
· 4 months ago
4c551bc
Simplify `ItemVisitorKind`.
by Nicholas Nethercote
· 4 months ago
9f089e0
Add `{ast,hir,thir}::PatKind::Missing` variants.
by Nicholas Nethercote
· 4 months ago
30344f7
Rollup merge of #138898 - fmease:decrustify-parser-post-ty-ascr, r=compiler-errors
by Stuart Cook
· 4 months ago
1107fc7
Rollup merge of #138929 - oli-obk:assoc-ctxt-of-trait, r=compiler-errors
by Matthias Krüger
· 4 months ago
7cdc456
Track whether an assoc item is in a trait impl or an inherent impl
by Oli Scherer
· 4 months ago
848b0da
Remove fields that are dead since the removal of type ascription syntax
by León Orell Valerian Liehr
· 4 months ago
9dd5340
Remove `is_any_keyword` methods.
by Nicholas Nethercote
· 4 months ago
a3b7990
update rustfmt test
by lcnr
· 4 months ago
2bd7f73
Refactor YieldKind so postfix yield must have an expression
by Eric Holk
· 4 months ago
9b0e7f6
Teach rustfmt to handle postfix yield
by Eric Holk
· 4 months ago
635eae2
Teach rustfmt to handle postfix yield
by Eric Holk
· 4 months ago
1c0916a
Preserve yield position during pretty printing
by Eric Holk
· 4 months ago
f5a143f
Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis
by Matthias Krüger
· 4 months ago
8c456cb
Fix rustfmt
by Santiago Pastorino
· 4 months ago
50d0f99
Simplify `rewrite_explicit_self`
by Frank King
· 5 months ago
cb7d687
Implement `&pin const self` and `&pin mut self` sugars
by Frank King
· 5 months ago
fd17dea
Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgr
by bors
· 5 months ago
2344a34
Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkov
by Matthias Krüger
· 5 months ago
53167c0
Rename `ast::TokenKind::Not` as `ast::TokenKind::Bang`.
by Nicholas Nethercote
· 5 months ago
2a1e2e9
Replace `ast::TokenKind::BinOp{,Eq}` and remove `BinOpToken`.
by Nicholas Nethercote
· 5 months ago
42f51d4
Implment `#[cfg]` and `#[cfg_attr]` in `where` clauses
by Frank King
· 5 months ago
5bf2237
Do not yeet unsafe<> from type
by Michael Goulet
· 5 months ago
6d7ce4e
Add a TyPat in the AST to reuse the generic arg lowering logic
by Oli Scherer
· 5 months ago
0a21f1d
tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`
by Askar Safin
· 6 months ago
6556147
Use fallback fluent bundle from inner emitter in SilentEmitter
by bjorn3
· 6 months ago
aa2b870
Slightly simplify DiagCtxt::make_silent
by bjorn3
· 6 months ago
346fef4
Disable overflow_delimited_expr in edition 2024
by Michael Goulet
· 6 months ago
c22a271
Refactor FnKind variant to hold &Fn
by Celina G. Val
· 6 months ago
be92ac3
Only treat plain literal patterns as short
by Oli Scherer
· 6 months ago
4a8773a
Rename PatKind::Lit to Expr
by Oli Scherer
· 6 months ago
b77eb96
rustfmt: drop nightly-gating of the `--style-edition` flag registration
by 许杰友 Jieyou Xu (Joe)
· 6 months ago
f694db1
Stabilize style_edition 2024 in-tree
by Michael Goulet
· 7 months ago
68c46e1
Make sure we don't lose default struct value when formatting struct
by Michael Goulet
· 7 months ago
b9bf0b4
Speed up `Parser::expected_token_types`.
by Nicholas Nethercote
· 7 months ago
0a2d708
Rollup merge of #134253 - nnethercote:overhaul-keywords, r=petrochenkov
by 许杰友 Jieyou Xu (Joe)
· 7 months ago
1564318
Only have one source of truth for keywords.
by Nicholas Nethercote
· 7 months ago
809975c
Rename `RefTokenTreeCursor`.
by Nicholas Nethercote
· 7 months ago
3575e79
Simplify `RefTokenTreeCursor::look_ahead`.
by Nicholas Nethercote
· 7 months ago
0bf6e82
Change the lookahead in `MacroParser::new`.
by Nicholas Nethercote
· 7 months ago
5c9b227
Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk
by Matthias Krüger
· 7 months ago
b8c5a0f
Fix tools
by Michael Goulet
· 7 months ago
69fb612
Keep track of parse errors in `mod`s and don't emit resolve errors for paths involving them
by Esteban Küber
· 7 months ago
1b3fb31
Auto merge of #134052 - matthiaskrgr:rollup-puxwqrk, r=matthiaskrgr
by bors
· 7 months ago
1868c8f
Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-dead
by Matthias Krüger
· 7 months ago
030545d
Store a single copy of the error registry in DiagCtxt
by bjorn3
· 7 months ago
161221d
Refactor `where` predicates, and reserve for attributes support
by Frank King
· 8 months ago
483f9e2
Fix rustfmt according to review
by Nadrieril
· 8 months ago
a3a29f5
cover guard patterns in rustfmt
by Max Niederman
· 8 months ago
9022bb2
Implement the unsafe-fields RFC.
by Luca Versari
· 8 months ago
afe238f
Introduce `InvisibleOrigin` on invisible delimiters.
by Nicholas Nethercote
· 8 months ago
1236656
Make Visitor::FnKind and MutVisitor::FnKind compatible
by maxcabrajac
· 8 months ago
16394e9
Do not format generic consts
by Michael Goulet
· 9 months ago
dca646a
Rewrite for<..> async correctly
by Michael Goulet
· 9 months ago
f79fae3
Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr
by bors
· 9 months ago
fb691b4
Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors
by Matthias Krüger
· 9 months ago
95dba28
Move trait bound modifiers into ast::PolyTraitRef
by Michael Goulet
· 9 months ago
f496659
Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser
by bors
· 9 months ago
3aabe1e
Add basic pin sugar support to rustfmt
by Eric Holk
· 9 months ago
b490bf5
Fix clippy and rustfmt compilation
by Eric Holk
· 9 months ago
ae698f8
Add sugar for &pin (const|mut) types
by Eric Holk
· 9 months ago
7caad69
Auto merge of #131354 - matthiaskrgr:rollup-hprnng2, r=matthiaskrgr
by bors
· 10 months ago
df61a0b
Rollup merge of #131344 - nnethercote:ref-Lrc, r=compiler-errors
by Matthias Krüger
· 10 months ago
0b16baa
Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner, r=nnethercote
by bors
· 10 months ago
fc64ff7
Rename nested_meta to meta_item_inner
by codemountains
· 10 months ago
731469f
Convert `Option<&Lrc<T>>` return types to `Option<&T>`.
by Nicholas Nethercote
· 10 months ago
5fc60d1
various fixes for `naked_asm!` implementation
by Folkert de Vries
· 10 months ago
Next »