about summary refs log tree commit diff
path: root/src/libstd/sys/windows/backtrace.rs
AgeCommit message (Expand)AuthorLines
2015-11-09std: Migrate to the new libcAlex Crichton-255/+42
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-1/+1
2015-09-05Add line numbers to MSVC backtraceDiggory Blake-0/+11
2015-09-04Add line numbers to windows-gnu backtracesDiggory Blake-38/+25
2015-08-17switch core::simd to repr(simd) and deprecate it.Huon Wilson-0/+2
2015-08-11Register new snapshotsAlex Crichton-2/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+1
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-2/+2
2015-04-29Test fixes and rebase conflictsAlex Crichton-1/+0
2015-03-27rollup merge of #23197: aatxe/masterAlex Crichton-2/+1
2015-03-27Updated std::dynamic_lib to use std::path.Aaron Weiss-2/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-2/+3
2015-03-18Fix private module loophole in the 'private type in public item' checkNick Cameron-1/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-2/+3
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-0/+1
2015-03-12Stabilize std::pathAaron Turon-0/+1
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-7/+4
2015-02-19Round 5 test fixes and rebase conflictsAlex Crichton-2/+2
2015-02-03Rename std::path to std::old_pathAaron Turon-1/+1
2015-02-01std: Add a new `env` moduleAlex Crichton-16/+18
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-3/+3
2015-01-21Test fixes and rebase conflictsAlex Crichton-0/+1
2015-01-21rollup merge of #21444: petrochenkov/nullAlex Crichton-5/+5
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-1/+1
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-5/+5
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-07falloutNick Cameron-1/+2
2015-01-05std: Redesign c_str and c_vecAlex Crichton-9/+9
2015-01-02More falloutNick Cameron-3/+3
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-9/+9
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+1
2014-12-18Rebasing fixes.Aaron Turon-2/+2
2014-12-18Revise std::thread API to join by defaultAaron Turon-2/+2
2014-12-18Remove rt::{mutex, exclusive}Aaron Turon-2/+2
2014-12-18libs: merge librustrt into libstdAaron Turon-0/+371