about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-05-26Auto merge of #97168 - SparrowLii:accesses, r=cjgillotbors-44/+66
2022-05-26Auto merge of #97369 - tmiasko:codgen-ssa-atomic-ordering, r=michaelwoeristerbors-32/+15
2022-05-26call `instantiation_mode` when pushing a new mono_itemSparrowLii-44/+66
2022-05-25Simplify implementation of `-Z gcc-ld`Vadim Petrochenkov-44/+25
2022-05-25Rollup merge of #97400 - JohnTitor:typo-fix-substructure, r=cjgillotDylan DPC-1/+1
2022-05-25Rollup merge of #97351 - b-naber:adt-const-params-structural-match-violation,...Dylan DPC-28/+48
2022-05-25Rollup merge of #97328 - petrochenkov:nativice, r=michaelwoeristerDylan DPC-4/+5
2022-05-25Rollup merge of #97302 - compiler-errors:writeback-ascending, r=cjgillotDylan DPC-2/+1
2022-05-25Fix a typo on Struct `Substructure`Yuki Okushi-1/+1
2022-05-25Auto merge of #97388 - Dylan-DPC:rollup-tfuc4tf, r=Dylan-DPCbors-103/+211
2022-05-25Rollup merge of #97384 - nnethercote:fix-metadata-stats, r=bjorn3Dylan DPC-23/+69
2022-05-25Rollup merge of #97370 - compiler-errors:else-no-if-2, r=Dylan-DPCDylan DPC-8/+1
2022-05-25Rollup merge of #96913 - Urgau:rfc3239-part2, r=petrochenkovDylan DPC-67/+95
2022-05-25Rollup merge of #95953 - JakobDegen:repeat-leak, r=oli-obkDylan DPC-5/+46
2022-05-25Auto merge of #97345 - lcnr:fast_reject, r=nnethercotebors-66/+252
2022-05-25rustc_codegen_ssa: derive copy and clone for various enumsTomasz Miąsko-19/+7
2022-05-25rustc_codegen_ssa: cleanup `AtomicOrdering`Tomasz Miąsko-14/+9
2022-05-25Fix metadata stats.Nicholas Nethercote-23/+69
2022-05-25Auto merge of #97382 - Dylan-DPC:rollup-2t4ov4z, r=Dylan-DPCbors-154/+211
2022-05-25move fast reject test out of `SelectionContext::match_impl`.lcnr-11/+12
2022-05-25add a deep fast_reject routinelcnr-55/+240
2022-05-25Rollup merge of #97323 - 5225225:strict_init_checks, r=oli-obkDylan DPC-20/+78
2022-05-25Rollup merge of #97105 - JulianKnodt:const_dep_gen_const_expr, r=lcnrDylan DPC-134/+133
2022-05-25Auto merge of #97376 - compiler-errors:lazy-polymorphic, r=jackh726bors-54/+217
2022-05-24Make Lazy not care about lifetimes until decodeMichael Goulet-54/+217
2022-05-24Minor improvement on else-no-if diagnosticMichael Goulet-8/+1
2022-05-25Rollup merge of #97266 - est31:unknown_lints_cfg_attr, r=lcnrYuki Okushi-18/+18
2022-05-24Modify MIR building to drop `foo` in `[foo; 0]`Jakob Degen-5/+46
2022-05-24Auto merge of #97356 - Dylan-DPC:rollup-bhceawj, r=Dylan-DPCbors-9/+61
2022-05-24Emit weird lint name lints after expansionest31-17/+17
2022-05-24Rollup merge of #97298 - compiler-errors:if-else-stmt-braces, r=davidtwcoDylan DPC-5/+57
2022-05-24Rollup merge of #97288 - compiler-errors:tcxify-rustdoc, r=Dylan-DPCDylan DPC-4/+4
2022-05-24Auto merge of #97291 - compiler-errors:lazy-is-actually-3-types-in-a-trenchco...bors-420/+392
2022-05-24Add flag for stricter checks on uninit/zeroed5225225-20/+78
2022-05-24RFC3239: Implement compact `cfg(target(..))`Loïc BRANSTETT-0/+24
2022-05-24Clean up condition evaluation systemLoïc BRANSTETT-67/+71
2022-05-24give correct error message on structural match violationb-naber-28/+48
2022-05-24Auto merge of #97121 - pvdrz:do-subdiagnostics-later, r=davidtwcobors-84/+91
2022-05-24Auto merge of #96098 - JakobDegen:always-return-place, r=oli-obkbors-333/+340
2022-05-24Coalesce brancheskadmin-137/+133
2022-05-23Parse expression after `else` as a condition if followed by `{`Michael Goulet-5/+57
2022-05-24Rollup merge of #97336 - tshepang:typo, r=cjgillotYuki Okushi-1/+1
2022-05-24Rollup merge of #97240 - TaKO8Ki:improve-errors-about-typos-on-variables, r=c...Yuki Okushi-7/+8
2022-05-23Fix iterator implementation, add some inlinesMichael Goulet-3/+20
2022-05-23refine comments, disambiguate len for array and tablesMichael Goulet-36/+41
2022-05-23split out the various responsibilities of LazyMichael Goulet-420/+370
2022-05-23Refactor call terminator to always hold a destination placeJakob Degen-333/+340
2022-05-23typoTshepang Lekhonkhobe-1/+1
2022-05-23rustc: Fix ICE in native library error reportingVadim Petrochenkov-4/+5
2022-05-23Rollup merge of #97292 - compiler-errors:tcxify-rustc, r=davidtwcoDylan DPC-86/+92