| Age | Commit message (Expand) | Author | Lines |
| 2020-05-03 | Support backward dataflow analyses | Dylan MacKenzie | -661/+1094 |
| 2020-05-03 | Rename `live_locals` -> `live_locals_at_any_suspension_point` | Dylan MacKenzie | -11/+12 |
| 2020-05-03 | Add `MutatingUseContext::Yield` | Dylan MacKenzie | -2/+6 |
| 2020-05-03 | Rollup merge of #71808 - unexge:long-err-expl-for-e0539, r=GuillaumeGomez | Dylan DPC | -2/+51 |
| 2020-05-03 | Rollup merge of #71726 - ldm0:ref2ptr, r=oli-obk | Dylan DPC | -47/+334 |
| 2020-05-03 | Rollup merge of #71663 - jumbatm:caller-handles-validation-error, r=RalfJung | Dylan DPC | -216/+263 |
| 2020-05-03 | Rollup merge of #71398 - ThinkChaos:feat_refcell_take, r=LukasKalbertodt | Dylan DPC | -4/+29 |
| 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 | fmt | Ralf Jung | -1/+1 |
| 2020-05-03 | resolve: Relax fresh binding disambiguation slightly to fix regression | Vadim Petrochenkov | -6/+11 |
| 2020-05-03 | warn about each skipped feature gate | Ralf Jung | -345/+343 |
| 2020-05-03 | Correctly check comparison operators in MIR typeck | Matthew Jasper | -44/+50 |
| 2020-05-03 | Auto merge of #70825 - eddyb:enum-discr-correct-generics-parent, r=nikomatsakis | bors | -19/+126 |
| 2020-05-03 | Mention `RefCell::take` can panic in docs | ThinkChaos | -0/+4 |
| 2020-05-03 | Remove clippy from some leftover lists of "possibly failing" tools | Oliver Scherer | -7/+1 |
| 2020-05-03 | Rollup merge of #71813 - ecstatic-morse:issue-71734, r=tmandry | Dylan DPC | -5/+45 |
| 2020-05-03 | Rollup merge of #71806 - lcnr:patch-3, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2020-05-03 | Rollup merge of #71542 - crlf0710:confusable_idents, r=petrochenkov | Dylan DPC | -8/+196 |
| 2020-05-03 | Rollup merge of #71314 - mibac138:cfg-version, r=petrochenkov | Dylan DPC | -19/+282 |
| 2020-05-03 | Rollup merge of #71165 - lcnr:patch-2, r=Amanieu | Dylan DPC | -6/+7 |
| 2020-05-03 | Auto merge of #71815 - Mark-Simulacrum:no-llvm-rebuild, r=jonas-schievink | bors | -51/+89 |
| 2020-05-02 | trailing newlines | Esteban Küber | -1/+0 |
| 2020-05-02 | Add docs | Esteban Küber | -0/+18 |
| 2020-05-02 | Suggest constraint on `impl Trait` in return type | Esteban Küber | -21/+100 |
| 2020-05-02 | fix rebase | Esteban Küber | -1/+1 |
| 2020-05-02 | Point at associated types when they have a default type | Esteban Küber | -25/+96 |
| 2020-05-02 | review comment: use or patterns | Esteban Küber | -4/+2 |
| 2020-05-02 | When a projection is expected, suggest constraining or calling method | Esteban Küber | -84/+228 |
| 2020-05-02 | On type mismatch involving associated type, suggest constraint | Esteban Küber | -66/+469 |
| 2020-05-03 | Add build script to rustc_attr because of cfg(version) | mibac138 | -0/+5 |
| 2020-05-03 | Add more tests for cfg(version) | mibac138 | -5/+53 |
| 2020-05-03 | Change cfg(version) error message wording | mibac138 | -9/+12 |
| 2020-05-03 | Implement RFC 2523, `#[cfg(version(..))]` | mibac138 | -19/+226 |
| 2020-05-02 | Auto merge of #71807 - Dylan-DPC:rollup-jvb8sd9, r=Dylan-DPC | bors | -273/+271 |
| 2020-05-02 | Don't skip building LLVM if already built | Mark Rousskov | -6/+18 |
| 2020-05-02 | Extract stamp testing for LLVM | Mark Rousskov | -45/+71 |
| 2020-05-02 | Decode qualifs from defaulted trait associated consts | Dylan MacKenzie | -2/+4 |
| 2020-05-02 | Test associated const default qualifs cross-crate | Dylan MacKenzie | -3/+41 |
| 2020-05-03 | Add stability attribute to E0539 error examples | unexge | -0/+2 |
| 2020-05-02 | Auto merge of #69274 - LeSeulArtichaut:target-feature-11, r=hanna-kruppe | bors | -23/+392 |
| 2020-05-02 | Add `#![feature(staged_api)]` attribute to E0539 error examples | unexge | -0/+4 |
| 2020-05-02 | Do not try to find binop method on RHS `TyErr` | Esteban Küber | -1/+28 |
| 2020-05-03 | Add a fast code path to optimize `confusable_idents` lint for ASCII code base. | Charles Lew | -4/+49 |
| 2020-05-03 | Implement `confusable_idents` lint. | Charles Lew | -8/+151 |
| 2020-05-02 | slice::fill: take T by value. | Bastian Kauschke | -6/+7 |
| 2020-05-02 | Add long error explanation for E0539 | unexge | -2/+45 |
| 2020-05-02 | typeck: always expose explicit enum discriminant `AnonConst`s' parent in `gen... | Eduard-Mihai Burtescu | -2/+83 |
| 2020-05-02 | typeck/wfcheck: require that explicit enum discriminants const-evaluate succe... | Eduard-Mihai Burtescu | -2/+35 |
| 2020-05-02 | Rollup merge of #71787 - tshepang:rustdoc-warnings, r=varkor | Dylan DPC | -45/+56 |