| Age | Commit message (Expand) | Author | Lines |
| 2023-03-02 | Make `ExprKind` the first field in `thir::Expr` | Nilstrieb | -9/+9 |
| 2023-03-02 | Auto merge of #108654 - LeSeulArtichaut:revert-99767, r=compiler-errors | bors | -58/+119 |
| 2023-03-02 | Auto merge of #108640 - matthiaskrgr:rollup-rii4t5t, r=matthiaskrgr | bors | -9/+147 |
| 2023-03-02 | Revert "Stabilize `#![feature(target_feature_11)]`" | Léo Lanteri Thauvin | -58/+119 |
| 2023-03-02 | Add GUI test for rustdoc search errors background | Guillaume Gomez | -2/+41 |
| 2023-03-02 | Rollup merge of #108609 - clubby789:e0599-highlight, r=estebank | Matthias Krüger | -9/+21 |
| 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 #108575 - compiler-errors:erase, r=estebank | Matthias Krüger | -0/+17 |
| 2023-03-02 | Rollup merge of #108516 - clubby789:rustc-box-restrict, r=compiler-errors | Matthias Krüger | -0/+52 |
| 2023-03-02 | Auto merge of #107879 - icedrocket:update-llvm, r=cuviper | bors | -0/+17 |
| 2023-03-02 | Restrict `#[rustc_box]` to `Box::new` calls | clubby789 | -0/+52 |
| 2023-03-02 | Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubilee | bors | -2/+15 |
| 2023-03-01 | Auto merge of #108483 - scottmcm:unify-bytewise-eq-traits, r=the8472 | bors | -2/+84 |
| 2023-03-01 | Merge two different equality specialization traits in `core` | Scott McMurray | -2/+84 |
| 2023-03-01 | Auto merge of #108620 - Dylan-DPC:rollup-o5c4evy, r=Dylan-DPC | bors | -41/+410 |
| 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 | -0/+1 |
| 2023-03-01 | Rollup merge of #108427 - y21:for-else-diagnostic, r=compiler-errors | Dylan DPC | -22/+181 |
| 2023-03-01 | Rollup merge of #108143 - notriddle:notriddle/filter-exclamation-macro, r=Gui... | Dylan DPC | -19/+108 |
| 2023-03-01 | Highlight whole expression for E0599 | clubby789 | -9/+21 |
| 2023-03-01 | Add unstable option new_rpitit to be used for new RPITIT lowering system | Santiago Pastorino | -0/+1 |
| 2023-03-01 | Auto merge of #108446 - Zoxc:named-allocs, r=oli-obk | bors | -3/+3 |
| 2023-03-01 | Add testcase for issue 105209 | yukang | -0/+25 |
| 2023-03-01 | Fix #104367, add test case for mismatched open/close delims | yukang | -0/+32 |
| 2023-03-01 | Add regression test for #105821 | Yuki Okushi | -0/+23 |
| 2023-03-01 | Add regression test for #107280 | Yuki Okushi | -0/+97 |
| 2023-03-01 | Auto merge of #105871 - llogiq:option-as-slice, r=scottmcm | bors | -0/+28 |
| 2023-03-01 | recover from for-else and while-else | y21 | -22/+181 |
| 2023-03-01 | Auto merge of #108587 - matthiaskrgr:rollup-rw6po59, r=matthiaskrgr | bors | -0/+108 |
| 2023-03-01 | Rollup merge of #108496 - nx2k3:issue-108495-dec, r=WaffleLapkin | Matthias Krüger | -0/+108 |
| 2023-03-01 | Rollup merge of #108554 - compiler-errors:late-bound-object-default, r=oli-obk | Matthias Krüger | -0/+18 |
| 2023-03-01 | Rollup merge of #108551 - compiler-errors:rpitit-bad-spec, r=oli-obk | Matthias Krüger | -12/+14 |
| 2023-03-01 | Rollup merge of #108550 - clubby789:remove-disjoint, r=compiler-errors | Matthias Krüger | -12/+4 |
| 2023-03-01 | Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkov | Matthias Krüger | -1510/+254 |
| 2023-03-01 | Add `Option::as_slice`(`_mut`) | Andre Bogus | -0/+28 |
| 2023-02-28 | Fix error spans for arguments to tuple enum constructors | Nathan Fenner | -5/+358 |
| 2023-02-28 | Shift vars for default RPITIT methods correctly | Michael Goulet | -0/+25 |
| 2023-02-28 | Erase **all** regions when probing for associated types in astconv | Michael Goulet | -0/+17 |
| 2023-02-28 | Explain compile-time vs run-time difference in env!() error message | Kornel | -10/+13 |
| 2023-02-28 | micro fmt changes | Maybe Waffle | -12/+10 |
| 2023-02-28 | Add QNX Neutrino support to libstd | Florian Bartels | -2/+15 |
| 2023-02-27 | Point error span at Some constructor argument when trait resolution fails | Nathan Fenner | -5/+93 |
| 2023-02-28 | remove duplicated diagnostic for unclosed delimiter | yukang | -305/+73 |
| 2023-02-28 | Exit when there are unmatched delims to avoid noisy diagnostics | yukang | -1263/+239 |
| 2023-02-28 | Only look for param in generics if it actually comes from generics | Michael Goulet | -0/+18 |
| 2023-02-28 | Deny capturing late-bound non-lifetime param in anon const | Michael Goulet | -0/+38 |
| 2023-02-28 | Descriptive error when users try to combine RPITIT/AFIT with specialization | Michael Goulet | -12/+14 |
| 2023-02-28 | Remove the `capture_disjoint_fields` feature | clubby789 | -12/+4 |
| 2023-02-28 | Auto merge of #99767 - LeSeulArtichaut:stable-target-feature-11, r=estebank | bors | -119/+58 |