rust/src/libstd/sys/redox
Yamakaky d50e4cc064
Improve backtrace formating while panicking.
- `RUST_BACKTRACE=full` prints all the informations (old behaviour)
- `RUST_BACKTRACE=(0|no)` disables the backtrace.
- `RUST_BACKTRACE=<everything else>` (including `1`) shows a simplified
  backtrace, without the function addresses and with cleaned filenames
  and symbols. Also removes some unneded frames at the beginning and the
  end.

Fixes #37783.

PR is #38165.
2017-02-15 14:24:37 -05:00
..
ext Add dev and ino to MetadataExt 2017-01-30 20:19:00 -07:00
net Add socket timeout and ttl support 2016-12-30 10:38:53 -07:00
syscall Add socket timeout and ttl support 2016-12-30 10:38:53 -07:00
args.rs Fix arguments on Redox 2016-12-27 10:55:41 -07:00
backtrace.rs Improve backtrace formating while panicking. 2017-02-15 14:24:37 -05:00
condvar.rs Commit to fix make tidy 2016-11-28 21:07:26 -07:00
env.rs Commit to fix make tidy 2016-11-28 21:07:26 -07:00
fast_thread_local.rs Commit to fix make tidy 2016-11-28 21:07:26 -07:00
fd.rs Commit to fix make tidy 2016-11-28 21:07:26 -07:00
fs.rs Cloexec when creating directories 2016-12-23 12:21:29 -07:00
memchr.rs Add redox system 2016-10-27 20:57:49 -06:00
mod.rs Remove start functions, use newlib instead of openlibm + ralloc 2016-12-22 16:13:14 -07:00
mutex.rs Commit to fix make tidy 2016-11-28 21:07:26 -07:00
os.rs Use libc errno 2017-01-20 18:45:14 -07:00
os_str.rs Conversions between CStr/OsStr/Path and boxes. 2017-02-14 14:18:43 -05:00
path.rs Fix tidy checks 2016-12-12 15:57:19 -07:00
pipe.rs Commit to fix make tidy 2016-11-28 21:07:26 -07:00
process.rs make Child::try_wait return io::Result<Option<ExitStatus>> 2017-02-06 23:04:47 -05:00
rand.rs WIP: Cross-compilation for Redox target 2016-12-15 16:31:01 -07:00
rwlock.rs Commit to fix make tidy 2016-11-28 21:07:26 -07:00
stack_overflow.rs Commit to fix make tidy 2016-11-28 21:07:26 -07:00
stdio.rs Commit to fix make tidy 2016-11-28 21:07:26 -07:00
thread.rs Commit to fix make tidy 2016-11-28 21:07:26 -07:00
thread_local.rs Commit to fix make tidy 2016-11-28 21:07:26 -07:00
time.rs Commit to fix make tidy 2016-11-28 21:07:26 -07:00