]> git.lizzy.rs Git - rust.git/history - src/stacked_borrows
Auto merge of #2430 - RalfJung:no-global-wrapper, r=RalfJung
[rust.git] / src / stacked_borrows /
2022-07-24 borsAuto merge of #2430 - RalfJung:no-global-wrapper, r...
2022-07-24 borsAuto merge of #2428 - RalfJung:cargo-miri-runner, r...
2022-07-23 borsAuto merge of #2427 - Nilstrieb:doc-fix, r=saethlin
2022-07-23 NilstriebFix outdated docs in sb stack cache
2022-07-22 borsAuto merge of #2384 - RalfJung:vtables, r=RalfJung
2022-07-22 Ralf Jungadjust for symbolic vtables
2022-07-20 borsAuto merge of #2404 - RalfJung:mix, r=RalfJung
2022-07-20 Ralf Junghandle get_alloc_extra the same throughout Stacked...
2022-07-20 borsAuto merge of #2403 - RalfJung:rustup, r=RalfJung
2022-07-20 Ralf Jungrustup
2022-07-20 borsAuto merge of #2402 - RalfJung:cargo-target, r=RalfJung
2022-07-20 borsAuto merge of #2391 - RalfJung:stderr, r=oli-obk
2022-07-20 borsAuto merge of #2397 - RalfJung:cleanup, r=RalfJung
2022-07-20 borsAuto merge of #2394 - saethlin:unique-range-ice, r...
2022-07-20 Ben KimockClarify implementation a bit
2022-07-20 Ben KimockFix bugs where unique_range became invalid
2022-07-19 borsAuto merge of #2392 - RalfJung:rustup, r=RalfJung
2022-07-19 Ralf Jungrustup
2022-07-19 borsAuto merge of #2350 - RalfJung:remove-deprecated, r...
2022-07-18 borsAuto merge of #2349 - saethlin:isatty, r=RalfJung
2022-07-17 borsAuto merge of #2378 - RalfJung:sb, r=RalfJung
2022-07-17 Ralf Jungremove a fastpath that does not seem to actually help
2022-07-17 Ralf Junguse PlaceTy visitor
2022-07-15 borsAuto merge of #2368 - RalfJung:debug, r=oli-obk
2022-07-14 Ralf Jungmake cache consistency checks into regular debug assertions
2022-07-14 borsAuto merge of #2370 - RalfJung:weak-mem-test, r=RalfJung
2022-07-14 borsAuto merge of #2328 - RalfJung:perf, r=RalfJung
2022-07-14 borsAuto merge of #2369 - RalfJung:reborrow, r=RalfJung
2022-07-13 Ralf Jungreborrow error: clarify that we are reborrowing *from...
2022-07-13 Ralf Jungmove stacked_borrows.rs together with the other files...
2022-07-13 borsAuto merge of #2315 - saethlin:shrink-item, r=saethlin
2022-07-13 Ben KimockRearrange and document the new implementation
2022-07-13 Ben KimockStore protectors outside Item, pack Tag and Perm
2022-07-06 borsAuto merge of #2338 - RalfJung:format, r=RalfJung
2022-07-06 Ralf Jungtweak format strings
2022-07-05 borsAuto merge of #2323 - RalfJung:box-is-special, r=RalfJung
2022-07-05 borsAuto merge of #2334 - RalfJung:range, r=RalfJung
2022-07-05 Ralf Jungwe don't need HexRange any more
2022-07-05 borsAuto merge of #2329 - RalfJung:benches, r=oli-obk
2022-07-05 borsAuto merge of #2333 - rust-lang:miriup, r=oli-obk
2022-07-05 Oli SchererBump rust version
2022-07-03 borsAuto merge of #2318 - RalfJung:nodoc, r=RalfJung
2022-07-03 borsAuto merge of #1935 - saethlin:optimize-sb, r=RalfJung
2022-07-03 Ben KimockTypo
2022-07-02 Ben KimockExplain cache behavior a bit better, clean up diff
2022-07-02 Ben KimockExplain the behavior of the cache upon clear
2022-07-02 Ben KimockDocument implementation a bit, add some fast paths
2022-07-01 Ben KimockCache lookups into the borrow stack
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-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 carbotaniumanTry fix stuff
2022-06-24 carbotaniumanMaybe this wil work
2022-06-24 carbotaniumanHandle wildcard pointers in SB
2022-05-30 borsAuto merge of #2158 - rust-lang:gesundheit, r=RalfJung
2022-05-29 borsAuto merge of #2162 - RalfJung:rustup, r=RalfJung
2022-05-29 Ralf Jungrustup
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-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-04-30 Ben KimockMove SB diagnostics to a module