]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-08-04 Ralf Junginstall xargo from git temporarily
2019-08-03 borsAuto merge of #880 - RalfJung:miri-rustc, r=RalfJung
2019-08-03 Ralf Jungset RUSTC_DEBUG_ASSERTIONS for when we are in bootstrap
2019-08-03 Ralf Jungannotate some unwraps with better messages
2019-08-03 borsAuto merge of #856 - RalfJung:type_dispatch_first,...
2019-08-03 Ralf Jungbump Rust
2019-08-03 Ralf Jungsimplify code
2019-08-03 Ralf Jungremove some compile-fail tests that now work
2019-08-03 Ralf Jungimplement all ptr comparisons through integer casts
2019-08-03 Ralf Jungadjust for ptr_op now being called type-based
2019-08-03 borsAuto merge of #879 - RalfJung:rustc-tests, r=RalfJung
2019-08-03 Ralf Jungalso let bootstrap tell us where to find xargo
2019-08-03 borsAuto merge of #878 - RalfJung:rustup, r=RalfJung
2019-08-03 Ralf Jungbump Rust
2019-08-03 Ralf Jungfix for error refactoring
2019-08-02 borsAuto merge of #875 - RalfJung:miri-rustc, r=RalfJung
2019-08-02 Ralf Junghonor CARGO env var (for rustc bootstrap)
2019-08-02 borsAuto merge of #874 - RalfJung:zst, r=RalfJung
2019-08-02 Ralf Jungtest dangling ZST deref
2019-08-02 borsAuto merge of #870 - RalfJung:miri-rustc, r=oli-obk
2019-08-02 borsAuto merge of #872 - RalfJung:retag-shallow, r=oli-obk
2019-08-02 Ralf Jungcomment
2019-08-02 Ralf Jungtest Ref/RefMut protector interactions
2019-08-02 Ralf Jungmake reborrow shallow, and fix tests for that
2019-07-31 Ralf Jungbootstrap no longer carries a copy of these flags
2019-07-31 Ralf Junglet the user skip the sysroot consistency check
2019-07-31 borsAuto merge of #869 - RalfJung:tests, r=oli-obk
2019-07-31 Ralf Jungreorder for clarity
2019-07-31 Ralf Jungdedup code a bit
2019-07-31 Ralf Jungtest suite: be fine with warnings when running on rustc CI
2019-07-31 borsAuto merge of #868 - JohnTitor:adjust-async-await-test...
2019-07-31 Yuki OkushiRemove await_macro
2019-07-30 borsAuto merge of #867 - RalfJung:readme, r=RalfJung
2019-07-30 Ralf JungAppVeyor: retry download
2019-07-30 Ralf Jungmove CI remark down to CI section
2019-07-30 borsAuto merge of #865 - RalfJung:readme, r=oli-obk
2019-07-30 Ralf Jungcall out more clearly what we do not test; update parag...
2019-07-29 borsAuto merge of #862 - RalfJung:rustup, r=RalfJung
2019-07-29 Ralf Jungadjust for slice pattern changes
2019-07-29 Ralf Jungbump Rust
2019-07-28 borsAuto merge of #861 - RalfJung:rustup, r=RalfJung
2019-07-28 Ralf Jungbump Rust (no changes needed)
2019-07-26 borsAuto merge of #860 - RalfJung:rustup, r=RalfJung
2019-07-26 Ralf Jungbump Rust
2019-07-26 borsAuto merge of #858 - RalfJung:rustup, r=RalfJung
2019-07-26 Ralf Jungbump Rust
2019-07-25 borsAuto merge of #857 - RalfJung:readme, r=RalfJung
2019-07-25 Ralf Junglink to UB definition
2019-07-24 borsAuto merge of #853 - RalfJung:readme, r=RalfJung
2019-07-24 borsAuto merge of #854 - lzutao:warn-idioms, r=RalfJung
2019-07-24 Lzu Taobuild: Warn if not use 2018 idioms
2019-07-24 borsAuto merge of #852 - lzutao:rustup, r=RalfJung
2019-07-24 Ralf Jungreadme: move flags and env vars up above dev
2019-07-24 borsAuto merge of #851 - RalfJung:intrptrcast-by-default...
2019-07-24 Ralf Jungexplain better what is non-deterministic here
2019-07-24 Lzu Taobuild: Fix build after rust-lang/rust#60951
2019-07-23 Ralf Jungfix non-deterministic test
2019-07-23 Ralf Junguse checked arithmetic in intrptrcast
2019-07-23 Ralf Jungremove redundant tests / flags
2019-07-23 Ralf Jungreview failing compile-fail tests
2019-07-23 Ralf Jungupdate miri-seed handling for run-pass test suite
2019-07-23 Ralf Jungmake sure we always have an RNG
2019-07-21 borsAuto merge of #849 - RalfJung:rustup, r=RalfJung
2019-07-21 Ralf Jungbump rust
2019-07-20 borsAuto merge of #848 - RalfJung:rustc-tests, r=RalfJung
2019-07-20 Ralf Jungdisable some compile-fail tests for rustc
2019-07-19 borsAuto merge of #847 - RalfJung:rustup, r=RalfJung
2019-07-19 Ralf Jungfix miri-rustc-tests
2019-07-19 Ralf Jungfix for rustc_driver change
2019-07-16 borsAuto merge of #843 - RalfJung:rustup, r=RalfJung
2019-07-16 Ralf Jungfix compile-fail tests for latest rustc
2019-07-14 borsAuto merge of #840 - RalfJung:readme, r=RalfJung
2019-07-14 Ralf Jungupdate README about what we do not support
2019-07-14 borsAuto merge of #839 - RalfJung:noalloc, r=RalfJung
2019-07-13 Ralf Jungavoid unnecessary allocation
2019-07-13 borsAuto merge of #834 - jyn514:master, r=RalfJung
2019-07-13 Joshua NelsonGive a useful error message if user gives invalid rando...
2019-07-13 borsAuto merge of #836 - RalfJung:arrays, r=RalfJung
2019-07-13 Ralf Jungtest some const-generic-using methods
2019-07-11 borsAuto merge of #833 - RalfJung:win, r=RalfJung
2019-07-11 Ralf Jungthread creation error for Windows
2019-07-11 Ralf Jungreenable all tests on Windows
2019-07-11 borsAuto merge of #830 - RalfJung:check-place, r=RalfJung
2019-07-11 Ralf Jungbump rust
2019-07-10 Ralf Jungwe do this these days
2019-07-10 Ralf Jungbump rustc
2019-07-10 Ralf Jungforce pointers before reborrowing; fixes cargo miri...
2019-07-10 Ralf Jungnow we can also enable the ptr_int_cast test again
2019-07-10 Ralf Jungadjust for rustc changes; normalize mplace before doing...
2019-07-10 Ralf Jungptr_offset works fine with intptrcast now
2019-07-10 borsAuto merge of #832 - RalfJung:rustup, r=RalfJung
2019-07-10 Ralf Jungbump rustc
2019-07-10 borsAuto merge of #831 - lzutao:rustup, r=RalfJung
2019-07-10 Lzu TaoRemove SliceConcatExt import
2019-07-06 borsAuto merge of #827 - lzutao:patch-1, r=RalfJung
2019-07-06 borsAuto merge of #826 - RalfJung:uninit, r=RalfJung
2019-07-06 Lzu Taobuild: Revert update beta toolchain
2019-07-06 lzutaoRemove stable cargo feature `default-run`
2019-07-06 borsAuto merge of #824 - RalfJung:c_str, r=RalfJung
2019-07-06 Ralf Junguse Memory::read_c_str, avoid a few to_ptr
next