about summary refs log tree commit diff
path: root/src/libstd/sys/common/backtrace.rs
AgeCommit message (Expand)AuthorLines
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-4/+4
2015-03-13Fallout of std::old_io deprecationAlex Crichton-20/+21
2015-02-04Fix Unicode name manglingP1start-7/+7
2015-01-30smoke out remaining bugsJorge Aparicio-1/+1
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2015-01-21Fallout from stabilization.Aaron Turon-8/+8
2015-01-17Register new snapshots.Eduard Burtescu-2/+2
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-2/+5
2015-01-06Fix falloutCorey Richardson-14/+14
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2014-12-24Fix backtrace demanglingSteven Fackler-4/+4
2014-12-21Fallout of std::str stabilizationAlex Crichton-7/+4
2014-12-18Rebasing fixes.Aaron Turon-10/+18
2014-12-18Revise std::thread API to join by defaultAaron Turon-2/+2
2014-12-18Fallout from new thread APIAaron Turon-1/+1
2014-12-18libs: merge librustrt into libstdAaron Turon-0/+131