summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-12-16Auto merge of #67350 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.40.0bors-1/+1
2019-12-161.40 stable releaseMark Rousskov-1/+1
2019-12-14Auto merge of #67298 - Mark-Simulacrum:beta-backports, r=Mark-Simulacrumbors-155/+416
2019-12-14Rebase fixesMark Rousskov-1/+0
2019-12-14resolve: Make visibility resolution more speculativeVadim Petrochenkov-69/+87
2019-12-14resolve: Cleanup some field processing codeVadim Petrochenkov-32/+31
2019-12-14Rebase fixesMark Rousskov-1/+10
2019-12-14Show const_err lint in addition to the hard errorOliver Scherer-2/+16
2019-12-14Ensure that we get a hard error on generic ZST constants if their body causes...Oliver Scherer-4/+39
2019-12-14expand: Fully preserve visibilities on unnamed fields with attributesVadim Petrochenkov-5/+35
2019-12-14def_collector: Do not forget to save indices of fields with multiple attributesVadim Petrochenkov-9/+18
2019-12-14Fix #66295Georg Semmler-30/+23
2019-12-14E0023: handle expected != pat-tup-typeMazdak Farrokhzad-10/+70
2019-12-14resolve: Resolve visibilities on fields with non-builtin attributesVadim Petrochenkov-4/+65
2019-12-14resolve: Always resolve visibilities on impl itemsVadim Petrochenkov-12/+46
2019-12-08Auto merge of #67063 - Mark-Simulacrum:beta-backports, r=Mark-Simulacrumbors-38/+335
2019-12-07Fix testsMark Rousskov-1/+2
2019-12-06[ConstProp] Avoid OOM crashes by not evaluating large PlacesWesley Wiser-1/+29
2019-12-06Do not ICE whith a precision flag in formatting str and no format argumentsEsteban Küber-5/+23
2019-12-06Undo an assert causing an ICE until we fix the problem properlyOliver Scherer-5/+16
2019-12-06parser: don't use `unreachable!()` in `fn unexpected`.Mazdak Farrokhzad-1/+32
2019-12-05find_deprecation: deprecation attr may be ill-formed meta.Mazdak Farrokhzad-1/+23
2019-12-05review commentsEsteban Küber-9/+5
2019-12-05Do not ICE on recovery from unmet associated type bound obligationEsteban Küber-3/+41
2019-12-05Fix ICE when trying to suggest `Type<>` instead of `Type()`Esteban Küber-9/+10
2019-12-05review commentsEsteban Küber-1/+3
2019-12-05Do not ICE in `if` without `else` in `async fn`Esteban Küber-2/+32
2019-12-05Move `trait_ref_to_existential` to a closureEsteban Küber-21/+19
2019-12-05review commentsEsteban Küber-1/+5
2019-12-05Do not ICE on trait aliases with missing obligationsEsteban Küber-3/+37
2019-12-05Handle non_exhaustive in borrow checkingMatthew Jasper-1/+84
2019-12-02Auto merge of #66964 - ehuss:update-beta-cargo, r=alexcrichtonbors-0/+0
2019-12-02Auto merge of #66966 - ehuss:update-beta-mdbook, r=alexcrichtonbors-426/+15
2019-12-02[beta] Update mdbookEric Huss-426/+15
2019-12-02[beta] Update cargoEric Huss-0/+0
2019-11-16Auto merge of #66327 - pietroalbini:beta-no-dev, r=Mark-Simulacrumbors-2/+2
2019-11-12stage0: download 1.39.0 from staticPietro Albini-2/+2
2019-11-05Auto merge of #66108 - pietroalbini:beta-next, r=Mark-Simulacrumbors-6/+17
2019-11-05Hopefully fix rustdoc buildMark Rousskov-1/+12
2019-11-05this is beta 1.40.0Pietro Albini-5/+5
2019-11-05Auto merge of #65911 - mati865:static-libstdcxx-mingw, r=alexcrichtonbors-6/+10
2019-11-04Auto merge of #65874 - Nadrieril:clarify-usefulness, r=varkorbors-798/+1047
2019-11-04Auto merge of #66078 - petrochenkov:gateout, r=Centrilbors-16/+182
2019-11-04expand: Feature gate out-of-line modules in proc macro inputVadim Petrochenkov-16/+182
2019-11-04Auto merge of #65835 - Mark-Simulacrum:lockless-lintbuffer, r=nikomatsakisbors-153/+173
2019-11-04Auto merge of #64878 - XAMPPRocky:relnotes-1.39.0, r=XAMPPRockybors-0/+124
2019-11-03Delete lint buffer from SessionMark Rousskov-68/+39
2019-11-03Move crate type checking laterMark Rousskov-51/+62
2019-11-03Utilize Resolver lint buffer during HIR loweringMark Rousskov-10/+19
2019-11-03Migrate resolver over to internal lint bufferMark Rousskov-39/+73