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
/
rt.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-28
libstd => 2018
Taiki Endo
-9
/
+9
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-14
Remove dead code
Oliver Scherer
-15
/
+0
2018-07-10
Deny bare trait objects in `src/libstd`.
ljedrz
-1
/
+1
2018-03-19
Address review comments
Tatsuyuki Ishi
-0
/
+15
2018-02-22
move Termination trait to std::process
Niko Matsakis
-1
/
+1
2018-01-15
Reexport -> re-export in prose and documentation comments
Carol (Nichols || Goulding)
-1
/
+1
2018-01-04
Bump to 1.25.0
Alex Crichton
-47
/
+2
2017-12-28
Remove an unused import for cfg(not(feature = "backtrace")).
Ed Schouten
-2
/
+0
2017-12-26
Don't use `process::exit` as it is an `unreachable` on wasm32
Bastian Köcher
-6
/
+5
2017-12-26
Change name of `lang_start_real` to `lang_start_internal`
Bastian Köcher
-4
/
+3
2017-12-26
Split `lang_start` in two functions to reduce generated code
Bastian Köcher
-5
/
+14
2017-12-26
Use move for optimization purposes
Bastian Köcher
-1
/
+1
2017-12-26
Removes some obscure transmute call in `lang_start`
Bastian Köcher
-1
/
+1
2017-12-26
Implements RFC 1937: `?` in `main`
Bastian Köcher
-1
/
+44
2017-11-08
std: Remove `rand` crate and module
Alex Crichton
-1
/
+0
2017-08-31
Update bootstrap compiler
Alex Crichton
-2
/
+0
2017-07-25
Switch to begin_panic again
est31
-1
/
+3
2017-07-02
Output line column info when panicking
est31
-1
/
+1
2017-05-21
Fix building without backtrace feature, which was broken in ca8b754
Ian Douglas Scott
-0
/
+5
2017-05-09
Don't show the std frames before user code on unwinding.
Yamakaky
-3
/
+4
2017-03-13
std: remove a workaround for privacy limitations that isn't necessary anymore
Sean Gillespie
-2
/
+2
2016-10-02
Move platform-specific arg handling to sys::args
Brian Anderson
-1
/
+1
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-1
/
+0
2016-08-10
Added an update_panic_count function to handle access to PANIC_COUNT
Nikhil Shagrithaya
-1
/
+1
2016-06-03
Auto merge of #33803 - WiSaGaN:feature/rename-main-thread, r=alexcrichton
bors
-1
/
+1
2016-05-31
mk: Prepare for a new stage0 compiler
Alex Crichton
-3
/
+0
2016-05-22
Rename main thread from "<main>" to "main".
Wangshan Lu
-1
/
+1
2016-05-09
rustc: Implement custom panic runtimes
Alex Crichton
-5
/
+3
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-1
/
+1
2015-12-29
Fix warnings when compiling stdlib with --test
Florian Hahn
-7
/
+9
2015-12-09
std: Rename thread::catch_panic to panic::recover
Alex Crichton
-2
/
+3
2015-10-21
Moar comments.
Vadim Chugunov
-0
/
+5
2015-09-11
std: Internalize almost all of `std::rt`
Alex Crichton
-0
/
+65