| Age | Commit message (Expand) | Author | Lines |
| 2023-02-16 | Auto merge of #101841 - nnethercote:rm-save-analysis, r=Mark-Simulacrum | bors | -3707/+1 |
| 2023-02-16 | Auto merge of #108116 - Dylan-DPC:rollup-h3n2vxl, r=Dylan-DPC | bors | -15/+19 |
| 2023-02-16 | Rollup merge of #108103 - matthiaskrgr:lice, r=compiler-errors | Dylan DPC | -2/+2 |
| 2023-02-16 | Rollup merge of #108102 - matthiaskrgr:ref, r=compiler-errors | Dylan DPC | -4/+4 |
| 2023-02-16 | Rollup merge of #108101 - matthiaskrgr:noclonecopy, r=compiler-errors | Dylan DPC | -7/+6 |
| 2023-02-16 | Rollup merge of #108050 - martingms:issue-108042-fix, r=compiler-errors | Dylan DPC | -2/+7 |
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -3707/+1 |
| 2023-02-16 | Auto merge of #107449 - saethlin:enable-copyprop, r=oli-obk | bors | -6/+42 |
| 2023-02-16 | Auto merge of #108096 - matthiaskrgr:rollup-ncexzf6, r=matthiaskrgr | bors | -364/+636 |
| 2023-02-16 | be nice and don't slice | Matthias Krüger | -2/+2 |
| 2023-02-15 | simplify some refs | Matthias Krüger | -4/+4 |
| 2023-02-15 | don't clone types that are copy | Matthias Krüger | -7/+6 |
| 2023-02-15 | Auto merge of #108012 - compiler-errors:issue-107999, r=oli-obk | bors | -56/+74 |
| 2023-02-15 | Rollup merge of #108066 - compiler-errors:better-labels-for-bad-impl-trait, r... | Matthias Krüger | -19/+44 |
| 2023-02-15 | Rollup merge of #108049 - clubby789:dont-suggest-unstable, r=compiler-errors | Matthias Krüger | -1/+3 |
| 2023-02-15 | Rollup merge of #108047 - oli-obk:machine->🞋, r=RalfJung | Matthias Krüger | -70/+70 |
| 2023-02-15 | Rollup merge of #108010 - compiler-errors:can_eq-returns-bool, r=lcnr | Matthias Krüger | -43/+33 |
| 2023-02-15 | Rollup merge of #107034 - IntQuant:issue-100717-infer-5, r=oli-obk | Matthias Krüger | -231/+486 |
| 2023-02-15 | Skip method calls with arity mismatch | Martin Gammelsæter | -1/+7 |
| 2023-02-15 | Auto merge of #108006 - cjgillot:def-impl, r=oli-obk | bors | -372/+282 |
| 2023-02-15 | Don't suggest `#[doc(hidden)]` methods | clubby789 | -1/+3 |
| 2023-02-15 | Use target instead of machine for mir interpreter integer handling. | Oli Scherer | -70/+70 |
| 2023-02-15 | Auto merge of #108070 - Dylan-DPC:rollup-v6xw7vk, r=Dylan-DPC | bors | -439/+664 |
| 2023-02-15 | Rollup merge of #108032 - oli-obk:un📦ing_resolver, r=petrochenkov | Dylan DPC | -177/+97 |
| 2023-02-15 | Rollup merge of #107968 - ian-h-chamberlain:feature/3ds-enable-thread-local, ... | Dylan DPC | -2/+1 |
| 2023-02-15 | Rollup merge of #107411 - cjgillot:dataflow-discriminant, r=oli-obk | Dylan DPC | -102/+331 |
| 2023-02-15 | Rollup merge of #107173 - clubby789:suggest-array-length, r=compiler-errors | Dylan DPC | -0/+65 |
| 2023-02-15 | Rollup merge of #107163 - mikebenfield:parameters-pr, r=TaKO8Ki | Dylan DPC | -147/+146 |
| 2023-02-15 | Rollup merge of #105300 - aliemjay:member-lower, r=oli-obk | Dylan DPC | -11/+24 |
| 2023-02-15 | Auto merge of #107940 - BoxyUwU:const_ty_assertion_use_semantic_equality, r=c... | bors | -22/+59 |
| 2023-02-14 | Better label for illegal impl trait types | Michael Goulet | -19/+44 |
| 2023-02-14 | Make permit_uninit/zero_init fallible | Michael Goulet | -61/+74 |
| 2023-02-14 | Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgr | bors | -2527/+2956 |
| 2023-02-14 | Move query out of path. | Camille GILLOT | -4/+9 |
| 2023-02-14 | Even less HIR. | Camille GILLOT | -33/+28 |
| 2023-02-14 | Do not fetch HIR to check target features. | Camille GILLOT | -8/+5 |
| 2023-02-14 | Do not fetch HIR to compute symbols. | Camille GILLOT | -33/+34 |
| 2023-02-14 | Do not fetch HIR to monomorphize impls. | Camille GILLOT | -72/+42 |
| 2023-02-14 | Fetch less HIR in signature check. | Camille GILLOT | -111/+72 |
| 2023-02-14 | Do not fetch HIR for reachable. | Camille GILLOT | -16/+13 |
| 2023-02-14 | Specify correct spans in suggest_await_on_expect_found | IQuant | -8/+6 |
| 2023-02-14 | Do not fetch HIR for inherent impls. | Camille GILLOT | -56/+36 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -59/+63 |
| 2023-02-14 | Rollup merge of #108044 - RalfJung:from-addr-invalid, r=oli-obk | Matthias Krüger | -6/+8 |
| 2023-02-14 | Rollup merge of #108040 - eggyal:attributes_for_uninteresting_traversals, r=o... | Matthias Krüger | -24/+66 |
| 2023-02-14 | Rollup merge of #108039 - eggyal:traverse_refcounts_via_functors, r=oli-obk | Matthias Krüger | -69/+55 |
| 2023-02-14 | Rollup merge of #108033 - lcnr:coinductive-attr, r=compiler-errors | Matthias Krüger | -37/+75 |
| 2023-02-14 | Rollup merge of #108007 - compiler-errors:str-less-kind, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-02-14 | Rollup merge of #107673 - lukas-code:update-icu4x, r=davidtwco | Matthias Krüger | -2275/+2710 |
| 2023-02-14 | Rollup merge of #107573 - cuviper:drop-llvm-13, r=nagisa | Matthias Krüger | -115/+41 |