| Age | Commit message (Expand) | Author | Lines |
| 2024-04-19 | fix clippy warnings on bootstrap | onur-ozkan | -169/+165 |
| 2024-04-19 | Don't fatal when calling expect_one_of when recovering arg in parse_seq | Michael Goulet | -0/+26 |
| 2024-04-19 | Auto merge of #124113 - RalfJung:interpret-scalar-ops, r=oli-obk | bors | -24/+21 |
| 2024-04-19 | Auto merge of #124113 - RalfJung:interpret-scalar-ops, r=oli-obk | bors | -152/+211 |
| 2024-04-20 | coverage. Add basic tests for MC/DC | zhuyunxing | -0/+583 |
| 2024-04-20 | coverage. Lowering MC/DC statements to llvm-ir | zhuyunxing | -3/+240 |
| 2024-04-19 | Correctly populate detached files roots | Lukas Wirth | -17/+65 |
| 2024-04-19 | Patch cargo script root files back to manifest | Lukas Wirth | -16/+26 |
| 2024-04-19 | Re-implement dependecny tracking for cargo script | Lukas Wirth | -234/+187 |
| 2024-04-19 | Add minimal support for cargo scripts | hkalbasi | -16/+238 |
| 2024-04-19 | Let inherent associated types constrain opaque types during projection | Oli Scherer | -1/+19 |
| 2024-04-19 | Auto merge of #17108 - Veykril:rustc-ws-hacks, r=Veykril | bors | -311/+504 |
| 2024-04-19 | avoid PartialOrd on ScalarInt | Ralf Jung | -13/+24 |
| 2024-04-19 | Auto merge of #118441 - GuillaumeGomez:display-stability-version, r=rustdoc | bors | -66/+19 |
| 2024-04-19 | Remove `feed_local_crate` in favor of creating the `CrateNum` via `TyCtxt` | Oli Scherer | -11/+4 |
| 2024-04-19 | Prepare for `CrateNum` query feeding on creation | Oli Scherer | -5/+9 |
| 2024-04-19 | Isolate `CrateNum` creation to `TyCtxt` methods | Oli Scherer | -12/+18 |
| 2024-04-19 | Move `stable_crate_ids` from `CrateStore` to `Untracked` | Oli Scherer | -32/+42 |
| 2024-04-19 | Create new `CrateNum` only after knowing it's going to succeed | Oli Scherer | -1/+1 |
| 2024-04-19 | Auto merge of #17024 - roife:fix-issue-16980, r=Veykril | bors | -14/+68 |
| 2024-04-19 | fix: replace unescape fn with the one in ra-ap-rustc_lexer | roife | -34/+31 |
| 2024-04-19 | Auto merge of #123364 - klensy:bs-mixed-types, r=albertlarsan68 | bors | -12/+17 |
| 2024-04-19 | ScalarInt: add methods to assert being a (u)int of given size | Ralf Jung | -24/+21 |
| 2024-04-19 | ScalarInt: add methods to assert being a (u)int of given size | Ralf Jung | -72/+78 |
| 2024-04-19 | Remove old ICE tests that no longer ICE (yay!) | Maybe Waffle | -24/+0 |
| 2024-04-19 | Fix tests being non-deterministic | Lukas Wirth | -163/+209 |
| 2024-04-19 | Correctly change type when adding adjustments on top of `NeverToAny` | Maybe Waffle | -41/+25 |
| 2024-04-19 | Add a test for `a == b` where `a: !, b: !` | Maybe Waffle | -0/+66 |
| 2024-04-19 | Add regression test for issue 120600 | Maybe Waffle | -0/+42 |
| 2024-04-19 | Auto merge of #115253 - donno2048:patch-1, r=albertlarsan68 | bors | -7/+74 |
| 2024-04-19 | Auto merge of #17094 - Lindronics:convert-from-to-tryfrom, r=Veykril | bors | -0/+282 |
| 2024-04-19 | coverage. Generate Mappings of decisions and conditions for MC/DC | zhuyunxing | -41/+779 |
| 2024-04-19 | bootstrap: don't use rayon for sysinfo | klensy | -28/+1 |
| 2024-04-19 | Set debug_assertions and miri cfgs as config defaults, allowing them to be ov... | Lukas Wirth | -14/+35 |
| 2024-04-19 | Auto merge of #3489 - rust-lang:rustup-2024-04-19, r=RalfJung | bors | -2378/+3198 |
| 2024-04-19 | Support cfg overrides in all workspace kind | Lukas Wirth | -22/+69 |
| 2024-04-19 | make test not leak rustc crate hash | Ralf Jung | -1/+2 |
| 2024-04-19 | Cleanup cfg and env handling in project-model | Lukas Wirth | -114/+193 |
| 2024-04-19 | Auto merge of #3490 - RalfJung:paths, r=RalfJung | bors | -81/+67 |
| 2024-04-19 | Auto merge of #124123 - flip1995:clippy-subtree-update, r=Manishearth | bors | -426/+1066 |
| 2024-04-19 | Add convert From to TryFrom assist | Niklas Lindorfer | -0/+282 |
| 2024-04-19 | Auto merge of #16726 - Veykril:rustc-ws-hacks, r=Veykril | bors | -62/+14 |
| 2024-04-19 | Remove rustc core test cfg hacks | Lukas Wirth | -62/+14 |
| 2024-04-19 | share code between win-to-unix and unix-to-win path conversion | Ralf Jung | -81/+67 |
| 2024-04-19 | Auto merge of #17105 - kpreid:nocapture, r=Veykril | bors | -29/+70 |
| 2024-04-19 | fix: handle escaped chars in doc comments | roife | -12/+69 |
| 2024-04-19 | Auto merge of #124147 - workingjubilee:rollup-7pjnzr6, r=workingjubilee | bors | -157/+620 |
| 2024-04-18 | rustdoc-search: fix description on aliases in results | Michael Howell | -11/+16 |
| 2024-04-19 | Merge from rustc | The Miri Cronjob Bot | -2376/+3195 |
| 2024-04-19 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |