| Age | Commit message (Expand) | Author | Lines |
| 2024-04-15 | Auto merge of #123968 - jieyouxu:rollup-1pnkxor, r=jieyouxu | bors | -795/+1318 |
| 2024-04-15 | static_mut_refs: use raw pointers to remove the remaining FIXME | Ralf Jung | -4/+11 |
| 2024-04-15 | static_mut_refs: use raw pointers to remove the remaining FIXME | Ralf Jung | -11/+15 |
| 2024-04-15 | zkvm: fix references to `os_str` module | Erik Kaneda | -2/+4 |
| 2024-04-15 | The new solver ignores `DefineOpaqueTypes`, so switch it to `Yes` | Oli Scherer | -1/+1 |
| 2024-04-15 | [`ptr_as_ptr`]: Fix duplicate errors | Luv-Ray | -45/+34 |
| 2024-04-15 | PolyTraitRefs -> TraitRefs | Michael Goulet | -43/+20 |
| 2024-04-15 | Rollup merge of #123957 - RalfJung:create_dir_all_bare, r=joboet | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-04-15 | Rollup merge of #123941 - Mark-Simulacrum:fix-llvm-ub, r=nikic | 许杰友 Jieyou Xu (Joe) | -6/+29 |
| 2024-04-15 | Rollup merge of #123934 - WaffleLapkin:graph-mini-refactor, r=fmease | 许杰友 Jieyou Xu (Joe) | -193/+89 |
| 2024-04-15 | Rollup merge of #123933 - RalfJung:large-assignments, r=michaelwoerister | 许杰友 Jieyou Xu (Joe) | -140/+161 |
| 2024-04-15 | Rollup merge of #123931 - compiler-errors:variance-unnameables, r=fmease | 许杰友 Jieyou Xu (Joe) | -17/+37 |
| 2024-04-15 | Rollup merge of #123922 - TDecking:base_n_magic_removal, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-04-15 | Rollup merge of #123919 - RalfJung:discriminant, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -107/+107 |
| 2024-04-15 | Rollup merge of #123896 - JeanCASPAR:rustc_resolve-to-session-diagnostic, r=j... | 许杰友 Jieyou Xu (Joe) | -278/+795 |
| 2024-04-15 | Rollup merge of #123864 - oli-obk:define_opaque_types3, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -36/+6 |
| 2024-04-15 | Rollup merge of #123666 - mountcount:master, r=lqd | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-04-15 | Rollup merge of #123548 - RalfJung:what-is-time, r=joboet | 许杰友 Jieyou Xu (Joe) | -5/+3 |
| 2024-04-15 | Rollup merge of #123423 - kjetilkjeka:llvm_bitcode_linker_component, r=Mark-S... | 许杰友 Jieyou Xu (Joe) | -7/+84 |
| 2024-04-15 | Bump rustc-build-sysroot to 0.4.6 | Ross Smyth | -3/+3 |
| 2024-04-15 | Make `split_simd_to_128bit_chunks` take only one operand | Eduardo Sánchez Muñoz | -44/+33 |
| 2024-04-15 | Auto merge of #17074 - Veykril:hl, r=Veykril | bors | -102/+142 |
| 2024-04-15 | Auto merge of #3466 - RalfJung:GetFullPathNameW, r=RalfJung | bors | -22/+174 |
| 2024-04-15 | Adjust package.json semantic highlighting items | Lukas Wirth | -9/+37 |
| 2024-04-15 | Add Static and Const highlighting token types | Lukas Wirth | -95/+107 |
| 2024-04-15 | Use the text range for the name. Not the entire syntax in Unused Variable Dia... | Wyatt Herkamp | -2/+35 |
| 2024-04-15 | Auto merge of #3411 - RalfJung:sysroot, r=RalfJung | bors | -54/+51 |
| 2024-04-15 | add some basic support for GetFullPathNameW | Ralf Jung | -22/+174 |
| 2024-04-15 | Auto merge of #123937 - RalfJung:miri-link-section, r=oli-obk | bors | -146/+205 |
| 2024-04-15 | Auto merge of #17073 - roife:better-inline-preview, r=Veykril | bors | -47/+70 |
| 2024-04-15 | internal: simplify `TokenSet` implementation | davidsemakula | -12/+12 |
| 2024-04-15 | Stop using PolyTraitRef for closure/coroutine predicates already instantiated... | Michael Goulet | -28/+29 |
| 2024-04-15 | Rustup to rustc 1.79.0-nightly (0d8b3346a 2024-04-14) | bjorn3 | -1/+1 |
| 2024-04-15 | tests: fix tests for postfix | roife | -36/+52 |
| 2024-04-15 | fix: better inline preview for postfix completion | roife | -11/+18 |
| 2024-04-15 | Auto merge of #17072 - Veykril:hir-ty-display, r=Veykril | bors | -55/+34 |
| 2024-04-15 | internal: Use `hir_fmt_args` everywhere in `hir_ty::display` | Lukas Wirth | -55/+34 |
| 2024-04-15 | Auto merge of #16877 - Veykril:stackoverflow, r=Veykril | bors | -144/+228 |
| 2024-04-15 | fix: Fix `impl Trait<Self>` causing stackoverflows | Lukas Wirth | -144/+228 |
| 2024-04-15 | Use RPITIT for `Successors` and `Predecessors` traits | Maybe Waffle | -46/+14 |
| 2024-04-15 | Distribute LLVM bitcode linker as a preview component | Kjetil Kjeka | -7/+84 |
| 2024-04-15 | Auto merge of #16813 - wyatt-herkamp:to-from-cfg_attr-assist, r=Veykril | bors | -0/+603 |
| 2024-04-15 | Use the rustc_private libc less in tests | Ben Kimock | -125/+88 |
| 2024-04-15 | disable two debuginfo tests under gdb 15 | Rémy Rakic | -0/+4 |
| 2024-04-15 | Auto merge of #123851 - NobodyXu:patch-1, r=BurntSushi | bors | -6/+10 |
| 2024-04-15 | Differentiate between full configs and toml only config groupings | Lukas Wirth | -70/+82 |
| 2024-04-15 | Make ConfigData Ser and TOML De | Ali Bektas | -927/+1374 |
| 2024-04-15 | internal: add auto-import assist tests for raw identifiers | davidsemakula | -0/+46 |
| 2024-04-15 | internal: add reserved keywords | davidsemakula | -10/+31 |
| 2024-04-15 | internal: improve `TokenSet` implementation | davidsemakula | -8/+22 |