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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
sys
/
windows
/
backtrace.rs
Age
Commit message (
Expand
)
Author
Lines
2015-11-09
std: Migrate to the new libc
Alex Crichton
-255
/
+42
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-1
/
+1
2015-09-05
Add line numbers to MSVC backtrace
Diggory Blake
-0
/
+11
2015-09-04
Add line numbers to windows-gnu backtraces
Diggory Blake
-38
/
+25
2015-08-17
switch core::simd to repr(simd) and deprecate it.
Huon Wilson
-0
/
+2
2015-08-11
Register new snapshots
Alex Crichton
-2
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-0
/
+1
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-2
/
+2
2015-04-29
Test fixes and rebase conflicts
Alex Crichton
-1
/
+0
2015-03-27
rollup merge of #23197: aatxe/master
Alex Crichton
-2
/
+1
2015-03-27
Updated std::dynamic_lib to use std::path.
Aaron Weiss
-2
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-2
/
+2
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-2
/
+3
2015-03-18
Fix private module loophole in the 'private type in public item' check
Nick Cameron
-1
/
+1
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-2
/
+3
2015-03-13
Auto merge of #23229 - aturon:stab-path, r=alexcrichton
bors
-0
/
+1
2015-03-12
Stabilize std::path
Aaron Turon
-0
/
+1
2015-03-12
std: Remove #[allow] directives in sys modules
Alex Crichton
-7
/
+4
2015-02-19
Round 5 test fixes and rebase conflicts
Alex Crichton
-2
/
+2
2015-02-03
Rename std::path to std::old_path
Aaron Turon
-1
/
+1
2015-02-01
std: Add a new `env` module
Alex Crichton
-16
/
+18
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-1
/
+1
2015-01-26
std: Rename Writer::write to Writer::write_all
Alex Crichton
-3
/
+3
2015-01-21
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2015-01-21
rollup merge of #21444: petrochenkov/null
Alex Crichton
-5
/
+5
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-1
/
+1
2015-01-19
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
we
-5
/
+5
2015-01-07
use slicing sugar
Jorge Aparicio
-1
/
+1
2015-01-07
fallout
Nick Cameron
-1
/
+2
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-9
/
+9
2015-01-02
More fallout
Nick Cameron
-3
/
+3
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-9
/
+9
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-1
/
+1
2014-12-18
Rebasing fixes.
Aaron Turon
-2
/
+2
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-2
/
+2
2014-12-18
Remove rt::{mutex, exclusive}
Aaron Turon
-2
/
+2
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-0
/
+371