about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-02-17Auto merge of #108058 - Zoxc:query-ctxtx-byval, r=cjgillotbors-26/+26
2023-02-16`BasicBlock::new(0)` -> `START_BLOCK` [no functional changes]Scott McMurray-12/+12
2023-02-17Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwUbors-251/+329
2023-02-17typoTshepang Mbambo-1/+1
2023-02-17Auto merge of #108145 - matthiaskrgr:rollup-bgadak1, r=matthiaskrgrbors-328/+499
2023-02-16fix new usage of type_ofKyle Matsuda-1/+1
2023-02-16changes from reviewKyle Matsuda-11/+47
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-284/+240
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-182/+268
2023-02-17Rollup merge of #108136 - eggyal:unmet_trait_alias_bound_on_generic_impl, r=c...Matthias Krüger-13/+19
2023-02-17Rollup merge of #108133 - kylematsuda:earlybinder-cleanups, r=compiler-errorsMatthias Krüger-5/+8
2023-02-17Rollup merge of #108104 - matthiaskrgr:into, r=compiler-errorsMatthias Krüger-4/+3
2023-02-17Rollup merge of #108086 - alexcrichton:wasm-relaxed-simd-feature, r=eholkMatthias Krüger-0/+1
2023-02-17Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillotMatthias Krüger-306/+468
2023-02-16Default repr(C) enums to c_int sizeJubilee Young-25/+29
2023-02-16Clarify `DerivedObligationCause` may hold alias idAlan Egerton-12/+16
2023-02-16Do not ICE on unmet trait alias impl boundsAlan Egerton-1/+3
2023-02-16Auto merge of #107833 - Zoxc:arena-query-clean, r=cjgillotbors-239/+147
2023-02-16Tweak wordingMichael Goulet-2/+12
2023-02-16Move call trait lang item malformed check to typeckMichael Goulet-51/+7
2023-02-16Properly check for builtin derivesclubby789-10/+24
2023-02-16Auto merge of #108127 - matthiaskrgr:rollup-kpzfc6j, r=matthiaskrgrbors-321/+277
2023-02-16fix ugly skip_binderKyle Matsuda-1/+2
2023-02-16make issue33140_self_ty return Option<EarlyBinder<Ty>>Kyle Matsuda-4/+6
2023-02-16don't into selfMatthias Krüger-4/+3
2023-02-16fix some lines, and do a consistency fixTshepang Mbambo-3/+4
2023-02-16Rollup merge of #108115 - eggyal:unmet_trait_alias_bound, r=compiler-errorsMatthias Krüger-6/+11
2023-02-16Rollup merge of #108099 - matthiaskrgr:str_to_char, r=GuillaumeGomezMatthias Krüger-1/+1
2023-02-16Rollup merge of #108092 - BelovDV:fix-feature-description-pbl, r=petrochenkovMatthias Krüger-2/+2
2023-02-16Rollup merge of #108090 - WaffleLapkin:if_not_now_then_when…, r=oli-obkMatthias Krüger-286/+165
2023-02-16Rollup merge of #106347 - estebank:removal-suggestion, r=TaKO8KiMatthias Krüger-26/+98
2023-02-16Auto merge of #108020 - nnethercote:opt-mk_region, r=compiler-errorsbors-186/+254
2023-02-16Replace some `then`s with some `then_some`sMaybe Waffle-26/+27
2023-02-16`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`Maybe Waffle-281/+159
2023-02-16Remove parallel compiler fixJohn Kåre Alsaker-4/+1
2023-02-16Add some comments and use inline(always) on query_provided_to_valueJohn Kåre Alsaker-1/+10
2023-02-16Move provider fields back to rustc_query_implJohn Kåre Alsaker-39/+28
2023-02-16Use dropless arena when possibleJohn Kåre Alsaker-1/+8
2023-02-16Factor query arena allocation out from query cachesJohn Kåre Alsaker-253/+159
2023-02-16Enable instcombine for mutable reborrowsBen Kimock-5/+1
2023-02-16Do not ICE on unmet trait alias boundsAlan Egerton-6/+11
2023-02-16note issue for feature(packed_bundled_libs)BelovDV-2/+2
2023-02-16Auto merge of #101841 - nnethercote:rm-save-analysis, r=Mark-Simulacrumbors-3707/+1
2023-02-16Auto merge of #108116 - Dylan-DPC:rollup-h3n2vxl, r=Dylan-DPCbors-15/+19
2023-02-16Rollup merge of #108103 - matthiaskrgr:lice, r=compiler-errorsDylan DPC-2/+2
2023-02-16Rollup merge of #108102 - matthiaskrgr:ref, r=compiler-errorsDylan DPC-4/+4
2023-02-16Rollup merge of #108101 - matthiaskrgr:noclonecopy, r=compiler-errorsDylan DPC-7/+6
2023-02-16Rollup merge of #108050 - martingms:issue-108042-fix, r=compiler-errorsDylan DPC-2/+7
2023-02-16Remove save-analysis.Nicholas Nethercote-3707/+1
2023-02-16Auto merge of #107449 - saethlin:enable-copyprop, r=oli-obkbors-6/+42