about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-02-11Auto merge of #107851 - cjgillot:sroa-const, r=oli-obkbors-0/+2
2023-02-11rustc_ast: Merge impls and reorder methods for attributes and meta itemsVadim Petrochenkov-311/+307
2023-02-11Intern span when length is MAX_LEN with parent.Camille GILLOT-1/+6
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-10Drop llvm14-builtins-abi with compiler_builtins 0.1.87Josh Stone-11/+2
2023-02-10Update the minimum external LLVM to 14Josh Stone-105/+40
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
2023-02-09Rollup merge of #107648 - matthiaskrgr:unused_lifetime_104432_fix, r=cjgillotDylan DPC-12/+16
2023-02-09Put deaggregated statements after original constant.Camille GILLOT-0/+2
2023-02-09Disqualify auto-trait builtin impl in new solver if impl existsMichael Goulet-0/+14
2023-02-09Move winnowing to assemblyMichael Goulet-140/+81
2023-02-09Implement a dummy drop-in-favor-of for the new solverMichael Goulet-19/+33
2023-02-09Use elaborated item bounds for alias typesMichael Goulet-4/+1