| Age | Commit message (Expand) | Author | Lines |
| 2023-03-11 | Rollup merge of #108988 - adrianheine:crate-reference-block, r=petrochenkov | Matthias Krüger | -10/+2 |
| 2023-03-11 | Rollup merge of #108950 - cjgillot:inherit-less, r=compiler-errors | Matthias Krüger | -151/+122 |
| 2023-03-11 | Rollup merge of #108949 - Urgau:check-cfg-target-json, r=oli-obk | Matthias Krüger | -4/+5 |
| 2023-03-11 | Rollup merge of #108711 - Nilstrieb:nt-note, r=petrochenkov | Matthias Krüger | -3/+9 |
| 2023-03-11 | Auto merge of #109001 - matthiaskrgr:rollup-a3agnwp, r=matthiaskrgr | bors | -101/+99 |
| 2023-03-11 | Auto merge of #108998 - matthiaskrgr:rollup-sxbdulg, r=matthiaskrgr | bors | -137/+274 |
| 2023-03-11 | Auto merge of #104527 - ferrocene:pa-more-licenses, r=pnkfelix | bors | -18/+6 |
| 2023-03-10 | Rollup merge of #108912 - clubby789:doc-tool-lints, r=Nilstrieb | Matthias Krüger | -0/+30 |
| 2023-03-10 | Rollup merge of #108902 - lcnr:do-while-sus, r=davidtwco,Nilstrieb | Matthias Krüger | -25/+23 |
| 2023-03-10 | Rollup merge of #108891 - kazutakahirata:master, r=cuviper | Matthias Krüger | -1/+0 |
| 2023-03-10 | Rollup merge of #108017 - chbaker0:fix-105967, r=chbaker0 | Matthias Krüger | -40/+38 |
| 2023-03-10 | Rollup merge of #107711 - calebzulawski:movbe, r=pnkfelix | Matthias Krüger | -4/+4 |
| 2023-03-10 | Rollup merge of #105798 - Amanieu:relax-asm, r=joshtriplett | Matthias Krüger | -31/+4 |
| 2023-03-10 | Simplify typeck entry. | Camille GILLOT | -51/+46 |
| 2023-03-10 | Directly construct Inherited. | Camille GILLOT | -143/+119 |
| 2023-03-10 | Rollup merge of #108983 - LeSeulArtichaut:108646-target-feature-default-impl,... | Matthias Krüger | -1/+1 |
| 2023-03-10 | Rollup merge of #108947 - compiler-errors:ct-infer-no-shapeshifting, r=BoxyUwU | Matthias Krüger | -13/+24 |
| 2023-03-10 | Rollup merge of #108937 - lcnr:winnowing-enum, r=WaffleLapkin | Matthias Krüger | -40/+67 |
| 2023-03-10 | Rollup merge of #108930 - Ezrashaw:better-error-for-manual-fn-impl, r=petroch... | Matthias Krüger | -51/+96 |
| 2023-03-10 | Rollup merge of #108900 - bvanjoi:issue-108275, r=petrochenkov | Matthias Krüger | -4/+4 |
| 2023-03-10 | Rollup merge of #108834 - compiler-errors:fn-ptr-fn-obl, r=spastorino | Matthias Krüger | -3/+11 |
| 2023-03-10 | Rollup merge of #108828 - compiler-errors:new-solver-alias-eq-on-num-var, r=lcnr | Matthias Krüger | -25/+71 |
| 2023-03-10 | Add note when matching token with nonterminal | Nilstrieb | -3/+9 |
| 2023-03-10 | rustdoc: Don't crash on `crate` references in blocks | Adrian Heine | -10/+2 |
| 2023-03-10 | Auto merge of #108977 - matthiaskrgr:rollup-1bnl1hu, r=matthiaskrgr | bors | -108/+91 |
| 2023-03-10 | Forbid `#[target_feature]` on safe default implementations | Léo Lanteri Thauvin | -1/+1 |
| 2023-03-10 | Auto merge of #102256 - cjgillot:let-under, r=lcnr | bors | -5/+85 |
| 2023-03-10 | Rollup merge of #108960 - compiler-errors:no-body-def-id, r=cjgillot | Matthias Krüger | -84/+55 |
| 2023-03-10 | Rollup merge of #108945 - spastorino:pass-def-id-instead-of-using-hir-id, r=c... | Matthias Krüger | -43/+50 |
| 2023-03-10 | Rollup merge of #108879 - compiler-errors:constrained-root-var, r=lcnr | Matthias Krüger | -15/+20 |
| 2023-03-10 | updating comment | lcnr | -1/+1 |
| 2023-03-10 | feat: implement better error for manual impl of `Fn*` traits | Ezra Shaw | -52/+97 |
| 2023-03-10 | Unconstrained terms should account for infer vars being equated | Michael Goulet | -15/+20 |
| 2023-03-09 | Don't export of __rust_* alloc symbols if not codegened | Collin Baker | -40/+37 |
| 2023-03-09 | Add soon-to-be-default --no-undefined-version flag | Collin Baker | -0/+1 |
| 2023-03-09 | Remove body_def_id from Inherited | Michael Goulet | -84/+55 |
| 2023-03-09 | Honor current target when checking conditional compilation values | Urgau | -4/+5 |
| 2023-03-09 | Make some report and emit errors take DefIds instead of BodyIds | Santiago Pastorino | -43/+50 |
| 2023-03-09 | Bail in combine if consts have different types | Michael Goulet | -7/+15 |
| 2023-03-09 | Use param's real type in try_eval_lit_or_param | Michael Goulet | -6/+9 |
| 2023-03-09 | Bug on PlaceMention in dest-prop. | Camille GILLOT | -2/+3 |
| 2023-03-09 | Document borrowck behaviour. | Camille GILLOT | -1/+3 |
| 2023-03-09 | Pacify tidy. | Camille GILLOT | -4/+4 |
| 2023-03-09 | Ignore AscribeUserType in unsafeck to avoid duplicate diagnostics. | Camille GILLOT | -1/+3 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -4/+79 |
| 2023-03-09 | Propagate expected return type instead of real return type in check_binop | Michael Goulet | -3/+4 |
| 2023-03-09 | Fix canonicalizer bug for int/float vars too | Michael Goulet | -13/+48 |
| 2023-03-09 | Emit alias-eq when equating numeric var and projection | Michael Goulet | -9/+19 |
| 2023-03-09 | fix(lexer): not skipped whitespace warning for '\x0c' | bohan | -4/+4 |
| 2023-03-09 | Document tool lints | clubby789 | -0/+30 |