| Age | Commit message (Expand) | Author | Lines |
| 2020-07-24 | Rollup merge of #74698 - ayrtonm:handle-traitref-mismatch, r=estebank | Manish Goregaokar | -0/+30 |
| 2020-07-24 | Rollup merge of #74491 - xldenis:constant-binop-opt, r=oli-obk | Manish Goregaokar | -3/+4 |
| 2020-07-24 | Auto merge of #74676 - lcnr:generics-no-sort, r=varkor | bors | -2/+34 |
| 2020-07-24 | Rollup merge of #74703 - tmandry:issue-74047, r=oli-obk | Yuki Okushi | -0/+29 |
| 2020-07-24 | Rollup merge of #74680 - JohnTitor:missing-backticks, r=lcnr | Yuki Okushi | -13/+13 |
| 2020-07-24 | Rollup merge of #74665 - smmalis37:issue-62200, r=davidtwco | Yuki Okushi | -0/+26 |
| 2020-07-24 | Rollup merge of #74623 - lcnr:polymorphize-functions, r=eddyb | Yuki Okushi | -0/+13 |
| 2020-07-24 | Rollup merge of #74572 - Mark-Simulacrum:unify-rustc-depr, r=petrochenkov | Yuki Okushi | -3/+3 |
| 2020-07-23 | Fix ICE while building MIR with type errors | Tyler Mandry | -0/+29 |
| 2020-07-23 | added a test case for reporting mismatched traits | Ayrton | -0/+30 |
| 2020-07-23 | Auto merge of #74509 - matthewjasper:empty-verify, r=nikomatsakis | bors | -0/+101 |
| 2020-07-23 | Add missing backticks in diagnostics note | Yuki Okushi | -13/+13 |
| 2020-07-23 | test usage | Bastian Kauschke | -2/+15 |
| 2020-07-23 | add more complex param order test | Bastian Kauschke | -1/+20 |
| 2020-07-23 | Auto merge of #74667 - Manishearth:rollup-s6k59sw, r=Manishearth | bors | -0/+27 |
| 2020-07-23 | Rollup merge of #74654 - lcnr:default-no-more, r=varkor | Manish Goregaokar | -0/+27 |
| 2020-07-23 | Auto merge of #74611 - Mark-Simulacrum:revert-74069-bad-niche, r=eddyb | bors | -28/+3 |
| 2020-07-22 | Include the note in the test. | Steven Malis | -0/+1 |
| 2020-07-23 | tweak wording | Bastian Kauschke | -1/+1 |
| 2020-07-22 | Don't ICE on unconstrained anonymous lifetimes inside associated types. | Steven Malis | -0/+25 |
| 2020-07-22 | Rollup merge of #74618 - JohnTitor:no-more-bad-placeholder, r=estebank | Manish Goregaokar | -6/+14 |
| 2020-07-22 | Rollup merge of #74538 - nbdd0121:issue-73976, r=lcnr | Manish Goregaokar | -0/+102 |
| 2020-07-22 | Rollup merge of #73783 - estebank:impl-dyn-trait-static-lifetime, r=nikomatsakis | Manish Goregaokar | -211/+724 |
| 2020-07-22 | require type defaults to be after const generic parameters | Bastian Kauschke | -0/+27 |
| 2020-07-22 | Change error code number | Esteban Küber | -20/+19 |
| 2020-07-22 | Auto merge of #74633 - davidtwco:issue-74614-disable-polymorphisation, r=wesl... | bors | -31/+59 |
| 2020-07-22 | Handle fully-qualified paths and add test cases | Esteban Küber | -16/+302 |
| 2020-07-22 | Use `ty::Instance::resolve` to identify `'static` bound source | Esteban Küber | -54/+49 |
| 2020-07-22 | Further tweak wording of E0759 and introduce E0767 | Esteban Küber | -138/+201 |
| 2020-07-22 | Add more context to diagnostic | Esteban Küber | -4/+32 |
| 2020-07-22 | Increase accuracy of lifetime bound on trait object impl suggestion | Esteban Küber | -35/+123 |
| 2020-07-22 | Detect when `'static` obligation might come from an `impl` | Esteban Küber | -107/+161 |
| 2020-07-22 | Rollup merge of #74237 - lzutao:compiletest, r=Mark-Simulacrum | Manish Goregaokar | -1/+1 |
| 2020-07-22 | Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2020-07-22 | polymorphize GlobalAlloc::Function | Bastian Kauschke | -0/+13 |
| 2020-07-22 | tests: add regression test for #74614 | David Wood | -0/+17 |
| 2020-07-22 | sess: disable polymorphisation | David Wood | -31/+42 |
| 2020-07-22 | Optimize away BitAnd and BitOr when possible | Xavier Denis | -3/+4 |
| 2020-07-22 | Do not ICE on assoc type with bad placeholder | Yuki Okushi | -6/+14 |
| 2020-07-21 | Revert "Compare tagged/niche-filling layout and pick the best one" | Mark Rousskov | -28/+3 |
| 2020-07-21 | Auto merge of #69749 - davidtwco:issue-46477-polymorphization, r=eddyb | bors | -0/+971 |
| 2020-07-21 | Expand test to cover type_name and monomorphic use | Gary Guo | -15/+77 |
| 2020-07-20 | Parse rustc_deprecated as deprecated attribute | Mark Rousskov | -3/+3 |
| 2020-07-20 | Rollup merge of #74557 - jakubadamw:issue-74539, r=nagisa | Manish Goregaokar | -0/+33 |
| 2020-07-20 | Rollup merge of #74051 - yodaldevoid:issue_60814, r=nikomatsakis | Manish Goregaokar | -0/+56 |
| 2020-07-20 | Rollup merge of #73323 - davidtwco:issue-73252-wfcheck-foreign-fn-decl, r=ecs... | Manish Goregaokar | -32/+69 |
| 2020-07-20 | Rollup merge of #72714 - JohnTitor:debug-assert, r=nikomatsakis | Manish Goregaokar | -0/+36 |
| 2020-07-20 | index: introduce and use `FiniteBitSet` | David Wood | -2/+10 |
| 2020-07-20 | mir: use attribute over `-Z polymorphize-errors` | David Wood | -70/+117 |
| 2020-07-20 | ty: normalize fn sigs before subst | David Wood | -0/+25 |