| Age | Commit message (Expand) | Author | Lines |
| 2023-02-18 | Add codegen test. | Camille GILLOT | -0/+14 |
| 2023-02-18 | Remove overflow checks from ConstProp. | Camille GILLOT | -14/+72 |
| 2023-02-18 | Rollup merge of #108186 - compiler-errors:closures-with-late-bound-types-r-ba... | Matthias Krüger | -14/+86 |
| 2023-02-18 | Rollup merge of #108162 - clubby789:issue-108155, r=Nilstrieb | Matthias Krüger | -0/+15 |
| 2023-02-18 | Rollup merge of #108031 - jieyouxu:issue-108019, r=estebank | Matthias Krüger | -4/+135 |
| 2023-02-18 | Add addl test | Michael Goulet | -0/+24 |
| 2023-02-18 | Move late-bound arg type checks to resolve_bound_vars | Michael Goulet | -0/+48 |
| 2023-02-18 | Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviper | bors | -0/+75 |
| 2023-02-18 | Adjust tracking issue for non_lifetime_binders | Michael Goulet | -14/+14 |
| 2023-02-17 | Auto merge of #105274 - saethlin:instcombine-mut-ref, r=cjgillot | bors | -26/+8 |
| 2023-02-17 | Don't eagerly convert principal to string | clubby789 | -0/+15 |
| 2023-02-17 | Auto merge of #108159 - matthiaskrgr:rollup-5k2j7cx, r=matthiaskrgr | bors | -0/+52 |
| 2023-02-17 | Rollup merge of #107592 - workingjubilee:use-16-bit-enum-on-16-bit-targets, r... | Matthias Krüger | -0/+52 |
| 2023-02-17 | add predicate evaluation logic | Boxy | -2/+11 |
| 2023-02-17 | Rollup merge of #108136 - eggyal:unmet_trait_alias_bound_on_generic_impl, r=c... | Matthias Krüger | -0/+40 |
| 2023-02-17 | Rollup merge of #108009 - c410-f3r:moar-tests, r=petrochenkov | Matthias Krüger | -0/+0 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -30/+234 |
| 2023-02-16 | Default repr(C) enums to c_int size | Jubilee Young | -0/+52 |
| 2023-02-16 | Do not ICE on unmet trait alias impl bounds | Alan Egerton | -0/+40 |
| 2023-02-16 | Rollup merge of #108115 - eggyal:unmet_trait_alias_bound, r=compiler-errors | Matthias Krüger | -0/+30 |
| 2023-02-16 | Rollup merge of #108057 - GuillaumeGomez:fix-reexport-attr-merge, r=notriddle | Matthias Krüger | -0/+33 |
| 2023-02-16 | Rollup merge of #106347 - estebank:removal-suggestion, r=TaKO8Ki | Matthias Krüger | -206/+188 |
| 2023-02-16 | Move tests | Caio | -0/+0 |
| 2023-02-16 | Enable instcombine for mutable reborrows | Ben Kimock | -26/+8 |
| 2023-02-16 | Do not ICE on unmet trait alias bounds | Alan Egerton | -0/+30 |
| 2023-02-16 | Auto merge of #101841 - nnethercote:rm-save-analysis, r=Mark-Simulacrum | bors | -1439/+40 |
| 2023-02-16 | Auto merge of #108116 - Dylan-DPC:rollup-h3n2vxl, r=Dylan-DPC | bors | -0/+52 |
| 2023-02-16 | Rollup merge of #108050 - martingms:issue-108042-fix, r=compiler-errors | Dylan DPC | -0/+52 |
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -1439/+40 |
| 2023-02-16 | Auto merge of #107449 - saethlin:enable-copyprop, r=oli-obk | bors | -261/+300 |
| 2023-02-16 | Deny some late-bound ty/ct in some positions, add tests | Michael Goulet | -0/+156 |
| 2023-02-16 | Add feature gate for non_lifetime_binders | Michael Goulet | -30/+78 |
| 2023-02-16 | Auto merge of #108096 - matthiaskrgr:rollup-ncexzf6, r=matthiaskrgr | bors | -35/+73 |
| 2023-02-15 | Auto merge of #108012 - compiler-errors:issue-107999, r=oli-obk | bors | -0/+42 |
| 2023-02-15 | Rollup merge of #108066 - compiler-errors:better-labels-for-bad-impl-trait, r... | Matthias Krüger | -23/+23 |
| 2023-02-15 | Rollup merge of #108049 - clubby789:dont-suggest-unstable, r=compiler-errors | Matthias Krüger | -0/+35 |
| 2023-02-15 | Rollup merge of #107972 - saethlin:fix-test-ub, r=michaelwoerister | Matthias Krüger | -12/+15 |
| 2023-02-15 | Skip method calls with arity mismatch | Martin Gammelsæter | -10/+1 |
| 2023-02-15 | Add point-at-inference ui test for wrong arity case | Martin Gammelsæter | -0/+61 |
| 2023-02-15 | Auto merge of #108006 - cjgillot:def-impl, r=oli-obk | bors | -396/+25 |
| 2023-02-15 | Fix unintentional UB in ui tests | Ben Kimock | -12/+15 |
| 2023-02-15 | Don't suggest `#[doc(hidden)]` methods | clubby789 | -0/+35 |
| 2023-02-15 | Auto merge of #108070 - Dylan-DPC:rollup-v6xw7vk, r=Dylan-DPC | bors | -12/+395 |
| 2023-02-15 | Rollup merge of #107411 - cjgillot:dataflow-discriminant, r=oli-obk | Dylan DPC | -10/+77 |
| 2023-02-15 | Rollup merge of #107173 - clubby789:suggest-array-length, r=compiler-errors | Dylan DPC | -2/+54 |
| 2023-02-15 | Rollup merge of #105300 - aliemjay:member-lower, r=oli-obk | Dylan DPC | -0/+264 |
| 2023-02-15 | Auto merge of #107940 - BoxyUwU:const_ty_assertion_use_semantic_equality, r=c... | bors | -0/+181 |
| 2023-02-14 | Add `kernel-address` sanitizer support for freestanding targets | Wesley Norris | -0/+75 |
| 2023-02-14 | Try to fix codegen tests for ??? LLVM 14 ??? | Ben Kimock | -5/+5 |
| 2023-02-14 | Fix codegen tests | Ben Kimock | -94/+94 |