about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-02-16Do not ICE when encountering `yield` inside `async` blockEsteban Küber-3/+18
2020-02-16Auto merge of #67953 - cjgillot:split_infer, r=Zoxcbors-8343/+8493
2020-02-16Auto merge of #67885 - tobithiel:fix_group_lint_allow_override, r=Mark-Simula...bors-14/+65
2020-02-16Auto merge of #68997 - Zoxc:pure-node-id, r=petrochenkovbors-45/+3
2020-02-16Prune rustc dependencies.Camille GILLOT-2/+0
2020-02-16Gate macro use.Camille GILLOT-0/+1
2020-02-16Prune features.Camille GILLOT-23/+0
2020-02-16Remove librustc_infer crate re-exports.Camille GILLOT-156/+150
2020-02-16Other crates.Camille GILLOT-10/+13
2020-02-16Make librustc_traits compile.Camille GILLOT-45/+51
2020-02-16Make librustc_mir compile.Camille GILLOT-51/+55
2020-02-16Make librustc_typeck compile.Camille GILLOT-83/+84
2020-02-16Make librustc_infer compile.Camille GILLOT-88/+254
2020-02-16Make librustc compile.Camille GILLOT-12/+12
2020-02-16Move librustc/{traits,infer} to librustc_infer.Camille GILLOT-0/+0
2020-02-16Auto merge of #69156 - ecstatic-morse:unified-dataflow-impls2, r=eddybbors-83/+41
2020-02-16Auto merge of #68814 - Aaron1011:fix/proc-macro-order-two, r=petrochenkovbors-34/+84
2020-02-15Auto merge of #68668 - GuillaumeGomez:struct-variant-field-search, r=ollie27bors-24/+48
2020-02-15Add additional commentAaron Hill-0/+6
2020-02-15Record proc macro harness order for use during metadata deserializationAaron Hill-34/+78
2020-02-15Panic when hashing node IDsJohn Kåre Alsaker-8/+3
2020-02-15Treat NodeIs as pure values for incremental compilationJohn Kåre Alsaker-43/+6
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