about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-09-10Auto merge of #101639 - matthiaskrgr:rollup-sewkrgm, r=matthiaskrgrbors-7/+10
2022-09-10Rollup merge of #101595 - ehuss:fix-ice-flag-report, r=tmiaskoMatthias Krüger-4/+7
2022-09-10Rollup merge of #101413 - nicholasbishop:bishop-remove-uefi-static-reloc, r=p...Matthias Krüger-3/+3
2022-09-10Auto merge of #99916 - dpaoliello:stablizerawdylib, r=wesleywiserbors-7/+13
2022-09-09Stabilze raw-dylib for non-x86Daniel Paoliello-7/+13
2022-09-09Use RelocModel::Pic for UEFI targetsNicholas Bishop-3/+3
2022-09-09Rollup merge of #101612 - tmiasko:repeat128, r=lcnrDylan DPC-3/+15
2022-09-09Rollup merge of #101573 - lcnr:param-kind-ord, r=BoxyUwUDylan DPC-42/+13
2022-09-09Rollup merge of #101492 - TaKO8Ki:suggest-adding-array-length-to-ref-to-array...Dylan DPC-24/+31
2022-09-09Use memset when repeating 128bit zero valueTomasz Miąsko-1/+1
2022-09-09Introduce a fallible variant of LLVMConstIntGetZExtValueTomasz Miąsko-2/+14
2022-09-09reviewlcnr-1/+1
2022-09-09Auto merge of #101603 - matthiaskrgr:rollup-8y6kf20, r=matthiaskrgrbors-8/+29
2022-09-09Rollup merge of #101556 - compiler-errors:tweak-generator-print, r=jackh726Matthias Krüger-5/+5
2022-09-09Rollup merge of #101253 - lyming2007:issue-101163, r=AmanieuMatthias Krüger-2/+2
2022-09-09Rollup merge of #99207 - 5225225:msan-eager-checks, r=jackh726Matthias Krüger-1/+22
2022-09-09Fix documentation lint failuresMichael Goulet-2/+2
2022-09-09Adjust pretty printing of RPITITsMichael Goulet-1/+21
2022-09-09Rebase falloutMichael Goulet-11/+8
2022-09-09Appease clippy againMichael Goulet-7/+10
2022-09-09Tweak feature error, add testMichael Goulet-8/+24
2022-09-09Handle generic parameters.Camille GILLOT-207/+137
2022-09-09Deeply check that method signatures match, and allow for nested RPITITsMichael Goulet-52/+148
2022-09-09Bless tests, fix ICE with ImplTraitPlaceholderMichael Goulet-16/+27
2022-09-09Address nitsMichael Goulet-7/+9
2022-09-09Address rebase issues, make async fn in trait workMichael Goulet-19/+89
2022-09-09Make async fn in traits workMichael Goulet-41/+46
2022-09-09Check that impl types actually satisfy RPITIT boundsMichael Goulet-0/+24
2022-09-09Implement projection for ImplTraitPlaceholderMichael Goulet-1/+120
2022-09-09Lower RPITIT to ImplTraitPlaceholder itemMichael Goulet-8/+99
2022-09-09RPITIT placeholder itemsMichael Goulet-0/+68
2022-09-08Fix ICE report flags display.Eric Huss-4/+7
2022-09-08Auto merge of #101592 - compiler-errors:rollup-d2fya7z, r=compiler-errorsbors-23/+59
2022-09-08Rollup merge of #101587 - BoxyUwU:term_debug, r=compiler-errorsMichael Goulet-1/+14
2022-09-08Rollup merge of #101530 - krasimirgg:llvm-16-up, r=cuviperMichael Goulet-1/+7
2022-09-08Rollup merge of #101499 - spastorino:add-lowering-arena, r=oli-obkMichael Goulet-21/+38
2022-09-08ptr: 43276834268743978Ellen-1/+14
2022-09-08Auto merge of #101437 - compiler-errors:erase-normalize-ordering, r=tmandrybors-14/+15
2022-09-08Introduce lowering_arena to avoid creating AST nodes on the flySantiago Pastorino-21/+38
2022-09-08Auto merge of #101577 - Dylan-DPC:rollup-l9xw7i7, r=Dylan-DPCbors-427/+592
2022-09-08Rollup merge of #101545 - TaKO8Ki:remove-unnecessary-partialord-ord, r=oli-obkDylan DPC-27/+7
2022-09-08Rollup merge of #101515 - chenyukang:fix-101477, r=fee1-deadDylan DPC-0/+19
2022-09-08Rollup merge of #101501 - Jarcho:tcx_lint_passes, r=davidtwcoDylan DPC-31/+57
2022-09-08Rollup merge of #101496 - spastorino:lower_lifetime_binder_api_changes, r=oli...Dylan DPC-51/+65
2022-09-08Rollup merge of #101424 - compiler-errors:operator-err-sugg, r=TaKO8KiDylan DPC-241/+183
2022-09-08Rollup merge of #101041 - LuisCardosoOliveira:translation-rename-attr-warning...Dylan DPC-75/+258
2022-09-08Rollup merge of #98933 - oli-obk:opaque_type_late_bound_lifetimes, r=lcnrDylan DPC-2/+3
2022-09-08update `ParamKindOrd`lcnr-42/+13
2022-09-08Auto merge of #101467 - nnethercote:shrink-hir-Ty-Pat, r=spastorinobors-46/+84
2022-09-08fix the suggestion of format for asm_sub_registerYiming Lei-2/+2