about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-02WIP rebase for `shallow_resolve` callNiko Matsakis-1/+1
2019-10-02WIP tidy hir/lowering/expr.rsNiko Matsakis-4/+6
2019-10-02extract expected return type from `-> impl Future` obligationNiko Matsakis-3/+158
2019-10-02improved debug outputNiko Matsakis-0/+6
2019-10-02thread down the body so we can check if this is an async fn bodyNiko Matsakis-3/+16
2019-10-02track the kind of async generator we are creatingNiko Matsakis-15/+52
2019-10-01Rollup merge of #64979 - ehuss:update-books, r=ehussTyler Mandry-0/+0
2019-10-01Rollup merge of #64978 - AnthonyMikh:librustc_errors/lib__fully_clear_inner_h...Tyler Mandry-5/+8
2019-10-01Rollup merge of #64974 - ecstatic-morse:generic-graphviz-zebra, r=petrochenkovTyler Mandry-19/+20
2019-10-01Rollup merge of #64952 - michaelwoerister:update-cargo, r=alexcrichtonTyler Mandry-0/+1
2019-10-01Rollup merge of #64942 - JohnTitor:fix-clippy, r=eddybTyler Mandry-17/+16
2019-10-01Rollup merge of #64885 - andjo403:iter, r=scottmcmTyler Mandry-13/+14
2019-10-01Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wes...Tyler Mandry-268/+366
2019-10-01Rollup merge of #64805 - nnethercote:ObligForest-still-more, r=nikomatsakisTyler Mandry-126/+115
2019-10-01Rollup merge of #64801 - nnethercote:improve-find_constraint_paths_between_re...Tyler Mandry-18/+22
2019-10-01Rollup merge of #64722 - Mark-Simulacrum:alt-parallel, r=alexcrichtonTyler Mandry-14/+27
2019-10-01Rollup merge of #64649 - estebank:returnator, r=varkorTyler Mandry-3/+34
2019-10-01Update booksEric Huss-0/+0
2019-10-02Auto merge of #64963 - Manishearth:clippyup, r=Manishearthbors-11/+18
2019-10-02Fully clear `HandlerInner` in `Handler::reset_err_count`AnthonyMikh-5/+8
2019-10-01Update clippyManish Goregaokar-11/+18
2019-10-01Update example table to match current outputDylan MacKenzie-19/+19
2019-10-01Reset row background for each blockDylan MacKenzie-0/+1
2019-10-01Update rls submoduleAlex Crichton-0/+0
2019-10-01Update `Cargo.lock` for cargo updateAlex Crichton-0/+1
2019-10-01Rollup merge of #64950 - nnethercote:simplify-interners, r=varkor,spastorinoMazdak Farrokhzad-47/+22
2019-10-01Rollup merge of #64943 - lzutao:doc-saturating, r=shepmasterMazdak Farrokhzad-3/+6
2019-10-01Rollup merge of #64933 - sam09:master, r=estebankMazdak Farrokhzad-7/+49
2019-10-01Rollup merge of #64912 - lzutao:unneeded-main-doc, r=jonas-schievinkMazdak Farrokhzad-372/+266
2019-10-01Rollup merge of #64910 - Centril:params-cleanup, r=petrochenkovMazdak Farrokhzad-569/+501
2019-10-01Rollup merge of #64820 - ssomers:master, r=blussMazdak Farrokhzad-93/+247
2019-10-01Rollup merge of #63416 - RalfJung:apfloat, r=eddybMazdak Farrokhzad-1/+2
2019-10-01Fix clippy warningsYuki Okushi-17/+16
2019-10-01BTreeSet intersection, difference & is_subnet optimizationsStein Somers-93/+247
2019-10-01Remove unneeded `fn main` blocks from docsLzu Tao-372/+266
2019-10-01Update cargo.Michael Woerister-0/+0
2019-10-01Change to use exprPrecedence instead of exprKind.Sam Radhakrishnan-9/+10
2019-10-01Rollup merge of #64937 - estebank:dedup-closure-err, r=CentrilMazdak Farrokhzad-153/+23
2019-10-01Rollup merge of #64935 - AnthonyMikh:librustc_errors/emmiter__code-clarity, r...Mazdak Farrokhzad-273/+239
2019-10-01Rollup merge of #64930 - davidtwco:issue-61798-diverging-await, r=petrochenkovMazdak Farrokhzad-1/+43
2019-10-01Rollup merge of #64928 - JohnTitor:add-some-tests, r=CentrilMazdak Farrokhzad-0/+125
2019-10-01Rollup merge of #64907 - alexreg:tidy-up, r=Mark-SimulacrumMazdak Farrokhzad-71/+74
2019-10-01Rollup merge of #64896 - XAMPPRocky:remove-grammar, r=CentrilMazdak Farrokhzad-3566/+4
2019-10-01Rollup merge of #64895 - davidtwco:issue-64130-async-error-definition, r=niko...Mazdak Farrokhzad-28/+281
2019-10-01Rollup merge of #64887 - Centril:recover-trailing-vert, r=estebankMazdak Farrokhzad-37/+323
2019-10-01Rollup merge of #63931 - petrochenkov:stabmac, r=CentrilMazdak Farrokhzad-363/+60
2019-10-01Rollup merge of #63674 - petrochenkov:meta2, r=CentrilMazdak Farrokhzad-83/+119
2019-10-01Remove the `$lt_tcx` parameter from `direct_interners!`.Nicholas Nethercote-7/+7
2019-10-01Inline and remove `intern_method!`.Nicholas Nethercote-26/+14
2019-10-01replace try_for_each with try_fold to generate less codeAndreas Jonson-13/+14