| Age | Commit message (Expand) | Author | Lines |
| 2024-12-16 | Rollup merge of #134111 - jyn514:run-make-nocapture, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -56/+68 |
| 2024-12-15 | Rename `value` field to `expr` to simplify later commits' diffs | Oli Scherer | -5/+5 |
| 2024-12-15 | fix: Fix proc-macro dylib names on windows | Lukas Wirth | -6/+3 |
| 2024-12-15 | internal: Show mir eval errors on hover with debug env var set | Lukas Wirth | -97/+113 |
| 2024-12-15 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -2/+2 |
| 2024-12-15 | Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=Urgau | Stuart Cook | -37/+32 |
| 2024-12-15 | Rollup merge of #133633 - jyn514:hide-linker-args, r=bjorn3,jyn514 | Stuart Cook | -0/+6 |
| 2024-12-15 | bootstrap: make ./x test error-index work | Ralf Jung | -1/+3 |
| 2024-12-15 | Merge from rustc | The Miri Cronjob Bot | -232/+306 |
| 2024-12-15 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-12-15 | Auto merge of #134258 - bjorn3:no_public_specialization, r=petrochenkov | bors | -59/+1 |
| 2024-12-14 | show which test the `rmake` process belongs to | jyn | -2/+15 |
| 2024-12-14 | Fix `--nocapture` for run-make tests | jyn | -55/+54 |
| 2024-12-14 | don't show the full linker args unless `--verbose` is passed | jyn | -0/+6 |
| 2024-12-14 | Rollup merge of #133293 - psumbera:solaris-maintainer, r=workingjubilee,jieyo... | Matthias Krüger | -2/+36 |
| 2024-12-14 | Add some convenience helper methods on `hir::Safety` | Oli Scherer | -37/+32 |
| 2024-12-14 | Auto merge of #134305 - matthiaskrgr:rollup-bja3lsz, r=matthiaskrgr | bors | -6/+10 |
| 2024-12-14 | feat: Use string literal contents as a name when extracting into variable | Giga Bowser | -15/+168 |
| 2024-12-14 | Stop handling specialization in clippy's to_string_trait_impl lint | bjorn3 | -59/+1 |
| 2024-12-14 | Auto merge of #134278 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-12-14 | Update cargo | Weihang Lo | -0/+0 |
| 2024-12-14 | Remove the parse query | bjorn3 | -65/+53 |
| 2024-12-14 | Get rid of of the global_ctxt query | bjorn3 | -19/+22 |
| 2024-12-14 | Rollup merge of #134227 - alexcrichton:update-wasi-sdk, r=lqd | Matthias Krüger | -4/+4 |
| 2024-12-14 | Rollup merge of #134191 - willcrichton:dev, r=RalfJung,lqd | Matthias Krüger | -2/+6 |
| 2024-12-14 | Auto merge of #134296 - matthiaskrgr:rollup-o0sxozj, r=matthiaskrgr | bors | -1/+11 |
| 2024-12-14 | Auto merge of #134185 - compiler-errors:impl-trait-in-bindings, r=oli-obk | bors | -3/+9 |
| 2024-12-14 | Merge pull request #4036 from Mandragorian/clap | Ralf Jung | -335/+254 |
| 2024-12-14 | fix 'rustc-push' and adjust help texts | Ralf Jung | -32/+60 |
| 2024-12-14 | address comments | Konstantin Andrikopoulos | -4/+4 |
| 2024-12-14 | Update miri-script/src/main.rs | Kostis Andrikopoulos | -0/+2 |
| 2024-12-14 | experiment with using clap | Konstantin Andrikopoulos | -305/+194 |
| 2024-12-14 | Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgr | bors | -3/+1 |
| 2024-12-14 | Rollup merge of #134211 - flba-eb:add_qnx_archiver, r=compiler-errors | Matthias Krüger | -0/+10 |
| 2024-12-14 | Rollup merge of #132150 - taiki-e:ppc64-freebsd-abi, r=pnkfelix | Matthias Krüger | -1/+1 |
| 2024-12-14 | (Re-)Implement impl_trait_in_bindings | Michael Goulet | -3/+9 |
| 2024-12-14 | Rollup merge of #134265 - compiler-errors:ty_def_id, r=oli-obk | Matthias Krüger | -3/+1 |
| 2024-12-14 | Rollup merge of #134251 - bjorn3:various_cleanups2, r=oli-obk | Matthias Krüger | -4/+5 |
| 2024-12-14 | Rollup merge of #134240 - cuviper:dist-llvm-tools, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-12-14 | Rollup merge of #134231 - notriddle:notriddle/mismatched-path, r=GuillaumeGomez | Matthias Krüger | -0/+8 |
| 2024-12-14 | Rollup merge of #134209 - onur-ozkan:check-skip-paths, r=jieyouxu | Matthias Krüger | -1/+25 |
| 2024-12-14 | Rollup merge of #134181 - estebank:trim-render, r=oli-obk | Matthias Krüger | -167/+33 |
| 2024-12-13 | Auto merge of #134269 - matthiaskrgr:rollup-fkshwux, r=matthiaskrgr | bors | -14/+87 |
| 2024-12-13 | the soft_unstable lint cannot have an example that will keep working | Ralf Jung | -0/+1 |
| 2024-12-13 | Account for `///` when rendering multiline spans | Esteban Küber | -10/+31 |
| 2024-12-13 | Fix miri tests | Esteban Küber | -12/+1 |
| 2024-12-13 | rustdoc-search: update documentation with notes about unboxing | Michael Howell | -7/+18 |
| 2024-12-13 | rustdoc-search: show `impl Trait` inline when unhighlighted | Michael Howell | -1/+6 |
| 2024-12-13 | fix: Revert changes to client capabilities in `bac0ed5` | Giga Bowser | -1/+1 |
| 2024-12-13 | Rename ty_def_id so people will stop using it by accident | Michael Goulet | -3/+1 |