about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-01Add test cases for #64945Dylan MacKenzie-0/+61
2019-10-01Don't mark zero-sized arrays as indirectly mutable when borrowedDylan MacKenzie-15/+31
2019-10-01Pass attrs to `do_dataflow` in new const checkerDylan MacKenzie-1/+1
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-09-30Deduplicate closure type errorsEsteban Küber-153/+23
2019-10-01Fix borrowck errorsAnthonyMikh-2/+2
2019-10-01Hint type for `.sum()`AnthonyMikh-1/+1
2019-10-01Ascript type explicitlyAnthonyMikh-1/+1
2019-10-01Fix errorsAnthonyMikh-10/+10
2019-10-01(fmt) remove trailing whitespacesAnthonyMikh-2/+2
2019-09-30async/await: improve obligation errorsDavid Wood-28/+281
2019-10-01Use pattern matching instead of indexing tuplesAnthonyMikh-4/+2
2019-10-01Address review commentsVadim Petrochenkov-2/+14
2019-10-01Simplify a conditional in `collect_annotations`AnthonyMikh-16/+11
2019-09-30Rollup merge of #64923 - lzutao:improve-doc-needs_drop, r=jonas-schievinkTyler Mandry-4/+6
2019-09-30Rollup merge of #64921 - JohnTitor:add-test-enum, r=varkorTyler Mandry-0/+25
2019-09-30Rollup merge of #64911 - hman523:64844, r=Dylan-DPCTyler Mandry-1/+1
2019-09-30Rollup merge of #64893 - SimonSapin:vec-of-option-box, r=sfacklerTyler Mandry-0/+25
2019-09-30Rollup merge of #64891 - SimonSapin:vec-of-fat-raw-ptr, r=sfacklerTyler Mandry-2/+50
2019-09-30Rollup merge of #64838 - GuillaumeGomez:long-err-explanation-e0550, r=oli-obkTyler Mandry-2/+20
2019-09-30Rollup merge of #64828 - ecstatic-morse:generic-dataflow-graphviz, r=oli-obkTyler Mandry-20/+535
2019-09-30Rollup merge of #64786 - tmandry:patch-1, r=alexcrichtonTyler Mandry-2/+4
2019-09-30Rollup merge of #64377 - GuillaumeGomez:E0493, r=estebankTyler Mandry-5/+53
2019-10-01Remove redundant `.iter_mut()`AnthonyMikh-1/+1
2019-10-01Simplify `EmitterWriter::emit_suggestion_default`AnthonyMikh-104/+107
2019-09-30Update doc comment for `style_or_override`AnthonyMikh-1/+1
2019-09-30Simplify `EmitterWriter::get_max_line_num`AnthonyMikh-8/+4
2019-09-30Simplify `EmitterWriter::get_multispan_max_line_num`AnthonyMikh-16/+16
2019-09-30Simplify code for special case of annotationAnthonyMikh-12/+10
2019-09-30typeck: silence unreachable code from awaitDavid Wood-1/+43
2019-09-30syntax: Support modern attribute syntax in the `meta` matcherVadim Petrochenkov-56/+68
2019-10-01Add test for #58344Yuki Okushi-0/+69
2019-10-01Add test for #58022Yuki Okushi-0/+37
2019-10-01Add test for #50571Yuki Okushi-0/+19
2019-09-30syntax: Split `ast::Attribute` into container and inner partsVadim Petrochenkov-27/+39
2019-09-30Stabilize proc macros in type positionsVadim Petrochenkov-27/+23
2019-09-30Stabilize macros in `extern` blocksVadim Petrochenkov-336/+37
2019-09-30Stop printing `Qualif` results in debug logsDylan MacKenzie-4/+0
2019-09-30Use separate files for debugging `Qualif` dataflow resultsDylan MacKenzie-1/+6
2019-09-30Update consumers of `generic::Engine` APIDylan MacKenzie-1/+2
2019-09-30Add graphviz debug output for generic dataflowDylan MacKenzie-5/+510