about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-02-13Move folding & visiting traits to ir submodulesAlan Egerton-292/+322
2023-02-13Auto merge of #107869 - nnethercote:reduce-interning, r=compiler-errorsbors-94/+153
2023-02-13Avoid interning empty tuples.Nicholas Nethercote-2/+2
2023-02-13Reduce direct `mk_ty` usage.Nicholas Nethercote-62/+72
2023-02-13Pre-intern some commonly used type variables.Nicholas Nethercote-30/+79
2023-02-12Rollup merge of #107748 - tshepang:renamed, r=cuviperMatthias Krüger-1/+1
2023-02-12Auto merge of #107643 - Zoxc:single-cache, r=cjgillotbors-4/+50
2023-02-12Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcmbors-3/+1
2023-02-12Auto merge of #105601 - BelovDV:change-rlib-with-not-stable, r=petrochenkovbors-110/+59
2023-02-11Create a single value cache for the () query keyJohn Kåre Alsaker-4/+50
2023-02-11Auto merge of #107851 - cjgillot:sroa-const, r=oli-obkbors-0/+2
2023-02-11Rollup merge of #107895 - matthiaskrgr:cl, r=compiler-errorsMatthias Krüger-5/+3
2023-02-11Auto merge of #94857 - petrochenkov:doclink2, r=oli-obkbors-104/+696
2023-02-11Auto merge of #107919 - Dylan-DPC:rollup-fkl9swa, r=Dylan-DPCbors-18/+64
2023-02-11Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnrbors-163/+394
2023-02-11Rollup merge of #107888 - lcnr:opaque-ty-validate, r=wesleywiserDylan DPC-1/+10
2023-02-11Rollup merge of #107098 - compiler-errors:pat-mismatch-fn-call, r=lcnrDylan DPC-10/+19
2023-02-11Rollup merge of #105019 - chenyukang:yukang/fix-104961-borrow, r=cjgillotDylan DPC-7/+35
2023-02-10Auto merge of #85158 - JulianKnodt:array_const_val, r=cjgillotbors-0/+301
2023-02-10Suggest fn call on pattern type mismatchMichael Goulet-10/+19
2023-02-10remove redundant clonesMatthias Krüger-5/+3
2023-02-10implement `compute_alias_eq_goal`Boxy-14/+163
2023-02-10emit `AliasEq` when relating type and const aliasesBoxy-147/+157
2023-02-10Rollup merge of #107882 - workingjubilee:fix-en-borrowck-ftl-typos, r=compile...Matthias Krüger-3/+3
2023-02-10Rollup merge of #107839 - RalfJung:rustc-log, r=oli-obkMatthias Krüger-9/+3
2023-02-10Rollup merge of #107836 - chenyukang:yukang/fix-107822, r=oli-obkMatthias Krüger-1/+4
2023-02-10Rollup merge of #107789 - jieyouxu:issue-107745, r=lcnrMatthias Krüger-9/+14
2023-02-10revert #107074lcnr-1/+10
2023-02-10fix rustc_log doctestRalf Jung-3/+3
2023-02-10add `AliasEq` to `PredicateKind`Boxy-5/+77
2023-02-10Cleanup typos in en_US/borrowck.ftlJubilee-3/+3
2023-02-10Auto merge of #107652 - estebank:re_error, r=oli-obkbors-48/+133
2023-02-10[link] enable packed bundled lib in non stable casesDaniil Belov-110/+59
2023-02-10add test for no input fileyukang-1/+4
2023-02-10Auto merge of #107870 - matthiaskrgr:rollup-3z1q4rm, r=matthiaskrgrbors-61/+58
2023-02-10Skip doc link resolution for some crate types and non-exported itemsVadim Petrochenkov-16/+94
2023-02-10Stop resolving doc links on `mod` items twiceVadim Petrochenkov-2/+16
2023-02-10Resolve documentation links in rustc and store the results in metadataVadim Petrochenkov-99/+599
2023-02-10Rollup merge of #107863 - compiler-errors:new-solver-multiple-candidates, r=j...Matthias Krüger-3/+6
2023-02-10Rollup merge of #107831 - nnethercote:query-refactoring, r=oli-obkMatthias Krüger-53/+47
2023-02-10Rollup merge of #107043 - Nilstrieb:true-and-false-is-false, r=wesleywiserMatthias Krüger-5/+5
2023-02-10Auto merge of #101680 - jackh726:implied-cleanup, r=lcnrbors-104/+142
2023-02-09Update implied_outlives_bounds to properly register implied bounds behind nor...Jack Huey-41/+60
2023-02-09Cleanup free_region_relations a bitJack Huey-69/+88
2023-02-10Multiple candidates with same response is not ambiguousMichael Goulet-3/+6
2023-02-10Auto merge of #102963 - ilammy:xray-basic, r=estebankbors-8/+158
2023-02-09Rollup merge of #107815 - compiler-errors:new-solver-no-auto-if-impl, r=lcnrDylan DPC-0/+14
2023-02-09Rollup merge of #107803 - eggyal:do_not_bring_trait_alias_supertraits_into_sc...Dylan DPC-17/+31
2023-02-09Rollup merge of #107786 - compiler-errors:new-solver-some-tweaks, r=lcnrDylan DPC-135/+85
2023-02-09Rollup merge of #107659 - bvanjoi:issue-107649, r=estebankDylan DPC-11/+11