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

  1. 19ed2f1 Rollup merge of #144008 - anatawa12:fix-double-negations, r=compiler-errors by Matthias Krüger · 32 hours ago
  2. 9cd918b Auto merge of #143879 - fee1-dead-contrib:push-lrlpoouyqqry, r=fmease by bors · 2 days ago
  3. 6932687 parse `const trait Trait` by Deadbeef · 2 days ago
  4. 51f16b0 Rollup merge of #143914 - shepmaster:mismatched-lifetime-syntaxes-rewording, r=traviscross,jieyouxu by Matthias Krüger · 2 days ago
  5. f8f6997 Auto merge of #144044 - fmease:rollup-kg413pt, r=fmease by bors · 2 days ago
  6. fad8dec fix: false positive double_negations when it jumps macro boundary by anatawa12 · 2 days ago
  7. 36a362b Rollup merge of #143856 - mladedav:dm/private-reexport, r=petrochenkov by León Orell Valerian Liehr · 2 days ago
  8. fe420b0 Rollup merge of #143678 - Kivooeo:char-overflow, r=SparrowLii by León Orell Valerian Liehr · 2 days ago
  9. 7356ff7 Implement other logics by tiif · 4 days ago
  10. 8b868fa Implement resolver warnings about reexporting private dependencies by David Mládek · 4 days ago
  11. 38dd6f5 Allow `Early` stage to emit errors by Jonathan Brouwer · 4 days ago
  12. 5530744 Reword mismatched-lifetime-syntaxes text based on feedback by Jake Goulding · 5 days ago
  13. ad635e5 Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obk by bors · 5 days ago
  14. 21fd82a Retire hir::*ItemRef. by Camille GILLOT · 6 days ago
  15. 277b0ec Remove hir::AssocItemKind. by Camille GILLOT · 6 days ago
  16. b1d2f2c Auto merge of #140717 - mejrs:diagnostic_lints, r=oli-obk by bors · 6 days ago
  17. ef82007 Port `#[automatically_derived]` to the new attribute parsing infrastructure by Jonathan Brouwer · 7 days ago
  18. a7bf5c4 Split up the `unknown_or_malformed_diagnostic_attributes` lint by mejrs · 8 days ago
  19. 8c5398a Rollup merge of #143675 - hkBst:overflowing-1, r=oli-obk by Matthias Krüger · 9 days ago
  20. 81a6f18 added error for invalid char cast by Kivooeo · 9 days ago
  21. 93db9e7 Remove uncessary parens in closure body with unused lint by yukang · 9 days ago
  22. 43bc40f improve lint doc text by Marijn Schouten · 10 days ago
  23. 3b48407 Remove unused allow attrs by Yotam Ofek · 12 days ago
  24. 7eea141 Rollup merge of #143544 - workingjubilee:rename-bare-fn, r=fmease by Jacob Pratt · 12 days ago
  25. 0a4f87a compiler: rename {ast,hir}::BareFn* to FnPtr* by Jubilee Young · 13 days ago
  26. 3fa0ec9 Rewrite empty attribute lint by Jonathan Brouwer · 13 days ago
  27. 8eb9f70 Stop using Key trait randomly by Michael Goulet · 14 days ago
  28. 74570e5 Same for types by Michael Goulet · 2 weeks ago
  29. 42c9bfd Remove Symbol for Named LateParam/Bound variants by Michael Goulet · 2 weeks ago
  30. ef4dece Port `#[rustc_pass_by_value]` to the new attribute system by Pavel Grigorenko · 2 weeks ago
  31. f6d37a2 Rollup merge of #134006 - klensy:typos, r=nnethercote by Jana Dönszelmann · 2 weeks ago
  32. c76d032 setup CI and tidy to use typos for spellchecking and fix few typos by klensy · 2 weeks ago
  33. bc8bcc7 Rollup merge of #143306 - samueltardieu:track-clippy-lints-emission, r=petrochenkov by Matthias Krüger · 2 weeks ago
  34. 6ebf642a Rollup merge of #142237 - benschulz:unused-parens-fn, r=fee1-dead by Matthias Krüger · 2 weeks ago
  35. b4d35fd Add `track_caller` attributes to trace origin of Clippy lints by Samuel Tardieu · 2 weeks ago
  36. 7d6764a Detect more cases of unused_parens around types by Benjamin Schulz · 3 weeks ago
  37. 478f828 Introduce `ByteSymbol`. by Nicholas Nethercote · 3 weeks ago
  38. f9f3935 Rollup merge of #143030 - Urgau:issue-143025, r=SparrowLii by Guillaume Gomez · 3 weeks ago
  39. 1249c14 Port `#[link_name]` to the new attribute parsing infrastructure by Jonathan Brouwer · 3 weeks ago
  40. 287d9af Port `#[export_name]` to the new attribute parsing infrastructure by Jonathan Brouwer · 3 weeks ago
  41. 05d3d17 Fix suggestion spans inside macros for the `unused_must_use` lint by Urgau · 3 weeks ago
  42. 63c5a84 Rollup merge of #142724 - xizheyin:avoid_overwrite_args, r=oli-obk by Jana Dönszelmann · 3 weeks ago
  43. d2d17c6 Add runtime check to avoid overwrite arg easily in diag and store and restore snapshot when set subdiag arg by xizheyin · 3 weeks ago
  44. ced6109 Rollup merge of #142980 - shepmaster:mismatched-syntaxes-multi-suggestions, r=ehuss by Jubilee · 3 weeks ago
  45. 2ad6272 Rollup merge of #142825 - jdonszelmann:track-caller, r=oli-obk by Jubilee · 3 weeks ago
  46. 5d44fdd Rewrite #[track_caller] by Jana Dönszelmann · 4 weeks ago
  47. 46e9d2f Reduce mismatched-lifetime-syntaxes suggestions to MaybeIncorrect by Jake Goulding · 4 weeks ago
  48. 27819a0 Rollup merge of #142645 - Urgau:usage-non_upper_case_globals, r=fmease by Matthias Krüger · 4 weeks ago
  49. b34c520 compiler: Remove unsupported_fn_ptr_calling_conventions lint by Jubilee Young · 4 weeks ago
  50. 2084831 Port `#[no_mangle]` to new attribute parsing infrastructure by Jonathan Brouwer · 4 weeks ago
  51. 2681bb0 Rollup merge of #142780 - JonathanBrouwer:must_use_new_attr, r=jdonszelmann by Guillaume Gomez · 4 weeks ago
  52. cab65ef Rollup merge of #142593 - blyxyas:improve-docs-itty-bitty-change, r=compiler-errors by Guillaume Gomez · 4 weeks ago
  53. 6ffd0e6 Address review comments by Urgau · 4 weeks ago
  54. b24df42 Port `#[must_use]` to new attribute parsing infrastructure by Jonathan Brouwer · 4 weeks ago
  55. 6729b66 All HIR attributes are outer by David Tolnay · 4 weeks ago
  56. 1b5ec3f Add `emit_span_lint_lazy` to lazily create `LintDiagnostic` structs by Urgau · 4 weeks ago
  57. 8b88265 Lazily collect `NonUpperCaseGlobalSubTool` diagnostics by Urgau · 4 weeks ago
  58. 09d0a73 Switch `non_upper_case_globals` suggestions to being machine-applicable by Urgau · 4 weeks ago
  59. dd41c06 Rollup merge of #142687 - cjgillot:less-hir_crate, r=oli-obk by Trevor Gross · 4 weeks ago
  60. 4df9f2f Emit the usages suggestions as tool-only suggestions by Urgau · 4 weeks ago
  61. c6e77b3 Reduce uses of `hir_crate`. by Camille GILLOT · 4 weeks ago
  62. a1a3bef Implement lint against direct uses of rustc_type_ir in compiler crates by Romain Perier · 4 weeks ago
  63. 1bb3352 Auto merge of #138165 - jdonszelmann:inline, r=oli-obk by bors · 4 weeks ago
  64. 42bb66a Also emit suggestions for usages in the `non_upper_case_globals` lint by Urgau · 5 weeks ago
  65. f663823 Rollup merge of #142631 - xizheyin:142143, r=Urgau by Jacob Pratt · 5 weeks ago
  66. ee976bb fix bugs in inline/force_inline and diagnostics of all attr parsers by Jana Dönszelmann · 5 weeks ago
  67. 72fbf3e Dont suggest remove semi inside macro expansion for redundant semi lint by xizheyin · 5 weeks ago
  68. 86d0aef Auto merge of #137944 - davidtwco:sized-hierarchy, r=oli-obk by bors · 5 weeks ago
  69. 6d04085 Add a warning to LateContext::get_def_path by blyxyas · 5 weeks ago
  70. f0b84b8 lint: don't consider sizedness in upcastable lint by David Wood · 5 weeks ago
  71. da8d6bb Port `#[rustc_as_ptr]` to the new attribute system by Pavel Grigorenko · 5 weeks ago
  72. b79d3b1 Rollup merge of #134661 - dtolnay:prefixattr, r=fmease by León Orell Valerian Liehr · 5 weeks ago
  73. d6dc965 Rollup merge of #133952 - bjorn3:remove_wasm_legacy_abi, r=alexcrichton by León Orell Valerian Liehr · 5 weeks ago
  74. 75e7cf5 Auto merge of #142398 - fee1-dead-contrib:push-ynxrtswtkyxw, r=oli-obk by bors · 5 weeks ago
  75. 4a73e3c Auto merge of #142129 - shepmaster:mismatched-syntaxes-in-function-like-places, r=jieyouxu by bors · 5 weeks ago
  76. 3e944fa Remove all support for wasm's legacy ABI by bjorn3 · 5 weeks ago
  77. c3537c2 Rollup merge of #142441 - compiler-errors:lazier-binder-value-folding, r=lcnr by Jubilee · 5 weeks ago
  78. 2171f89 Reduce precedence of expressions that have an outer attr by David Tolnay · 5 weeks ago
  79. b138202 TypeVisiting binders no longer requires TypeFolding its interior by Michael Goulet · 5 weeks ago
  80. 8da6239 Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgr by bors · 5 weeks ago
  81. 015c777 Auto merge of #142432 - matthiaskrgr:rollup-ziuls9y, r=matthiaskrgr by bors · 5 weeks ago
  82. 8002683 Rollup merge of #128425 - tgross35:missing-fragment-specifier-unconditional, r=petrochenkov,traviscross by Matthias Krüger · 5 weeks ago
  83. bb3a3c5 Auto merge of #142438 - matthiaskrgr:rollup-u1jdnhz, r=matthiaskrgr by bors · 5 weeks ago
  84. ae76150 Rollup merge of #134536 - Urgau:fn-ptr-option, r=compiler-errors,traviscross by Matthias Krüger · 5 weeks ago
  85. 2591439 Rollup merge of #141162 - mejrs:gated, r=fee1-dead by Matthias Krüger · 5 weeks ago
  86. ae8ca1f early linting: avoid redundant calls to `check_id` by Deadbeef · 5 weeks ago
  87. 841f7ce Make `missing_fragment_specifier` an unconditional error by Trevor Gross · 5 weeks ago
  88. 6072207 introduce new lint infra by Jana Dönszelmann · 5 weeks ago
  89. fafc0f2 Report the `unpredictable_function_pointer_comparisons` lint in macro by Urgau · 5 weeks ago
  90. 6f958ac Remove unneeded `check_id` calls as they are already called in `visit_id` in `EarlyContextAndPass` type by Guillaume Gomez · 6 weeks ago
  91. 81eb182 Remove rustc_feature::Stability by mejrs · 6 weeks ago
  92. 959d6de refactor `AttributeGate` and `rustc_attr!` to emit notes during feature checking by mejrs · 6 weeks ago
  93. b6685d7 Auto merge of #141435 - RalfJung:unsupported_calling_conventions, r=workingjubilee by bors · 6 weeks ago
  94. 873122c add (back) unsupported_calling_conventions lint to reject more invalid calling conventions by Ralf Jung · 6 weeks ago
  95. c475ad0 Rollup merge of #141661 - Urgau:deny-dangerous_implicit_autorefs, r=traviscross by Guillaume Gomez · 6 weeks ago
  96. 9c6320a Apply `mismatched-lifetime-syntaxes` to trait and extern functions by Jake Goulding · 6 weeks ago
  97. c1d1f7a Rollup merge of #142012 - oli-obk:no-optional-spans, r=fee1-dead by Matthias Krüger · 6 weeks ago
  98. ccf3198 Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=traviscross,jieyouxu by bors · 6 weeks ago
  99. fd3da4b Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None by Oli Scherer · 6 weeks ago
  100. d35ad94 Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes` by Jake Goulding · 6 weeks ago