| Age | Commit message (Expand) | Author | Lines |
| 2024-07-12 | Rollup merge of #127622 - compiler-errors:builtin-internal, r=lqd | Matthias Krüger | -2/+2 |
| 2024-07-12 | Rollup merge of #127607 - Zalathar:normalize-hint, r=wesleywiser | Matthias Krüger | -6/+12 |
| 2024-07-12 | Rollup merge of #127596 - tesuji:help-unwrap-or, r=compiler-errors | Matthias Krüger | -15/+61 |
| 2024-07-12 | Rollup merge of #127422 - greaka:master, r=workingjubilee | Matthias Krüger | -22/+4 |
| 2024-07-12 | Rollup merge of #127164 - Nadrieril:clean-lowering-loop, r=matthewjasper | Matthias Krüger | -540/+425 |
| 2024-07-11 | Auto merge of #127614 - matthiaskrgr:rollup-8geziwi, r=matthiaskrgr | bors | -409/+447 |
| 2024-07-11 | Add doc for deconstruct_option_or_result | Lzu Tao | -0/+3 |
| 2024-07-11 | Add suggestion for `Option<&Vec<T>> -> Option<&[T]` | Lzu Tao | -15/+38 |
| 2024-07-11 | Add regression test for issue 127545 | Lzu Tao | -0/+20 |
| 2024-07-11 | Auto merge of #127609 - flip1995:clippy-subtree-update, r=Manishearth | bors | -2494/+4147 |
| 2024-07-11 | Mark builtin syntax as internal | Michael Goulet | -2/+2 |
| 2024-07-11 | Rollup merge of #127605 - nikic:remove-extern-wasm, r=oli-obk | Matthias Krüger | -382/+87 |
| 2024-07-11 | Rollup merge of #127601 - trevyn:issue-127600, r=compiler-errors | Matthias Krüger | -2/+12 |
| 2024-07-11 | Rollup merge of #127599 - tgross35:lazy_cell_consume-rename, r=workingjubilee | Matthias Krüger | -4/+4 |
| 2024-07-11 | Rollup merge of #127598 - weiznich:diagnostic_do_not_recommend_also_skips_hel... | Matthias Krüger | -0/+80 |
| 2024-07-11 | Rollup merge of #127591 - compiler-errors:label-after-primary, r=lcnr | Matthias Krüger | -1/+24 |
| 2024-07-11 | Rollup merge of #127588 - uweigand:s390x-f16-doctests, r=tgross35 | Matthias Krüger | -0/+15 |
| 2024-07-11 | Rollup merge of #127572 - tbu-:pr_debug_event_nonpacked, r=jhpratt | Matthias Krüger | -1/+1 |
| 2024-07-11 | Rollup merge of #124599 - estebank:issue-41708, r=wesleywiser | Matthias Krüger | -19/+224 |
| 2024-07-11 | Auto merge of #127487 - tgross35:f16-f128-simd, r=Amanieu | bors | -0/+2 |
| 2024-07-11 | Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u... | Philipp Krones | -2494/+4147 |
| 2024-07-11 | Auto merge of #13086 - flip1995:rustup, r=flip1995 | bors | -64/+70 |
| 2024-07-11 | Bump nightly version -> 2024-07-11 | Philipp Krones | -1/+1 |
| 2024-07-11 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -2527/+4199 |
| 2024-07-11 | Auto merge of #127311 - oli-obk:do_not_count_errors, r=compiler-errors | bors | -211/+37 |
| 2024-07-11 | compiletest: Better error message for bad `normalize-*` headers | Zalathar | -6/+12 |
| 2024-07-11 | Avoid follow-up errors and ICEs after missing lifetime errors on data structures | Oli Scherer | -211/+37 |
| 2024-07-11 | Remove extern "wasm" ABI | Nikita Popov | -382/+87 |
| 2024-07-11 | Auto merge of #126777 - Zalathar:normalize-colon, r=lcnr | bors | -245/+235 |
| 2024-07-11 | check is_ident before parse_ident | trevyn | -2/+12 |
| 2024-07-11 | Rename `lazy_cell_consume` to `lazy_cell_into_inner` | Trevor Gross | -4/+4 |
| 2024-07-11 | Auto merge of #127097 - compiler-errors:async-closure-lint, r=oli-obk | bors | -20/+242 |
| 2024-07-11 | Allows `#[diagnostic::do_not_recommend]` to supress trait impls in suggestion... | Georg Semmler | -0/+80 |
| 2024-07-11 | Auto merge of #127575 - chenyukang:yukang-fix-struct-fields-ice, r=compiler-e... | bors | -32/+131 |
| 2024-07-11 | Require a colon in `//@ normalize-*:` headers | Zalathar | -17/+7 |
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -228/+228 |
| 2024-07-11 | Auto merge of #127538 - Oneirical:the-sacred-tests, r=jieyouxu | bors | -68/+78 |
| 2024-07-10 | Fix diagnostic and add a test for it | Michael Goulet | -1/+15 |
| 2024-07-10 | Make sure that labels are defined after the primary span in diagnostics | Michael Goulet | -0/+9 |
| 2024-07-10 | Auto merge of #127560 - oli-obk:safe_clobber, r=nnethercote | bors | -14/+3 |
| 2024-07-10 | core: Limit remaining f16 doctests to x86_64 linux | Ulrich Weigand | -0/+15 |
| 2024-07-10 | Auto merge of #13081 - GuillaumeGomez:fix-iter_next_loop.rs, r=y21 | bors | -5/+7 |
| 2024-07-10 | Auto merge of #127419 - trevyn:issue-125446, r=fee1-dead | bors | -147/+309 |
| 2024-07-10 | Auto merge of #12984 - bitfield:fix_doc_nits_c, r=Alexendoo | bors | -191/+197 |
| 2024-07-11 | report pat no field error no recoverd struct variant | yukang | -32/+131 |
| 2024-07-10 | Auto merge of #127580 - matthiaskrgr:rollup-pjw1xmj, r=matthiaskrgr | bors | -320/+224 |
| 2024-07-10 | Rollup merge of #127570 - lcnr:normalize-cool, r=compiler-errors | Matthias Krüger | -13/+10 |
| 2024-07-10 | Rollup merge of #127569 - Kobzol:ci-fix-docker-local-rebuild, r=nikic | Matthias Krüger | -1/+1 |
| 2024-07-10 | Rollup merge of #127568 - lcnr:undo-leakcheck, r=oli-obk | Matthias Krüger | -299/+121 |
| 2024-07-10 | Rollup merge of #127564 - m-ou-se:review-rotation, r=joboet | Matthias Krüger | -1/+0 |