about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-02-15Formatter::sign is &'static strMark Rousskov-21/+21
2020-02-15Auto merge of #69168 - brainlock:test-textrel-regression, r=Mark-Simulacrum,t...bors-0/+31
2020-02-15Rollup merge of #69180 - Aaron1011:feature/comma-struct-init, r=petrochenkovDylan DPC-3/+46
2020-02-15Rollup merge of #69166 - JohnTitor:ice-const-enum, r=matthewjasperDylan DPC-1/+19
2020-02-15Rollup merge of #69154 - JohnTitor:fix-macro-ices, r=petrochenkovDylan DPC-2/+42
2020-02-15Rollup merge of #69106 - RReverser:wasi-fs-copy, r=KodrAusDylan DPC-1/+9
2020-02-15Rollup merge of #66721 - maxbla:exp-format-integers, r=KodrAusDylan DPC-0/+243
2020-02-15Rollup merge of #64069 - danielhenrymantilla:feature/cstring_from_vec_of_nonz...Dylan DPC-0/+28
2020-02-14Suggest a comma if a struct initializer field fails to parseAaron Hill-3/+46
2020-02-14implement LowerExp and UpperExp for integersMax Blachman-0/+243
2020-02-15Auto merge of #67681 - matthewjasper:infer-regions-in-borrowck, r=nikomatsakisbors-1304/+1996
2020-02-14Auto merge of #69172 - JohnTitor:rollup-6cbmwcw, r=JohnTitorbors-189/+703
2020-02-14Fix tests after rebaseMatthew Jasper-51/+82
2020-02-14Split `type_of` out of collect.rsMatthew Jasper-653/+666
2020-02-14Add fast path to eq_opaque_type_and_typeMatthew Jasper-3/+25
2020-02-14Fix and test nested impl TraitMatthew Jasper-5/+29
2020-02-14Update testsMatthew Jasper-231/+124
2020-02-14Use member constraint for most opaque types in NLLMatthew Jasper-15/+43
2020-02-14Always check upper bounds when choosing member regionsMatthew Jasper-40/+81
2020-02-14Improve opaque type lifetime errorsMatthew Jasper-31/+41
2020-02-14Handle equal regions in opaque type inferenceMatthew Jasper-18/+127
2020-02-14Show inferred opaque types with `#[rustc_regions]`Matthew Jasper-5/+29
2020-02-14Address review commentsMatthew Jasper-55/+67
2020-02-14Update testsMatthew Jasper-157/+291
2020-02-14Erase regions in opaque types in typeckMatthew Jasper-27/+65
2020-02-14Ensure RPIT types get recorded in borrowckMatthew Jasper-7/+27
2020-02-14Avoid unnecessary opaque type errors in borrowckMatthew Jasper-0/+8
2020-02-14Infer opaque type regions in borrow checkingMatthew Jasper-3/+83
2020-02-14Prepare to use borrowck to resolve opaque typesMatthew Jasper-68/+128
2020-02-14Arena allocate the result of mir_borrowckMatthew Jasper-13/+12
2020-02-14Generate more accurate MIR in `construct_error`Matthew Jasper-5/+42
2020-02-15Avoid calling `fn_sig` on closuresYuki Okushi-2/+42
2020-02-15Rollup merge of #69164 - GuillaumeGomez:update-pulldown-cmark, r=Dylan-DPCYuki Okushi-76/+96
2020-02-15Rollup merge of #69150 - nnethercote:68848-follow-up, r=petrochenkovYuki Okushi-17/+15
2020-02-15Rollup merge of #69128 - Centril:fix-69103, r=davidtwcoYuki Okushi-6/+55
2020-02-15Rollup merge of #69051 - Centril:st-fixes, r=eddybYuki Okushi-0/+3
2020-02-15Rollup merge of #68856 - Centril:or-pat-ref-pat, r=matthewjasperYuki Okushi-62/+447
2020-02-15Rollup merge of #68475 - Aaron1011:fix/forest-caching, r=nikomatsakisYuki Okushi-18/+26
2020-02-15Rollup merge of #68129 - varkor:infer-binary-operand-behind-reference, r=niko...Yuki Okushi-10/+61
2020-02-14Update pulldown-cmark dependencyGuillaume Gomez-76/+96
2020-02-14Simplify function signature in opaque_typesMatthew Jasper-9/+5
2020-02-14Give some more queries descriptionsMatthew Jasper-1/+6
2020-02-14Distinguish RPIT from other impl traitMatthew Jasper-20/+39
2020-02-14Call `is_freeze` less in unsafety-checkingMatthew Jasper-19/+58
2020-02-14Check associated opaque types don't use unconstrained lifetimesMatthew Jasper-14/+57
2020-02-14Explain a testMatthew Jasper-2/+9
2020-02-14Auto merge of #69115 - ehuss:update-books, r=Dylan-DPCbors-31/+90
2020-02-14Auto merge of #69100 - cjgillot:resolve_instance, r=Zoxcbors-123/+160
2020-02-14add regression test for issue #68794Alberto Piai-0/+31
2020-02-14Check `has_typeck_tables` before calling `typeck_tables_of`Yuki Okushi-1/+19