]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-11-23 Oliver SchererUpdate to Memory -> Allocation method move
2018-11-23 Ralf Jungfix for new Align type
2018-11-22 Ralf JungMerge pull request #538 from solson/rustup
2018-11-22 Ralf Jungbump rust
2018-11-22 Ralf JungMerge remote-tracking branch 'origin/master' into rustup
2018-11-21 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #540 from RalfJung/partially-invalid...
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 Jungtest that we support partial invalidation of mutable...
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-21 Ralf Jungremove stabilized feature flag
2018-11-21 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #537 from solson/rustup
2018-11-21 Ralf Jungmake sure compile-fail tests would compile if we screw up
2018-11-21 Ralf Jungbump Rust
2018-11-20 Ralf JungMerge pull request #535 from RalfJung/tests-edition...
2018-11-20 Ralf Jungmake tests compatible with 2018 edition
2018-11-20 Ralf Junguse 2018 edition for tests
2018-11-20 Ralf JungMerge pull request #533 from RalfJung/cargo-miri-2018
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 Jungstdout not implemented on windows
2018-11-20 Ralf JungUnsafeCell no longer needs to be on the whitelist
2018-11-20 Ralf Jungadjust for InboundsCheck parameter of memory bounds...
2018-11-20 Ralf Jungbump Rust version
2018-11-20 Ralf JungMerge branch 'miri-backtrace' into mut-visitor
2018-11-19 Ralf Jungport cargo-miri-test to 2018 edition, mostly to test...
2018-11-19 Ralf Jungadd an interesting testcase
2018-11-19 Ralf Jungreorder cargo flags for consistency
2018-11-19 Ralf JungMerge remote-tracking branch 'origin/master' into mut...
2018-11-18 Ralf JungMerge pull request #530 from RalfJung/appveyor
2018-11-17 Ralf JungAppVeyor: consistently use --all-features
2018-11-17 Ralf JungMerge pull request #529 from matthiaskrgr/bench
2018-11-17 Matthias Krügertravis: build benchmarks as well
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 Matthias Krügerbenchmarks: make them build again
2018-11-17 Ralf Jungremove spurious assignments
2018-11-17 Ralf Jungraw ptr deref no longer erases the tag
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 JungMerge pull request #527 from steveklabnik/patch-2
2018-11-16 Steve Klabnikfix cargo invocation in the readme
2018-11-16 Ralf JungFactor out common top-level code from escape-to-raw...
2018-11-16 Ralf Jungadd some tests for retagging inside tuples and options
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 Jungstacked borrows is broken without full MIR
2018-11-16 Ralf JungMerge remote-tracking branch 'origin/master' into escap...
2018-11-16 Ralf JungMerge pull request #525 from RalfJung/trust-the-type...
2018-11-16 Ralf Jungwhere there is 2, there should be 1
2018-11-16 Ralf Jungremove type system tests
2018-11-16 Ralf Jungbump Rust
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 Jungadd an interesting demo for &mut being unique
2018-11-15 Ralf Jungadjust comment
2018-11-15 Ralf JungSeparate deref and access into different operations...
2018-11-15 Ralf Jungorganize std tests a bit better
2018-11-15 Ralf Jungbetter test the special exception for reading through...
2018-11-15 Ralf Jungtest for special things that are now possible
2018-11-15 Ralf Jungadd another mean test case
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 Jungupdate for changed FrameInfo, do not print span for...
2018-11-15 Ralf JungMerge pull request #522 from RalfJung/alloc-extra
2018-11-15 Ralf Jungbump Rust
2018-11-14 Ralf Jungupdate for memory_deallocated moving to AllocExtra
2018-11-14 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #518 from RalfJung/readme
2018-11-14 Ralf Jungmove slide and report links to history
2018-11-13 Ralf Jungmiri history
2018-11-13 Ralf Jungadd a description of what miri can do for you
2018-11-13 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #517 from RalfJung/readme
2018-11-12 Ralf Jungcargo miri test currently does not work
2018-11-12 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #516 from RalfJung/rc
2018-11-12 Ralf JungUpdate rustc for AllocationExtra trait
2018-11-11 Ralf JungRc should be fixed
2018-11-09 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #515 from RalfJung/test
2018-11-09 Ralf Jungbump compiletest so that we can share the tempdir(...
2018-11-09 Ralf Jungremove unused import
2018-11-09 Ralf Junguse custom test runner so that we can get proper test...
2018-11-08 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #513 from RalfJung/new-interior-mut
2018-11-08 Ralf Jungbump Rust version
2018-11-08 Ralf Jungsort the fields ourselves
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-08 Ralf JungMerge pull request #514 from solson/rustup
2018-11-07 Ralf Jungdisable Rc test for now, it ain't working
2018-11-07 Ralf Jungbump rust
2018-11-05 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #510 from solson/rustup
2018-11-05 Ralf Jungmove to 2018 edition
2018-11-05 Ralf Jungrustup
2018-11-04 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #509 from solson/rustup
2018-11-04 Ralf Jungfix for latest nightly
2018-11-03 Ralf JungMerge pull request #507 from RalfJung/nonzero
2018-11-03 Ralf Jungmove new test to correct dir
2018-11-03 Ralf Jungtest that we check the layout constraints as early...
next