about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-02-17Auto merge of #108145 - matthiaskrgr:rollup-bgadak1, r=matthiaskrgrbors-328/+499
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-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-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-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-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
2023-02-16Deny some late-bound ty/ct in some positions, add testsMichael Goulet-4/+49
2023-02-16A bit more work on late-bound constsMichael Goulet-14/+23
2023-02-16Be better about bound varsMichael Goulet-5/+12
2023-02-16Make things actually workMichael Goulet-93/+151
2023-02-16Rename some region-specific stuffMichael Goulet-167/+178
2023-02-16Add feature gate for non_lifetime_bindersMichael Goulet-45/+77
2023-02-16Auto merge of #108096 - matthiaskrgr:rollup-ncexzf6, r=matthiaskrgrbors-364/+636
2023-02-16be nice and don't sliceMatthias Krüger-2/+2
2023-02-15simplify some refsMatthias Krüger-4/+4
2023-02-15don't clone types that are copyMatthias Krüger-7/+6
2023-02-15use chars instead of strings where applicableMatthias Krüger-1/+1
2023-02-15Auto merge of #108012 - compiler-errors:issue-107999, r=oli-obkbors-56/+74
2023-02-15Rollup merge of #108066 - compiler-errors:better-labels-for-bad-impl-trait, r...Matthias Krüger-19/+44
2023-02-15Rollup merge of #108049 - clubby789:dont-suggest-unstable, r=compiler-errorsMatthias Krüger-1/+3