]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-10-11 Ralf Jungupdate for ptr provenance
2018-10-10 Ralf JungMerge pull request #470 from RalfJung/ptr-offset
2018-10-10 Ralf JungMerge branch 'master' into ptr-offset
2018-10-10 Ralf JungMerge pull request #467 from solson/rustup
2018-10-10 Ralf JungMerge branch 'master' into rustup
2018-10-10 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #471 from RalfJung/vergen
2018-10-10 Ralf Jungbump toolchain
2018-10-10 Ralf JungMerge remote-tracking branch 'origin/master' into rustup
2018-10-09 Ralf Jungupdate to vergen 3
2018-10-09 Ralf Jung0-offset is also not always okay
2018-10-09 Ralf Jungonly allow offset-by-0 on integer pointers
2018-10-08 Ralf Jungfix for fn allocations now having an alignment (1)...
2018-10-08 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #469 from RalfJung/ptr-offset
2018-10-07 Ralf Junguse Box::into_raw
2018-10-06 Ralf Jungensure that we cannot use (wrapping_)offset to go from...
2018-10-02 Ralf Jungrustup; test for return type mismatch
2018-10-02 Ralf JungMerge pull request #466 from solson/rustup
2018-10-02 Ralf Jungrustup
2018-10-01 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #464 from RalfJung/travis
2018-10-01 Ralf Jungupdate CI: Avoid downloading Rust twice
2018-10-01 Ralf JungMerge pull request #462 from RalfJung/needs-drop
2018-10-01 Ralf Jungmove 'cargo miri' test down so it is not the first...
2018-10-01 Ralf Jungremove needs_drop impl
2018-09-29 Ralf JungMerge pull request #461 from solson/rustup
2018-09-29 Ralf Jungfix test for latest rustc
2018-09-24 Ralf JungMerge pull request #459 from solson/rustup
2018-09-24 Ralf Jungbump toolchain
2018-09-24 Ralf JungMerge remote-tracking branch 'origin/master' into rustup
2018-09-24 Ralf JungMerge pull request #460 from RalfJung/static-mut
2018-09-23 Ralf Jungtest mutating a non-mut static with interior mutability
2018-09-22 Ralf JungMerge pull request #457 from RalfJung/field-align
2018-09-22 Ralf Jungbump toolchain
2018-09-22 Ralf Jungtest for interestingly aligned field access
2018-09-20 Ralf Jungrustup
2018-09-19 Eduard-Mihai... Merge pull request #458 from RalfJung/tls
2018-09-19 Ralf JungMove TLS data to machine data
2018-09-18 Ralf JungMerge pull request #453 from RalfJung/zst
2018-09-18 Ralf Jungupdate toolchain
2018-09-17 Ralf Jungmore compile-fail ptr equality tests, to rule out any...
2018-09-17 Ralf Jungtest more operations on dangling ZST pointers
2018-09-17 Ralf JungMerge pull request #456 from solson/rustup
2018-09-17 Ralf Jungfix test for rustup
2018-09-17 Ralf JungMerge pull request #446 from RalfJung/zero-sized-accesses
2018-09-17 Ralf Jungbump toolchain
2018-09-17 Ralf JungMerge remote-tracking branch 'origin/master' into zero...
2018-09-16 Ralf Jungadd some compile-fail tests
2018-09-16 Ralf JungMerge pull request #455 from RalfJung/cargo-miri-version
2018-09-16 Ralf Jungcargo miri: show version number
2018-09-15 Ralf JungMerge pull request #451 from TimDiekmann/master
2018-09-15 Ralf Jungbump Rust
2018-09-09 Ralf Jungmove MemoryData to memory.rs; remove all the Hashing...
2018-09-06 TimRemove (overflowing_)add/mul/sub(_with_overflow)
2018-09-06 TimRemove unchecked_shr/shl from intrinsics
2018-09-01 Ralf JungMerge pull request #448 from TheDarkula/master
2018-09-01 Ralf JungMerge branch 'master' into master
2018-09-01 thedarkulaRemoved transmute from intrinsic.rs
2018-09-01 Ralf JungMerge pull request #445 from solson/rustup
2018-09-01 Ralf Jungmore permissive pointer comparison logic
2018-09-01 Ralf JungMerge branch 'master' into rustup
2018-09-01 Ralf Jungbump toolchain
2018-08-31 Ralf JungMerge pull request #444 from RalfJung/windows
2018-08-30 Ralf Jungunignore a bunch of tests that actually work
2018-08-30 Ralf Jungalso allow comparing pointers with integers so big...
2018-08-30 Ralf Jungstrictly enforce pointer validity even for zero-sized...
2018-08-30 Ralf Jungptr equality: only defined for ptrs in the same allocat...
2018-08-30 Ralf Jungnew tests for new fn arg passing code
2018-08-30 Ralf Jungmove some more helpers to rustc
2018-08-30 Oliver SchneiderMerge pull request #434 from solson/rustup
2018-08-30 Ralf Jungno TLS dtor and no leak checks on macOS
2018-08-30 Ralf Jungpretend mprotect works
2018-08-30 Ralf Jungno RwLock on Windows
2018-08-30 Ralf Jungstack address functions for macOS
2018-08-30 Ralf Jungignore memory leaks on Windows
2018-08-30 Ralf Jungpthreads test needs full MIR on Windows
2018-08-30 Ralf JungVecDeque now requries full MIR; update to new nightly
2018-08-26 Ralf Jungsome unary operator tests
2018-08-26 Ralf Jungsmall test for extern_type
2018-08-26 Ralf Jungupdate for MUT_STATIC_KIND
2018-08-25 Ralf Jungrustup
2018-08-25 Ralf Jungupdate for enum discriminant changes
2018-08-24 Ralf Jungtest VecDeque
2018-08-24 Ralf Jungrustup
2018-08-24 Ralf Jungupdate for bool/char being checked at binops
2018-08-24 Ralf Jungrustup
2018-08-24 Ralf Jungfix leaks with -Zmiri-start-fn
2018-08-24 Ralf Jungupdate for miri engine: new function handling, new...
2018-08-23 Ralf Jungfix type renaming
2018-08-20 Ralf JungMerge remote-tracking branch 'origin/master'
2018-08-20 Ralf Jungrustup
2018-08-18 Ralf Jungupdate for rustc memory changes; fix (un)init intrinsic...
2018-08-17 Ralf Jungfix compilation after rustc change
2018-08-16 Ralf Jungupdate for memory signedness removal; test some float...
2018-08-16 Ralf Jungrustup for big refactor; kill most of validation
2018-08-15 Oliver SchneiderMerge pull request #431 from RalfJung/packed
2018-08-14 Ralf Jungtweak test config in Cargo.toml
2018-08-14 Ralf Jungfix int ptr ops on 32bit
2018-08-14 Ralf Jungtest some more things around packed structs
2018-08-14 Ralf Jungadd a scary test case
2018-08-14 Ralf Jungfix modulo logic
2018-08-14 Ralf Jungsupport computing the remainder of a ptr, if covered...
next