]> git.lizzy.rs Git - rust.git/history - src/stacked_borrows.rs
refactor to simplify
[rust.git] / src / stacked_borrows.rs
2019-05-15 Ralf Jungrefactor to simplify
2019-05-15 Ralf Jungmake writes act stack-like
2019-05-13 Oliver SchererMerge pull request #726 from RalfJung/stacked-borrows-2
2019-05-11 Ralf JungUpdate src/stacked_borrows.rs
2019-05-11 Ralf Jungrename per-location part of reborowing to 'granting'
2019-04-30 Ralf JungMerge pull request #718 from RalfJung/stacked-borrows-2
2019-04-30 bjorn3Apply suggestions from code review
2019-04-30 Ralf JungSharedReadOnly reborrows are never weak
2019-04-19 Oliver SchererMerge pull request #699 from RalfJung/stacked-borrows-2
2019-04-19 Ralf Jungtwo-phase-borrow comment
2019-04-18 Tim DiekmannMerge branch 'master' into realloc
2019-04-18 Ralf JungMerge pull request #695 from RalfJung/stacked-borrows-2
2019-04-17 Ralf Jungembrace find_map and some whitespace changes
2019-04-17 Oliver SchererApply suggestions from code review
2019-04-17 Ralf Jungbarriers are dead, long live protectors -- this enables...
2019-04-17 Ralf Jungabstract mapping over all the stacks in some memory...
2019-04-17 Ralf Junglet the permission of a new pointer depend on the type...
2019-04-17 Ralf Jungsome failures are impossible
2019-04-17 Ralf Jungmore comments
2019-04-17 Ralf Jungmake run-pass tests pass. tweak how we remove barriers.
2019-04-17 Ralf Jungrewrite Stacked Borrows Core. this passes stacked-borro...
2019-04-06 Ralf JungMerge branch 'master' into patch-1
2019-04-03 Oliver SchererMerge pull request #672 from rust-lang/update
2019-04-03 Oliver SchererUpdate to rustc nightly
2019-02-26 Ralf JungMerge pull request #635 from alexreg/cosmetic-2
2019-02-26 Alexander RegueiroVarious cosmetic improvements.
2019-02-14 Ralf JungMerge remote-tracking branch 'origin/master' into str...
2019-02-13 Ralf JungMerge branch 'master' into format-padding
2019-02-12 Ralf JungMerge pull request #629 from RalfJung/rename
2019-02-12 Ralf Jungrename things away from 'Shr' that are used for much...
2019-02-12 Ralf Jungbe more clear which stack we are talking about
2019-01-08 Oliver SchererMerge pull request #597 from RalfJung/range-map
2019-01-07 Ralf Jungdeduplicate RangeMap elements in iter_mut
2018-12-21 Ralf JungMerge pull request #572 from solson/rustup
2018-12-20 Ralf JungMerge branch 'master' into rustup
2018-12-12 Ralf JungMerge branch 'master' into retag-to-raw
2018-12-12 Ralf Jungtreat ref-to-raw cast like a reborrow: do a special...
2018-12-11 Ralf JungMerge pull request #568 from RalfJung/cleanup
2018-12-11 Ralf Jungmake some functions private to StackedBorrows
2018-12-11 Ralf Jungavoid repeating signatures in EvalContext extension...
2018-12-08 Ralf JungMerge pull request #564 from solson/rustup
2018-12-08 Ralf JungMerge remote-tracking branch 'origin/master' into rustup
2018-12-07 Ralf JungMerge remote-tracking branch 'origin/master' into stack...
2018-12-03 Ralf JungMerge branch 'master' into stacked-borrows-2-phase
2018-12-03 Ralf JungMerge branch 'master' into fixme
2018-12-03 Ralf JungMerge pull request #557 from RalfJung/fix-mutability-gap
2018-12-03 Ralf Junguse assert
2018-12-03 Ralf Jungfix mutability gap: do not allow shared mutation when...
2018-12-02 Ralf Jungassert some sense
2018-12-02 Ralf Jungsupport for basic (non-overlapping) 2-phase borrows
2018-11-30 Ralf JungMerge pull request #553 from solson/rustup
2018-11-28 Ralf JungMerge remote-tracking branch 'origin/master' into rustup
2018-11-28 Oliver S̶c̶h̶n̶e̶i... Typo
2018-11-28 Ralf JungMerge remote-tracking branches 'origin/master' and...
2018-11-27 Ralf Jungbarriers prevent deallocation
2018-11-27 Ralf Jungno barriers for boxes
2018-11-27 Ralf Jungimplement function barriers
2018-11-27 Ralf Jungtrack call IDs
2018-11-27 Ralf Jungadjust for memory_allocated hook, make RangeMap preallo...
2018-11-26 Ralf JungMerge branch 'master' into self-referential-generator
2018-11-26 Ralf JungMerge pull request #519 from solson/allocations
2018-11-26 Ralf JungMerge remote-tracking branch 'origin/master' into alloc...
2018-11-23 Oliver SchererUpdate to Memory -> Allocation method move
2018-11-22 Ralf JungMerge remote-tracking branch 'origin/master' into rustup
2018-11-21 Ralf JungMerge branch 'master' into partially-invalidate-mut
2018-11-21 Ralf JungMerge pull request #539 from RalfJung/no-frozen-mut
2018-11-21 Ralf Jungslightly more verbose error msg
2018-11-21 Ralf Jungif let
2018-11-21 Ralf Jungon a deref, check that we are not using a mutable ref...
2018-11-20 Ralf JungMerge branch 'master' into cargo-miri-2018
2018-11-20 Ralf JungMerge pull request #526 from RalfJung/mut-visitor
2018-11-20 Ralf Jungadjust for InboundsCheck parameter of memory bounds...
2018-11-20 Ralf JungMerge branch 'miri-backtrace' into mut-visitor
2018-11-19 Ralf JungMerge remote-tracking branch 'origin/master' into mut...
2018-11-17 Ralf JungBoxes can also use the fast path
2018-11-17 Ralf Jungadd comment about not using builtin_deref
2018-11-17 Ralf Jungescape-on-cast, now ptr-deref does not change the tag...
2018-11-17 Ralf Jungalso consider boxes like unique references
2018-11-16 Ralf JungFactor out common top-level code from escape-to-raw...
2018-11-16 Ralf Jungretagging: descent into values, type-driven
2018-11-16 Ralf JungMerge pull request #524 from RalfJung/escape-to-raw
2018-11-16 Ralf JungMerge remote-tracking branch 'origin/master' into escap...
2018-11-16 Ralf Jungadd a sanity assertion
2018-11-15 Ralf Jungwe no longer even try pushing to a frozen location
2018-11-15 Ralf Junglet's call this a redundant reborrow
2018-11-15 Ralf Junggeneralize reborrow-to-raw exception to a general redun...
2018-11-15 Ralf Jungadjust comment
2018-11-15 Ralf JungSeparate deref and access into different operations...
2018-11-15 Ralf Jungbetter test the special exception for reading through...
2018-11-15 Ralf Jungmake freezing inherently part of the high-level reactiv...
2018-11-15 Ralf JungRetag is the only operation that generates new tags
2018-11-15 Ralf JungMerge pull request #522 from RalfJung/alloc-extra
2018-11-14 Ralf Jungupdate for memory_deallocated moving to AllocExtra
2018-11-12 Oliver S̶c̶h̶n̶e̶i... Merge pull request #516 from RalfJung/rc
2018-11-12 Ralf JungUpdate rustc for AllocationExtra trait
2018-11-08 Oliver S̶c̶h̶n̶e̶i... Merge pull request #513 from RalfJung/new-interior-mut
2018-11-08 Ralf Jungtreat shared and raw borrows alike
2018-11-08 Ralf Jungre-do large parts of stacked borrows, now with proper...
2018-11-05 Oliver S̶c̶h̶n̶e̶i... Merge pull request #510 from solson/rustup
2018-11-05 Ralf Jungrustup
next