| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-03-09 | improve readability of winnowing | lcnr | -39/+66 |
| 2023-03-09 | no more do while | lcnr | -25/+23 |
| 2023-03-09 | replace legacy copyright annotations in submodules | Pietro Albini | -18/+6 |
| 2023-03-09 | Rollup merge of #108854 - Ezrashaw:improve-int-idents, r=oli-obk | Matthias Krüger | -36/+41 |
| 2023-03-09 | Rollup merge of #108294 - compiler-errors:arbitary-sugg-binder, r=TaKO8Ki | Matthias Krüger | -2/+2 |
| 2023-03-09 | exhaustive match on implied bounds regions | Ali MJ Al-Nasrawy | -15/+8 |
| 2023-03-09 | feat/refactor: improve errors in case of ident with number at start | Ezra Shaw | -36/+41 |
| 2023-03-09 | Auto merge of #108920 - matthiaskrgr:rollup-qrr9a0u, r=matthiaskrgr | bors | -383/+134 |
| 2023-03-09 | resolve regions before implied bounds | Ali MJ Al-Nasrawy | -5/+7 |
| 2023-03-09 | remove obsolete `givens` from regionck | Ali MJ Al-Nasrawy | -144/+26 |
| 2023-03-09 | Remove `dep_node_index_of_opt` and `dep_node_index_of` | John Kåre Alsaker | -12/+2 |
| 2023-03-09 | Address comments | John Kåre Alsaker | -16/+14 |
| 2023-03-09 | Move dep graph methods to DepGraphData to avoid branches and `unwrap`s | John Kåre Alsaker | -164/+224 |
| 2023-03-09 | Auto merge of #108178 - cjgillot:ssa-deref, r=oli-obk | bors | -16/+40 |
| 2023-03-08 | Rollup merge of #108916 - fmease:rm-unused-ret-val, r=compiler-errors | Matthias Krüger | -8/+4 |
| 2023-03-08 | Rollup merge of #108882 - compiler-errors:E0740, r=eholk | Matthias Krüger | -22/+39 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -335/+27 |
| 2023-03-08 | Rollup merge of #108839 - compiler-errors:canonicalize-the-root-var, r=lcnr | Matthias Krüger | -15/+59 |
| 2023-03-08 | Rollup merge of #108754 - compiler-errors:retry, r=oli-obk | Matthias Krüger | -3/+5 |
| 2023-03-08 | Rollup merge of #108901 - LYF1999:yf/108897, r=lcnr | Matthias Krüger | -2/+2 |
| 2023-03-08 | Rollup merge of #108887 - nnethercote:rename-MapInPlace, r=lqd | Matthias Krüger | -15/+8 |