]> git.lizzy.rs Git - rust.git/history - src
install xargo from git temporarily
[rust.git] / src /
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 Jungsimplify code
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 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 #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 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-26 borsAuto merge of #860 - RalfJung:rustup, r=RalfJung
2019-07-26 Ralf Jungbump Rust
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 borsAuto merge of #851 - RalfJung:intrptrcast-by-default...
2019-07-24 Lzu Taobuild: Fix build after rust-lang/rust#60951
2019-07-23 Ralf Junguse checked arithmetic in intrptrcast
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-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-14 borsAuto merge of #840 - RalfJung:readme, r=RalfJung
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-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-10 Ralf Jungwe do this these days
2019-07-10 Ralf Jungforce pointers before reborrowing; fixes cargo miri...
2019-07-10 Ralf Jungadjust for rustc changes; normalize mplace before doing...
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 borsAuto merge of #824 - RalfJung:c_str, r=RalfJung
2019-07-06 Ralf Junguse Memory::read_c_str, avoid a few to_ptr
2019-07-06 borsAuto merge of #808 - RalfJung:extra-fn, r=RalfJung
2019-07-06 Ralf Jungfix for changd machine trait signatures
2019-07-06 Ralf Jungadjust for get_fn signature change
2019-07-06 Ralf Junggen_random: use check_ptr_access
2019-07-06 Ralf Jungmove gen_random to helpers
2019-07-06 Ralf Jungbetter error message when the program tries to spawn...
2019-07-06 Ralf Jungupdate to FnVal changes; implement basic Dlsym support...
2019-07-06 Ralf Junguninit intrinsic is gone
2019-07-06 borsAuto merge of #799 - rust-lang:rustup, r=RalfJung
2019-07-06 Ralf Jungfix unused variable warning
2019-07-06 Ralf JungMerge remote-tracking branch 'origin/master' into rustup
2019-07-05 borsAuto merge of #817 - RalfJung:small-alloc, r=RalfJung
2019-07-05 Ralf Jungrename InterpretCx -> InterpCx
2019-07-05 Ralf Jungalign small malloc-allocations even less, and test...
2019-07-05 borsAuto merge of #803 - christianpoveda:intptrcast-explici...
2019-07-05 Ralf JungMerge remote-tracking branch 'origin/master'
2019-07-05 Ralf Jungtemporarily disable validation on Windows
2019-07-05 borsAuto merge of #825 - RalfJung:no-null, r=RalfJung
2019-07-05 Ralf Jungfix deallocating/reallocating with integer pointers
2019-07-05 Ralf Jungfix NULL in TLS dtors
2019-07-05 Ralf Jungavoid Scalar::is_null_ptr, it is going away
2019-07-04 borsAuto merge of #822 - RalfJung:tls, r=RalfJung
2019-07-03 Ralf Jungmove tls.rs into shims module
2019-07-03 borsAuto merge of #820 - RalfJung:intptrcast, r=RalfJung
2019-07-03 Ralf Jungavoid catching errors
2019-07-03 Ralf Jungdon't call Stacked Borrows hooks at all when validation...
2019-07-03 Ralf Jungsupport integers that can be cast to pointers in in...
2019-07-03 Ralf Jungwe don't need zero-sized freeze-sensitive visiting
2019-07-03 Ralf Jungavoid integer overflow in ptr-to-int cast
2019-07-03 Ralf Jungallow dangling ptr-to-int casts; use force_bits for...
2019-07-03 Ralf Jungonly treat integer operations as such
2019-07-01 borsAuto merge of #815 - RalfJung:memory-audit, r=RalfJung
2019-07-01 borsAuto merge of #814 - RalfJung:shims, r=RalfJung
2019-07-01 Ralf JungMerge branch 'master' into rustup
2019-06-30 Ralf Jungmove find_fn (which is not specific to foreign items...
2019-06-30 Ralf Jungdon't call Memory::get without checking the pointer...
2019-06-30 borsAuto merge of #809 - RalfJung:intptrcast, r=RalfJung
2019-06-30 Ralf Jungtest even more size-alignment combinations. found a...
2019-06-30 Ralf Jungfix minimal alignment for system allocation functions
2019-06-30 Ralf Jungadd some tracing to intptrcast
2019-06-30 borsAuto merge of #805 - RalfJung:shims, r=RalfJung
2019-06-30 Ralf Jungmove shims (foreign items and intrinsics) into submodule
2019-06-30 borsAuto merge of #804 - RalfJung:intptrcast, r=RalfJung
2019-06-30 Ralf Jungfix comparing function pointers with intptrcast
2019-06-30 borsAuto merge of #801 - RalfJung:num_cpus, r=RalfJung
2019-06-29 Ralf JungMerge branch 'master' into rustup
2019-06-29 borsAuto merge of #795 - RalfJung:intptrcast, r=RalfJung
next