| Age | Commit message (Expand) | Author | Lines |
| 2019-12-16 | Auto merge of #67350 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.40.0 | bors | -1/+1 |
| 2019-12-16 | 1.40 stable release | Mark Rousskov | -1/+1 |
| 2019-12-14 | Auto merge of #67298 - Mark-Simulacrum:beta-backports, r=Mark-Simulacrum | bors | -155/+416 |
| 2019-12-14 | Rebase fixes | Mark Rousskov | -1/+0 |
| 2019-12-14 | resolve: Make visibility resolution more speculative | Vadim Petrochenkov | -69/+87 |
| 2019-12-14 | resolve: Cleanup some field processing code | Vadim Petrochenkov | -32/+31 |
| 2019-12-14 | Rebase fixes | Mark Rousskov | -1/+10 |
| 2019-12-14 | Show const_err lint in addition to the hard error | Oliver Scherer | -2/+16 |
| 2019-12-14 | Ensure that we get a hard error on generic ZST constants if their body causes... | Oliver Scherer | -4/+39 |
| 2019-12-14 | expand: Fully preserve visibilities on unnamed fields with attributes | Vadim Petrochenkov | -5/+35 |
| 2019-12-14 | def_collector: Do not forget to save indices of fields with multiple attributes | Vadim Petrochenkov | -9/+18 |
| 2019-12-14 | Fix #66295 | Georg Semmler | -30/+23 |
| 2019-12-14 | E0023: handle expected != pat-tup-type | Mazdak Farrokhzad | -10/+70 |
| 2019-12-14 | resolve: Resolve visibilities on fields with non-builtin attributes | Vadim Petrochenkov | -4/+65 |
| 2019-12-14 | resolve: Always resolve visibilities on impl items | Vadim Petrochenkov | -12/+46 |
| 2019-12-08 | Auto merge of #67063 - Mark-Simulacrum:beta-backports, r=Mark-Simulacrum | bors | -38/+335 |
| 2019-12-07 | Fix tests | Mark Rousskov | -1/+2 |
| 2019-12-06 | [ConstProp] Avoid OOM crashes by not evaluating large Places | Wesley Wiser | -1/+29 |
| 2019-12-06 | Do not ICE whith a precision flag in formatting str and no format arguments | Esteban Küber | -5/+23 |
| 2019-12-06 | Undo an assert causing an ICE until we fix the problem properly | Oliver Scherer | -5/+16 |
| 2019-12-06 | parser: don't use `unreachable!()` in `fn unexpected`. | Mazdak Farrokhzad | -1/+32 |
| 2019-12-05 | find_deprecation: deprecation attr may be ill-formed meta. | Mazdak Farrokhzad | -1/+23 |
| 2019-12-05 | review comments | Esteban Küber | -9/+5 |
| 2019-12-05 | Do not ICE on recovery from unmet associated type bound obligation | Esteban Küber | -3/+41 |
| 2019-12-05 | Fix ICE when trying to suggest `Type<>` instead of `Type()` | Esteban Küber | -9/+10 |
| 2019-12-05 | review comments | Esteban Küber | -1/+3 |
| 2019-12-05 | Do not ICE in `if` without `else` in `async fn` | Esteban Küber | -2/+32 |
| 2019-12-05 | Move `trait_ref_to_existential` to a closure | Esteban Küber | -21/+19 |
| 2019-12-05 | review comments | Esteban Küber | -1/+5 |
| 2019-12-05 | Do not ICE on trait aliases with missing obligations | Esteban Küber | -3/+37 |
| 2019-12-05 | Handle non_exhaustive in borrow checking | Matthew Jasper | -1/+84 |
| 2019-12-02 | Auto merge of #66964 - ehuss:update-beta-cargo, r=alexcrichton | bors | -0/+0 |
| 2019-12-02 | Auto merge of #66966 - ehuss:update-beta-mdbook, r=alexcrichton | bors | -426/+15 |
| 2019-12-02 | [beta] Update mdbook | Eric Huss | -426/+15 |
| 2019-12-02 | [beta] Update cargo | Eric Huss | -0/+0 |
| 2019-11-16 | Auto merge of #66327 - pietroalbini:beta-no-dev, r=Mark-Simulacrum | bors | -2/+2 |
| 2019-11-12 | stage0: download 1.39.0 from static | Pietro Albini | -2/+2 |
| 2019-11-05 | Auto merge of #66108 - pietroalbini:beta-next, r=Mark-Simulacrum | bors | -6/+17 |
| 2019-11-05 | Hopefully fix rustdoc build | Mark Rousskov | -1/+12 |
| 2019-11-05 | this is beta 1.40.0 | Pietro Albini | -5/+5 |
| 2019-11-05 | Auto merge of #65911 - mati865:static-libstdcxx-mingw, r=alexcrichton | bors | -6/+10 |
| 2019-11-04 | Auto merge of #65874 - Nadrieril:clarify-usefulness, r=varkor | bors | -798/+1047 |
| 2019-11-04 | Auto merge of #66078 - petrochenkov:gateout, r=Centril | bors | -16/+182 |
| 2019-11-04 | expand: Feature gate out-of-line modules in proc macro input | Vadim Petrochenkov | -16/+182 |
| 2019-11-04 | Auto merge of #65835 - Mark-Simulacrum:lockless-lintbuffer, r=nikomatsakis | bors | -153/+173 |
| 2019-11-04 | Auto merge of #64878 - XAMPPRocky:relnotes-1.39.0, r=XAMPPRocky | bors | -0/+124 |
| 2019-11-03 | Delete lint buffer from Session | Mark Rousskov | -68/+39 |
| 2019-11-03 | Move crate type checking later | Mark Rousskov | -51/+62 |
| 2019-11-03 | Utilize Resolver lint buffer during HIR lowering | Mark Rousskov | -10/+19 |
| 2019-11-03 | Migrate resolver over to internal lint buffer | Mark Rousskov | -39/+73 |