about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-05-08Mark s390x condition code register as clobbered in inline assemblyTaiki Endo-1/+3
2023-05-07Auto merge of #111161 - compiler-errors:rtn-super, r=cjgillotbors-48/+121
2023-05-07Rollup merge of #111300 - Flying-Toast:while_true_span_condition, r=compiler-...Yuki Okushi-2/+1
2023-05-07Rollup merge of #111293 - Astroide:patch-1, r=compiler-errorsYuki Okushi-2/+2
2023-05-07Rollup merge of #111150 - mj10021:issue-111025-fix, r=petrochenkovYuki Okushi-24/+5
2023-05-07Rollup merge of #105583 - luqmana:bitcast-immediates, r=oli-obkYuki Okushi-4/+33
2023-05-06Update compiler/rustc_error_codes/src/error_codes/E0726.mdAstroide-1/+1
2023-05-06delete whitelist and add checks to check_item() for missing_docsJames Dietz-24/+5
2023-05-06Rollup merge of #111289 - clubby789:fix-111280, r=jyn514Matthias Krüger-2/+4
2023-05-06Rollup merge of #111274 - cuviper:print-target-cpus, r=Mark-SimulacrumMatthias Krüger-14/+16
2023-05-06Rollup merge of #111237 - loongarch-rs:clobber-abi, r=AmanieuMatthias Krüger-0/+20
2023-05-06Rollup merge of #111203 - Kobzol:remark-print-kind, r=tmiaskoMatthias Krüger-1/+12
2023-05-06Emit while_true lint spanning the entire loop conditionFlying-Toast-2/+1
2023-05-06Auto merge of #110907 - Bryanskiy:privacy_ef, r=petrochenkovbors-145/+175
2023-05-06rustc --explain E0726 - grammar fixing (it's => its + add a `the` where it fe...Astroide-2/+2
2023-05-06Auto merge of #111287 - matthiaskrgr:rollup-9lzax2c, r=matthiaskrgrbors-345/+553
2023-05-06Check arguments length in trivial diagnostic lintclubby789-2/+4
2023-05-06Rollup merge of #111279 - compiler-errors:core-item-resolve, r=cjgillotMatthias Krüger-14/+73
2023-05-06Rollup merge of #111230 - zacklukem:eq-less-to-less-eq, r=compiler-errorsMatthias Krüger-1/+12
2023-05-06Rollup merge of #111167 - cuviper:type-decl-disubprogram, r=michaelwoeristerMatthias Krüger-34/+88
2023-05-06Rollup merge of #110989 - jyn514:bug-report-url, r=WaffleLapkinMatthias Krüger-46/+57
2023-05-06Rollup merge of #110985 - Amanieu:normalize_asm_spans, r=b-naberMatthias Krüger-3/+31
2023-05-06Rollup merge of #110610 - spastorino:smir-terminator, r=oli-obkMatthias Krüger-13/+184
2023-05-06Rollup merge of #110577 - compiler-errors:drop-impl-fulfill, r=lcnrMatthias Krüger-234/+108
2023-05-06Auto merge of #109421 - mhammerly:extern-force-option, r=petrochenkovbors-2/+31
2023-05-06Fix spans in LLVM-generated inline asm errorsAmanieu d'Antras-3/+31
2023-05-06Auto merge of #104872 - luqmana:packed-union-align, r=oli-obkbors-74/+136
2023-05-06More robust debug assertions for `Instance::resolve` on built-in traits with ...Michael Goulet-14/+73
2023-05-05Expand the LLVM coverage of `--print target-cpus`Josh Stone-14/+16
2023-05-06Rollup merge of #111261 - compiler-errors:error-guaranteed-should-be-scarier-...Yuki Okushi-15/+29
2023-05-06Rollup merge of #111246 - lcnr:no-escaping-bound-vars, r=compiler-errorsYuki Okushi-131/+46
2023-05-06Rollup merge of #111239 - TaKO8Ki:fix-111232, r=compiler-errorsYuki Okushi-1/+0
2023-05-06Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiserYuki Okushi-38/+16
2023-05-05Reorder to keep duplicate checks in sync.Luqman Aden-7/+12
2023-05-05Review feedbackLuqman Aden-14/+23
2023-05-05Don't discard preferred alignment in scalar pair.Luqman Aden-4/+2
2023-05-05Factor out checks in layout check and add helper inherent_size.Luqman Aden-55/+63
2023-05-05Incorporate review feedback from 103926.Luqman Aden-38/+33
2023-05-05Add helper methods inherent_align and to_union on Abi.Luqman Aden-1/+26
2023-05-05Do not use scalar layout if there are ZSTs with alignment > 1Oli Scherer-20/+42
2023-05-05Address review comments.Luqman Aden-6/+0
2023-05-05Don't bitcast aggregate field.Luqman Aden-1/+26
2023-05-05Operand::extract_field: only cast llval if it's a pointer and replace bitcast...Luqman Aden-3/+13
2023-05-05add "force" option to --externMatt Hammerly-2/+31
2023-05-05Mark `ErrorGuaranteed` constructor as deprecated so people don't use itMichael Goulet-15/+29
2023-05-05add hint for =< as <=Zachary Mayhew-1/+12
2023-05-05Populate effective visibilities in `rustc_privacy`Bryanskiy-145/+175
2023-05-05Add GeneratorDrop terminator to SMIRSantiago Pastorino-1/+2
2023-05-05Add Assert terminator to SMIRSantiago Pastorino-10/+176
2023-05-05Rollup merge of #111068 - Urgau:check-cfg-improvements, r=petrochenkovDylan DPC-182/+259