]> git.lizzy.rs Git - rust.git/history - src
Add unlink shim to delete files
[rust.git] / src /
2019-10-08 Christian PovedaAdd unlink shim to delete files
2019-10-08 borsAuto merge of #977 - christianpoveda:last-error-ptr...
2019-10-08 Christian PovedaAdd method to consume io::Error
2019-10-07 Christian PovedaAdd __errno_location shim
2019-10-07 Christian PovedaMove last_error into memory
2019-10-07 Christian PovedaRustfmt
2019-10-05 borsAuto merge of #979 - nico-abram:patch-1, r=oli-obk
2019-10-05 NicolasAdd missing atomic_fence intrinsics as nops
2019-10-02 borsAuto merge of #973 - christianpoveda:write-shim, r...
2019-10-02 Christian PovedaReturn earlier when reading/writing 0 bytes
2019-10-02 Christian PovedaFix dangling pointer bug for zero-sized reads
2019-10-01 Christian PovedaAvoid early return after handles are removed
2019-10-01 Christian PovedaCorrect name of each shim when erroring
2019-10-01 Christian PovedaAdd file writing capabilities
2019-10-01 borsAuto merge of #962 - christianpoveda:file-shim, r=oli-obk
2019-10-01 Christian PovedaAdd docs for helper functions
2019-10-01 Christian PovedaRemove return argument when fd is not found
2019-09-30 Christian PovedaAdd methods to handle invalid fides
2019-09-30 Christian PovedaAvoid buffer allocation to read files
2019-09-30 Christian PovedaAdd method to consume std::io::Result
2019-09-30 Christian PovedaAdd FileHandle struct
2019-09-30 Christian PovedaReserve fides for stdio and fix merge issues
2019-09-28 borsAuto merge of #957 - christianpoveda:ptr-align-offset...
2019-09-28 borsAuto merge of #965 - RalfJung:rustup, r=RalfJung
2019-09-28 Ralf Jungfix miri-rustc-tests
2019-09-28 Ralf Jungrustup
2019-09-28 borsAuto merge of #963 - rust-lang:rustup, r=RalfJung
2019-09-26 Oliver SchererRustup to `sty` -> `kind` changes
2019-09-25 Christian PovedaEnable close call for macos
2019-09-25 Christian PovedaCheck that the only flag change is done to enable ...
2019-09-25 Christian PovedaAdd helper function to fetch `libc` constants
2019-09-25 Christian PovedaFirst version of file handling
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-23 Christian PovedaIgnore integers
2019-09-23 Christian PovedaThrow unsupported error when alignment is not a power...
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 Christian PovedaMove truncation from the main branch
2019-09-17 Christian PovedaAdd align_offset for integers
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...
next