| Age | Commit message (Expand) | Author | Lines |
| 2024-01-23 | tidy | HTGAzureX1212. | -1/+1 |
| 2024-01-23 | address requested changes | HTGAzureX1212. | -13/+18 |
| 2024-01-23 | add list of characters to uncommon codepoints lint | HTGAzureX1212. | -7/+26 |
| 2024-01-23 | Auto merge of #120017 - nnethercote:lint-api, r=oli-obk | bors | -376/+353 |
| 2024-01-22 | Auto merge of #120251 - matthiaskrgr:rollup-gttrw68, r=matthiaskrgr | bors | -214/+816 |
| 2024-01-22 | Rollup merge of #120233 - oli-obk:revert_trait_obj_upcast_stabilization, r=lcnr | Matthias Krüger | -102/+427 |
| 2024-01-22 | Rollup merge of #120220 - nnethercote:TokenStream-Display-docs, r=petrochenkov | Matthias Krüger | -0/+16 |
| 2024-01-22 | Rollup merge of #120216 - nnethercote:fix-trimmed_def_paths-assertion, r=comp... | Matthias Krüger | -2/+0 |
| 2024-01-22 | Rollup merge of #120159 - jyn514:track-verbose, r=wesleywiser | Matthias Krüger | -6/+7 |
| 2024-01-22 | Rollup merge of #120143 - compiler-errors:consolidate-instance-resolve-for-co... | Matthias Krüger | -58/+56 |
| 2024-01-22 | Rollup merge of #120109 - joboet:move_pal_cmath, r=ChrisDenton | Matthias Krüger | -26/+14 |
| 2024-01-22 | Rollup merge of #120104 - Nadrieril:never-pat-diverges, r=compiler-errors | Matthias Krüger | -6/+296 |
| 2024-01-22 | Rollup merge of #119664 - ChrisDenton:mingw-pty, r=thomcc | Matthias Krüger | -14/+0 |
| 2024-01-23 | Rename `struct_lint_level` as `lint_level`. | Nicholas Nethercote | -20/+20 |
| 2024-01-23 | Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`. | Nicholas Nethercote | -118/+118 |
| 2024-01-23 | Rename `TyCtxt::emit_lint` as `TyCtxt::emit_node_lint`. | Nicholas Nethercote | -2/+2 |
| 2024-01-23 | Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`. | Nicholas Nethercote | -68/+56 |
| 2024-01-23 | Rename `TyCtxt::struct_lint_node` as `TyCtxt::node_lint`. | Nicholas Nethercote | -5/+5 |
| 2024-01-23 | Rename `LintLevelsBuilder::emit_spanned_lint` as `LintLevelsBuilder::emit_spa... | Nicholas Nethercote | -7/+7 |
| 2024-01-23 | Rename `LintLevelsBuilder::struct_lint` as `LintLevelsBuilder::opt_span_lint`. | Nicholas Nethercote | -3/+3 |
| 2024-01-23 | Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`. | Nicholas Nethercote | -128/+112 |
| 2024-01-23 | Rename `LintContext::lookup_with_diagnostics` as `LintContext::span_lint_with... | Nicholas Nethercote | -3/+9 |
| 2024-01-23 | Rename `LintContext::lookup` as `LintContext::opt_span_lint`. | Nicholas Nethercote | -9/+9 |
| 2024-01-23 | Rename `LintContext::struct_span_lint` as `LintContext::span_lint`. | Nicholas Nethercote | -13/+12 |
| 2024-01-22 | Auto merge of #120242 - matthiaskrgr:rollup-a93yj3i, r=matthiaskrgr | bors | -226/+556 |
| 2024-01-22 | Rollup merge of #120218 - compiler-errors:parse_macro_arg, r=calebcartwright,... | Matthias Krüger | -19/+29 |
| 2024-01-22 | Rollup merge of #120181 - dtolnay:tlconst, r=thomcc | Matthias Krüger | -2/+24 |
| 2024-01-22 | Rollup merge of #120164 - trevyn:is_downgradable, r=compiler-errors | Matthias Krüger | -53/+65 |
| 2024-01-22 | Rollup merge of #120137 - compiler-errors:validate-aggregates, r=nnethercote | Matthias Krüger | -1/+61 |
| 2024-01-22 | Rollup merge of #120097 - Nadrieril:consistent_unreachable_subpats, r=compile... | Matthias Krüger | -40/+182 |
| 2024-01-22 | Rollup merge of #120059 - oli-obk:const_arg_type_mismatch, r=compiler-errors | Matthias Krüger | -31/+80 |
| 2024-01-22 | Rollup merge of #120058 - onur-ozkan:compiler-assemble, r=Mark-Simulacrum | Matthias Krüger | -28/+34 |
| 2024-01-22 | Rollup merge of #119801 - zachs18:zachs18-patch-1, r=steffahn,Nilstrieb | Matthias Krüger | -2/+2 |
| 2024-01-22 | Rollup merge of #118639 - fmease:deny-features-in-stable-rustc-crates, r=Waff... | Matthias Krüger | -13/+35 |
| 2024-01-22 | Rollup merge of #117910 - madsmtm:msg-send-no-clashing, r=thomcc | Matthias Krüger | -37/+44 |
| 2024-01-22 | Auto merge of #120239 - matthiaskrgr:rollup-vqjn6ot, r=matthiaskrgr | bors | -314/+2374 |
| 2024-01-22 | Test async fn | Nadrieril | -0/+34 |
| 2024-01-22 | Use `-> !` to test divergence | Nadrieril | -5/+8 |
| 2024-01-22 | Rollup merge of #120225 - micolous:patch-1, r=michaelwoerister | Matthias Krüger | -1/+1 |
| 2024-01-22 | Rollup merge of #120213 - compiler-errors:dont-make-non-lifetime-binders-in-r... | Matthias Krüger | -25/+46 |
| 2024-01-22 | Rollup merge of #120152 - rowan-sl:help-message-for-range-pattern, r=oli-obk | Matthias Krüger | -1/+11 |
| 2024-01-22 | Rollup merge of #119999 - onur-ozkan:remote-test-tools, r=Mark-Simulacrum | Matthias Krüger | -14/+13 |
| 2024-01-22 | Rollup merge of #119948 - asquared31415:unsafe_op_in_unsafe_fn_fix, r=TaKO8Ki | Matthias Krüger | -51/+160 |
| 2024-01-22 | Rollup merge of #119943 - devnexen:listener_update3, r=thomcc | Matthias Krüger | -1/+7 |
| 2024-01-22 | Rollup merge of #119408 - betrusted-io:xous-fixes-add-network, r=Mark-Simulacrum | Matthias Krüger | -176/+1770 |
| 2024-01-22 | Rollup merge of #119369 - bvanjoi:fix-119301, r=petrochenkov | Matthias Krüger | -17/+149 |
| 2024-01-22 | Rollup merge of #118578 - mina86:c, r=dtolnay | Matthias Krüger | -28/+217 |
| 2024-01-22 | std: move cmath into `sys` | joboet | -26/+14 |
| 2024-01-22 | Add regression test | Oli Scherer | -0/+69 |
| 2024-01-22 | Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin" | Oli Scherer | -102/+358 |