Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

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