| Age | Commit message (Expand) | Author | Lines |
| 2024-01-11 | Rollup merge of #119637 - aoli-al:master, r=cuviper | Matthias Krüger | -1/+3 |
| 2024-01-11 | Rollup merge of #119006 - jstasiak:fix-special-ip-ranges, r=cuviper | Matthias Krüger | -4/+22 |
| 2024-01-11 | Rollup merge of #118915 - compiler-errors:alias-nits, r=lcnr | Matthias Krüger | -45/+65 |
| 2024-01-11 | Rollup merge of #115046 - joshtriplett:master, r=compiler-errors | Matthias Krüger | -11/+104 |
| 2024-01-11 | Make is_global/is_unicast_global special address handling complete | Jakub Stasiak | -4/+22 |
| 2024-01-10 | Auto merge of #119751 - nnethercote:error-api-fixes, r=oli-obk | bors | -756/+766 |
| 2024-01-10 | Simplify some redundant names | Michael Goulet | -23/+19 |
| 2024-01-10 | More comments | Michael Goulet | -10/+30 |
| 2024-01-10 | Check reveal and can_define_opaque_ty in try_normalize_ty_recur | Michael Goulet | -12/+16 |
| 2024-01-10 | Auto merge of #119797 - matthiaskrgr:rollup-nn2lt39, r=matthiaskrgr | bors | -111/+219 |
| 2024-01-10 | Rollup merge of #119782 - RalfJung:rint, r=cuviper | Matthias Krüger | -0/+4 |
| 2024-01-10 | Rollup merge of #119772 - oli-obk:whackamole, r=compiler-errors | Matthias Krüger | -0/+48 |
| 2024-01-10 | Rollup merge of #119769 - fmease:rustdoc-off-by-one-dyn-trait-def-gen-args, r... | Matthias Krüger | -105/+129 |
| 2024-01-10 | Rollup merge of #106893 - clubby789:struct-update-help, r=compiler-errors | Matthias Krüger | -6/+38 |
| 2024-01-10 | Auto merge of #119794 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-01-09 | Update cargo | Weihang Lo | -0/+0 |
| 2024-01-09 | Auto merge of #117449 - oli-obk:query_merge_immobile_game, r=matthewjasper | bors | -631/+2700 |
| 2024-01-09 | rint intrinsics: caution against actually trying to check for floating-point ... | Ralf Jung | -0/+4 |
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -631/+2700 |
| 2024-01-09 | Auto merge of #116846 - krtab:slice_compare_no_memcmp_opt, r=the8472 | bors | -1/+11 |
| 2024-01-10 | Add missing `DiagnosticBuilder::eager_diagnostic` method. | Nicholas Nethercote | -5/+7 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -293/+296 |
| 2024-01-10 | Add `DiagCtxt::delayed_bug`. | Nicholas Nethercote | -146/+103 |
| 2024-01-10 | Rename `{create,emit}_warning` as `{create,emit}_warn`. | Nicholas Nethercote | -56/+55 |
| 2024-01-10 | Shorten some error invocations. | Nicholas Nethercote | -34/+30 |
| 2024-01-10 | Rename `struct_span_err!` as `struct_span_code_err!`. | Nicholas Nethercote | -224/+277 |
| 2024-01-10 | Fix incorrect comment. | Nicholas Nethercote | -1/+1 |
| 2024-01-09 | Add error code for missing base expression in struct update syntax | clubby789 | -6/+38 |
| 2024-01-09 | Auto merge of #119777 - GuillaumeGomez:rollup-mf82vow, r=GuillaumeGomez | bors | -151/+414 |
| 2024-01-09 | Rollup merge of #119768 - ojeda:panic-link, r=Nilstrieb | Guillaume Gomez | -1/+1 |
| 2024-01-09 | Rollup merge of #119721 - compiler-errors:constness-implication, r=fee1-dead | Guillaume Gomez | -128/+227 |
| 2024-01-09 | Rollup merge of #118680 - djkoloski:shell_argfiles, r=compiler-errors | Guillaume Gomez | -17/+175 |
| 2024-01-09 | Rollup merge of #118645 - Patryk27:bump-compiler-builtins, r=Nilstrieb,dtolnay | Guillaume Gomez | -5/+5 |
| 2024-01-09 | Rollup merge of #118241 - fortanix:raoul/gh-530-make_userspace_types_send, r=... | Guillaume Gomez | -0/+6 |
| 2024-01-09 | Move variables closer to their usage sites | León Orell Valerian Liehr | -6/+4 |
| 2024-01-09 | Simplify elision of default generic arguments | León Orell Valerian Liehr | -48/+42 |
| 2024-01-09 | Don't arena-allocate extended generic args | León Orell Valerian Liehr | -28/+31 |
| 2024-01-09 | Fix an ICE that occurs after an error has already been reported | Oli Scherer | -0/+48 |
| 2024-01-09 | Update tests | León Orell Valerian Liehr | -14/+30 |
| 2024-01-09 | Offset args of trait object types when cleaning | León Orell Valerian Liehr | -16/+29 |
| 2024-01-09 | Rename rustc_middle path cleaning functions | León Orell Valerian Liehr | -37/+37 |
| 2024-01-09 | Auto merge of #119767 - GuillaumeGomez:rollup-fbp26yb, r=GuillaumeGomez | bors | -790/+1963 |
| 2024-01-09 | core: panic: fix broken link | Miguel Ojeda | -1/+1 |
| 2024-01-09 | Rollup merge of #119758 - erikdesjardins:hurd, r=petrochenkov | Guillaume Gomez | -1/+1 |
| 2024-01-09 | Rollup merge of #119756 - notriddle:notriddle/reuse-map, r=GuillaumeGomez | Guillaume Gomez | -20/+91 |
| 2024-01-09 | Rollup merge of #119723 - nnethercote:rm-Zdont-buffer-diagnostics, r=compiler... | Guillaume Gomez | -10/+1 |
| 2024-01-09 | Rollup merge of #119699 - cjgillot:simplify-unreachable, r=oli-obk | Guillaume Gomez | -156/+124 |
| 2024-01-09 | Rollup merge of #119668 - cjgillot:transform-promote, r=oli-obk | Guillaume Gomez | -237/+164 |
| 2024-01-09 | Rollup merge of #119527 - klensy:ordering, r=compiler-errors | Guillaume Gomez | -19/+13 |
| 2024-01-09 | Rollup merge of #119282 - Urgau:check-cfg-rework-unstable-doc, r=JohnTitor | Guillaume Gomez | -101/+123 |