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
/
librustrt
Age
Commit message (
Expand
)
Author
Lines
2014-12-18
Delete rest of rustrt
Aaron Turon
-132
/
+0
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-559
/
+0
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-4921
/
+0
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-8
/
+8
2014-12-17
rollup merge of #19832: japaric/no-nocopy
Alex Crichton
-3
/
+1
2014-12-17
rollup merge of #19729: vhbit/ios-oibit-fix
Alex Crichton
-1
/
+2
2014-12-17
auto merge of #19800 : sfackler/rust/core-hash, r=alexcrichton
bors
-1
/
+1
2014-12-16
Fixed iOS build after oibit
Valerii Hiora
-1
/
+2
2014-12-16
auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichto
bors
-2
/
+2
2014-12-15
Move hash module from collections to core
Steven Fackler
-1
/
+1
2014-12-16
auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brson
bors
-4
/
+2
2014-12-15
Remove internal uses of `marker::NoCopy`
Jorge Aparicio
-3
/
+1
2014-12-15
Remove all shadowed lifetimes.
Niko Matsakis
-2
/
+2
2014-12-15
rollup merge of #19787: akiss77/fix-i8-c_char
Brian Anderson
-1
/
+1
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-4
/
+2
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-9
/
+9
2014-12-14
Rewrite threading infrastructure, introducing `Thunk` to represent
Niko Matsakis
-37
/
+110
2014-12-13
librustrt: use unboxed closures
Jorge Aparicio
-17
/
+42
2014-12-13
librustrt: fix fallout
Jorge Aparicio
-1
/
+1
2014-12-13
librustrt: fix fallout
Jorge Aparicio
-3
/
+5
2014-12-12
libc::c_char is not necessarily i8
Akos Kiss
-1
/
+1
2014-12-11
Register new snapshots
Alex Crichton
-1
/
+1
2014-12-08
Add some missing Copy implementations
Patrick Walton
-0
/
+6
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+18
2014-11-28
librustrt: stack_overflow support mipsel linux
Liigo Zhuang
-0
/
+1
2014-11-27
auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichton
bors
-1
/
+0
2014-11-26
rollup merge of #19329: steveklabnik/doc_style_cleanup2
Alex Crichton
-62
/
+58
2014-11-26
/*! -> //!
Steve Klabnik
-62
/
+58
2014-11-26
rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus
Alex Crichton
-1
/
+1
2014-11-26
Remove special casing for some meta attributes
Steven Fackler
-1
/
+0
2014-11-26
Fixup various places that were doing `&T+'a` and do `&(T+'a)`
Niko Matsakis
-1
/
+1
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-11-25
auto merge of #19149 : alexcrichton/rust/issue-19091, r=aturon
bors
-1
/
+5
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-758
/
+3
2014-11-23
Rename unwrap functions to into_inner
Alex Crichton
-1
/
+5
2014-11-23
auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturon
bors
-8
/
+2
2014-11-22
std: Align `raw` modules with unsafe conventions
Alex Crichton
-8
/
+2
2014-11-20
Fallout from new termination semantics
Aaron Turon
-17
/
+12
2014-11-20
Make most of std::rt private
Aaron Turon
-6
/
+12
2014-11-20
Fallout from libgreen and libnative removal
Aaron Turon
-9
/
+1
2014-11-20
Remove Runtime trait
Aaron Turon
-257
/
+170
2014-11-18
librustrt: check for mips+linux config in stack_overflow
jxv
-0
/
+1
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+12
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-4
/
+4
2014-11-14
auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton
bors
-6
/
+6
2014-11-12
Register new snapshots
Alex Crichton
-7
/
+0
2014-11-12
Fix remaining documentation to reflect fail!() -> panic!()
Barosl Lee
-6
/
+6
2014-11-08
Runtime removal: fully remove rtio
Aaron Turon
-138
/
+1
2014-11-08
Runtime removal: refactor process
Aaron Turon
-66
/
+0
2014-11-08
Runtime removal: refactor pipes and networking
Aaron Turon
-127
/
+0
[next]