about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-11-19Rollup merge of #103117 - joshtriplett:use-is-terminal, r=eholkMatthias Krüger-11/+11
2022-11-19Auto merge of #103509 - compiler-errors:opaques-w-bound-vars-r-hard, r=oli-obkbors-2/+2
2022-11-19Rollup merge of #104580 - notriddle:notriddle/issue-102354-hide-sugg, r=compi...Dylan DPC-19/+22
2022-11-19Rollup merge of #104566 - matthiaskrgr:clippy_perf_nov18, r=oli-obkDylan DPC-12/+10
2022-11-19Rollup merge of #104554 - BoxyUwU:less_unchecked_pls, r=lcnrDylan DPC-123/+171
2022-11-19Rollup merge of #104411 - lcnr:bivariance-nll, r=compiler-errorsDylan DPC-85/+104
2022-11-19Rollup merge of #104001 - Ayush1325:custom-entry, r=bjorn3Dylan DPC-36/+161
2022-11-19Auto merge of #97870 - eggyal:inplace_fold_spec, r=wesleywiserbors-34/+2
2022-11-18Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearthbors-31/+2514
2022-11-18Rollup merge of #104498 - pierwill:stash-diag-docs, r=compiler-errorsManish Goregaokar-2/+3
2022-11-18Rollup merge of #104338 - compiler-errors:pointer-sized, r=eholkManish Goregaokar-8/+56
2022-11-18Update crate documentation of `rustc_baked_icu_data` crateCharles Lew-21/+20
2022-11-18Fix compilation issue after rebaseCharles Lew-0/+3
2022-11-18Include `zh` locale in icu dataCharles Lew-8/+9
2022-11-18Enable icu sync feature for parallel compilerCharles Lew-1/+10
2022-11-18Import icu locale fallback dataCharles Lew-13/+1108
2022-11-18Migrate diagnostics list output to use icu list formatter.Charles Lew-26/+122
2022-11-18Add `rustc_baked_icu_data` crate.Charles Lew-0/+1231
2022-11-18Auto merge of #104573 - matthiaskrgr:rollup-k36ybtp, r=matthiaskrgrbors-371/+926
2022-11-18Only enforce ABI-mandated align, not preferred align is compatibleMichael Goulet-1/+1
2022-11-18Check both align and size in PointerSizedMichael Goulet-1/+2
2022-11-18Enforce that dyn* casts are actually pointer-sizedMichael Goulet-8/+55
2022-11-18Revert "Normalize opaques with escaping bound vars"Michael Goulet-2/+2
2022-11-18diagnostics: only show one suggestion for method -> assoc fnMichael Howell-19/+22
2022-11-18Auto merge of #101562 - nnethercote:shrink-ast-Expr-harder, r=petrochenkovbors-195/+262
2022-11-18review comments 2 electric boogaloBoxy-5/+4
2022-11-18require an `ErrorGuaranteed` to taint infcx with errorsBoxy-59/+94
2022-11-18rename `is_tainted_by_errors` Boxy-31/+41
2022-11-18`track_errors` use a delay_span_bugBoxy-1/+4
2022-11-18make `replaced_with_error` store `ErrorGuaranteed`Boxy-16/+17
2022-11-18`InferCtxt::is_tainted_by_errors` returns `ErrorGuaranteed`Boxy-35/+33
2022-11-18dont unchecked create `ErrorGuaranteed` in `BorrowckErrors`Boxy-10/+12
2022-11-18Rollup merge of #104550 - RalfJung:typo, r=compiler-errorsMatthias Krüger-1/+1
2022-11-18Rollup merge of #104006 - flip1995:lang-items-clippy, r=oli-obkMatthias Krüger-0/+8
2022-11-18Rollup merge of #103405 - chenyukang:yukang/fix-103381-and-if, r=compiler-errorsMatthias Krüger-2/+24
2022-11-18Rollup merge of #103386 - compiler-errors:no-coerceunsized-to-dynstar, r=eholkMatthias Krüger-5/+9
2022-11-18Rollup merge of #101162 - rajputrajat:master, r=davidtwcoMatthias Krüger-363/+884
2022-11-18Auto merge of #104330 - CastilloDel:ast_lowering, r=cjgillotbors-13/+10
2022-11-18couple of clippy::perf fixesMatthias Krüger-12/+10
2022-11-17Edit docs for `rustc_errors::Handler::stash_diagnostic`pierwill-2/+3
2022-11-17Rollup merge of #104545 - flip1995:diag_item_matches_macro, r=compiler-errorsMatthias Krüger-0/+1
2022-11-17Rollup merge of #104515 - chenyukang:yukang/fix-104510-ice, r=compiler-errorsMatthias Krüger-1/+0
2022-11-17Rollup merge of #104508 - compiler-errors:dyn-return, r=oli-obkMatthias Krüger-1/+1
2022-11-17Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errorsMatthias Krüger-233/+255
2022-11-17Rollup merge of #104444 - chenyukang:yukang/fix-104390, r=compiler-errorsMatthias Krüger-1/+5
2022-11-17Rollup merge of #104433 - TaKO8Ki:fix-104392, r=estebankMatthias Krüger-9/+7
2022-11-17Rollup merge of #103852 - compiler-errors:rpitit-early-from-impl, r=lcnrMatthias Krüger-1/+7
2022-11-17fix a typoRalf Jung-1/+1
2022-11-17Add variant_name function to `LangItem`Philipp Krones-0/+8
2022-11-17Readd the matches_macro diag itemPhilipp Krones-0/+1