| Age | Commit message (Expand) | Author | Lines |
| 2023-10-12 | check-cfg: mention the unexpected name and value in the primary message | Urgau | -58/+62 |
| 2023-10-12 | check-cfg: adjust expected names and values when useful | Urgau | -2/+42 |
| 2023-10-12 | Auto merge of #116649 - nnethercote:improve-print_tts-precursors, r=petrochenkov | bors | -405/+433 |
| 2023-10-12 | Auto merge of #116600 - GuillaumeGomez:repr-enums-discriminant, r=fmease | bors | -10/+122 |
| 2023-10-12 | Auto merge of #116628 - gurry:116293-dup-note.rs, r=petrochenkov | bors | -10/+4 |
| 2023-10-12 | Auto merge of #113487 - estebank:sugg-113174, r=oli-obk | bors | -27/+267 |
| 2023-10-12 | Fix duplicate note on internal feature gate | Gurinder Singh | -10/+4 |
| 2023-10-12 | Auto merge of #116506 - Wilfred:remove_tmp_var, r=workingjubilee | bors | -2/+1 |
| 2023-10-11 | Auto merge of #116448 - Kobzol:bootstrap-host-flags, r=onur-ozkan,petrochenkov | bors | -37/+57 |
| 2023-10-12 | Rename `tt_prepend_space` as `space_between`. | Nicholas Nethercote | -4/+4 |
| 2023-10-12 | Use `TokenStream::token_alone` in one place. | Nicholas Nethercote | -4/+4 |
| 2023-10-12 | Reorder an expression to improve readability. | Nicholas Nethercote | -12/+7 |
| 2023-10-12 | Add a comment to `tests/ui/proc-macro/issue-75930-derive-cfg.rs`. | Nicholas Nethercote | -386/+416 |
| 2023-10-12 | Rename `Token::is_op` as `Token::is_punct`. | Nicholas Nethercote | -4/+7 |
| 2023-10-11 | Improve code documentation a bit | Guillaume Gomez | -2/+2 |
| 2023-10-11 | Add tests for enum discriminant value display with `repr` | Guillaume Gomez | -0/+98 |
| 2023-10-11 | Show enum discriminant if a compatible repr is used | Guillaume Gomez | -10/+24 |
| 2023-10-11 | Auto merge of #116640 - matthiaskrgr:rollup-xt9r5ir, r=matthiaskrgr | bors | -108/+132 |
| 2023-10-11 | Use structured suggestion for #113174 | Esteban Küber | -27/+267 |
| 2023-10-11 | Rollup merge of #116627 - fee1-dead-contrib:cleanup, r=spastorino | Matthias Krüger | -6/+4 |
| 2023-10-11 | Rollup merge of #116597 - GuillaumeGomez:foreign-blanket-impl, r=notriddle | Matthias Krüger | -2/+41 |
| 2023-10-11 | Rollup merge of #116436 - compiler-errors:structurally-normalize-for-closure,... | Matthias Krüger | -7/+36 |
| 2023-10-11 | Rollup merge of #116315 - cjgillot:cpl-clean, r=petrochenkov | Matthias Krüger | -50/+11 |
| 2023-10-11 | Rollup merge of #116219 - compiler-errors:relate-alias-ty-with-variance, r=lcnr | Matthias Krüger | -43/+40 |
| 2023-10-11 | Auto merge of #113218 - lqd:polonius-scopes, r=jackh726 | bors | -36/+413 |
| 2023-10-11 | Auto merge of #115937 - oli-obk:spurious_unreachable_pattern, r=Nadrieril | bors | -203/+115 |
| 2023-10-11 | Remember the `ErrorReported` used to silence follow up errors instead of recr... | Oli Scherer | -13/+15 |
| 2023-10-11 | Avoid emitting the non_exhaustive error if other errors already occurred | Oli Scherer | -90/+34 |
| 2023-10-11 | Prevent spurious `unreachable pattern` lints | Oli Scherer | -191/+157 |
| 2023-10-11 | Auto merge of #116014 - lqd:mcp510-2-electric-boogaloo, r=petrochenkov | bors | -64/+159 |
| 2023-10-11 | Auto merge of #116623 - Nadrieril:validate-range-endpoints, r=oli-obk | bors | -168/+318 |
| 2023-10-11 | Handle private dep at the same level as masked crates | Guillaume Gomez | -15/+10 |
| 2023-10-11 | Add regression test for #115480 | Guillaume Gomez | -0/+32 |
| 2023-10-11 | Prevent showing methods from blanket impls of not available foreign traits to... | Guillaume Gomez | -1/+13 |
| 2023-10-11 | small cleanup | Deadbeef | -6/+4 |
| 2023-10-11 | Auto merge of #112818 - Benjamin-L:add-slice_split_once, r=cuviper | bors | -0/+77 |
| 2023-10-11 | Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease | bors | -99/+433 |
| 2023-10-11 | Auto merge of #116622 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-10-11 | Fix span of overflow lint for negated literals | Nadrieril | -29/+30 |
| 2023-10-11 | Fix range overflow checking | Nadrieril | -64/+96 |
| 2023-10-11 | Rework error handling when lowering range endpoints | Nadrieril | -114/+87 |
| 2023-10-11 | Add tests | Nadrieril | -0/+144 |
| 2023-10-11 | Auto merge of #116621 - aliemjay:rollup-0e2of3c, r=aliemjay | bors | -31/+275 |
| 2023-10-11 | Rollup merge of #116612 - tmiasko:rm-dom-iter, r=cjgillot | Ali MJ Al-Nasrawy | -26/+1 |
| 2023-10-11 | Rollup merge of #116611 - mejrs:diagnostic_namespace, r=ehuss | Ali MJ Al-Nasrawy | -0/+84 |
| 2023-10-11 | Rollup merge of #116530 - aliemjay:ice-on-ambiguity, r=compiler-errors | Ali MJ Al-Nasrawy | -5/+40 |
| 2023-10-11 | Rollup merge of #95967 - CAD97:from-utf16, r=dtolnay | Ali MJ Al-Nasrawy | -0/+150 |
| 2023-10-10 | update cargo | Weihang Lo | -0/+0 |
| 2023-10-11 | Auto merge of #116578 - antoyo:subtree-update_cg_gcc_2023-10-09, r=bjorn3 | bors | -657/+2844 |
| 2023-10-11 | Document `diagnostic_namespace` feature | mejrs | -0/+84 |