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

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