]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-09-28 Ralf Jungrustup
2019-09-28 Ralf Jungmake sure we use the stable toolchain, no matter the...
2019-09-27 Ralf Jungshow cargo version
2019-09-26 Oliver SchererRustup to `sty` -> `kind` changes
2019-09-26 Oliver SchererUpdate to latest nightly
2019-09-24 borsAuto merge of #960 - christianpoveda:chdir-shim, r...
2019-09-24 Christian PovedaCheck that `chdir` fails for non-utf8 paths
2019-09-24 Christian PovedaAdd `chdir` shim
2019-09-24 borsAuto merge of #958 - christianpoveda:getcwd-shim, r...
2019-09-24 Christian PovedaFix comments
2019-09-20 Christian Povedafetch ERANGE value from libc
2019-09-20 Christian PovedaSet errno when getcwd fails
2019-09-20 Christian PovedaAvoid writing more bytes than necessary
2019-09-20 borsAuto merge of #903 - RalfJung:discriminant, r=RalfJung
2019-09-20 Ralf Jungbump Rust
2019-09-20 Ralf Jungadd another test case
2019-09-20 Ralf Jungerr on all-but-B, not just on C
2019-09-20 Ralf Jungtest for niche enum discriminant computation that overflows
2019-09-19 Christian PovedaOnly use getcwd without isolation
2019-09-19 Christian PovedaCheck that getcwd does not error
2019-09-18 Christian PovedaAdd getcwd shim
2019-09-18 borsAuto merge of #956 - rust-lang:rustup-retag, r=RalfJung
2019-09-18 Ralf Jungbump Rust version
2019-09-18 Ralf JungMerge remote-tracking branch 'origin/master' into rustu...
2019-09-17 Ralf Jungrustup
2019-09-16 borsAuto merge of #955 - RalfJung:rustup, r=RalfJung
2019-09-16 Ralf Jungremove libstd backtrace work-around
2019-09-16 borsAuto merge of #945 - christianpoveda:ptr-align-offset...
2019-09-16 Christian PovedaUse force_ptr instead of assert_ptr
2019-09-16 borsAuto merge of #954 - RalfJung:rustup, r=RalfJung
2019-09-16 Ralf Junginstall ICE hook
2019-09-15 Ralf Jungupdate for rustc changes
2019-09-15 borsAuto merge of #951 - spastorino:place-2-0, r=RalfJung
2019-09-15 Santiago PastorinoPlace projection field is now Box<[PlaceElem<'tcx>]>
2019-09-14 borsAuto merge of #953 - RalfJung:contributing, r=oli-obk
2019-09-14 borsAuto merge of #949 - RalfJung:ask-to-run, r=RalfJung
2019-09-14 Ralf Jungadd CONTRIBUTING guide
2019-09-14 borsAuto merge of #952 - RalfJung:rustup, r=RalfJung
2019-09-14 Ralf Jungtemporarily enable backtrace feature
2019-09-13 borsAuto merge of #948 - mati865:patch-1, r=RalfJung
2019-09-13 Ralf Jungfactor ask-to-run-command into helper function
2019-09-12 Christian PovedaUse str::from_utf8 instead
2019-09-12 borsAuto merge of #947 - RalfJung:rand, r=oli-obk
2019-09-12 Mateusz MikułaBump byteorder and remove no-op feature
2019-09-11 Christian PovedaAdd test for u8 align_offset
2019-09-11 Ralf Jungbump rand dependency
2019-09-11 Christian PovedaUse libcore's align_offset
2019-09-11 borsAuto merge of #946 - RalfJung:rustup, r=oli-obk
2019-09-11 Ralf Jungfix async test
2019-09-09 borsAuto merge of #944 - rust-lang:rustup, r=oli-obk
2019-09-09 Oliver SchererRustup to 1.39.0-nightly (1e869133b 2019-09-09)
2019-09-09 borsAuto merge of #943 - wesleywiser:turn_on_tests_again...
2019-09-09 Wesley WiserRe-enable run-pass tests with optimizations enabled
2019-09-08 borsAuto merge of #942 - rust-lang:rustup, r=oli-obk
2019-09-08 Oliver SchererUpdate latest working rust version id
2019-09-06 Oliver SchererRustup
2019-09-02 borsAuto merge of #941 - RalfJung:rustup, r=RalfJung
2019-09-02 Ralf Jungrustup
2019-08-31 borsAuto merge of #929 - RalfJung:slice-too-big, r=RalfJung
2019-08-31 Ralf Jungrustup
2019-08-31 Ralf Jungtest too big slice
2019-08-29 borsAuto merge of #938 - christianpoveda:clean-env-alloc...
2019-08-29 Christian PovedaRewrite alloc_env_var
2019-08-29 borsAuto merge of #937 - christianpoveda:fix-isolation...
2019-08-29 borsAuto merge of #919 - RalfJung:wide-raw, r=RalfJung
2019-08-29 Ralf Jungbump Rust
2019-08-29 Ralf Jungtest for invalid wide raw ptr
2019-08-29 Christian PovedaAdd cargo-miri test for no isolation
2019-08-29 Christian PovedaExclude TERM env var by default
2019-08-29 borsAuto merge of #935 - christianpoveda:blacklist-env...
2019-08-29 Christian PovedaSmall corrections
2019-08-29 borsAuto merge of #931 - RalfJung:retag-makes-my-head-hurt...
2019-08-28 Christian PovedaAdd env exclusion test
2019-08-28 Christian PovedaExclude env vars using flag
2019-08-28 Christian PovedaAdd -Zmiri-env-exclude flag
2019-08-28 borsAuto merge of #930 - RalfJung:build, r=RalfJung
2019-08-28 Ralf Jungsmall optimization
2019-08-28 Ralf JungStacked Borrows: don't read from memory during retagging
2019-08-28 Ralf Jungmore implicit
2019-08-28 Ralf Jungtest that build scripts do not run in Miri
2019-08-27 borsAuto merge of #925 - christianpoveda:environ-shim,...
2019-08-27 Christian PovedaAdd docs
2019-08-27 borsAuto merge of #927 - RalfJung:getrandom, r=RalfJung
2019-08-27 Ralf Jungexplicitly enable getrandom/std feature
2019-08-27 borsAuto merge of #917 - RalfJung:isolation, r=oli-obk
2019-08-27 borsAuto merge of #926 - RalfJung:rustup, r=RalfJung
2019-08-27 Ralf Junghashmap ICEs with optimizations, temporarily disable
2019-08-27 Ralf Jungrustup
2019-08-26 Christian PovedaWrite name and value for each env var
2019-08-26 borsAuto merge of #924 - RalfJung:getrandom, r=RalfJung
2019-08-26 Ralf Jungdecrease getrandom version so that we dont have to...
2019-08-26 borsAuto merge of #922 - RalfJung:rustup, r=RalfJung
2019-08-26 Ralf Jungbump Rust and xargo
2019-08-26 borsAuto merge of #921 - RalfJung:cargo-update, r=RalfJung
2019-08-26 Ralf Jungcargo update
2019-08-23 Ralf Jungtest host randomness access
2019-08-23 Ralf Jungchange flag name: enable-communication -> disable-isolation
2019-08-23 borsAuto merge of #914 - christianpoveda:use-host-rng,...
2019-08-21 borsAuto merge of #915 - RalfJung:rustup, r=RalfJung
2019-08-21 Ralf Jungbump Rust
next