about summary refs log tree commit diff
path: root/src/libstd/sys/redox/backtrace/tracing.rs
AgeCommit message (Expand)AuthorLines
2019-05-25std: Depend on `backtrace` crate from crates.ioAlex Crichton-99/+0
2019-03-31libstd: deny(elided_lifetimes_in_paths), fixes in redoxMazdak Farrokhzad-1/+1
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-2/+2
2019-02-28libstd => 2018Taiki Endo-7/+7
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-16std: stop backtracing when the frames are fullJosh Stone-8/+10
2018-01-26Print inlined functions on WindowsJohn Kåre Alsaker-0/+1
2017-11-09std: Avoid use of `libc` in portable modulesAlex Crichton-2/+2
2017-08-03Simplify Redox backtrace/ to not include non-Redox implementationsIan Douglas Scott-0/+106