]> git.lizzy.rs Git - rust.git/history - src
show cargo version
[rust.git] / src /
2019-09-26 Oliver SchererRustup to `sty` -> `kind` changes
2019-09-24 borsAuto merge of #960 - christianpoveda:chdir-shim, r...
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-19 Christian PovedaOnly use getcwd without isolation
2019-09-18 Christian PovedaAdd getcwd shim
2019-09-18 borsAuto merge of #956 - rust-lang:rustup-retag, r=RalfJung
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 borsAuto merge of #952 - RalfJung:rustup, r=RalfJung
2019-09-14 Ralf Jungtemporarily enable backtrace feature
2019-09-13 Ralf Jungfactor ask-to-run-command into helper function
2019-09-12 Christian PovedaUse str::from_utf8 instead
2019-09-11 Christian PovedaUse libcore's align_offset
2019-09-08 borsAuto merge of #942 - rust-lang:rustup, r=oli-obk
2019-09-06 Oliver SchererRustup
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 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 PovedaExclude env vars using flag
2019-08-28 Christian PovedaAdd -Zmiri-env-exclude flag
2019-08-28 Ralf Jungsmall optimization
2019-08-28 Ralf JungStacked Borrows: don't read from memory during retagging
2019-08-27 borsAuto merge of #925 - christianpoveda:environ-shim,...
2019-08-27 Christian PovedaAdd docs
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 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 borsAuto merge of #922 - RalfJung:rustup, r=RalfJung
2019-08-26 Ralf Jungbump Rust and xargo
2019-08-23 Ralf Jungchange flag name: enable-communication -> disable-isolation
2019-08-23 borsAuto merge of #914 - christianpoveda:use-host-rng,...
2019-08-20 Christian PovedaUpdate -Zmiri-enable-communication docs
2019-08-20 Christian PovedaUse err_unsup_format instead
2019-08-19 Christian PovedaUse host's rng when communication is enabled
2019-08-18 borsAuto merge of #911 - RalfJung:typed-op, r=RalfJung
2019-08-18 Ralf Jungadjust for typed binary/unary_op
2019-08-15 borsAuto merge of #859 - RalfJung:cargo, r=RalfJung
2019-08-15 borsAuto merge of #909 - RalfJung:deny-warn, r=oli-obk
2019-08-15 Ralf Jungfix warning
2019-08-15 borsAuto merge of #863 - RalfJung:deref-checks, r=RalfJung
2019-08-15 Ralf Jungadjust for fn rename
2019-08-15 borsAuto merge of #907 - christianpoveda:env-vars-shim...
2019-08-14 Christian PovedaDelegate writing to emulate_foreign_item
2019-08-14 Christian PovedaMove env shims to its own module
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 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 Jungclamp ldexp exponent to i16
2019-08-10 Ralf Jungalso support scalbn itself
2019-08-09 Ralf Junguse apfloat for ldexp
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 Christian PovedaFix formatting
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 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 #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
next