]> git.lizzy.rs Git - rust.git/history - src/stacked_borrows.rs
Document implementation a bit, add some fast paths
[rust.git] / src / stacked_borrows.rs
2022-07-01 Ben KimockCache lookups into the borrow stack
2022-07-01 borsAuto merge of #2298 - InfRandomness:shim-error, r=RalfJung
2022-07-01 borsAuto merge of #2297 - RalfJung:rustup, r=RalfJung
2022-07-01 Ralf Jungmake clippy happy
2022-07-01 Ralf Jungrustup
2022-06-29 borsAuto merge of #2287 - RalfJung:field-retagging, r=RalfJung
2022-06-29 Ralf Jungadd option for recursive field retagging
2022-06-28 borsAuto merge of #2279 - RalfJung:adjacent-allocs, r=RalfJung
2022-06-28 borsAuto merge of #2278 - RalfJung:rustup, r=RalfJung
2022-06-28 Ralf Jungmake use of get_alloc_info
2022-06-28 borsAuto merge of #2275 - RalfJung:permissive-provenance...
2022-06-27 Ralf Jungfmt
2022-06-27 Ralf Jungremove support for untagged pointers
2022-06-27 Ralf Jungmake permissive provenance and raw-ptr tagging the...
2022-06-25 borsAuto merge of #2264 - RalfJung:not-a-fixme, r=RalfJung
2022-06-25 borsAuto merge of #2196 - carbotaniuman:permissive-stacked...
2022-06-25 Ralf Jungtweaks and feedback
2022-06-25 Ralf Jungimplement 'delimited' expose tracking so we still detec...
2022-06-24 Ralf Jungmake the tests pass
2022-06-24 Ralf Jungreorganize exposure code a bit
2022-06-24 carbotaniumanTry fix stuff
2022-06-24 carbotaniumanMaybe this wil work
2022-06-24 carbotaniumanHandle wildcard pointers in SB
2022-06-23 borsAuto merge of #2261 - RalfJung:fmt, r=oli-obk
2022-06-23 borsAuto merge of #2250 - rust-lang:gesundheit, r=oli-obk
2022-06-22 borsAuto merge of #2248 - RalfJung:arc-drop-fix, r=RalfJung
2022-06-21 Ralf Jungdo not protect SRW items
2022-06-18 borsAuto merge of #2228 - cbeuw:futex-fix, r=RalfJung
2022-06-13 borsAuto merge of #2179 - RalfJung:rustc, r=oli-obk
2022-06-13 borsAuto merge of #2203 - RalfJung:deprecate, r=oli-obk
2022-06-13 borsAuto merge of #2229 - DrMeepster:patch-1, r=RalfJung
2022-06-12 borsAuto merge of #2195 - RalfJung:vtable-validation, r...
2022-06-12 Ralf Jungrename ExperimentalUb → StackedBorrowsUb
2022-06-11 borsAuto merge of #2215 - InfRandomness:getpid_shim, r...
2022-06-11 borsAuto merge of #2222 - InfRandomness:cargo-docs, r=RalfJung
2022-06-08 borsAuto merge of #2218 - Nilstrieb:faster-tag-partial...
2022-06-08 NilstriebAdd comment to explain manual optimization
2022-06-08 NilstriebOptimize `SbTag::eq`
2022-06-06 borsAuto merge of #2183 - RalfJung:better-provenance-contro...
2022-06-06 borsAuto merge of #2202 - InfRandomness:infrandomness/rustd...
2022-06-06 infrandomnessFix rustdoc warnings
2022-06-04 borsAuto merge of #2186 - matthiaskrgr:clippy, r=RalfJung
2022-06-04 Matthias Krügerclippy fixes
2022-05-31 borsAuto merge of #2171 - RalfJung:less-dup, r=RalfJung
2022-05-31 Ralf Jungfix some lifetime names
2022-05-31 Ralf Jungreduce some code duplication
2022-05-31 borsAuto merge of #2166 - RalfJung:tests, r=oli-obk
2022-05-30 borsAuto merge of #2145 - saethlin:zero-size-creation,...
2022-05-30 borsAuto merge of #2158 - rust-lang:gesundheit, r=RalfJung
2022-05-29 Ben KimockSave a created event for zero-size reborrows
2022-05-29 borsAuto merge of #2162 - RalfJung:rustup, r=RalfJung
2022-05-29 Ralf Jungrustup
2022-05-24 borsAuto merge of #2138 - JakobDegen:call-fallout, r=RalfJung
2022-05-24 Jakob DegenAdjust Miri to also require return places everywhere
2022-05-23 borsAuto merge of #2059 - carbotaniuman:master, r=RalfJung
2022-05-23 carbotaniumanInitial work on permissive provenance
2022-05-23 borsAuto merge of #2105 - thomcc:flip-failure-rate, r=RalfJung
2022-05-23 borsAuto merge of #2139 - saethlin:lazy-current-span, r...
2022-05-22 Ben KimockFactor current-span logic into a lazy caching handle
2022-05-19 borsAuto merge of #2128 - saethlin:fix-creation-range,...
2022-05-19 Ben KimockPass the correct size to the AllocRange for log_creation
2022-05-15 borsAuto merge of #2116 - carbotaniuman:minimal-miri-change...
2022-05-14 borsAuto merge of #2030 - saethlin:track-alloc-history...
2022-05-13 Ben KimockMore review feedback
2022-05-12 Ben KimockCleanup/Refactoring from review
2022-05-10 borsAuto merge of #2084 - rust-lang:silence, r=RalfJung
2022-04-30 Ben KimockPass AccessKind to check_protector
2022-04-30 Ben KimockMove SB diagnostics to a module
2022-04-30 Ben KimockSet the current span (somewhat) lazily
2022-04-30 Ben KimockPrint spans where tags are created and invalidated
2022-04-30 borsAuto merge of #2090 - dtolnay-contrib:addcarry, r=oli-obk
2022-04-30 borsAuto merge of #2091 - dtolnay-contrib:clippy, r=oli-obk
2022-04-29 David TolnayResolve clippy::clone_on_copy
2022-04-21 borsAuto merge of #2075 - y86-dev:master, r=RalfJung
2022-04-21 y86-devAdded support for multiple tracked pointers, allocs...
2022-04-20 borsAuto merge of #2071 - RalfJung:provenance, r=RalfJung
2022-04-20 Ralf Jungadjust for provenance cleanup
2022-04-05 borsAuto merge of #2047 - RalfJung:no-extras, r=RalfJung
2022-04-05 Ralf Jungadjust for MemoryExtra being merged into Machine
2022-03-20 borsAuto merge of #1975 - DrMeepster:backtrace_fix, r=RalfJung
2022-03-17 borsAuto merge of #1971 - saethlin:sb-details, r=RalfJung
2022-03-17 Ben KimockPrint more in SB error diagnostics
2022-03-08 borsAuto merge of #2006 - RalfJung:readme-ci, r=RalfJung
2022-03-07 borsAuto merge of #1981 - tavianator:readdir, r=RalfJung
2022-03-07 Tavian BarnesRename MiriMemoryKind::Env to Runtime
2022-01-09 borsAuto merge of #1952 - RalfJung:self-referential, r...
2022-01-01 Ralf Jungexclude mutable references to !Unpin types from uniquen...
2021-12-23 borsAuto merge of #1949 - RalfJung:miri-lib-src, r=oli-obk
2021-12-21 borsAuto merge of #1945 - saethlin:better-sb-tracking,...
2021-12-21 Ben KimockProvide better notes when tracking a pointer tag
2021-11-17 borsAuto merge of #1911 - RalfJung:rename-track-tag, r...
2021-11-13 Ralf Jungrename track-raw-pointers flag to tag-raw-pointers
2021-09-08 borsAuto merge of #1884 - DrMeepster:start, r=RalfJung
2021-09-06 borsAuto merge of #1886 - camelid:stage2, r=RalfJung
2021-09-06 borsAuto merge of #1887 - hyd-dev:rustup, r=RalfJung
2021-09-06 hyd-dev`rustc_target::abi::LayoutOf` -> `rustc_middle::ty...
2021-07-20 borsAuto merge of #1853 - RalfJung:negative-offsets, r...
2021-07-20 Ralf Jungadjust for PointerOutOfBounds change
2021-07-17 borsAuto merge of #1851 - RalfJung:provenance-overhaul...
2021-07-16 Ralf Jungadjust Miri to Pointer type overhaul
next