| Age | Commit message (Expand) | Author | Lines |
| 2023-03-09 | rustdoc: handle generics better when matching notable traits | Michael Howell | -0/+41 |
| 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 | rustdoc: move notable trait tests into their own directory | Michael Howell | -0/+0 |
| 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 | add test | Ali MJ Al-Nasrawy | -0/+58 |
| 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 |
| 2023-03-08 | Rollup merge of #108839 - compiler-errors:canonicalize-the-root-var, r=lcnr | Matthias Krüger | -0/+45 |
| 2023-03-08 | Rollup merge of #108903 - rust-lang:pa-fix-clippy-tests, r=flip1995 | Matthias Krüger | -40/+0 |
| 2023-03-08 | Rollup merge of #108901 - LYF1999:yf/108897, r=lcnr | Matthias Krüger | -0/+45 |
| 2023-03-08 | Rollup merge of #108884 - compiler-errors:tweak-illegal-copy-impl-message, r=... | Matthias Krüger | -56/+48 |
| 2023-03-08 | Rollup merge of #108883 - compiler-errors:post-norm-copy-err, r=BoxyUwU | Matthias Krüger | -0/+43 |
| 2023-03-08 | Rollup merge of #108846 - celinval:smir-poc, r=oli-obk | Matthias Krüger | -0/+104 |
| 2023-03-08 | Rollup merge of #108686 - notriddle:notriddle/jank-all, r=jsha | Matthias Krüger | -0/+14 |
| 2023-03-08 | Update browser-ui-test version | Michael Howell | -5/+5 |
| 2023-03-08 | rustdoc: fix test case for custom themes | Michael Howell | -1/+1 |
| 2023-03-08 | Bless 32bit. | Camille GILLOT | -1/+1 |
| 2023-03-08 | Recurse into statement before applying its effect. | Camille GILLOT | -6/+6 |
| 2023-03-08 | Remove OnlyPropagateInto. | Camille GILLOT | -3/+5 |
| 2023-03-08 | Do not track span in ConstProp. | Camille GILLOT | -5/+5 |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -273/+109 |
| 2023-03-08 | move clippy tests back to their intended directory | Pietro Albini | -40/+0 |
| 2023-03-08 | Auto merge of #108121 - aliemjay:resolve-var-region, r=lcnr | bors | -25/+19 |
| 2023-03-08 | fix: evaluate with wrong obligation stack | yifei | -0/+45 |
| 2023-03-08 | Tweak E0740 | Michael Goulet | -45/+45 |
| 2023-03-08 | Don't report E0740 for type error | Michael Goulet | -0/+17 |
| 2023-03-08 | Suppress copy impl error when post-normalized type references errors | Michael Goulet | -0/+43 |
| 2023-03-08 | Dedup copy field errors for identical types | Michael Goulet | -8/+0 |
| 2023-03-08 | may not => cannot | Michael Goulet | -48/+48 |
| 2023-03-07 | Change item collection to be on demand | Celina G. Val | -9/+7 |
| 2023-03-07 | Error code E0794 for late-bound lifetime parameter error. | Christopher Acosta | -34/+60 |
| 2023-03-07 | Addr regression test for #108679 | Guillaume Gomez | -0/+29 |