| Age | Commit message (Expand) | Author | Lines |
| 2023-12-06 | Auto merge of #118679 - matthiaskrgr:rollup-zr1l9w6, r=matthiaskrgr | bors | -68/+994 |
| 2023-12-06 | Auto merge of #16037 - Veykril:proc-macro-backtrace, r=Veykril | bors | -42/+41 |
| 2023-12-06 | fix: Don't print proc-macro panic backtraces in the logs | Lukas Wirth | -42/+41 |
| 2023-12-06 | Rollup merge of #118669 - klensy:comment-fix, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2023-12-06 | Rollup merge of #118664 - notriddle:master, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2023-12-06 | Rollup merge of #118650 - RalfJung:flags-sync, r=clubby789 | Matthias Krüger | -0/+2 |
| 2023-12-06 | Rollup merge of #118516 - celinval:smir-variants, r=ouz-a | Matthias Krüger | -53/+545 |
| 2023-12-06 | Rollup merge of #117874 - esp-rs:riscv3264imafc-unknown-none-elf, r=davidtwco | Matthias Krüger | -4/+71 |
| 2023-12-06 | Rollup merge of #117563 - 0xalpharush:docs/into-raw, r=workingjubilee | Matthias Krüger | -3/+11 |
| 2023-12-06 | Rollup merge of #116496 - estebank:question-method-chain-context, r=compiler-... | Matthias Krüger | -6/+364 |
| 2023-12-07 | Add emulated TLS support | quininer | -28/+71 |
| 2023-12-06 | Auto merge of #118605 - fee1-dead-contrib:rm-rustc_host, r=compiler-errors | bors | -88/+56 |
| 2023-12-06 | Auto merge of #16036 - JoJoDeveloping:expose-param-lowering-mode, r=lnicola | bors | -2/+2 |
| 2023-12-06 | tip for define macro name after `macro_rules!` | bohan | -4/+37 |
| 2023-12-06 | update: make each trait_impl_reduntant_assoc_item into individual diagnostic | Young-Flash | -75/+91 |
| 2023-12-06 | feat: add trait_impl_reduntant_assoc_item diagnostic | Young-Flash | -0/+85 |
| 2023-12-06 | make ParamLoweringMode accessible | Johannes Hostert | -2/+2 |
| 2023-12-06 | Auto merge of #118595 - Zalathar:visible-macro, r=TaKO8Ki | bors | -18/+20 |
| 2023-12-06 | Auto merge of #11913 - KisaragiEffective:fix/ptr-as-ptr-with-null, r=llogiq | bors | -5/+426 |
| 2023-12-06 | Auto merge of #16035 - Veykril:macro-diagnostics, r=Veykril | bors | -252/+294 |
| 2023-12-06 | Use the glob binding in resolve_rustdoc_path process | r0cky | -0/+23 |
| 2023-12-06 | privacy: Simplify `update_macro_reachable` | Vadim Petrochenkov | -32/+9 |
| 2023-12-06 | Fix diagnostics panicking when resolving to different files due to macros | Lukas Wirth | -77/+158 |
| 2023-12-06 | Simplify | Lukas Wirth | -175/+136 |
| 2023-12-06 | Auto merge of #16034 - Veykril:ide-macro-improvements, r=Veykril | bors | -488/+851 |
| 2023-12-06 | Allow navigation targets to be duplicated when the focus range lies in the ma... | Lukas Wirth | -488/+851 |
| 2023-12-06 | Auto merge of #117661 - TheLazyDutchman:point_out_shadowed_associated_types, ... | bors | -4/+119 |
| 2023-12-06 | library: fix comment about const assert in win api | klensy | -1/+1 |
| 2023-12-06 | Point out shadowed associated types | TheLazyDutchman | -4/+119 |
| 2023-12-06 | Auto merge of #118460 - the8472:fix-vec-realloc, r=saethlin | bors | -7/+35 |
| 2023-12-06 | Adjust tests for newly added ambiguous_wide_pointer_comparisons lint | Urgau | -1/+1 |
| 2023-12-06 | Drop clippy::vtable_address_comparisons | Urgau | -244/+70 |
| 2023-12-06 | Adjust tests for newly added ambiguous_wide_pointer_comparisons lint | Urgau | -2/+9 |
| 2023-12-06 | Allow ambiguous_wide_pointer_comparisons lint for std methods | Urgau | -0/+14 |
| 2023-12-06 | Drop clippy::vtable_address_comparisons | Urgau | -244/+70 |
| 2023-12-06 | Add warn-by-default lint against ambiguous wide pointer comparisons | Urgau | -8/+836 |
| 2023-12-06 | Auto merge of #118663 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-12-06 | Auto merge of #3213 - weihanglo:remove-cargo-unstable-options, r=RalfJung | bors | -4/+1 |
| 2023-12-05 | docs: remove #110800 from release notes | Michael Howell | -1/+0 |
| 2023-12-05 | Update cargo | Weihang Lo | -0/+0 |
| 2023-12-06 | Auto merge of #118655 - compiler-errors:rollup-vrngyzn, r=compiler-errors | bors | -571/+551 |
| 2023-12-06 | Add check for unary-operator | cocodery | -36/+44 |
| 2023-12-05 | remove unnecesary `-Zunstable-options` | Weihang Lo | -4/+1 |
| 2023-12-06 | Auto merge of #117072 - betrusted-io:unwinding-crate-support, r=cuviper | bors | -8/+164 |
| 2023-12-05 | rustc_arena: add `alloc_str` | Josh Stone | -8/+24 |
| 2023-12-06 | tidy: add `unwinding` as an allowed dependency | Sean Cross | -0/+1 |
| 2023-12-06 | std: xous: take eh_frame address from main args | Sean Cross | -1/+28 |
| 2023-12-06 | Don't repeat yourself | zhiqiangxu | -5/+3 |
| 2023-12-06 | Auto merge of #118547 - alexcrichton:invert-common-net-inclusion, r=workingju... | bors | -8/+8 |
| 2023-12-05 | Reduce verbosity of error | Esteban Küber | -43/+24 |