summary refs log tree commit diff
path: root/src/libstd/sys/unix/backtrace.rs
AgeCommit message (Expand)AuthorLines
2015-07-17[ios] std: avoid `result::fold`Tamir Duberstein-6/+4
2015-07-01Add netbsd amd64 supportAlex Newman-0/+1
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-3/+3
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-2/+2
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-1/+0
2015-03-28iOS: int/uint falloutValerii Hiora-2/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-5/+5
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-1/+1
2015-03-15Fallout of c933d44f7bb9Tamir Duberstein-1/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-15/+14
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-3/+4
2015-03-03Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddybbors-1/+1
2015-03-03Fix backtrace tests for LinuxManish Goregaokar-1/+1
2015-03-02Fix broken aarch64 buildEunji Jeong-1/+1
2015-02-28Auto merge of #22839 - lifthrasiir:better-backtrace, r=alexcrichtonbors-10/+107
2015-02-28std: Fixed backtrace warnings and tests for non-Linux platforms.Kang Seonghoon-1/+2
2015-02-27std: Include line numbers in backtraces.Kang Seonghoon-10/+106
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-2/+3
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-0/+1
2015-02-18std: Implement CString-related RFCsAlex Crichton-3/+3
2015-02-11bitrig integrationDave Huseby-0/+1
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-2/+2
2015-02-01std: Add a new `env` moduleAlex Crichton-2/+2
2015-02-01openbsd supportSébastien Marie-2/+3
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-2/+2
2015-01-21rollup merge of #21444: petrochenkov/nullAlex Crichton-1/+1
2015-01-21rollup merge of #21414: ejjeong/aarch64-linux-androidAlex Crichton-2/+2
2015-01-20Initial support for aarch64-linux-androidEunji Jeong-2/+2
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-1/+1
2015-01-17Remove unnecessary explicit conversions to *const Twe-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-05std: Redesign c_str and c_vecAlex Crichton-14/+9
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-2/+2
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-1/+1
2014-12-19iOS: fallout of runtime removalValerii Hiora-2/+2
2014-12-18Revise std::thread API to join by defaultAaron Turon-2/+2
2014-12-18Fix compilation on linuxAlex Crichton-1/+1
2014-12-18Fallout from new thread APIAaron Turon-1/+1
2014-12-18Remove rt::{mutex, exclusive}Aaron Turon-2/+2
2014-12-18libs: merge librustrt into libstdAaron Turon-0/+493