]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-02-26 Alexander RegueiroFixed nits raised in review.
2019-02-26 Alexander RegueiroVarious cosmetic improvements.
2019-02-26 Alexander RegueiroRemoved copyright notices.
2019-02-26 Ralf JungMerge pull request #646 from rchaser53/issue-58645
2019-02-26 rchaser53use copy_op directly insteadof write_scalar
2019-02-25 Oliver SchererMerge pull request #645 from RalfJung/box-alloc
2019-02-25 Ralf Jungtest using the Global allocator trait to alloc/free...
2019-02-24 Ralf JungMerge pull request #644 from matthewjasper/no-two-phase...
2019-02-24 Ralf JungMerge branch 'master' into no-two-phase-matches
2019-02-24 Ralf JungMerge pull request #631 from RalfJung/btree
2019-02-24 Ralf Jungbump Rust
2019-02-24 Ralf JungMerge remote-tracking branch 'origin/master' into btree
2019-02-24 Matthew JasperRemove test of two-phase borrows in match
2019-02-23 Ralf JungMerge pull request #642 from taiki-e/update-links
2019-02-23 Taiki EndoUpdate some links
2019-02-22 Ralf Jungtest BTree a bit more
2019-02-17 Ralf JungMerge pull request #637 from RalfJung/profile
2019-02-17 Ralf Jungwe can't have profiles because we are also in the rustc...
2019-02-15 Ralf JungMerge pull request #634 from RalfJung/trophy-case
2019-02-15 Ralf Junglink to bug list from intro
2019-02-15 Ralf Jungcollect some bugs that we found
2019-02-15 Ralf Jungtest VecDeque debug printing
2019-02-15 Ralf JungMerge pull request #623 from RalfJung/fat-ptr-eq
2019-02-15 Ralf Jungfix async-fn test
2019-02-15 Ralf Jungupdate Rust
2019-02-15 Ralf Jungtypo and comments
2019-02-15 Ralf Jungactually they should be equal
2019-02-15 Ralf JungFix comparing fat pointers
2019-02-15 Ralf Jungupdate for new bin_op APIs
2019-02-14 Ralf JungMerge pull request #611 from RalfJung/str-index-mut
2019-02-14 Ralf Jungbump Rust
2019-02-14 Ralf JungMerge remote-tracking branch 'origin/master' into str...
2019-02-13 Ralf JungMerge pull request #632 from RalfJung/memalign
2019-02-13 Ralf Jungignore overaligned tests on Windows (because, of course...
2019-02-13 Ralf Jungimplement and test posix_memalign
2019-02-13 Ralf JungMerge pull request #630 from RalfJung/rust-src
2019-02-13 Ralf Jungskip installing rust-src if XARGO_RUST_SRC is set
2019-02-13 Ralf JungMerge pull request #626 from RalfJung/format-padding
2019-02-13 Ralf Jungfix ptr comparison test
2019-02-13 Ralf Jungupdate Rust
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-02-11 Ralf JungMerge pull request #627 from RalfJung/appveyor
2019-02-11 Ralf JungMerge branch 'master' into appveyor
2019-02-11 Ralf JungTIL that you can also use .appveyor.yml
2019-02-10 Oliver SchererMerge pull request #624 from RalfJung/args
2019-02-09 Ralf Jungexplain arument passing in the docs
2019-02-09 Ralf Jungalso enable passing arguments through from cargo-miri
2019-02-09 Ralf Jungalso pass actual arguments to Windows
2019-02-09 Ralf Jungfix build
2019-02-09 Ralf Jungimplement passing arguments to the interpreted program
2019-02-09 Ralf Jungtest padding in format strings
2019-02-09 Ralf JungMerge pull request #625 from RalfJung/likely
2019-02-09 Ralf Jungfix (un)likely intrinsics
2019-02-08 Ralf JungMerge pull request #621 from RalfJung/bash
2019-02-08 Ralf JungMerge branch 'master' into bash
2019-02-08 Ralf JungMerge pull request #620 from RalfJung/stderr-flush
2019-02-08 Ralf Jungmake bash more strict
2019-02-08 Ralf Jungwe don't need to flush stderr
2019-02-08 Oliver SchererMerge pull request #619 from RalfJung/stderr-flush
2019-02-07 Ralf Jungflush stdout/stderr to make sure it appears on the...
2019-02-07 Ralf JungMerge pull request #618 from RalfJung/cargo-miri
2019-02-07 Ralf JungFix cargo miri test on lib crates
2019-02-07 Ralf JungMerge pull request #617 from RalfJung/cargo-miri
2019-02-07 Ralf Jungupdate docs
2019-02-07 Oliver SchererMerge pull request #616 from RalfJung/cargo-miri
2019-02-07 Ralf Jungupdate test for cargo-miri
2019-02-07 Ralf Jungcargo miri: refactor how we detect what to interpret...
2019-02-07 Ralf Jungmake release builds have debug info
2019-02-06 Ralf JungMerge pull request #610 from RalfJung/panic
2019-02-06 Ralf Jungtest mutable string slice indexing
2019-02-06 Ralf Jungpanic_impl is another way to panic
2019-02-06 Ralf Jungimplement atomic_nand
2019-02-05 Ralf JungMerge pull request #609 from RalfJung/readme
2019-02-05 Ralf Jungexplain how to run cargo miri with a locally compiled...
2019-02-05 Ralf Jungupdate development instructions in README
2019-02-01 Oliver SchererMerge pull request #607 from solson/travis
2019-01-30 Oliver SchererTry out more email notifications
2019-01-30 Ralf JungMerge pull request #606 from solson/rustup
2019-01-30 Ralf Jungbump Rust
2019-01-30 Ralf Jungfix generator test case
2019-01-28 Oliver SchererMerge pull request #604 from solson/rustup
2019-01-28 Ralf Jungbump Rust
2019-01-28 Ralf Jungfix tests to avoid deprecated constants
2019-01-25 Ralf JungMerge pull request #601 from RalfJung/comment
2019-01-25 Ralf Jungremove outdated comment
2019-01-22 Ralf JungMerge pull request #600 from solson/rustup
2019-01-22 Oliver SchererExplain Ref problems
2019-01-22 Oliver SchererExpose `AllocId`s for priroda
2019-01-21 Ralf JungMerge pull request #599 from solson/rustup
2019-01-21 Oliver SchererBump version file
2019-01-21 Oliver SchererUpdate to latest rustc master
2019-01-08 Oliver SchererMerge pull request #597 from RalfJung/range-map
2019-01-07 Ralf Jungmake MSE bench run a bit longer (less noise)
2019-01-07 Ralf Jungexpand docs
2019-01-07 Ralf Jungadd the benchmarks I used
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...
next