]> git.lizzy.rs Git - rust.git/history - src/shims/env.rs
Make size error distinguishable from other errors
[rust.git] / src / shims / env.rs
2019-10-22 Christian PovedaMake size error distinguishable from other errors
2019-10-22 Christian PovedaUse new write_bytes method
2019-10-22 borsAuto merge of #1015 - RalfJung:appv, r=RalfJung
2019-10-22 borsAuto merge of #1014 - RalfJung:rustup, r=RalfJung
2019-10-22 Ralf Jungrustup: fix for write_bytes and new union rules
2019-10-21 Christian PovedaFix merge conflicts
2019-10-21 borsAuto merge of #991 - christianpoveda:errno-place, r...
2019-10-20 Christian PovedaMove last error functions to helpers
2019-10-18 Christian PovedaRename write/read os string functions
2019-10-18 Christian PovedaUse conditional compilation properly and work with...
2019-10-18 Christian PovedaChange helper functions to read/write
2019-10-18 Christian PovedaAdd OsString from/to bytes helper functions
2019-10-18 borsAuto merge of #1005 - RalfJung:cleanup, r=RalfJung
2019-10-18 Ralf Jungcleanup now that borrow checker knows memory is a field
2019-10-18 borsAuto merge of #1004 - JohnTitor:use-memory, r=RalfJung
2019-10-18 Yuki OkushiUse memory field instead of memory()
2019-10-16 borsAuto merge of #1000 - RalfJung:profile, r=RalfJung
2019-10-16 borsAuto merge of #996 - christianpoveda:unsup-wo-isolation...
2019-10-15 Christian PovedaAdd function to error with enabled isolation
2019-10-15 borsAuto merge of #980 - JOE1994:master, r=RalfJung
2019-10-11 borsAuto merge of #983 - christianpoveda:fs-shims-tweaks...
2019-10-11 Christian PovedaChange error handling style for consistency
2019-10-11 Christian PovedaUse existing tcx instead
2019-10-11 Christian PovedaCorrect style of comments
2019-10-11 Christian PovedaAdd comment explaining why buffer isn't overflowed
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 PovedaMove last_error into memory
2019-09-28 borsAuto merge of #957 - christianpoveda:ptr-align-offset...
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-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-28 Christian PovedaExclude env vars using flag
2019-08-27 borsAuto merge of #925 - christianpoveda:environ-shim,...
2019-08-27 Christian PovedaAdd docs
2019-08-26 Christian PovedaWrite name and value for each env var
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 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 PovedaWrap hashmap for env vars in its own type
2019-08-07 Christian PovedaFix formatting
2019-08-06 Christian PovedaAdd support for env communication