]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-08-15 Ralf Jungadjust tests for eager pointer checks on deref
2019-08-14 borsAuto merge of #894 - christianpoveda:env-vars-communica...
2019-08-14 Christian PovedaRemove tcx parameter for EnvVars::alloc_env_value
2019-08-14 Christian PovedaRename export for shims::env::EnvVars
2019-08-13 Christian PovedaTest env isolation
2019-08-13 Christian PovedaReorganize shims::env::EnvVars
2019-08-13 Christian PovedaMove test env var to test_runner
2019-08-13 Christian PovedaWrap hashmap for env vars in its own type
2019-08-13 borsAuto merge of #906 - RalfJung:tls, r=RalfJung
2019-08-13 Ralf Jungmake TLS state private to TLS module
2019-08-12 borsAuto merge of #904 - RalfJung:rustup, r=RalfJung
2019-08-12 Ralf Jungit's called RUSTC_CTFE_BACKTRACE now
2019-08-10 borsAuto merge of #902 - RalfJung:ldexp, r=RalfJung
2019-08-10 Ralf Jungtypo
2019-08-10 Ralf Jungldexp: test overflow behavior
2019-08-10 Ralf Jungclamp ldexp exponent to i16
2019-08-10 Ralf Jungalso support scalbn itself
2019-08-09 borsAuto merge of #899 - RalfJung:generators, r=RalfJung
2019-08-09 Ralf Junguse apfloat for ldexp
2019-08-09 borsAuto merge of #901 - RalfJung:protected, r=RalfJung
2019-08-09 Ralf Jungtest that even &Cell must be dereferencable
2019-08-09 borsAuto merge of #900 - RalfJung:miri, r=RalfJung
2019-08-09 Ralf Junglocal rustc builds now also need a sysroot built
2019-08-09 Ralf Jungbump Rust version
2019-08-09 Ralf Jungadd async fn with partial initialization
2019-08-09 Ralf Jungsimplify async-fn tests
2019-08-09 Ralf Jungtest generator that yields during initialization of...
2019-08-09 borsAuto merge of #896 - tmandry:add-generator-uninhabited...
2019-08-08 borsAuto merge of #898 - christianpoveda:master, r=RalfJung
2019-08-08 Christian PovedaUse ldexp from cmath instead
2019-08-08 borsAuto merge of #871 - RalfJung:miri-rustc-cleanup, r...
2019-08-08 borsAuto merge of #897 - RalfJung:xargo, r=RalfJung
2019-08-08 Ralf Jungbump xargo version
2019-08-07 Tyler MandryAdd generator, async tests with uninhabited saved local
2019-08-07 Christian PovedaFix formatting
2019-08-07 Christian PovedaAdd env var test variable in compiletest
2019-08-07 borsAuto merge of #895 - RalfJung:uninit, r=oli-obk
2019-08-07 Ralf JungRevert "uninit intrinsic is gone"
2019-08-06 Christian PovedaAdd support for env communication
2019-08-06 Christian PovedaUpdate readme
2019-08-06 borsAuto merge of #893 - RalfJung:rustup, r=RalfJung
2019-08-06 Christian PovedaAdd communicate field to evaluator and fix formatting
2019-08-06 Christian PovedaAdd flag to enable communication
2019-08-06 Ralf Jungmention that we get the toolchain right
2019-08-06 borsAuto merge of #891 - RalfJung:rustup, r=RalfJung
2019-08-06 Ralf Jungtest-cargo-miri: cargo update
2019-08-06 borsAuto merge of #890 - RalfJung:xargo, r=RalfJung
2019-08-06 Ralf Junggo back to released xargo (the experiment is done)
2019-08-05 borsAuto merge of #889 - RalfJung:rustup, r=RalfJung
2019-08-05 Ralf Jungrustup
2019-08-05 borsAuto merge of #888 - RalfJung:rustup, r=RalfJung
2019-08-05 Ralf Jungfix for latest rustc
2019-08-04 borsAuto merge of #886 - Aaron1011:shim/getrandom, r=RalfJung
2019-08-04 Aaron HillApply more formatting fixes
2019-08-04 Aaron HillImprove formatting
2019-08-04 Aaron HillIgnore other platforms instead of using only-linux
2019-08-04 Aaron HillFix identation
2019-08-04 Aaron HillTest 'libc::getrandom' as well
2019-08-04 Aaron HillAdd trailing comma
2019-08-04 Aaron HillAdd test
2019-08-04 Aaron HillCleanup formatting
2019-08-04 Aaron HillShim 'libc::getrandom' in addition to 'libc::syscall...
2019-08-04 borsAuto merge of #885 - Aaron1011:fix/f-round, r=RalfJung
2019-08-04 Aaron HillAdd test for f32::round and f64::round
2019-08-04 borsAuto merge of #884 - Aaron1011:fix/linux-getrandom...
2019-08-04 Aaron HillReplace match with expect()
2019-08-04 borsAuto merge of #887 - RalfJung:readme, r=RalfJung
2019-08-04 Aaron HillAdd misssing 'roundf32' and 'roundf64' intrinsics
2019-08-04 Aaron HillAdd semicolon
2019-08-04 Aaron HillDo nothing when we try to generate random data of length 0
2019-08-04 Ralf Jungadd getrandom bug
2019-08-04 borsAuto merge of #883 - RalfJung:gen_random, r=RalfJung
2019-08-04 Ralf Junggen_random helper: move ptr argument to front
2019-08-04 borsAuto merge of #876 - RalfJung:atomic, r=RalfJung
2019-08-04 Ralf Jungone more place -> ptr rename
2019-08-04 Ralf Jungplaces and pointers are not the same thing; this is...
2019-08-04 Ralf Jungcheck that atomics are sufficiently aligned, and add...
2019-08-04 Ralf Jungtest AtomicU64
2019-08-04 Ralf Jungconsolidate atomic tests
2019-08-04 borsAuto merge of #882 - RalfJung:miri-rustc, r=RalfJung
2019-08-04 Ralf Junguse postfix negation instead of prefix
2019-08-04 Ralf Junginstall xargo from git temporarily
2019-08-03 borsAuto merge of #881 - RalfJung:rustup, r=RalfJung
2019-08-03 Ralf Jungadjust error messages in tests
2019-08-03 Ralf Jungtest memalign contract (rustc is fixed)
2019-08-03 Ralf Jungadjust for rustc changes
2019-08-03 borsAuto merge of #877 - christianpoveda:ldexp-shim, r...
2019-08-03 Christian PovedaFormatting
2019-08-03 Ralf Jungmore consistent test name
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
next