]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-07-23 Oliver SchneiderUse rustc traits instead of our own
2017-07-22 Ralf Jungmove pointer truncation to a common method in memory.rs
2017-07-22 Ralf Jungfix nits
2017-07-22 Ralf Jungrefactor casting code to more clearly handle pointers
2017-07-22 Ralf Jungfix casting integers to pointers
2017-07-21 Oliver SchneiderMerge pull request #258 from oli-obk/upstream
2017-07-21 Oliver SchneiderPrep miri repository for rustc merger
2017-07-21 Oliver SchneiderMerge pull request #266 from RalfJung/align
2017-07-20 Ralf Jungalways test alignment in memory.rs
2017-07-20 Oliver SchneiderMerge pull request #265 from oli-obk/optimize_prime
2017-07-20 Oliver SchneiderAlso test optimized MIR
2017-07-20 Oliver SchneiderMerge pull request #264 from oli-obk/paths
2017-07-20 Oliver SchneiderReduce the usage of global paths
2017-07-20 Oliver SchneiderMerge pull request #260 from RalfJung/tests
2017-07-20 Eduard-Mihai... Merge pull request #262 from RalfJung/never
2017-07-20 Oliver SchneiderMove rustc tests from tests to a binary, since they...
2017-07-20 Oliver SchneiderMerge pull request #259 from RalfJung/ref-validate
2017-07-20 Ralf Jungremove ad-hoc 'never' type check in read_lvalue
2017-07-20 Ralf Jungadd test for misaligned pointer loads
2017-07-20 Ralf Jungfix checking alignment of pointer loads
2017-07-19 Ralf Jungfix a warning
2017-07-19 Ralf Jungsplit up the test suite
2017-07-19 Ralf Jungenable test code that passes just fine
2017-07-19 Ralf JungDon't pretend that casts to bool are a thing
2017-07-19 Ralf JungNo longer check aligment and non-NULLness on `&`
2017-07-19 Oliver SchneiderMerge pull request #257 from oli-obk/cleanups
2017-07-19 Oliver SchneiderExport types and functions needed by priroda
2017-07-18 Oliver SchneiderMerge pull request #254 from RalfJung/dangling
2017-07-18 Scott OlsonMerge pull request #255 from RalfJung/float
2017-07-18 Ralf Junguse libstd methods for floating-point <-> bytes conversion
2017-07-18 Ralf Jungremove reundant dangling checks in {r,d}eallocate
2017-07-18 Oliver SchneiderMerge pull request #245 from oli-obk/funky_allocs
2017-07-14 Oliver SchneiderMerge pull request #249 from RalfJung/lvalue
2017-07-14 Ralf Junglvalue: refactoring to permit applying a mir projection...
2017-07-14 Oliver SchneiderAdd a comment explaining the static "local" during...
2017-07-14 Oliver SchneiderFix static mutation tests
2017-07-14 Oliver SchneiderRemove duplicate test
2017-07-14 Oliver SchneiderUse enum instead of boolean
2017-07-14 Oliver SchneiderClarify documentation
2017-07-14 Oliver SchneiderEnsure that it is not possible to explicitly free stack...
2017-07-14 Oliver SchneiderMerge pull request #247 from RalfJung/packed
2017-07-13 Ralf Jungpacked structs: test unsize coercions
2017-07-13 Oliver SchneiderMerge pull request #243 from solson/magic_numbers
2017-07-13 Ralf Junguse closures to ensure proper bracketing of unaligned...
2017-07-13 Ralf Jungsimplify
2017-07-13 Ralf Jungshow alignedness of ByRefs; allow converting unaligned...
2017-07-13 Ralf Jungmake all Value::into_* methods handle alignment the...
2017-07-13 Ralf Jungexpand comment
2017-07-13 Oliver SchneiderReuse the `const_eval` method for syscall name resolution
2017-07-13 Oliver SchneiderDon't use magic numbers for synconf names
2017-07-13 Oliver SchneiderCopy `path_to_def` from clippy
2017-07-13 Oliver SchneiderMerge pull request #248 from RalfJung/pointer-games
2017-07-13 Ralf Jungfix "unaligned" transmute
2017-07-13 Ralf Jungtrack alignment also for ByRef values
2017-07-13 Ralf JungMemory::read_ptr has to check for relocations on the...
2017-07-13 Ralf JungRename value accessors to "into_*" so the three of...
2017-07-13 Ralf JungRe-do packed memory accesses
2017-07-12 Oliver SchneiderMerge pull request #241 from solson/rustc_integration
2017-07-12 Oliver SchneiderMerge pull request #242 from solson/various
2017-07-12 Oliver SchneiderProduce `ConstInt` from a `def_id` for rustc
2017-07-12 Oliver SchneiderAdd tests for #113
2017-07-12 Oliver SchneiderMerge pull request #238 from RalfJung/tests
2017-07-12 Eduard-Mihai... Merge pull request #239 from RalfJung/mmap
2017-07-12 Ralf Junghooking mmap is no longer needed
2017-07-11 Ralf Jungadd little script to build libstd
2017-07-11 Ralf JungAdd a test for using a too big alignment on reallocate
2017-07-11 Oliver SchneiderMerge pull request #236 from oli-obk/pointers
2017-07-11 Oliver SchneiderDocument the reason for `Pointer`'s existence
2017-07-11 Oliver SchneiderSimplify `with_extra`
2017-07-11 Oliver SchneiderRemove `*offset*` methods from `PrimVal` onto `Pointer`
2017-07-11 Oliver SchneiderUse a wrapper type to differentiate between PrimVal...
2017-07-11 Oliver SchneiderAdd a dedicated `write_null` method
2017-07-11 Oliver SchneiderRename Pointer to MemoryPointer
2017-07-11 Oliver SchneiderMerge pull request #237 from RalfJung/reallocate
2017-07-11 Ralf Jungleave notes regarding possible alignment checks
2017-07-10 Ralf Jungupdate tests for new allocator API
2017-07-10 Ralf Jungupdate for allocator API
2017-07-10 Ralf Jungupdate for latest nightly
2017-07-10 Ralf Jungsimplify reallocate
2017-07-05 Oliver SchneiderMerge pull request #234 from RalfJung/reallocate
2017-07-05 Ralf Jungrefine comment explaining the order of checks on deallocate
2017-07-04 Oliver SchneiderMerge pull request #232 from oli-obk/master
2017-07-04 Oliver SchneiderMerge pull request #235 from RalfJung/intrinsics
2017-07-04 Oliver SchneiderMerge pull request #233 from RalfJung/transmute
2017-07-04 Ralf Jungadd test for div-by-zero with the operator (rather...
2017-07-04 Ralf Jungcatch overflows that are hidden by first casting the...
2017-07-04 Ralf Jungcheck the assumptions made by the unchecked_ and copy_n...
2017-07-04 Ralf Jungimplement the unchecked_ intrinsics; add all the doctes...
2017-07-04 Ralf Jungmake u128 test work (commenting out the use of checked_shl)
2017-07-03 Ralf Jungvalidate size and alignment on reallocate and deallocate
2017-07-03 Ralf Jungfix test on i686
2017-07-03 Ralf Jungproperly check for: double-free, use-after-reallocate
2017-07-03 Ralf JungFix transmute on ByValPair
2017-07-03 Oliver SchneiderOnly check pointers when dereferencing
2017-07-01 Oliver SchneiderMerge pull request #231 from dwrensha/update-compiletest
2017-06-30 David Renshawupdate compiletest dependency
2017-06-29 Oliver SchneiderMerge pull request #230 from dwrensha/cargo-miri
2017-06-29 David Renshawadd a dependency to cargo-miri-test
2017-06-29 David Renshawget cargo-miri to work
2017-06-29 Oliver SchneiderMerge pull request #223 from oli-obk/lvalue_read
next