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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-1
/
+3
2015-06-17
std: Split the `std_misc` feature
Alex Crichton
-1
/
+3
2015-04-01
rollup merge of #23945: pnkfelix/gate-u-negate
Alex Crichton
-1
/
+1
2015-04-01
fallout from feature-gating unary negation on unsigned integers.
Felix S. Klock II
-1
/
+1
2015-04-01
Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias
Niko Matsakis
-2
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-7
/
+7
2015-03-24
rollup merge of #23630: nrc/coerce-tidy
Alex Crichton
-1
/
+1
2015-03-25
Add trivial cast lints.
Nick Cameron
-1
/
+1
2015-03-21
std: Tweak rt::at_exit behavior
Alex Crichton
-12
/
+10
2015-03-20
Auto merge of #23267 - alexcrichton:issue-20012, r=aturon
bors
-15
/
+6
2015-03-20
Revert "Revert "std: Re-enable at_exit()""
Alex Crichton
-15
/
+6
2015-03-20
Remove rt::default_sched_threads and RUST_THREADS.
Steve Klabnik
-1
/
+1
2015-03-12
std: Remove #[allow] directives in sys modules
Alex Crichton
-3
/
+1
2015-03-03
sidestep potential over- and underflow in estimated stack bounds.
Felix S. Klock II
-1
/
+15
2015-02-18
Update the libraries to reflect Send loosing the 'static bound.
Huon Wilson
-1
/
+1
2015-02-01
std: Add a new `env` module
Alex Crichton
-2
/
+2
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-1
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-2
/
+1
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-05
Rename macro_escape to macro_use
Keegan McAllister
-0
/
+2
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-6
/
+7
2014-12-26
s/task/thread/g
Steve Klabnik
-3
/
+3
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-1
/
+1
2014-12-18
Disable at_exit handlers
Aaron Turon
-1
/
+4
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-2
/
+3
2014-12-18
Update doc comment for std::rt
Aaron Turon
-31
/
+6
2014-12-18
Tweak the startup routine to pass on linux
Alex Crichton
-62
/
+52
2014-12-18
Fallout from new thread API
Aaron Turon
-24
/
+14
2014-12-18
Revise rt::unwind
Aaron Turon
-4
/
+0
2014-12-18
Remove rt::{mutex, exclusive}
Aaron Turon
-3
/
+0
2014-12-18
Remove rt::{local, local_data, thread_local_storage}
Aaron Turon
-5
/
+6
2014-12-18
Introduce std::thread
Aaron Turon
-20
/
+15
2014-12-18
Remove rt::bookkeeping
Aaron Turon
-2
/
+0
2014-12-18
Make at_exit initialize lazily
Aaron Turon
-2
/
+0
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-15
/
+73
2014-12-14
Rewrite threading infrastructure, introducing `Thunk` to represent
Niko Matsakis
-4
/
+5
2014-11-26
/*! -> //!
Steve Klabnik
-40
/
+32
2014-11-25
Deprecate MaybeOwned[Vector] in favor of Cow
Jorge Aparicio
-2
/
+2
2014-11-20
Make most of std::rt private
Aaron Turon
-8
/
+6
2014-11-20
Fallout from libgreen and libnative removal
Aaron Turon
-6
/
+6
2014-11-20
Remove libnative
Aaron Turon
-0
/
+76
2014-11-20
Remove Runtime trait
Aaron Turon
-0
/
+2
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
[next]