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
/
libcore
/
rt
Age
Commit message (
Expand
)
Author
Lines
2013-04-20
core::rt: Fix a broken uvio test
Brian Anderson
-3
/
+20
2013-04-20
core::rt: Don't directly create scheduler types in I/O tests
Brian Anderson
-53
/
+50
2013-04-20
core::rt: Remove redundant copy of run_in_newsched_task
Brian Anderson
-21
/
+0
2013-04-20
core::rt: Unignore some networking tests
Brian Anderson
-2
/
+0
2013-04-20
core::rt: Use generated port numbers in tests
Brian Anderson
-48
/
+23
2013-04-20
core::rt: Add a test mod and put run_in_newsched_task there
Brian Anderson
-0
/
+33
2013-04-19
core: clean up tests (mostly unused unsafe blocks)
Alex Crichton
-13
/
+11
2013-04-19
core::rt: Just some poking at the I/O docs
Brian Anderson
-4
/
+21
2013-04-19
wip
Brian Anderson
-12
/
+7
2013-04-19
core::rt: Rename Closeable to Close, Seekable to Seek, blocking to native
Brian Anderson
-21
/
+21
2013-04-19
Tidy
Brian Anderson
-21
/
+21
2013-04-19
core::rt: Simplify some scheduler operations
Brian Anderson
-97
/
+13
2013-04-19
core::rt: Add another context switching operation to the scheduler
Brian Anderson
-28
/
+89
2013-04-19
core: More tweaks to the thread-local scheduler interface
Brian Anderson
-122
/
+124
2013-04-19
core: Wire up `spawn` to the new scheduler
Brian Anderson
-0
/
+21
2013-04-19
core: Add rt::context for figuring out what runtime services are available
Brian Anderson
-1
/
+110
2013-04-19
core::rt: Declare large parts of the I/O API
Brian Anderson
-30
/
+1539
2013-04-17
auto merge of #5909 : brson/rust/rt4, r=graydon
bors
-449
/
+457
2013-04-17
auto merge of #5726 : brson/rust/struct-return, r=brson
bors
-2
/
+0
2013-04-17
rustc: Use an out pointer to return structs in x86 C ABI. #5347
Brian Anderson
-2
/
+0
2013-04-16
Merge remote-tracking branch 'brson/sched-cleanup'
Brian Anderson
-449
/
+457
2013-04-15
core::rt: Clean up some more hacks
Brian Anderson
-12
/
+6
2013-04-15
core::rt: Narrow down the unsafety of the thread-local scheduler
Brian Anderson
-47
/
+47
2013-04-15
core::rt: Restructure context switches to take ownership of the Scheduler
Brian Anderson
-62
/
+94
2013-04-15
core::rt: Make Scheduler::unsafe_local return a fabricated region pointer
Brian Anderson
-247
/
+228
2013-04-15
core::rt: Rename Scheduler::local to Scheduler::unsafe_local
Brian Anderson
-26
/
+30
2013-04-15
core::rt: A little bit of cleanup to thread-local scheduler
Brian Anderson
-20
/
+13
2013-04-15
core::rt: Move thread-local scheduler to its own module
Brian Anderson
-99
/
+109
2013-04-15
core::rt: Fix two incorrect uses of the thread-local scheduler
Brian Anderson
-2
/
+8
2013-04-14
core::rt: Clean up the thread-local scheduler code
Brian Anderson
-74
/
+79
2013-04-14
core::rt: All context switches are followed by a cleanup action
Brian Anderson
-5
/
+7
2013-04-14
core::rt: Schedulers only need a single cleanup_job at a time
Brian Anderson
-31
/
+31
2013-04-14
core::rt: Insert calls to run_cleanup_tasks after all context switches
Brian Anderson
-5
/
+8
2013-04-14
core::rt: Rename block_running_task_and_then to deschedul_...
Brian Anderson
-7
/
+7
2013-04-14
core::rt: Restructure task_from_last_cleanup_job to borrow correctly
Brian Anderson
-48
/
+63
2013-04-14
core: remove unnecessary unsafe blocks/functions
Alex Crichton
-6
/
+4
2013-04-10
core: changes in response to #5656
Niko Matsakis
-0
/
+61
2013-04-04
rt: improve mips backend
Jyun-Yan You
-0
/
+1
2013-04-01
remove stray mode on callback, seems to not change anything
Graydon Hoare
-1
/
+1
2013-03-30
Correct type signature for start lang item.
Luqman Aden
-0
/
+20
2013-03-29
Add AbiSet and integrate it into the AST.
Niko Matsakis
-1
/
+1
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-88
/
+88
2013-03-29
auto merge of #5570 : alexcrichton/rust/fix-unused-imports, r=sanxiyn
bors
-12
/
+7
2013-03-29
libcore: language change minor fix for ARM & MIPS
Young-il Choi
-2
/
+2
2013-03-28
Removing unused imports
Alex Crichton
-12
/
+7
2013-03-27
librustc: Allow expr_repeat to be used with any vstore
Patrick Walton
-1
/
+1
2013-03-26
librustc: Modify all code to use new lifetime binder syntax
Patrick Walton
-1
/
+1
2013-03-26
librustc: Remove all uses of the old `[T * N]` fixed-length vector syntax
Patrick Walton
-3
/
+3
2013-03-26
Remove unused imports throughout
Alex Crichton
-5
/
+0
2013-03-26
core: Make sure every module at least has a one-line description
Brian Anderson
-0
/
+2
[prev]
[next]