about summary refs log tree commit diff
path: root/compiler/rustc_middle
AgeCommit message (Expand)AuthorLines
2021-03-30Rollup merge of #83643 - JohnTitor:is-freeze-no-longer-uses-span, r=RalfJungDylan DPC-1/+0
2021-03-29Remove a FIXME resolved by #73578JohnTitor-1/+0
2021-03-27Address more review commentsJoshua Nelson-1/+35
2021-03-27Remove (lots of) dead codeJoshua Nelson-252/+6
2021-03-27Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-seDylan DPC-30/+22
2021-03-27Rollup merge of #82525 - RalfJung:unaligned-ref-warn, r=petrochenkovDylan DPC-6/+0
2021-03-27Rollup merge of #81351 - lcnr:big-money-big-prices, r=oli-obkDylan DPC-13/+4
2021-03-28Rollup merge of #83526 - klensy:lazy-too, r=petrochenkovYuki Okushi-4/+5
2021-03-27make unaligned_refereces future-incompat lint warn-by-default, and remove the...Ralf Jung-6/+0
2021-03-27update testslcnr-3/+3
2021-03-27combine: stop eagerly evaluating constsBastian Kauschke-10/+1
2021-03-27lazily calls some fnsklensy-4/+5
2021-03-26fix doc comment for `ty::Dynamiclcnr-1/+1
2021-03-26Use iter::zip in compiler/Josh Stone-30/+22
2021-03-26Auto merge of #83465 - michaelwoerister:safe-read_raw_bytes, r=cjgillotbors-2/+2
2021-03-25Auto merge of #82743 - jackh726:resolve-refactor, r=nikomatsakisbors-11/+21
2021-03-25Auto merge of #83424 - cjgillot:noparam, r=lcnrbors-20/+2
2021-03-25Allow for reading raw bytes from rustc_serialize::Decoder without unsafe code.Michael Woerister-2/+2
2021-03-25Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandrybors-6/+20
2021-03-24Review commentsJack Huey-4/+14
2021-03-24resolve late lifetimes by itemJack Huey-10/+10
2021-03-23GenericParam does not need to be a HIR owner.Camille GILLOT-20/+2
2021-03-23Update with commentskadmin-2/+2
2021-03-23Update with commentskadmin-4/+5
2021-03-23Add query for const_param_defaultkadmin-13/+31
2021-03-23progress, stuff compiles nowlcnr-1/+9
2021-03-23Add has_default to GenericParamDefKind::Constkadmin-24/+29
2021-03-22Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakisbors-1/+1
2021-03-22Auto merge of #83376 - Dylan-DPC:rollup-s2fsjwj, r=Dylan-DPCbors-2/+5
2021-03-22Rollup merge of #83367 - richkadel:query-err-msg, r=jyn514Dylan DPC-2/+5
2021-03-22Auto merge of #83273 - cjgillot:endecode, r=michaelwoeristerbors-50/+7
2021-03-21Improve error message for unassigned query providerRich Kadel-2/+5
2021-03-21Don't compute optimized PointerKind for unoptimized buildsNikita Popov-17/+24
2021-03-21Don't consider !Unpin references as noaliasNikita Popov-3/+56
2021-03-21Move decision aboute noalias into codegen_llvmNikita Popov-20/+11
2021-03-21Rollup merge of #83040 - lcnr:unused-ct-substs, r=oli-obkDylan DPC-39/+54
2021-03-21Rollup merge of #82707 - BoxyUwU:errooaaar, r=oli-obkDylan DPC-2/+19
2021-03-20update `const_eval_resolve`lcnr-7/+6
2021-03-20extract `ConstKind::Unevaluated` into a structlcnr-32/+48
2021-03-20Auto merge of #82919 - bstrie:stabchar, r=dtolnaybors-1/+0
2021-03-19Stabilize `assoc_char_funcs` and `assoc_char_consts`bstrie-1/+0
2021-03-19stabilize or_patternsmark-1/+1
2021-03-19coverage bug fixes and optimization supportRich Kadel-6/+20
2021-03-19Rollup merge of #83297 - oli-obk:why_bug_today_if_you_can_delay_to_tomorrow, ...Dylan DPC-5/+9
2021-03-19Remove FingerprintEncoder/Decoder.Camille GILLOT-13/+0
2021-03-19Move raw bytes handling to Encoder/Decoder.Camille GILLOT-0/+6
2021-03-19Auto merge of #82951 - sexxi-goose:wr-mir-replace-methods2, r=nikomatsakisbors-34/+53
2021-03-19Do not ICE on ty::Error as an error must already have been reportedOli Scherer-5/+9
2021-03-19Hash hir_owner in typeck resultsAman Arora-1/+3
2021-03-18Replace closures_captures and upvar_capture with closure_min_capturesJennifer Wills-35/+52