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

  1. 0d1aefa Warn useless deprecation in check_attr. by Camille GILLOT · 2 days ago
  2. 87a27f9 Specify of_trait in Target::Impl. by Camille GILLOT · 2 days ago
  3. 9cd918b Auto merge of #143879 - fee1-dead-contrib:push-lrlpoouyqqry, r=fmease by bors · 2 days ago
  4. 6932687 parse `const trait Trait` by Deadbeef · 2 days ago
  5. 8c12d76 Auto merge of #142903 - cjgillot:local-def-path-hash, r=compiler-errors by bors · 2 days ago
  6. 6414352 Use `join_path_syms` in one more place. by Nicholas Nethercote · 2 days ago
  7. fb7aa9e Improve path segment joining. by Nicholas Nethercote · 2 days ago
  8. babe2c0 resolve: Merge `NameBindingKind::Module` into `NameBindingKind::Res` by Vadim Petrochenkov · 3 days ago
  9. ad635e5 Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obk by bors · 5 days ago
  10. 21fd82a Retire hir::*ItemRef. by Camille GILLOT · 6 days ago
  11. 5bd3841 Retire hir::ForeignItemRef. by Camille GILLOT · 6 days ago
  12. 277b0ec Remove hir::AssocItemKind. by Camille GILLOT · 6 days ago
  13. 3ecd03b Move trait_item_def_id from ImplItemRef to ImplItem. by Camille GILLOT · 6 days ago
  14. ef82007 Port `#[automatically_derived]` to the new attribute parsing infrastructure by Jonathan Brouwer · 7 days ago
  15. 486ffda Add opaque TypeId handles for CTFE by Oli Scherer · 10 days ago
  16. 0a4f87a compiler: rename {ast,hir}::BareFn* to FnPtr* by Jubilee Young · 13 days ago
  17. 2d8ffff Port `#[ignore]` to the new attribute parsing infrastructure by Jonathan Brouwer · 14 days ago
  18. e2e3f58 Remove PointerLike trait by Michael Goulet · 2 weeks ago
  19. c76d032 setup CI and tidy to use typos for spellchecking and fix few typos by klensy · 2 weeks ago
  20. 085c247 Auto merge of #143036 - compiler-errors:no-dyn-star, r=oli-obk by bors · 3 weeks ago
  21. 2516c33 Remove support for dyn* by Michael Goulet · 3 weeks ago
  22. 71e4c00 Auto merge of #143287 - GuillaumeGomez:rollup-fdjcti9, r=GuillaumeGomez by bors · 3 weeks ago
  23. 4e97337 Auto merge of #142030 - oli-obk:wfck-less-hir, r=compiler-errors by bors · 3 weeks ago
  24. 022c914 Remove `ItemKind::descr` method by Guillaume Gomez · 3 weeks ago
  25. f46ce66 Auto merge of #143267 - matthiaskrgr:rollup-suvzar6, r=matthiaskrgr by bors · 3 weeks ago
  26. 74fda50 Remove unused `descr` methods by Guillaume Gomez · 3 weeks ago
  27. 478f828 Introduce `ByteSymbol`. by Nicholas Nethercote · 3 weeks ago
  28. 362d4dd Don't look at static items' HIR for wfcheck by Oli Scherer · 3 weeks ago
  29. b63223c Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlin by bors · 3 weeks ago
  30. 1087042 Insert checks for enum discriminants when debug assertions are enabled by Bastian Kersting · 3 weeks ago
  31. c51f05b Report infer ty errors during hir ty lowering by Oli Scherer · 3 weeks ago
  32. 1dfc840 make `tidy-alphabetical` use a natural sort by Folkert de Vries · 3 weeks ago
  33. 068f3ac Update test. by Camille GILLOT · 4 weeks ago
  34. 89e5db8 Only inherit local hash for paths. by Camille GILLOT · 4 weeks ago
  35. 6729b66 All HIR attributes are outer by David Tolnay · 4 weeks ago
  36. 86f40ac Remove style() from AttributeExt trait by David Tolnay · 4 weeks ago
  37. e51c37c Add AttributeExt::doc_resolution_scope by David Tolnay · 4 weeks ago
  38. 045faa8 Port `#[may_dangle]` to the new attribute system by Pavel Grigorenko · 4 weeks ago
  39. d43da6f trait_sel: `{Meta,Pointee}Sized` on `Sized` types by David Wood · 5 weeks ago
  40. b79d3b1 Rollup merge of #134661 - dtolnay:prefixattr, r=fmease by León Orell Valerian Liehr · 5 weeks ago
  41. 2171f89 Reduce precedence of expressions that have an outer attr by David Tolnay · 5 weeks ago
  42. 6f5a717 collect delayed lints in hir_crate_items by Jana Dönszelmann · 5 weeks ago
  43. 6072207 introduce new lint infra by Jana Dönszelmann · 5 weeks ago
  44. 9223704 Remove all unused feature gates from the compiler by bjorn3 · 6 weeks ago
  45. ccf3198 Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=traviscross,jieyouxu by bors · 6 weeks ago
  46. 81a964c Auto merge of #142033 - matthiaskrgr:rollup-99lvg0j, r=matthiaskrgr by bors · 6 weeks ago
  47. 87969ff Rollup merge of #141999 - nnethercote:precise-ident, r=compiler-errors by Matthias Krüger · 6 weeks ago
  48. d35ad94 Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes` by Jake Goulding · 6 weeks ago
  49. 9a50cb4 Introduce the `mismatched_lifetime_syntaxes` lint by Jake Goulding · 6 weeks ago
  50. a06160d Rollup merge of #142007 - nnethercote:visitor-comments, r=chenyukang by Matthias Krüger · 6 weeks ago
  51. ed300d8 Improve some `Visitor` comments. by Nicholas Nethercote · 6 weeks ago
  52. f9c2a45 Visit the ident in `PreciseCapturingNonLifetimeArg`. by Nicholas Nethercote · 6 weeks ago
  53. 27a894f Rollup merge of #137725 - oli-obk:i-want-to-move-it-move-it, r=compiler-errors,traviscross by Matthias Krüger · 7 weeks ago
  54. 5fbdfc3 Add `iter` macro by Oli Scherer · 7 weeks ago
  55. d2bf16a Rename `LifetimeSyntax` variants to lang-team-approved names by Jake Goulding · 7 weeks ago
  56. 757d0e7 Rollup merge of #141931 - ArtemIsmagilov:issue-141849_2, r=nnethercote by Matthias Krüger · 7 weeks ago
  57. 624e1cd Deconstruct values in the THIR visitor by ArtemIsmagilov · 7 weeks ago
  58. 69ebe39 Rollup merge of #141876 - compiler-errors:missing-let-ty, r=SparrowLii by Matthias Krüger · 7 weeks ago
  59. 8747ccb Overhaul `UsePath`. by Nicholas Nethercote · 7 weeks ago
  60. 4a803d2 Suppress redundant error by Michael Goulet · 7 weeks ago
  61. aa3009d Reorder hir fn stuff. by Nicholas Nethercote · 7 weeks ago
  62. f8887aa Reorder fields in `hir::ItemKind` variants. by Nicholas Nethercote · 7 weeks ago
  63. 849cabf Rename `kw::Empty` as `sym::empty`. by Nicholas Nethercote · 8 weeks ago
  64. cf878d8 HIR: explain in comment why `ExprKind::If` "then" is an `Expr` by Samuel Tardieu · 9 weeks ago
  65. 2ce08ca update cfg(bootstrap) by Pietro Albini · 10 weeks ago
  66. 0984db5 Remove `Ident::empty`. by Nicholas Nethercote · 2 months ago
  67. 5913e55 Add `DefPathData::OpaqueLifetime` to avoid conflicts for remapped opaque lifetimes by John Kåre Alsaker · 2 months ago
  68. 243c5a3 Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk by bors · 2 months ago
  69. bcf2490 Rollup merge of #140572 - nnethercote:comment-ExprKind-If, r=compiler-errors by Matthias Krüger · 3 months ago
  70. 4869e20 Split `get_opt_name` hashing use into `hashed_symbol` by John Kåre Alsaker · 3 months ago
  71. d16daf5 Add comment about the symbol on `AnonAssocTy` by John Kåre Alsaker · 3 months ago
  72. efc51ce Add `DefPathData::NestedStatic` instead of reusing `DefPathData::AnonConst` by John Kåre Alsaker · 3 months ago
  73. 0ea204a Add useful comments on `ExprKind::If` variants. by Nicholas Nethercote · 3 months ago
  74. d42edee Handle `Path<>` better in error messages. by Nicholas Nethercote · 3 months ago
  75. f242d6c Auto merge of #127516 - nnethercote:simplify-LazyAttrTokenStream, r=petrochenkov by bors · 3 months ago
  76. 298c56f Simplify `LazyAttrTokenStream`. by Nicholas Nethercote · 3 months ago
  77. a20fe8f Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwU by Trevor Gross · 3 months ago
  78. e561ec0 Remove global `next_disambiguator` state and handle it with a `DisambiguatorState` type by John Kåre Alsaker · 3 months ago
  79. c366756 AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. by Andrew Zhogin · 3 months ago
  80. b023856 Add or-patterns to pattern types by Oli Scherer · 3 months ago
  81. 564e5cc Rollup merge of #140202 - est31:let_chains_feature_compiler, r=lcnr by Matthias Krüger · 3 months ago
  82. 2a5c349 Extend HIR to track the source and syntax of a lifetime by Jake Goulding · 3 months ago
  83. 7493e1c Make #![feature(let_chains)] bootstrap conditional in compiler/ by est31 · 3 months ago
  84. 540fb22 Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmann by Matthias Krüger · 3 months ago
  85. 2fef0a3 Replace infallible `name_or_empty` methods with fallible `name` methods. by Nicholas Nethercote · 3 months ago
  86. fe882bf Rename `LifetimeName` as `LifetimeKind`. by Nicholas Nethercote · 3 months ago
  87. f433fa4 Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalathar by bors · 3 months ago
  88. 9d6c95d Rollup merge of #139772 - nnethercote:rm-hir-Map, r=Zalathar by Stuart Cook · 3 months ago
  89. 380ad1b Rollup merge of #138374 - celinval:issue-136925-const-contract, r=compiler-errors,oli-obk,RalfJung by Stuart Cook · 3 months ago
  90. 4b63362 Use `newtype_index!`-generated types more idiomatically by Yotam Ofek · 3 months ago
  91. f836ae4e Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated, r=petrochenkov by bors · 3 months ago
  92. 9734e44 Documentation fixes. by Nicholas Nethercote · 3 months ago
  93. d04df1c Rollup merge of #137043 - Sky9x:unsafe-pinned-pt1-libs, r=tgross35,RalfJung,WaffleLapkin by Jacob Pratt · 3 months ago
  94. 21b7360 Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs] by Sky · 3 months ago
  95. 83dd8a2 Fix name of field in doc comment by Samuel Tardieu · 3 months ago
  96. 2b54f9b Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errors by Jacob Pratt · 3 months ago
  97. cdf5b8d Change how anonymous associated types are printed. by Nicholas Nethercote · 3 months ago
  98. 9eca59a Introduce `DefPathData::AnonAssocTy`. by Nicholas Nethercote · 3 months ago
  99. 0abc6c6 Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-dead by Stuart Cook · 3 months ago
  100. f740326 Allow drivers to supply a list of extra symbols to intern by Alex Macleod · 3 months ago