| Age | Commit message (Expand) | Author | Lines |
| 2023-03-07 | Change item collection to be on demand | Celina G. Val | -33/+38 |
| 2023-03-06 | Create new rustc_smir struct to map future crates | Celina G. Val | -27/+271 |
| 2023-03-03 | Delete old re-exports from rustc_smir | Celina G. Val | -41/+0 |
| 2023-03-03 | Auto merge of #108677 - matthiaskrgr:rollup-i91cxuf, r=matthiaskrgr | bors | -145/+884 |
| 2023-03-02 | Rollup merge of #108672 - spastorino:new-rpitit-impl-side, r=compiler-errors | Matthias Krüger | -5/+76 |
| 2023-03-02 | Rollup merge of #108644 - KittyBorgX:hashmap-toml, r=albertlarsan68 | Matthias Krüger | -0/+2 |
| 2023-03-02 | Rollup merge of #108624 - Nilstrieb:move-it-up, r=WaffleLapkin | Matthias Krüger | -12/+12 |
| 2023-03-02 | Rollup merge of #108584 - GuillaumeGomez:rustdoc-search-background, r=notriddle | Matthias Krüger | -43/+153 |
| 2023-03-02 | Rollup merge of #108573 - kornelski:runtimeenvs, r=WaffleLapkin | Matthias Krüger | -20/+43 |
| 2023-03-02 | Rollup merge of #108557 - Nathan-Fenner:nathanf/adjust-error-span-fix-Some, r... | Matthias Krüger | -8/+463 |
| 2023-03-02 | Rollup merge of #108367 - compiler-errors:xl-builders-again, r=pietroalbini | Matthias Krüger | -7/+7 |
| 2023-03-02 | Rollup merge of #108022 - CraftSpider:align-bytes, r=oli-obk | Matthias Krüger | -50/+128 |
| 2023-03-02 | Feed queries on impl side for RPITITs when using lower_impl_trait_in_trait_to... | Santiago Pastorino | -5/+65 |
| 2023-03-02 | Add simple trait test | Santiago Pastorino | -0/+11 |
| 2023-03-02 | Make `ExprKind` the first field in `thir::Expr` | Nilstrieb | -12/+12 |
| 2023-03-02 | Auto merge of #108654 - LeSeulArtichaut:revert-99767, r=compiler-errors | bors | -78/+151 |
| 2023-03-02 | Auto merge of #108640 - matthiaskrgr:rollup-rii4t5t, r=matthiaskrgr | bors | -64/+252 |
| 2023-03-02 | Allow setting hashmap toml values in `./configure` | KittyBorgX | -0/+2 |
| 2023-03-02 | Revert "Stabilize `#![feature(target_feature_11)]`" | Léo Lanteri Thauvin | -78/+151 |
| 2023-03-02 | Add GUI test for rustdoc search errors background | Guillaume Gomez | -2/+41 |
| 2023-03-02 | Update rustdoc-js test tool | Guillaume Gomez | -1/+13 |
| 2023-03-02 | Put backtick content from rustdoc search errors into a <code> elements | Guillaume Gomez | -40/+99 |
| 2023-03-02 | Rollup merge of #108609 - clubby789:e0599-highlight, r=estebank | Matthias Krüger | -15/+31 |
| 2023-03-02 | Rollup merge of #108606 - chenyukang:yukang/fix-104367, r=compiler-errors | Matthias Krüger | -0/+57 |
| 2023-03-02 | Rollup merge of #108585 - djkoloski:parallel_fuchsia_test_runner, r=tmandry | Matthias Krüger | -18/+28 |
| 2023-03-02 | Rollup merge of #108575 - compiler-errors:erase, r=estebank | Matthias Krüger | -2/+21 |
| 2023-03-02 | Rollup merge of #108516 - clubby789:rustc-box-restrict, r=compiler-errors | Matthias Krüger | -29/+115 |
| 2023-03-02 | Auto merge of #107879 - icedrocket:update-llvm, r=cuviper | bors | -9/+34 |
| 2023-03-02 | Restrict `#[rustc_box]` to `Box::new` calls | clubby789 | -29/+115 |
| 2023-03-02 | Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubilee | bors | -81/+603 |
| 2023-03-01 | Format | Rune Tynan | -8/+2 |
| 2023-03-01 | Auto merge of #108483 - scottmcm:unify-bytewise-eq-traits, r=the8472 | bors | -94/+182 |
| 2023-03-01 | Merge two different equality specialization traits in `core` | Scott McMurray | -94/+182 |
| 2023-03-01 | Run compiler test suite in parallel on Fuchsia | David Koloski | -18/+28 |
| 2023-03-01 | Auto merge of #108620 - Dylan-DPC:rollup-o5c4evy, r=Dylan-DPC | bors | -72/+642 |
| 2023-03-01 | Rollup merge of #108605 - JohnTitor:issue-105821, r=compiler-errors | Dylan DPC | -0/+23 |
| 2023-03-01 | Rollup merge of #108604 - JohnTitor:issue-107280, r=compiler-errors | Dylan DPC | -0/+97 |
| 2023-03-01 | Rollup merge of #108568 - spastorino:new-rpitit-flag, r=compiler-errors | Dylan DPC | -9/+132 |
| 2023-03-01 | Rollup merge of #108462 - pommicket:fix-vecdeque-zst-overflow, r=Amanieu | Dylan DPC | -1/+15 |
| 2023-03-01 | Rollup merge of #108427 - y21:for-else-diagnostic, r=compiler-errors | Dylan DPC | -22/+218 |
| 2023-03-01 | Rollup merge of #108394 - ferrocene:pa-open, r=ozkanonur | Dylan DPC | -15/+20 |
| 2023-03-01 | Rollup merge of #108143 - notriddle:notriddle/filter-exclamation-macro, r=Gui... | Dylan DPC | -25/+137 |
| 2023-03-01 | Properly implement should_encode_fn_impl_trait_in_trait using new unstable op... | Santiago Pastorino | -3/+12 |
| 2023-03-01 | Highlight whole expression for E0599 | clubby789 | -15/+31 |
| 2023-03-01 | Make associated_item_def_ids for traits use an unstable option to also return... | Santiago Pastorino | -5/+100 |
| 2023-03-01 | Fix typo in docs | Santiago Pastorino | -1/+1 |
| 2023-03-01 | Add unstable option new_rpitit to be used for new RPITIT lowering system | Santiago Pastorino | -0/+4 |
| 2023-03-01 | Add opt_rpitit_info query | Santiago Pastorino | -0/+15 |
| 2023-03-01 | Auto merge of #108446 - Zoxc:named-allocs, r=oli-obk | bors | -5/+11 |
| 2023-03-01 | Add testcase for issue 105209 | yukang | -0/+25 |