index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
sys
/
unix
/
backtrace.rs
Age
Commit message (
Expand
)
Author
Lines
2015-07-17
[ios] std: avoid `result::fold`
Tamir Duberstein
-6
/
+4
2015-07-01
Add netbsd amd64 support
Alex Newman
-0
/
+1
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-3
/
+3
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-2
/
+2
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-1
/
+0
2015-03-28
iOS: int/uint fallout
Valerii Hiora
-2
/
+2
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-5
/
+5
2015-03-20
don't use Result::ok just to be able to use unwrap/unwrap_or
Oliver Schneider
-1
/
+1
2015-03-15
Fallout of c933d44f7bb9
Tamir Duberstein
-1
/
+1
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-15
/
+14
2015-03-12
std: Remove #[allow] directives in sys modules
Alex Crichton
-3
/
+4
2015-03-03
Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb
bors
-1
/
+1
2015-03-03
Fix backtrace tests for Linux
Manish Goregaokar
-1
/
+1
2015-03-02
Fix broken aarch64 build
Eunji Jeong
-1
/
+1
2015-02-28
Auto merge of #22839 - lifthrasiir:better-backtrace, r=alexcrichton
bors
-10
/
+107
2015-02-28
std: Fixed backtrace warnings and tests for non-Linux platforms.
Kang Seonghoon
-1
/
+2
2015-02-27
std: Include line numbers in backtraces.
Kang Seonghoon
-10
/
+106
2015-02-24
std: Move std::env to the new I/O APIs
Alex Crichton
-2
/
+3
2015-02-21
Auto merge of #21959 - dhuseby:bitrig-support, r=brson
bors
-0
/
+1
2015-02-18
std: Implement CString-related RFCs
Alex Crichton
-3
/
+3
2015-02-11
bitrig integration
Dave Huseby
-0
/
+1
2015-02-02
rollup merge of #21787: alexcrichton/std-env
Alex Crichton
-2
/
+2
2015-02-01
std: Add a new `env` module
Alex Crichton
-2
/
+2
2015-02-01
openbsd support
Sébastien Marie
-2
/
+3
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-1
/
+1
2015-01-26
std: Rename Writer::write to Writer::write_all
Alex Crichton
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-2
/
+2
2015-01-21
rollup merge of #21444: petrochenkov/null
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #21414: ejjeong/aarch64-linux-android
Alex Crichton
-2
/
+2
2015-01-20
Initial support for aarch64-linux-android
Eunji Jeong
-2
/
+2
2015-01-19
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
we
-1
/
+1
2015-01-17
Remove unnecessary explicit conversions to *const T
we
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-14
/
+9
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-2
/
+2
2014-12-29
std: Second pass stabilization for `ptr`
Alex Crichton
-1
/
+1
2014-12-19
iOS: fallout of runtime removal
Valerii Hiora
-2
/
+2
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-2
/
+2
2014-12-18
Fix compilation on linux
Alex Crichton
-1
/
+1
2014-12-18
Fallout from new thread API
Aaron Turon
-1
/
+1
2014-12-18
Remove rt::{mutex, exclusive}
Aaron Turon
-2
/
+2
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-0
/
+493