| Age | Commit message (Expand) | Author | Lines |
| 2020-05-04 | Suggest restricting type param when it doesn't satisfy projection | Esteban Küber | -3/+129 |
| 2020-05-04 | Handle binop on unbound type param | Esteban Küber | -3/+12 |
| 2020-05-04 | Auto merge of #71751 - oli-obk:const_ice, r=RalfJung | bors | -0/+32 |
| 2020-05-04 | Auto merge of #71108 - estebank:suggest-proj-type-mismatch-constraint, r=oli-obk | bors | -96/+453 |
| 2020-05-04 | Auto merge of #71866 - Dylan-DPC:rollup-g9xqc8k, r=Dylan-DPC | bors | -17/+5 |
| 2020-05-04 | Rollup merge of #71801 - matthewjasper:operator-subtyping, r=varkor | Dylan DPC | -17/+5 |
| 2020-05-03 | Auto merge of #71631 - RalfJung:miri-unleash-the-gates, r=oli-obk | bors | -223/+333 |
| 2020-05-03 | fix rebase | Esteban Küber | -2/+0 |
| 2020-05-03 | Auto merge of #71006 - ecstatic-morse:dataflow-bidi, r=ecstatic-morse | bors | -0/+38 |
| 2020-05-03 | Add `rustc_peek` test for liveness with borrows | Dylan MacKenzie | -0/+38 |
| 2020-05-03 | Rollup merge of #71808 - unexge:long-err-expl-for-e0539, r=GuillaumeGomez | Dylan DPC | -1/+2 |
| 2020-05-03 | Rollup merge of #71726 - ldm0:ref2ptr, r=oli-obk | Dylan DPC | -2/+221 |
| 2020-05-03 | Rollup merge of #71663 - jumbatm:caller-handles-validation-error, r=RalfJung | Dylan DPC | -180/+197 |
| 2020-05-03 | Rollup merge of #71398 - ThinkChaos:feat_refcell_take, r=LukasKalbertodt | Dylan DPC | -3/+3 |
| 2020-05-03 | bless caller-location test | Ralf Jung | -8/+6 |
| 2020-05-03 | remove unneeded flags; exlain why we still have const_if_match | Ralf Jung | -27/+56 |
| 2020-05-03 | warn about each skipped feature gate | Ralf Jung | -317/+315 |
| 2020-05-03 | Correctly check comparison operators in MIR typeck | Matthew Jasper | -17/+5 |
| 2020-05-03 | Auto merge of #70825 - eddyb:enum-discr-correct-generics-parent, r=nikomatsakis | bors | -0/+79 |
| 2020-05-03 | Rollup merge of #71813 - ecstatic-morse:issue-71734, r=tmandry | Dylan DPC | -3/+41 |
| 2020-05-03 | Rollup merge of #71542 - crlf0710:confusable_idents, r=petrochenkov | Dylan DPC | -0/+26 |
| 2020-05-02 | trailing newlines | Esteban Küber | -1/+0 |
| 2020-05-02 | Suggest constraint on `impl Trait` in return type | Esteban Küber | -0/+53 |
| 2020-05-02 | Point at associated types when they have a default type | Esteban Küber | -19/+20 |
| 2020-05-02 | When a projection is expected, suggest constraining or calling method | Esteban Küber | -41/+68 |
| 2020-05-02 | On type mismatch involving associated type, suggest constraint | Esteban Küber | -56/+335 |
| 2020-05-03 | Add more tests for cfg(version) | mibac138 | -3/+52 |
| 2020-05-03 | Change cfg(version) error message wording | mibac138 | -6/+9 |
| 2020-05-03 | Implement RFC 2523, `#[cfg(version(..))]` | mibac138 | -0/+121 |
| 2020-05-02 | Test associated const default qualifs cross-crate | Dylan MacKenzie | -3/+41 |
| 2020-05-02 | Auto merge of #69274 - LeSeulArtichaut:target-feature-11, r=hanna-kruppe | bors | -12/+286 |
| 2020-05-03 | Implement `confusable_idents` lint. | Charles Lew | -0/+26 |
| 2020-05-02 | Add long error explanation for E0539 | unexge | -1/+2 |
| 2020-05-02 | typeck: always expose explicit enum discriminant `AnonConst`s' parent in `gen... | Eduard-Mihai Burtescu | -0/+79 |
| 2020-05-02 | fix miri-unleash delayed sanity checking | Ralf Jung | -9/+7 |
| 2020-05-02 | make sure the miri-unleash-flag is not used to circumvent feature gates | Ralf Jung | -17/+10 |
| 2020-05-02 | Rollup merge of #71782 - cuviper:leave-dev-null-alone, r=Mark-Simulacrum | Ralf Jung | -4/+8 |
| 2020-05-02 | Rollup merge of #71781 - estebank:box-pin-test, r=tmandry | Ralf Jung | -16/+95 |
| 2020-05-02 | Replace convenient function `remove_prefix()` with `replace_prefix()` | Donough Liu | -2/+0 |
| 2020-05-02 | Suggestion for immutable reference -> mutable pointer should be emitted | Donough Liu | -2/+1 |
| 2020-05-02 | Suggest deref when coercing `ty::Ref` to `ty::RawPtr` with arbitrary | Donough Liu | -2/+224 |
| 2020-05-02 | Auto merge of #71716 - alexcrichton:bitcode-follow-up, r=nnethercote | bors | -2/+2 |
| 2020-05-01 | Uncomment test code for failure to use `Box::pin` | Esteban Küber | -16/+95 |
| 2020-05-01 | Use a non-existent test path instead of clobbering /dev/null | Josh Stone | -4/+8 |
| 2020-05-01 | Rollup merge of #71018 - lcnr:custom-const-param, r=eddyb | Dylan DPC | -0/+53 |
| 2020-05-01 | Rename `bitcode-in-rlib` option to `embed-bitcode` | Alex Crichton | -2/+2 |
| 2020-05-01 | Name test appropriately and link to the issues it regress-checks for | Oliver Scherer | -0/+5 |
| 2020-05-01 | Add new tests and bless old tests | LeSeulArtichaut | -12/+286 |
| 2020-05-01 | Move recursion check for zsts back to read site instead of access check site. | Oliver Scherer | -0/+27 |
| 2020-05-01 | Update stderrs. | jumbatm | -75/+75 |