- 0332da0 remove `misc` section by Yacin Tmimi · 3 months ago master
- 46d46d1 Add Caleb's entries to the `Added` section. by Yacin Tmimi · 3 months ago
- f7161a5 Add Caleb's entries to the `Changed` section by Yacin Tmimi · 3 months ago
- fb1397b Add Caleb's entries to the `Fixed` Section by Yacin Tmimi · 3 months ago
- a734657 remove note on internal change by Yacin Tmimi · 3 months ago
- a9f0386 move version sort entry to `Changed` section by Yacin Tmimi · 3 months ago
- 109b565 fix Stabilize typo by Yacin Tmimi · 3 months ago
- 59690c5 update changelog for v1.9.0 release by Yacin Tmimi · 9 months ago
- ef94a72 Remove extraneous comma in `Configurations.md` by Tyler C Laprade, CFA · 3 months ago
- 334670e fix: skip removing `self` in imports if they are stacked like `use self::self;` (#6573) by MarcusGrass · 3 months ago
- 1443bba Fix path resolution of `rustfmt` in `cargo-fmt` (#6566) by Onur Özkan · 3 months ago
- bf5f0ea Show what `use_field_init_shorthand = true` does by Bernardo Sulzbach · 4 months ago
- 18f4fa3 fix: split a line exceeding the maximum width by ynishimi · 4 months ago
- fd0ea74 readme: improve Editions section by Tshepang Mbambo · 5 months ago
- bedef9b Try to discover `mod` items in cfg_match! arms (#6522) by Crystal Durham · 5 months ago
- 5688caa feat: add `match_arm_indent` option by Andrej Kolčin · 6 months ago
- cdccf23 Add `#![feature(ergonomic_clones)]` formatting (#6532) by Yacin Tmimi · 6 months ago
- e3f0a53 Merge pull request #6531 from ytmimi/subtree-push-nightly-2025-04-02 by Yacin Tmimi · 6 months ago
- ab78ef6 chore: bump rustfmt toolchain to nightly-2025-04-02 by Yacin Tmimi · 6 months ago
- 3955c2e Merge remote-tracking branch 'upstream/master' into subtree-push-nightly-2025-04-02 by Yacin Tmimi · 6 months ago
- f371e16 revert `overflow_delimited_expr` default for style edition 2024 by Yacin Tmimi · 6 months ago
- 1963641 Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obk by bors · 6 months ago
- ec55da1 Address review comments. by Nicholas Nethercote · 6 months ago
- a535a31 Move `ast::Item::ident` into `ast::ItemKind`. by Nicholas Nethercote · 6 months ago
- 6bcd711 Remove useless `Option<Ident>` arg. by Nicholas Nethercote · 6 months ago
- fd7b9a4 Simplify `ItemVisitorKind`. by Nicholas Nethercote · 6 months ago
- c8609d9 Rollup merge of #138898 - fmease:decrustify-parser-post-ty-ascr, r=compiler-errors by Stuart Cook · 6 months ago
- 7590f5c Rollup merge of #138929 - oli-obk:assoc-ctxt-of-trait, r=compiler-errors by Matthias Krüger · 6 months ago
- b3b26f4 Track whether an assoc item is in a trait impl or an inherent impl by Oli Scherer · 6 months ago
- de6e2d7 Remove fields that are dead since the removal of type ascription syntax by León Orell Valerian Liehr · 6 months ago
- b661e49 Remove `is_any_keyword` methods. by Nicholas Nethercote · 6 months ago
- c4eaced update rustfmt test by lcnr · 6 months ago
- ad0b41c Refactor YieldKind so postfix yield must have an expression by Eric Holk · 6 months ago
- 96f68d1 Teach rustfmt to handle postfix yield by Eric Holk · 6 months ago
- e377632 Teach rustfmt to handle postfix yield by Eric Holk · 6 months ago
- d038fb8 Preserve yield position during pretty printing by Eric Holk · 6 months ago
- ee329d3 Allow bool literals as first item of a single-line let chain (#6492) by est31 · 6 months ago
- f9f0ac2 Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis by Matthias Krüger · 6 months ago
- ebd6372 Fix rustfmt by Santiago Pastorino · 9 months ago
- facc42a Simplify `rewrite_explicit_self` by Frank King · 6 months ago
- 0ae8340 Implement `&pin const self` and `&pin mut self` sugars by Frank King · 8 months ago
- a28a422 Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgr by bors · 7 months ago
- 71310c1 Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkov by Matthias Krüger · 7 months ago
- 88e23c9 Rename `ast::TokenKind::Not` as `ast::TokenKind::Bang`. by Nicholas Nethercote · 9 months ago
- 7be7efa Replace `ast::TokenKind::BinOp{,Eq}` and remove `BinOpToken`. by Nicholas Nethercote · 9 months ago
- 326e321 Implment `#[cfg]` and `#[cfg_attr]` in `where` clauses by Frank King · 7 months ago
- 6dcc68f Do not yeet unsafe<> from type by Michael Goulet · 7 months ago
- c6c8159 docs: clarify the editions behavior and it's consequences on formatting (#6486) by Karol Zwolak · 7 months ago
- 96264d2 docs: pull latest version from tags instead of releases in docs page (#6487) by Karol Zwolak · 7 months ago
- 328f453 feat: use `semver` to match required version (#6066) by ologbonowiwi · 7 months ago
- 2ad782c Add option to control trailing zero in floating-point literals (#5834) by Andrei Matveiakin · 7 months ago
- 5619b64 Don't remove block label from closure body (#6468) by anatawa12 · 7 months ago
- 35f9799 Add a TyPat in the AST to reuse the generic arg lowering logic by Oli Scherer · 7 months ago
- 054efdd add check_diff function implementation to check_diff crate by benluiwj · 10 months ago
- 58ba360 tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` by Askar Safin · 7 months ago
- 0eadd99 Use fallback fluent bundle from inner emitter in SilentEmitter by bjorn3 · 8 months ago
- 5e05493 Slightly simplify DiagCtxt::make_silent by bjorn3 · 8 months ago
- 7de0ca8 Disable overflow_delimited_expr in edition 2024 by Michael Goulet · 8 months ago
- f19e826 Refactor FnKind variant to hold &Fn by Celina G. Val · 8 months ago
- 6f7aeed fix: wrap_comments creating invalid code blocks by Grant Gurvis · 9 months ago
- 0c91d0c Rollup merge of #135251 - oli-obk:push-lmpyvvyrtplk, r=ytmimi by Matthias Krüger · 8 months ago
- e6bc629 Update annotate-snippets by clubby789 · 10 months ago
- d97c4fb Merge pull request #6431 from ytmimi/subtree-push-nightly-2025-01-02 by Yacin Tmimi · 8 months ago
- 31a9a27 Only treat plain literal patterns as short by Oli Scherer · 8 months ago
- ad8b776 Only treat plain literal patterns as short by Oli Scherer · 8 months ago
- 06ff325 Rename PatKind::Lit to Expr by Oli Scherer · 8 months ago
- 840eb96 rustfmt: drop nightly-gating of the `--style-edition` flag registration by 许杰友 Jieyou Xu (Joe) · 8 months ago
- 7397eee add `#![feature(unsafe_binders)]` annotation to tests by Yacin Tmimi · 9 months ago
- f649c4c make `style-edition` a stable option on the CLI by Yacin Tmimi · 9 months ago
- ab98945 chore: fixes needed for subtree-push by Yacin Tmimi · 9 months ago
- f874199 chore: bump rustfmt toolchain to nightly-2025-01-02 by rustfmt bot · 9 months ago
- 105cbf8 Merge remote-tracking branch 'upstream/master' into subtree-push-nightly-2025-01-02 by Yacin Tmimi · 9 months ago
- ba8ee71 Stabilize style_edition 2024 in-tree by Michael Goulet · 9 months ago
- c6a272b Make sure we don't lose default struct value when formatting struct by Michael Goulet · 9 months ago
- a43eef1 Fix incorrect strip r# prefix from `break` and `continue` labels (#6425) by sobatha · 9 months ago
- 994b55e Speed up `Parser::expected_token_types`. by Nicholas Nethercote · 10 months ago
- aeca2c2 Rollup merge of #134253 - nnethercote:overhaul-keywords, r=petrochenkov by 许杰友 Jieyou Xu (Joe) · 9 months ago
- 3aadb31 Only have one source of truth for keywords. by Nicholas Nethercote · 9 months ago
- cbec1df Rename `RefTokenTreeCursor`. by Nicholas Nethercote · 9 months ago
- 46a1d70 Simplify `RefTokenTreeCursor::look_ahead`. by Nicholas Nethercote · 9 months ago
- de1c33c Change the lookahead in `MacroParser::new`. by Nicholas Nethercote · 9 months ago
- 68a558c Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk by Matthias Krüger · 9 months ago
- 05c9d68 Fix tools by Michael Goulet · 9 months ago
- 8a2c073 Merge pull request #6412 from ytmimi/subtree-push-nightly-2024-12-02 by Yacin Tmimi · 9 months ago
- 6b12b6b Keep track of parse errors in `mod`s and don't emit resolve errors for paths involving them by Esteban Küber · 9 months ago
- 4e46d2f Auto merge of #134052 - matthiaskrgr:rollup-puxwqrk, r=matthiaskrgr by bors · 9 months ago
- 8073aab Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-dead by Matthias Krüger · 9 months ago
- 7be9019 Store a single copy of the error registry in DiagCtxt by bjorn3 · 10 months ago
- 334ee77 annotate `unsafe_fields` test with `#![feature(unsafe_fields)]` by Yacin Tmimi · 9 months ago
- af9e9c0 bump toolchain to nightly-2024-12-02 by Yacin Tmimi · 10 months ago
- 46c9cfc Merge remote-tracking branch 'upstream/master' into subtree-push-nightly-2024-12-02 by Yacin Tmimi · 10 months ago
- 9f8fcc2 Use RewriteResult in visit_item (#6410) by Cameron Steffen · 10 months ago
- 78aa72f fix versionsort chunk split on non-ASCII numerics (#6407) by Jessica Rodriguez · 10 months ago
- 0a32a02 Use preinterned `path` symbol by clubby789 · 10 months ago
- 8cb2820 docs: Fix grammar in Configurations.md by Eric Xu · 10 months ago
- 2a64f21 Return Result from Shape methods by Cameron Steffen · 10 months ago
- 1872642 Use 'delta' for Shape args by Cameron Steffen · 10 months ago
- 232528a Refactor `where` predicates, and reserve for attributes support by Frank King · 10 months ago
- 74dceee Fix rustfmt according to review by Nadrieril · 10 months ago
- d3cf411 cover guard patterns in rustfmt by Max Niederman · 11 months ago