about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-09-11Avoid `Iterator::last`KaDiWa-12/+8
2022-09-11Use current rustc version.Charles Lew-1/+1
2022-09-11minor fixups as per PR feedbackAndrew Cann-32/+17
2022-09-11Add some comments to generator clone shim codeAndrew Cann-0/+12
2022-09-11Add tracking issue number to feature(generator_clone)Andrew Cann-2/+2
2022-09-11Apply formatting fixesAndrew Cann-34/+27
2022-09-11move generator_clone feature definitionAndrew Cann-2/+2
2022-09-11fix GeneratorWitness: Clone checkAndrew Cann-9/+14
2022-09-11loosen restriction on when GeneratorWitness: CloneAndrew Cann-17/+13
2022-09-11add generator_clone feature gateAndrew Cann-24/+35
2022-09-11implement Copy/Clone for generatorsAndrew Cann-35/+135
2022-09-10Auto merge of #98559 - jackh726:remove-reempty, r=oli-obkbors-241/+292
2022-09-10Auto merge of #101647 - crlf0710:test_for_99551, r=bjorn3bors-1/+6
2022-09-10Fix pointer value punning.Charles Lew-1/+6
2022-09-10Auto merge of #101652 - Dylan-DPC:rollup-f4atky0, r=Dylan-DPCbors-137/+47
2022-09-10Rollup merge of #101635 - jyn514:queries-new-derived, r=cjgillotDylan DPC-16/+21
2022-09-10Rollup merge of #101614 - compiler-errors:rpitit-eq, r=jackh726Dylan DPC-2/+17
2022-09-10Rollup merge of #101578 - lcnr:resolve-hack, r=jackh726Dylan DPC-119/+9
2022-09-10Auto merge of #100968 - cjgillot:mir-upvar-vec, r=wesleywiserbors-152/+83
2022-09-10Remove unused temp.Camille Gillot-2/+1
2022-09-10Auto merge of #101483 - oli-obk:guaranteed_opt, r=fee1-deadbors-47/+31
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-09Equate fn outputs when inferring RPITIT hidden typesMichael Goulet-2/+17
2022-09-09The `<*const T>::guaranteed_*` methods now return an option for the unknown caseOli Scherer-47/+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-09rename `codegen_fulfill_obligation`lcnr-13/+8
2022-09-09`resolve_instance`: remove `BoundVarsCollector`lcnr-108/+3
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