]> git.lizzy.rs Git - rust.git/history - src/range_map.rs
fix reborrowing of tagged ZST references
[rust.git] / src / range_map.rs
2020-10-28 borsAuto merge of #1606 - RalfJung:trophy, r=oli-obk
2020-10-28 borsAuto merge of #1603 - RalfJung:track-raw, r=oli-obk
2020-10-28 Ralf JungStacked Borrows: print affected memory location on...
2020-04-04 borsAuto merge of #1293 - Firstyear:1289-miri-readme, r...
2020-04-03 borsAuto merge of #1294 - JOE1994:windows_instant, r=RalfJung
2020-04-02 borsAuto merge of #1299 - RalfJung:rustup, r=RalfJung
2020-04-02 Ralf Jungrustup for import changes
2020-03-30 borsAuto merge of #1270 - RalfJung:incremental, r=RalfJung
2020-03-30 borsAuto merge of #1279 - divergentdave:open_O_EXCL, r...
2020-03-30 borsAuto merge of #1281 - RalfJung:rustup, r=RalfJung
2020-03-30 Ralf Jungadjust for librustc rename; reduce 'extern crate' to...
2019-12-23 borsAuto merge of #1124 - RalfJung:sysroot-check, r=oli-obk
2019-12-23 borsAuto merge of #1118 - rust-lang:stacked_borrow_tracing...
2019-12-23 Oliver SchererRustfmt all the things
2019-07-06 borsAuto merge of #799 - rust-lang:rustup, r=RalfJung
2019-07-06 Ralf Jungfix unused variable warning
2019-07-06 Ralf JungMerge remote-tracking branch 'origin/master' into rustup
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-02-26 Ralf JungMerge pull request #635 from alexreg/cosmetic-2
2019-02-26 Alexander RegueiroFixed nits raised in review.
2019-02-26 Alexander RegueiroVarious cosmetic improvements.
2019-01-08 Oliver SchererMerge pull request #597 from RalfJung/range-map
2019-01-07 Ralf Jungexpand docs
2019-01-07 Ralf Jungtweak merging to give up if we don't make any progress
2019-01-07 Ralf Jungbe explicit about doing a binary search; fix out-of...
2019-01-07 Ralf Jungdeduplicate RangeMap elements in iter_mut
2019-01-07 Ralf Jungrewrite RangeMap to use a sorted Vec instead of a RangeMap
2019-01-07 Ralf Jungrange_map: also test size of the internal representation
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 Ralf JungMerge remote-tracking branches 'origin/master' and...
2018-11-27 Ralf Jungadjust for memory_allocated hook, make RangeMap preallo...
2018-10-22 Ralf JungMerge pull request #487 from solson/rustup
2018-10-22 Ralf JungMerge remote-tracking branch 'origin/master' into rustup
2018-10-17 Ralf Jungstacked borrows: enforcement at memory accesses
2018-10-16 Ralf Jungstacked borrows: track refs and derefs
2018-08-30 Oliver SchneiderMerge pull request #434 from solson/rustup
2018-08-20 Ralf JungMerge remote-tracking branch 'origin/master'
2018-08-16 Ralf Jungrustup for big refactor; kill most of validation
2018-07-16 Oliver SchneiderMerge branch 'master' into hack_branch_for_miri_do_not_...
2018-07-13 Ralf JungMerge pull request #387 from ecstatic-morse/eq-hash
2018-07-13 Ralf JungMerge branch 'master' into eq-hash
2018-07-11 Oliver SchneiderMerge pull request #391 from bjorn3/clippy_fixes
2018-07-10 bjorn3Fix some clippy lints
2018-07-10 bjorn3Workaround for rustc bug
2018-06-30 Dylan MacKenzieImplement `Eq` and `Hash` for MemoryData and Evaluator
2018-05-09 Oliver SchneiderMerge pull request #374 from solson/cleanups
2018-05-09 Oliver SchneiderMove back to a normal folder structure