about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-07-26codegen: use new {re,de,}allocator annotations in llvmAugie Fackler-3/+169
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-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-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-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-24Revert "Mark atomics as unsupported on thumbv6m"Amanieu d'Antras-2/+1
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
2022-07-23Rollup merge of #99632 - danbev:locator.rs-typo, r=Dylan-DPCMatthias Krüger-1/+1
2022-07-23Rollup merge of #99631 - jmqd:master, r=oli-obkMatthias Krüger-1/+1
2022-07-23Rollup merge of #99580 - fmease:fix-issue-99565, r=estebankMatthias Krüger-20/+67
2022-07-23Auto merge of #99320 - NiklasJonsson:84447/rustc_expand, r=compiler-errorsbors-6/+5
2022-07-23Fix typo/grammar in locator.rs doc commentDaniel Bevenius-1/+1
2022-07-23Use span_bug in case of unexpected rib kindJordan McQueen-1/+1
2022-07-23Auto merge of #99623 - RalfJung:rollup-0h066kc, r=RalfJungbors-2/+1
2022-07-22Rollup merge of #99607 - RalfJung:vtable-check, r=eddybRalf Jung-2/+1
2022-07-22Do not resolve associated const when there is no provided valueMichael Goulet-3/+17
2022-07-22do not mark interior mutable shared refs as dereferenceableRalf Jung-8/+17
2022-07-22rename PointerKind::Shared → SharedMutable to indicate this is NOT the usua...Ralf Jung-5/+5
2022-07-22Outline `SubstFolder` bug reporting code pathsTomasz Miąsko-55/+70
2022-07-22Inline `SubstFolder::tcx`Tomasz Miąsko-0/+1
2022-07-22Inline `Predicate::has_vars_bound_at_or_above`Tomasz Miąsko-0/+1
2022-07-22Inline `DebruijnIndex` methodsTomasz Miąsko-0/+5
2022-07-22interpret: fix vtable check debug assertionRalf Jung-2/+1
2022-07-22Auto merge of #99521 - fee1-dead-contrib:const_fix_hax, r=oli-obkbors-51/+45
2022-07-22Mark atomics as unsupported on thumbv6mNikita Popov-1/+2
2022-07-22Rollup merge of #99539 - compiler-errors:bidirectional-block-suggestions, r=f...Dylan DPC-427/+518
2022-07-22Rollup merge of #99393 - Logarithmus:feature/99255-omit-const-generic-suffixe...Dylan DPC-1/+1