about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-10-06Update ui testsGuillaume Gomez-5/+2
2019-10-06Rollup merge of #65142 - matthewjasper:unshadow-anon-lifetimes, r=petrochenkovTyler Mandry-1/+1
2019-10-06Auto merge of #64564 - jonas-schievink:cowardly-default, r=nikomatsakisbors-30/+55
2019-10-06Add long error explanation for E0566Guillaume Gomez-1/+24
2019-10-06Auto merge of #65089 - nnethercote:optimize-integral-pattern-matching, r=Mark...bors-19/+10
2019-10-06Remove loaded_from_cache map from DepGraphMark Rousskov-31/+0
2019-10-06Fix const arguments not displaying in types mismatch diagnostic.ben-1/+18
2019-10-05Rollup merge of #65118 - cuviper:Zmutable-noalias-default, r=rkruppeTyler Mandry-1/+1
2019-10-05Rollup merge of #65105 - Mark-Simulacrum:split-librustc, r=nikomatsakisTyler Mandry-2800/+0
2019-10-05Rollup merge of #65100 - csmoe:generator, r=nikomatsakisTyler Mandry-60/+57
2019-10-05Rollup merge of #64708 - SimonSapin:option-deref, r=CentrilTyler Mandry-1/+0
2019-10-05Ensure that associated `async fn`s have unique fresh param namesMatthew Jasper-1/+1
2019-10-05Pacify tidyJonas Schievink-1/+4
2019-10-05Fix the bootstrapJonas Schievink-0/+8
2019-10-05Add comment to `Type` and `OpaqueTy` matchJonas Schievink-1/+1
2019-10-05Deny specializing items not in the parent implJonas Schievink-30/+44
2019-10-04Update the documented default of -Z mutable-noaliasJosh Stone-1/+1
2019-10-04middle::intrinsicck -> rustc_passesMark Rousskov-276/+0
2019-10-04middle::entry -> rustc_passesMark Rousskov-278/+0
2019-10-04middle::dead -> rustc_passesMark Rousskov-677/+0
2019-10-04move middle::liveness to rustc_passesMark Rousskov-1569/+0
2019-10-04clean up GeneratorSubstscsmoe-5/+5
2019-10-04remove GeneratorSubsts visitorscsmoe-14/+4
2019-10-04replace GeneratorSubsts inside related typescsmoe-9/+9
2019-10-04generate GeneratorSubsts from SubstsRefcsmoe-32/+31
2019-10-04replace GeneratorSubsts with SubstsRefcsmoe-2/+10
2019-10-04Introduce a special case in `IntRange::from_const`.Nicholas Nethercote-19/+10
2019-10-04Rollup merge of #65026 - petrochenkov:ice1, r=eddybMazdak Farrokhzad-3/+1
2019-10-04Rollup merge of #64874 - matthewjasper:simplify-euv, r=eddybMazdak Farrokhzad-463/+92
2019-10-04Rollup merge of #64817 - csmoe:closure, r=nikomatsakisMazdak Farrokhzad-74/+91
2019-10-03Remove -Zprofile-queriesMark Rousskov-149/+4
2019-10-03Rollup merge of #65056 - spastorino:place-mut-visitor-adjusts, r=oli-obkTyler Mandry-20/+38
2019-10-04metadata: Simplify interface of `resolve_crate`Vadim Petrochenkov-3/+1
2019-10-03Make visit_projection iterativeSantiago Pastorino-3/+4
2019-10-03Auto merge of #64999 - nikomatsakis:issue-60424-async-return-inference, r=cra...bors-17/+69
2019-10-03generate ClosureSubsts from SubstsRefcsmoe-149/+84
2019-10-03Add visit_projection_elem method to visitorsSantiago Pastorino-18/+35
2019-10-03Rollup merge of #63678 - Aaron1011:fix/hrtb-leak, r=nikomatsakisMazdak Farrokhzad-4/+16
2019-10-02s/`async` fn/`async fn`/Niko Matsakis-1/+1
2019-10-02document `shallow_resolve`Niko Matsakis-0/+11
2019-10-02improve comments on `GeneratorKind` and `AsyncGeneratorKind`Niko Matsakis-3/+5
2019-10-02Rollup merge of #64989 - sinkuu:fix_ice_64964, r=davidtwcoMazdak Farrokhzad-0/+6
2019-10-02Rollup merge of #64961 - rust-lang:spastorino-patch-1, r=oli-obkMazdak Farrokhzad-1/+2
2019-10-02Rollup merge of #64850 - Mark-Simulacrum:dedup-dep-node, r=michaelwoeristerMazdak Farrokhzad-22/+18
2019-10-02Rollup merge of #64581 - ztlpn:fix-ok-wrapping-unreachable-code, r=CentrilMazdak Farrokhzad-11/+28
2019-10-02WIP tidy hir/lowering/expr.rsNiko Matsakis-4/+6
2019-10-02track the kind of async generator we are creatingNiko Matsakis-13/+50
2019-10-02Remove inline annotations from dep_nodeMark Rousskov-22/+18
2019-10-02Fix async/await ICE #64964Shotaro Yamada-0/+6
2019-10-02Compute the layout of uninhabited structsOliver Scherer-10/+12