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
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
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-25
get rid of libc_heap::{malloc_raw, realloc_raw}
Daniel Micay
-1
/
+1
2014-10-16
don't refer to the nonexistant gc
Steve Klabnik
-7
/
+5
2014-07-25
Revert "Use fewer instructions for `fail!`"
Brian Anderson
-2
/
+1
2014-07-21
Use fewer instructions for `fail!`
Brian Anderson
-1
/
+2
2014-06-30
libstd: set baseline stability levels.
Aaron Turon
-0
/
+2
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-1
/
+1
2014-06-11
sync: Move underneath libstd
Alex Crichton
-4
/
+1
2014-06-06
libs: Fix miscellaneous fallout of librustrt
Alex Crichton
-2
/
+3
2014-06-06
std: Extract librustrt out of libstd
Alex Crichton
-138
/
+12
2014-05-23
std: Move running_on_valgrind to rt::util. #1457
Brian Anderson
-0
/
+4
2014-05-17
std: Refactor liballoc out of lib{std,sync}
Alex Crichton
-6
/
+2
2014-05-10
rename `global_heap` -> `libc_heap`
Daniel Micay
-3
/
+3
2014-05-10
add back jemalloc to the tree
Daniel Micay
-1
/
+4
2014-05-07
core: Add a limited implementation of failure
Alex Crichton
-1
/
+1
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-6
/
+10
2014-04-27
Fix repeated module documentation
Alexandre Gagnon
-14
/
+14
2014-04-22
Fixed Win64 build
Vadim Chugunov
-0
/
+2
2014-04-08
Register new snapshots
Alex Crichton
-2
/
+2
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-27
Fix fallout of removing default bounds
Alex Crichton
-2
/
+3
2014-03-24
rustc: Remove all crate map support
Alex Crichton
-3
/
+0
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-4
/
+0
2014-03-13
Add basic backtrace functionality
Alex Crichton
-0
/
+6
2014-03-05
std: Move libnative task count bookkeeping to std
Alex Crichton
-0
/
+4
2014-02-23
std: Move unstable::stack to rt::stack
Brian Anderson
-0
/
+3
2014-02-11
Rewrite channels yet again for upgradeability
Alex Crichton
-0
/
+1
2014-02-06
Remove std::condition
Alex Crichton
-1
/
+0
2014-02-03
std: Remove try_send_deferred plus all fallout
Alex Crichton
-1
/
+2
2014-01-27
std: add begin_unwind_fmt that reduces codesize for formatted fail!().
Huon Wilson
-1
/
+1
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-4
/
+4
2014-01-25
Fix some docs about rt
Derek Chiang
-3
/
+1
2014-01-22
Implement std::rt::at_exit
Alex Crichton
-0
/
+22
2014-01-21
Purge borrowck from libstd
Alex Crichton
-3
/
+0
2014-01-09
auto merge of #11360 : huonw/rust/stack_bounds, r=alexcrichton
bors
-1
/
+2
2014-01-07
std: Fill in all missing imports
Alex Crichton
-5
/
+0
2014-01-07
std::rt: require known stack bounds for all tasks.
Huon Wilson
-1
/
+2
2014-01-04
Add a stack_bounds function to the Runtime trait
Alex Crichton
-0
/
+1
2013-12-27
std: uniform modules titles for doc
Luca Bruno
-1
/
+1
2013-12-25
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
[prev]
[next]