about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-07-24Rollup merge of #99644 - RalfJung:interpret-int-ptr-transmute, r=oli-obkRalf Jung-90/+57
2022-07-24Auto merge of #99670 - Amanieu:revert-99595, r=nikicbors-2/+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/+153
2022-07-24Instantiate constness in wfcheckDeadbeef-10/+46
2022-07-24Auto merge of #98674 - RalfJung:miri-stacktrace-pruning, r=Mark-Simulacrumbors-0/+75
2022-07-24Auto merge of #99251 - cuviper:hashbrown-0.12, r=Mark-Simulacrumbors-42/+21
2022-07-24Auto merge of #95548 - rcvalle:rust-cfi-2, r=nagisabors-165/+1732
2022-07-23Auto merge of #99652 - GuillaumeGomez:rollup-38v0x7y, r=GuillaumeGomezbors-185/+258
2022-07-23Rollup merge of #99638 - GuillaumeGomez:rm-clean-trait, r=notriddleGuillaume Gomez-136/+153
2022-07-23Rollup merge of #99627 - saethlin:lock-once, r=eddybGuillaume Gomez-1/+1
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-43/+50
2022-07-23Rollup merge of #99396 - compiler-errors:missing-tests, r=Mark-SimulacrumGuillaume Gomez-0/+46
2022-07-23Rollup merge of #99298 - ChrisDenton:ignore-plugins-stage1, r=Mark-SimulacrumGuillaume Gomez-4/+6
2022-07-23Auto merge of #98208 - ivanloz:master, r=nagisabors-4/+57
2022-07-23Update documentation for LLVM CFI supportRamon de C Valle-29/+85
2022-07-23Add fine-grained LLVM CFI support to the Rust compilerRamon de C Valle-136/+1647
2022-07-23Auto merge of #98471 - wesleywiser:update_measureme, r=Mark-Simulacrumbors-2/+2
2022-07-23now we can make scalar_to_ptr a method on ScalarRalf Jung-45/+41
2022-07-23Add testsDeadbeef-0/+100
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 #97925 - the8472:cgroupv1, r=joshtriplettbors-47/+196
2022-07-23Remove Clean trait implementation for hir::Ty and middle::TyGuillaume Gomez-136/+153
2022-07-23Auto merge of #99636 - matthiaskrgr:rollup-yg0xxkx, r=matthiaskrgrbors-27/+95
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 #99617 - ehuss:update-mdbook, r=Dylan-DPCMatthias Krüger-3/+3
2022-07-23Rollup merge of #99580 - fmease:fix-issue-99565, r=estebankMatthias Krüger-22/+90
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-23Auto merge of #99599 - RalfJung:miri-stage-0, r=RalfJungbors-8/+16
2022-07-23Use span_bug in case of unexpected rib kindJordan McQueen-1/+1
2022-07-23Auto merge of #93397 - joshtriplett:sort-floats, r=Amanieubors-0/+60
2022-07-23Auto merge of #99623 - RalfJung:rollup-0h066kc, r=RalfJungbors-3/+29
2022-07-22Lock stdout once when listing testsBen Kimock-1/+1
2022-07-22Rollup merge of #99607 - RalfJung:vtable-check, r=eddybRalf Jung-2/+1
2022-07-22Rollup merge of #99602 - RalfJung:xsv, r=Mark-SimulacrumRalf Jung-1/+28
2022-07-22Rollup merge of #99588 - ehuss:update-books, r=ehussRalf Jung-0/+0
2022-07-22Auto merge of #98017 - RalfJung:dereferenceable, r=nikicbors-21/+57
2022-07-22[review] mention that runtime may scale with # of mountpointsthe8472-0/+5
2022-07-22Update mdbookEric Huss-3/+3
2022-07-22Do not resolve associated const when there is no provided valueMichael Goulet-43/+50
2022-07-22adjust UnsafeCell documentationRalf Jung-9/+18
2022-07-22do not mark interior mutable shared refs as dereferenceableRalf Jung-9/+36
2022-07-22rename PointerKind::Shared → SharedMutable to indicate this is NOT the usua...Ralf Jung-5/+5
2022-07-22Auto merge of #99598 - GuillaumeGomez:clean-trait-fields-on-demand, r=notriddlebors-22/+23
2022-07-22update MiriRalf Jung-8/+8