| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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 | 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 | 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 | 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 |
| 2023-03-09 | Honor current target when checking conditional compilation values | Urgau | -0/+46 |
| 2023-03-09 | Use param's real type in try_eval_lit_or_param | Michael Goulet | -21/+50 |
| 2023-03-09 | Update coverage info. | Camille GILLOT | -1/+1 |
| 2023-03-09 | Test `let _ =` for const_mut_refs. | Camille GILLOT | -1/+13 |
| 2023-03-09 | Also test destructuring assignment. | Camille GILLOT | -4/+21 |
| 2023-03-09 | Ignore AscribeUserType in unsafeck to avoid duplicate diagnostics. | Camille GILLOT | -32/+14 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -16/+59 |
| 2023-03-09 | Add ui test. | Camille GILLOT | -11/+128 |
| 2023-03-09 | Propagate expected return type instead of real return type in check_binop | Michael Goulet | -15/+33 |
| 2023-03-09 | Fix canonicalizer bug for int/float vars too | Michael Goulet | -0/+21 |
| 2023-03-09 | Update rustdoc anonymous reexport test and add regression test for #108931 | Guillaume Gomez | -2/+27 |
| 2023-03-09 | Emit alias-eq when equating numeric var and projection | Michael Goulet | -0/+18 |
| 2023-03-09 | fix(lexer): not skipped whitespace warning for '\x0c' | bohan | -6/+36 |
| 2023-03-09 | Rollup merge of #108870 - GuillaumeGomez:rustdoc-reexport-of-reexport-of-priv... | Matthias Krüger | -0/+29 |
| 2023-03-09 | Rollup merge of #108854 - Ezrashaw:improve-int-idents, r=oli-obk | Matthias Krüger | -9/+27 |
| 2023-03-09 | Rollup merge of #108294 - compiler-errors:arbitary-sugg-binder, r=TaKO8Ki | Matthias Krüger | -0/+38 |
| 2023-03-09 | Rollup merge of #106915 - notriddle:notriddle/load-only-one-theme, r=Guillaum... | Matthias Krüger | -6/+6 |
| 2023-03-09 | feat/refactor: improve errors in case of ident with number at start | Ezra Shaw | -9/+27 |
| 2023-03-09 | Auto merge of #108920 - matthiaskrgr:rollup-qrr9a0u, r=matthiaskrgr | bors | -48/+112 |
| 2023-03-09 | Auto merge of #108178 - cjgillot:ssa-deref, r=oli-obk | bors | -0/+254 |
| 2023-03-08 | Rollup merge of #108882 - compiler-errors:E0740, r=eholk | Matthias Krüger | -45/+62 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -3/+5 |