| Age | Commit message (Expand) | Author | Lines |
| 2023-03-12 | Add test for useless_anonymous_reexport lint | Guillaume Gomez | -0/+36 |
| 2023-03-12 | Forbid the use of `#[target_feature]` on `start` | Léo Lanteri Thauvin | -0/+20 |
| 2023-03-12 | Forbid the use of `#[target_feature]` on `main` | Léo Lanteri Thauvin | -1/+18 |
| 2023-03-12 | Fix object safety checks for new RPITITs | Santiago Pastorino | -6/+59 |
| 2023-03-12 | Filter out RPITITs in object_safety_violations_for_trait | Santiago Pastorino | -3/+32 |
| 2023-03-12 | Filter out RPITITs in astconv when checking for missing associated types | Santiago Pastorino | -3/+39 |
| 2023-03-12 | Run existing impl trait in traits tests using -Zlower-impl-trait-in-trait-to-... | Santiago Pastorino | -8/+91 |
| 2023-03-12 | Run existing async in traits tests using -Zlower-impl-trait-in-trait-to-assoc-ty | Santiago Pastorino | -10/+145 |
| 2023-03-12 | Remove tests/ui/impl-trait/in-trait/new-lowering-strategy in favor of using r... | Santiago Pastorino | -28/+0 |
| 2023-03-12 | Add recovery for use of removed `box` syntax | clubby789 | -10/+77 |
| 2023-03-12 | Remove `box_syntax` from AST and use in tools | clubby789 | -44/+18 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -742/+721 |
| 2023-03-12 | Rollup merge of #109034 - compiler-errors:lazy-norm-tests, r=jackh726 | Matthias Krüger | -0/+172 |
| 2023-03-12 | Rollup merge of #108841 - jackh726:issue-90528, r=compiler-errors | Matthias Krüger | -0/+400 |
| 2023-03-11 | Move `Option::as_slice` to an always-sound implementation | Scott McMurray | -5/+13 |
| 2023-03-11 | `MaybeUninit::assume_init_read` should have `noundef` load metadata | Scott McMurray | -30/+155 |
| 2023-03-12 | Auto merge of #108700 - spastorino:new-rpitit-impl-side-2, r=compiler-errors | bors | -0/+17 |
| 2023-03-11 | Commit some tests for the new solver + lazy norm | Michael Goulet | -0/+172 |
| 2023-03-11 | Gate const closures even when they appear in macros | Michael Goulet | -3/+20 |
| 2023-03-11 | Gate all usages of dyn*, even in macros | Michael Goulet | -9/+29 |
| 2023-03-11 | Auto merge of #109019 - matthiaskrgr:rollup-ihjntil, r=matthiaskrgr | bors | -25/+99 |
| 2023-03-11 | Rollup merge of #108542 - bwmf2:expanded, r=wesleywiser | Matthias Krüger | -1/+25 |
| 2023-03-11 | Rollup merge of #106844 - Ezrashaw:concat-negative-int-lit, r=dtolnay | Matthias Krüger | -3/+31 |
| 2023-03-11 | Rollup merge of #104363 - WaffleLapkin:bonk_box_new, r=Nilstrieb | Matthias Krüger | -21/+43 |
| 2023-03-11 | Rollup merge of #108988 - adrianheine:crate-reference-block, r=petrochenkov | Matthias Krüger | -0/+5 |
| 2023-03-11 | Rollup merge of #108949 - Urgau:check-cfg-target-json, r=oli-obk | Matthias Krüger | -0/+46 |
| 2023-03-11 | Rollup merge of #108927 - Ayush1325:pal-cleanup, r=workingjubilee | Matthias Krüger | -5/+5 |
| 2023-03-11 | Rollup merge of #108711 - Nilstrieb:nt-note, r=petrochenkov | Matthias Krüger | -0/+1 |
| 2023-03-11 | Auto merge of #109001 - matthiaskrgr:rollup-a3agnwp, r=matthiaskrgr | bors | -260/+148 |
| 2023-03-10 | rustdoc: use restricted Damerau-Levenshtein distance for search | Michael Howell | -0/+12 |
| 2023-03-10 | Rollup merge of #105798 - Amanieu:relax-asm, r=joshtriplett | Matthias Krüger | -260/+148 |
| 2023-03-10 | Rollup merge of #108983 - LeSeulArtichaut:108646-target-feature-default-impl,... | Matthias Krüger | -1/+16 |
| 2023-03-10 | Rollup merge of #108947 - compiler-errors:ct-infer-no-shapeshifting, r=BoxyUwU | Matthias Krüger | -21/+50 |
| 2023-03-10 | Rollup merge of #108930 - Ezrashaw:better-error-for-manual-fn-impl, r=petroch... | Matthias Krüger | -0/+46 |
| 2023-03-10 | Rollup merge of #108900 - bvanjoi:issue-108275, r=petrochenkov | Matthias Krüger | -6/+36 |
| 2023-03-10 | Rollup merge of #108834 - compiler-errors:fn-ptr-fn-obl, r=spastorino | Matthias Krüger | -0/+33 |
| 2023-03-10 | Rollup merge of #108828 - compiler-errors:new-solver-alias-eq-on-num-var, r=lcnr | Matthias Krüger | -15/+72 |
| 2023-03-10 | Moved thread_local implementation to sys::common | Ayush Singh | -5/+5 |
| 2023-03-10 | Add note when matching token with nonterminal | Nilstrieb | -0/+1 |
| 2023-03-10 | Ignore sgx platform for issue-36710 | Raoul Strackx | -0/+1 |
| 2023-03-10 | Fix run-make LVI tests | Raoul Strackx | -25/+38 |
| 2023-03-10 | rustdoc: Don't crash on `crate` references in blocks | Adrian Heine | -0/+5 |
| 2023-03-10 | Auto merge of #108977 - matthiaskrgr:rollup-1bnl1hu, r=matthiaskrgr | bors | -2/+27 |
| 2023-03-10 | Ignore LVI incompatible assembly tests on sgx platform | Raoul Strackx | -0/+4 |
| 2023-03-10 | Fix LVI inline assembly test | Raoul Strackx | -13/+4 |
| 2023-03-10 | Fix LVI generic load test | Raoul Strackx | -1/+1 |
| 2023-03-10 | Forbid `#[target_feature]` on safe default implementations | Léo Lanteri Thauvin | -1/+16 |
| 2023-03-10 | Auto merge of #102256 - cjgillot:let-under, r=lcnr | bors | -14/+185 |
| 2023-03-10 | Rollup merge of #108936 - GuillaumeGomez:rustdoc-anonymous-reexport, r=notriddle | Matthias Krüger | -2/+27 |
| 2023-03-10 | feat: implement better error for manual impl of `Fn*` traits | Ezra Shaw | -0/+46 |