summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-02-15Add fast path for is_freezeMatthew Jasper-2/+38
2020-02-15Always qualify literals by typeMatthew Jasper-21/+14
2020-02-15fix compile-failRalf Jung-4/+4
2020-02-15Auto merge of #69168 - brainlock:test-textrel-regression, r=Mark-Simulacrum,t...bors-0/+31
2020-02-15Improve #Safety in various methods in core::ptrAmos Onn-0/+8
2020-02-15Improve #Safety of core::ptr::replaceAmos Onn-1/+1
2020-02-15Improve #Safety in various methods in core::ptrAmos Onn-2/+2
2020-02-15parser: `macro_rules` is a weak keywordVadim Petrochenkov-6/+9
2020-02-15Emit some additional `unused_doc_comments` lints outside of the main passVadim Petrochenkov-16/+44
2020-02-15fix another testRalf Jung-7/+7
2020-02-15expand assoc-const test a bit, just to be sureRalf Jung-18/+110
2020-02-15fix exceeding_bitshift lint and testRalf Jung-193/+640
2020-02-15add test for issue 69020Ralf Jung-0/+57
2020-02-15more revisions and use them for another testRalf Jung-13/+282
2020-02-15fix tests, and use variants to test debug and release builds togetherRalf Jung-768/+872
2020-02-15rustc_lint: Move `unused_doc_comments` from pre-expansion to early lintsVadim Petrochenkov-28/+10
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-15Monomorphize const type during codegen.Ben Lewis-1/+2
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-15Fix emulate intrinsics return type.Ben Lewis-2/+1
2020-02-15Change `const_field` and `const_caller_location` to return `ConstValue` inste...Ben Lewis-42/+33
2020-02-14Auto merge of #69172 - JohnTitor:rollup-6cbmwcw, r=JohnTitorbors-189/+703
2020-02-15Change const eval to return `ConstValue`, instead of `Const` as the type insi...Ben Lewis-80/+145
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