about summary refs log tree commit diff
path: root/src/librustc_middle
AgeCommit message (Expand)AuthorLines
2020-05-31Auto merge of #72743 - lcnr:predicate_f, r=nikomatsakisbors-2/+2
2020-05-30Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkovRalf Jung-4/+15
2020-05-30Account for returned `dyn Trait` evaluating to `'static` lifetimeEsteban Küber-27/+93
2020-05-30miri errors: rename InvalidDiscriminant -> InvalidTagRalf Jung-3/+3
2020-05-30tag/niche terminology cleanupRalf Jung-29/+29
2020-05-30Rollup merge of #72563 - RalfJung:multi-return, r=matthewjasperRalf Jung-1/+2
2020-05-30Rollup merge of #72540 - davidtwco:issue-67552-mono-collector-comparison, r=v...Ralf Jung-6/+5
2020-05-30Rollup merge of #72299 - lcnr:sized_help, r=petrochenkovRalf Jung-2/+8
2020-05-30Make TLS accesses explicit in MIROliver Scherer-1/+28
2020-05-30more `LocalDefId`sBastian Kauschke-2/+8
2020-05-30multiple Return terminators are possibleRalf Jung-1/+2
2020-05-30Rollup merge of #72752 - lcnr:remove-mk_bool, r=estebankYuki Okushi-5/+0
2020-05-30Rollup merge of #72419 - RalfJung:read-discriminant, r=oli-obk,eddybYuki Okushi-15/+24
2020-05-29Auto merge of #72756 - RalfJung:rollup-tbjmtx2, r=RalfJungbors-11/+40
2020-05-29Rollup merge of #71862 - LeSeulArtichaut:unsafe-block-in-unsafe-fn, r=nikomat...Ralf Jung-2/+14
2020-05-29Rollup merge of #71500 - josephlr:offset, r=oli-obk,RalfJungRalf Jung-9/+26
2020-05-29remove trivial `mk_predicate`sBastian Kauschke-1/+2
2020-05-29remove mk_boolBastian Kauschke-5/+0
2020-05-29Rollup merge of #72591 - sexxi-goose:rename_upvar_list-to-closure_captures, r...Dylan DPC-4/+4
2020-05-29Borrow<[T]> for Interned<'tcx, List<T>>Bastian Kauschke-48/+2
2020-05-29Move common code to `WhereClause`Esteban Küber-12/+1
2020-05-29fix encode with shorthand for PredicateBastian Kauschke-2/+2
2020-05-29Add Span to arena_types! for decoding &'tcx [Span]Amanieu d'Antras-0/+2
2020-05-29Improve inline asm error diagnosticsAmanieu d'Antras-4/+13
2020-05-29Rollup merge of #72636 - marmeladema:resolver-outputs-def-id, r=petrochenkovDylan DPC-12/+8
2020-05-28Account for trailing comma when suggesting `where` clausesEsteban Küber-12/+9
2020-05-28add str to common typesBastian Kauschke-6/+3
2020-05-28standardize limit comparisons with `Limit` typeDavid Wood-6/+5
2020-05-27Add additional checks for isize overflowJoe Richey-2/+13
2020-05-28Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakisbors-51/+62
2020-05-27Use the lowest of `unsafe_op_in_unsafe_fn` and `safe_borrow_packed` for packe...LeSeulArtichaut-0/+4
2020-05-27Apply suggestions from code reviewLeSeulArtichaut-2/+3
2020-05-27Implement RFC 2585LeSeulArtichaut-1/+8
2020-05-27Store `LocalDefId` directly in `rustc_resolve::Resolver` where possiblemarmeladema-12/+8
2020-05-26librustc_middle: Add function for computing unsigned absJoe Richey-8/+14
2020-05-25Display information about captured variable in `FnMut` errorAaron Hill-1/+9
2020-05-25Rename upvar_list to closure_capturesDhruv Jauhar-4/+4
2020-05-25Rollup merge of #72538 - rakshith-ravi:refactor/remove-const-query, r=oli-obkDylan DPC-9/+0
2020-05-25Rollup merge of #72424 - RalfJung:mir-print-ice, r=oli-obkDylan DPC-10/+20
2020-05-25fix discriminant_ty for non-enumsRalf Jung-7/+15
2020-05-25Add helper method for determining the type of a discriminantRalf Jung-10/+11
2020-05-25Miri: refactor read_discriminant and make it return ScalarRalf Jung-2/+2
2020-05-25Rollup merge of #72544 - sexxi-goose:upvars_mentioned, r=matthewjasperRalf Jung-6/+6
2020-05-25fix ICE when debug-printing MIRRalf Jung-10/+20
2020-05-24librustc_middle: Rename upvars query to upvars_mentionedAman Arora-6/+6
2020-05-24Rollup merge of #72402 - marmeladema:resolver-outputs-def-id, r=ecstatic-morseRalf Jung-46/+15
2020-05-24Removed all instances of const_field.Rakshith Ravi-9/+0
2020-05-24Auto merge of #72362 - matthewjasper:remove-rescope, r=nikomatsakisbors-211/+13
2020-05-24Rollup merge of #72400 - Aaron1011:fix/asm-incr-ice, r=AmanieuDylan DPC-0/+6
2020-05-23Add missing ASM arena declaration to librustc_middleAaron Hill-0/+6