| Age | Commit message (Expand) | Author | Lines |
| 2025-01-27 | Merge pull request #19047 from lnicola/rename-highlight | Laurențiu Nicola | -0/+14 |
| 2025-01-27 | Fix syntactic highlighting for renames | Laurențiu Nicola | -0/+14 |
| 2025-01-27 | Merge pull request #19044 from ChayimFriedman2/deprecated-safe | Lukas Wirth | -100/+274 |
| 2025-01-27 | Fix a missing standard token in semantic highlighting | Chayim Refael Friedman | -2/+3 |
| 2025-01-27 | Fix #[rustc_deprecated_safe_2024] | Chayim Refael Friedman | -100/+274 |
| 2025-01-27 | Bump ui_test | Oli Scherer | -9/+13 |
| 2025-01-27 | Avoid a bool and use an Option of ZST instead | Oli Scherer | -13/+23 |
| 2025-01-27 | Remove `has_default` from `FieldId` | Shoyu Vanilla | -64/+35 |
| 2025-01-27 | Fix a mistake in condition | Shoyu Vanilla | -2/+1 |
| 2025-01-27 | Add a test for field default value body as defining usage of TAIT | Shoyu Vanilla | -27/+141 |
| 2025-01-27 | Implement `HasResolver` and `HasModule` for `FieldId` | Shoyu Vanilla | -19/+20 |
| 2025-01-27 | Compute diagnostics of a field body iff it has one | Shoyu Vanilla | -22/+64 |
| 2025-01-27 | Merge record lit's ellipsis into pre-existing spread's variant | Shoyu Vanilla | -34/+55 |
| 2025-01-27 | Handle missing fields diagnostics | Shoyu Vanilla | -12/+59 |
| 2025-01-27 | feat: Implement `default-field-values` | Shoyu Vanilla | -31/+647 |
| 2025-01-27 | Merge pull request #19036 from Veykril/push-nprltlwvryxw | Lukas Wirth | -526/+645 |
| 2025-01-27 | Merge pull request #19037 from ChayimFriedman2/fix-other-test | Lukas Wirth | -8/+83 |
| 2025-01-27 | Auto merge of #136116 - fmease:rollup-c8pk3mj, r=fmease | bors | -201/+269 |
| 2025-01-27 | Auto merge of #135937 - bjorn3:separate_coretests_crate, r=jieyouxu,tgross35 | bors | -4/+4 |
| 2025-01-27 | Rollup merge of #136091 - jieyouxu:core-tracing, r=clubby789 | León Orell Valerian Liehr | -50/+165 |
| 2025-01-27 | Rollup merge of #135158 - FedericoBruzzone:master, r=lukas-code | León Orell Valerian Liehr | -5/+11 |
| 2025-01-27 | Rollup merge of #126604 - kadiwa4:uplift_double_negation, r=nnethercote | León Orell Valerian Liehr | -146/+93 |
| 2025-01-27 | Make a previously unreachable UI test reachable | León Orell Valerian Liehr | -1/+0 |
| 2025-01-27 | Remove all dead files inside tests/ui/ | León Orell Valerian Liehr | -1/+1 |
| 2025-01-27 | Mark all NuttX targets as tier 3 target and support the standard library | Huang Qi | -17/+17 |
| 2025-01-27 | Add `TooGeneric` variant to `LayoutError` and emit `Unknown` one | FedericoBruzzone | -5/+11 |
| 2025-01-26 | Merge pull request #2223 from marxin/CI-cache-restore-key | Noah Lev | -2/+4 |
| 2025-01-26 | Support RFC 2396 | Chayim Refael Friedman | -24/+132 |
| 2025-01-26 | Correct information on dylib compression | Eric Huss | -1/+1 |
| 2025-01-26 | Merge pull request #4154 from RalfJung/linux-futex | Ralf Jung | -3/+2 |
| 2025-01-26 | make linux-futex test less flaky | Ralf Jung | -3/+2 |
| 2025-01-26 | Pre-intern name when searching module children | Mark Rousskov | -1/+2 |
| 2025-01-27 | rustc-dev-guide: update bootstrap tracing docs | 许杰友 Jieyou Xu (Joe) | -32/+58 |
| 2025-01-27 | bootstrap: add more logging | 许杰友 Jieyou Xu (Joe) | -2/+93 |
| 2025-01-27 | bootstrap: adjust config file cascading fallback comment | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2025-01-27 | bootstrap: adjust tracing style | 许杰友 Jieyou Xu (Joe) | -11/+6 |
| 2025-01-27 | bootstrap: avoid glob imports in `main` binary | 许杰友 Jieyou Xu (Joe) | -5/+4 |
| 2025-01-26 | In completion's expand, consider recursion stop condition (when we're not ins... | Chayim Refael Friedman | -8/+83 |
| 2025-01-26 | many-seeds: do not use more than 8 threads | Ralf Jung | -4/+3 |
| 2025-01-26 | many-seeds: in keep-going mode, print how many tests failed | Ralf Jung | -2/+8 |
| 2025-01-26 | prevent weird macOS linker errors from breaking the build | Ralf Jung | -1/+3 |
| 2025-01-26 | Auto merge of #136087 - jhpratt:rollup-tam1mzn, r=jhpratt | bors | -65/+93 |
| 2025-01-26 | remove `clippy::double_neg` | Kalle Wachsmuth | -146/+93 |
| 2025-01-26 | Put all coretests in a separate crate | bjorn3 | -4/+4 |
| 2025-01-26 | Add GenericDefId::StaticId | Lukas Wirth | -24/+46 |
| 2025-01-26 | Split out `ExpressionStore` from `Body` | Lukas Wirth | -445/+531 |
| 2025-01-26 | Auto merge of #135753 - compiler-errors:from-ty-const, r=oli-obk | bors | -10/+6 |
| 2025-01-26 | Merge pull request #19035 from rust-lang/Veykril-patch-1 | Lukas Wirth | -12/+6 |
| 2025-01-26 | Update outdated permissions section in the README.md | Lukas Wirth | -12/+6 |
| 2025-01-26 | Rollup merge of #135953 - cuviper:ci-run-local-fail, r=Kobzol | Jacob Pratt | -1/+1 |