about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-07-26Rollup merge of #99593 - TaKO8Ki:suggest-removing-tuple-struct-field, r=compi...Yuki Okushi-0/+15
2022-07-26Rollup merge of #99353 - compiler-errors:gat-where-clause-mismatch, r=cjgillotYuki Okushi-176/+93
2022-07-25Auto merge of #99735 - JohnTitor:rollup-d93jyr2, r=JohnTitorbors-409/+52
2022-07-26Rollup merge of #99709 - lcnr:rm-MaybeTypeckResults, r=compiler-errorsYuki Okushi-33/+5
2022-07-26Rollup merge of #99673 - RalfJung:interpret-invalid-dyn, r=oli-obkYuki Okushi-2/+2
2022-07-26Rollup merge of #99178 - Dajamante:clean_up, r=oli-obkYuki Okushi-344/+23
2022-07-26Rollup merge of #97077 - ouz-a:Optimize-backend, r=oli-obkYuki Okushi-30/+22
2022-07-25Auto merge of #97313 - cjgillot:ast-lifetimes-anon, r=petrochenkovbors-926/+824
2022-07-25Update file description.Camille GILLOT-5/+6
2022-07-25Report elision failures on the AST.Camille GILLOT-921/+792
2022-07-25Auto merge of #85673 - csmoe:export-exe-sym, r=bjorn3bors-5/+22
2022-07-25removed CanConstProp + VisitorAïssata-125/+7
2022-07-25Lighten up const_prop_lint, reusing const_propAïssata-222/+19
2022-07-25`Inherited` always has `TypeckResults` availablelcnr-33/+5
2022-07-25Auto merge of #99707 - JohnTitor:rollup-74rb8vq, r=JohnTitorbors-17/+15
2022-07-25Rollup merge of #99659 - compiler-errors:opaque-type-nit, r=oli-obkYuki Okushi-12/+6
2022-07-25Rollup merge of #99643 - daxpedda:sign-ext-wasm, r=oli-obkYuki Okushi-0/+1
2022-07-25Rollup merge of #99581 - nnethercote:improve-derive-packed-errors, r=estebankYuki Okushi-5/+8
2022-07-25suggest removing the tuple struct field for the unwrapped valueTakayuki Maeda-0/+15
2022-07-25Auto merge of #99600 - tmiasko:subst-folder, r=petrochenkovbors-55/+77
2022-07-25Auto merge of #98770 - klensy:no-string-dupes-ugly, r=cjgillotbors-9/+46
2022-07-25feat: impl export-executable-symbolscsmoe-5/+22
2022-07-25Auto merge of #99676 - thomcc:dont-overwrite, r=tmiaskobors-1/+1
2022-07-25Improve error messages involving `derive` and `packed`.Nicholas Nethercote-5/+8
2022-07-24Combine redundant obligation cause codesMichael Goulet-129/+71
2022-07-24Handle additional lifetime bounds on GATs like on methodsMichael Goulet-9/+15
2022-07-24Slightly improve mismatched GAT where clause errorMichael Goulet-65/+34
2022-07-24Rollup merge of #99678 - danbev:rustc_parse-config-doc-comments, r=cjgillotRalf Jung-2/+2
2022-07-24Rollup merge of #99644 - RalfJung:interpret-int-ptr-transmute, r=oli-obkRalf Jung-90/+57
2022-07-24Update doc comments that refer to config parameterDaniel Bevenius-2/+2
2022-07-24Don't overwrite CodegenFnAttrs when adding used compiler/linkerThom Chiovoloni-1/+1
2022-07-24don't ICE on invalid dyn callsRalf Jung-2/+2
2022-07-24Revert "Mark atomics as unsupported on thumbv6m"Amanieu d'Antras-2/+1
2022-07-24make sure has_deref is correctouz-a-0/+2
2022-07-24Auto merge of #93429 - fee1-dead-contrib:allow-super-trait-tilde-const, r=oli...bors-12/+53
2022-07-24Instantiate constness in wfcheckDeadbeef-10/+46
2022-07-24Use VecMap::get in ConstraintLocator::checkMichael Goulet-12/+6
2022-07-24Auto merge of #99251 - cuviper:hashbrown-0.12, r=Mark-Simulacrumbors-8/+8
2022-07-24Auto merge of #95548 - rcvalle:rust-cfi-2, r=nagisabors-97/+1019
2022-07-23Auto merge of #99652 - GuillaumeGomez:rollup-38v0x7y, r=GuillaumeGomezbors-4/+19
2022-07-23Rollup merge of #99595 - nikic:thumbv6m-atomics, r=nagisaGuillaume Gomez-1/+2
2022-07-23Rollup merge of #99449 - compiler-errors:assoc-const-missing-item, r=lcnrGuillaume Gomez-3/+17
2022-07-23Auto merge of #98208 - ivanloz:master, r=nagisabors-2/+18
2022-07-23Add fine-grained LLVM CFI support to the Rust compilerRamon de C Valle-97/+1019
2022-07-23Add `sign-ext` target feature to the WASM targetdAxpeDDa-0/+1
2022-07-23now we can make scalar_to_ptr a method on ScalarRalf Jung-45/+41
2022-07-23Remap elaborated obligation constnessDeadbeef-1/+6
2022-07-23Allow `~const` on super traitsDeadbeef-1/+1
2022-07-23remove some provenance-related machine hooks that Miri no longer needsRalf Jung-46/+17
2022-07-23Auto merge of #99636 - matthiaskrgr:rollup-yg0xxkx, r=matthiaskrgrbors-22/+69