]> git.lizzy.rs Git - rust.git/history - src/stacked_borrows.rs
Tidy up comments and function layout, should fix most of the review notes.
[rust.git] / src / stacked_borrows.rs
2019-10-18 borsAuto merge of #1004 - JohnTitor:use-memory, r=RalfJung
2019-10-18 Yuki OkushiUse memory field instead of memory()
2019-09-30 Christian PovedaReserve fides for stdio and fix merge issues
2019-09-28 borsAuto merge of #957 - christianpoveda:ptr-align-offset...
2019-09-28 borsAuto merge of #963 - rust-lang:rustup, r=RalfJung
2019-09-26 Oliver SchererRustup to `sty` -> `kind` changes
2019-08-09 borsAuto merge of #896 - tmandry:add-generator-uninhabited...
2019-08-08 borsAuto merge of #871 - RalfJung:miri-rustc-cleanup, r...
2019-08-05 borsAuto merge of #888 - RalfJung:rustup, r=RalfJung
2019-08-05 Ralf Jungfix for latest rustc
2019-08-04 borsAuto merge of #882 - RalfJung:miri-rustc, r=RalfJung
2019-08-03 borsAuto merge of #881 - RalfJung:rustup, r=RalfJung
2019-08-03 Ralf Jungadjust for rustc changes
2019-08-03 borsAuto merge of #877 - christianpoveda:ldexp-shim, r...
2019-08-03 borsAuto merge of #878 - RalfJung:rustup, r=RalfJung
2019-08-03 Ralf Jungfix for error refactoring
2019-08-02 borsAuto merge of #870 - RalfJung:miri-rustc, r=oli-obk
2019-08-02 borsAuto merge of #872 - RalfJung:retag-shallow, r=oli-obk
2019-08-02 Ralf Jungcomment
2019-08-02 Ralf Jungmake reborrow shallow, and fix tests for that
2019-07-24 borsAuto merge of #853 - RalfJung:readme, r=RalfJung
2019-07-24 borsAuto merge of #854 - lzutao:warn-idioms, r=RalfJung
2019-07-24 Lzu Taobuild: Warn if not use 2018 idioms
2019-07-11 borsAuto merge of #830 - RalfJung:check-place, r=RalfJung
2019-07-10 Ralf Jungforce pointers before reborrowing; fixes cargo miri...
2019-07-06 borsAuto merge of #799 - rust-lang:rustup, r=RalfJung
2019-07-06 Ralf JungMerge remote-tracking branch 'origin/master' into rustup
2019-07-04 borsAuto merge of #822 - RalfJung:tls, r=RalfJung
2019-07-03 borsAuto merge of #820 - RalfJung:intptrcast, r=RalfJung
2019-07-03 Ralf Jungdon't call Stacked Borrows hooks at all when validation...
2019-07-01 Ralf JungMerge branch 'master' into rustup
2019-06-29 Ralf JungMerge branch 'master' into rustup
2019-06-29 Ralf Jungsome module comments
2019-06-26 borsAuto merge of #779 - christianpoveda:intptrcast-model...
2019-06-25 Christian PovedaFix merge conflicts
2019-06-24 Christian PovedaReorganize MemoryExtra and AllocExtra structures
2019-06-24 borsAuto merge of #787 - RalfJung:pointer-checks, r=RalfJung
2019-06-23 Ralf Jungadjust for refactored memory pointer checks
2019-06-21 Christian PovedaImplement intptrcast methods
2019-06-13 Ralf JungMerge pull request #769 from RalfJung/rustup
2019-06-13 Ralf Jungrustup for lifetime refactorings
2019-06-08 Ralf JungMerge pull request #765 from RalfJung/rustup
2019-06-08 Ralf Jungrustup for EvalResult rename
2019-06-03 Ralf Jungremove too expensive debug assertion (#755)
2019-06-03 Ralf JungMerge branch 'master' into debug
2019-06-02 Ralf JungTag static/const allocations (#748)
2019-06-02 Ralf Junguse new rustc infrastructure to tag the base pointer...
2019-05-31 Ralf Jungremove too expensive debug assertion
2019-05-27 Ralf JungMerge branch 'master' into miri-build
2019-05-27 Ralf Jungfix for latest rustc (#746)
2019-05-27 Ralf Jungfix for latest rustc
2019-05-24 Oliver SchererMerge pull request #742 from RalfJung/stacked-borrows-2
2019-05-24 Ralf Jungavoid printing the tag twice
2019-05-24 Ralf Jungavoid having both Debug and Display for a type and...
2019-05-23 Ralf JungMerge pull request #741 from RalfJung/stacked-borrows-2
2019-05-23 Ralf Junguse prettier printing
2019-05-23 Ralf JungMerge pull request #740 from RalfJung/stacked-borrows-2
2019-05-23 Ralf Junghopefully improve error message a bit
2019-05-19 Ralf JungMerge pull request #732 from RalfJung/stacked-borrows-2
2019-05-19 Ralf Jungtypo
2019-05-19 Ralf JungUse `drain` instead of manually rolling it ourselves...
2019-05-19 Oliver SchererPrefer `drain` over manual implementation of `drain`
2019-05-17 Oliver SchererMerge pull request #730 from RalfJung/stacked-borrows-2
2019-05-17 Ralf Jungnits
2019-05-17 Ralf Jungtest and support two-phase reborrows of raw pointers...
2019-05-17 Ralf Jungreading does not remove Unique, it just invalidates...
2019-05-17 Ralf Junggive up on two-phase borrows
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
next