| Age | Commit message (Expand) | Author | Lines |
| 2024-12-28 | Get rid of constrain and solve steps | Lukas Wirth | -95/+44 |
| 2024-12-28 | Remove unnecessary VarianceTerm | Lukas Wirth | -74/+31 |
| 2024-12-28 | Implement parameter variance inference | Lukas Wirth | -37/+1271 |
| 2024-12-28 | Add DynTyExt::principal_id | Lukas Wirth | -12/+24 |
| 2024-12-28 | Downgrade salsa log levels | Lukas Wirth | -68/+86 |
| 2024-12-25 | Merge pull request #18756 from roife/fix-18751 | Lukas Wirth | -3/+14 |
| 2024-12-25 | fix missing name enum when hovering on fields in variants | roife | -3/+14 |
| 2024-12-24 | Merge pull request #18755 from Veykril/push-psllyxqtywzs | Lukas Wirth | -1/+1 |
| 2024-12-24 | fix: Fix metrics workflow using the wrong download-artifact version | Lukas Wirth | -1/+1 |
| 2024-12-24 | Merge pull request #18743 from ChayimFriedman2/e0107 | Lukas Wirth | -275/+881 |
| 2024-12-24 | Merge pull request #18754 from Veykril/push-zkkzxrsxnqnm | Lukas Wirth | -140/+209 |
| 2024-12-24 | Unify handling of path diagnostics in hir-ty | Chayim Refael Friedman | -247/+848 |
| 2024-12-24 | Cleanup target fetching for cargo metadata | Lukas Wirth | -140/+209 |
| 2024-12-24 | Merge pull request #18707 from ChayimFriedman2/subst | Lukas Wirth | -186/+1015 |
| 2024-12-24 | Merge pull request #18718 from Giga-Bowser/fix-syntaxfactory-intoiterator | Lukas Wirth | -16/+28 |
| 2024-12-24 | Merge pull request #18722 from markmurphydev/status_bar_settings | Lukas Wirth | -35/+62 |
| 2024-12-24 | Merge pull request #18750 from Veykril/push-tyvtqpwrwvsr | Lukas Wirth | -103/+7 |
| 2024-12-24 | Back out "internal: Disable rustc test metrics" | Lukas Wirth | -2/+7 |
| 2024-12-24 | Remove dangling outdated test module | Lukas Wirth | -101/+0 |
| 2024-12-24 | Merge pull request #18749 from PrototypeNM1/windows-debugger-wait | Lukas Wirth | -7/+25 |
| 2024-12-23 | minor: Break out of waiting for debugger on Windows using native debugger che... | Nicholas Rishel | -7/+25 |
| 2024-12-23 | Merge pull request #18746 from lnicola/sync-from-rust | Laurențiu Nicola | -20112/+38096 |
| 2024-12-23 | Bump rustc crates | Laurențiu Nicola | -17/+17 |
| 2024-12-23 | Merge from rust-lang/rust | Laurențiu Nicola | -20094/+38078 |
| 2024-12-23 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-12-23 | Auto merge of #134465 - lcnr:type-verifier, r=compiler-errors | bors | -342/+159 |
| 2024-12-23 | Auto merge of #134666 - matthiaskrgr:rollup-whe0chp, r=matthiaskrgr | bors | -28/+125 |
| 2024-12-22 | Auto merge of #131311 - rust-lang:cargo_update, r=clubby789 | bors | -73/+64 |
| 2024-12-22 | Rollup merge of #134660 - dtolnay:markdowncode, r=lqd | Matthias Krüger | -7/+10 |
| 2024-12-22 | Rollup merge of #134642 - kpreid:pointerlike-cell, r=compiler-errors | Matthias Krüger | -3/+53 |
| 2024-12-22 | Rollup merge of #134629 - clubby789:debuginfo-specific, r=jieyouxu | Matthias Krüger | -6/+23 |
| 2024-12-22 | Rollup merge of #134611 - tbu-:pr_win7_msvc_align, r=jieyouxu | Matthias Krüger | -6/+8 |
| 2024-12-22 | Rollup merge of #134583 - Enselic:maybe-uninit-transmute, r=workingjubilee | Matthias Krüger | -0/+20 |
| 2024-12-22 | Rollup merge of #130289 - intgr-forks:Permissions-readonly-vs-unix-root, r=Ch... | Matthias Krüger | -6/+11 |
| 2024-12-22 | Implement `PointerLike` for `isize`, `NonNull`, `Cell`, `UnsafeCell`, and `Sy... | Kevin Reid | -3/+53 |
| 2024-12-22 | Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper | bors | -272/+51 |
| 2024-12-22 | docs: Permissions.readonly() also ignores root user special permissions | Marti Raudsepp | -6/+11 |
| 2024-12-22 | Fix spacing of markdown code block fences in compiler rustdoc | David Tolnay | -7/+10 |
| 2024-12-22 | Auto merge of #131193 - EFanZh:asserts-vec-len, r=the8472 | bors | -3/+73 |
| 2024-12-22 | Update clippy | Scott McMurray | -1/+1 |
| 2024-12-22 | Delete `Rvalue::Len` | Scott McMurray | -271/+50 |
| 2024-12-22 | Merge pull request #18742 from Veykril/push-yswvkzmsvqql | Lukas Wirth | -7/+7 |
| 2024-12-22 | Merge pull request #18741 from Veykril/push-nuqmzsrrltux | Lukas Wirth | -6/+12 |
| 2024-12-22 | fix: Fix flycheck workspace when requested but package was found | Lukas Wirth | -7/+7 |
| 2024-12-22 | Auto merge of #134326 - scottmcm:slice-drop-shim-ptrmetadata, r=saethlin | bors | -10/+132 |
| 2024-12-22 | docs: `transmute<&mut T, &mut MaybeUninit<T>>` is unsound when exposed to saf... | Martin Nordholts | -0/+20 |
| 2024-12-22 | fix: Delay initial flycheck until after build scripts | Lukas Wirth | -6/+12 |
| 2024-12-22 | Merge pull request #18738 from Veykril/push-vqxqutskzvvu | Lukas Wirth | -8/+13 |
| 2024-12-22 | Merge pull request #18740 from Veykril/push-tntsvtmtlotw | Lukas Wirth | -20/+20 |
| 2024-12-22 | fix: Fix empty check diagnostics not marking files as changed | Lukas Wirth | -20/+20 |