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
/
rt
/
rustrt.def.in
Age
Commit message (
Expand
)
Author
Lines
2011-08-01
Started working on a library-based comm system. Creating and deleting ports w...
Eric Holk
-0
/
+6
2011-07-29
Add sched_threads rt function to get the number of scheduler threads
Brian Anderson
-0
/
+1
2011-07-28
Adding upcalls to to ref() and deref() tasks. This is the first step towards ...
Eric Holk
-0
/
+2
2011-07-28
Adding a function to stdlib to set the min stack size, for programs
Eric Holk
-0
/
+1
2011-07-22
More work on word-count.
Eric Holk
-0
/
+1
2011-07-21
Lots of work on memory tracking and channels.
Eric Holk
-0
/
+1
2011-07-20
Add a huge hack to allow the test runner to continue if a single task leaks
Brian Anderson
-0
/
+1
2011-07-17
Revert "Add setenv to standard library"
Brian Anderson
-2
/
+0
2011-07-17
Add setenv to standard library
Brian Anderson
-0
/
+2
2011-07-15
rustc: Implement interior string logging in DPS
Patrick Walton
-0
/
+1
2011-07-15
Remove task_unsupervise from rt builtin functions
Brian Anderson
-1
/
+0
2011-07-14
Add task_unsupervise to rustrt.def.in
Brian Anderson
-0
/
+1
2011-07-12
stdlib: Move fs over to interior vectors by introducing a rust_list_files_ive...
Patrick Walton
-0
/
+1
2011-07-10
rt: Remove the now-unused upcall_ivec_resize and upcall_ivec_spill, which all...
Patrick Walton
-2
/
+0
2011-07-08
stdlib: Implement str::unsafe_from_bytes_ivec()
Patrick Walton
-0
/
+1
2011-07-06
Allocate rust_ivec buffers out of the kernel pool
Rob Arnold
-0
/
+6
2011-06-30
Added a nanosecond timer to time.rs, support for some floating point casts, a...
Eric Holk
-0
/
+1
2011-06-29
Adding support for pinning tasks to the currently running thread. Closes #598.
Eric Holk
-0
/
+2
2011-06-29
Add a runtime flag to enable/disable claims en masse
Tim Chevalier
-0
/
+1
2011-06-28
There is only one domain per kernel now.
Eric Holk
-2
/
+0
2011-06-20
Added string duplication to deep_copy. Closes #520.
Eric Holk
-0
/
+1
2011-06-17
Updating rustrt.def.in so that the path manipulation functions work on OS X.
Eric Holk
-0
/
+1
2011-06-16
rustc: Implement conversions from interior vector data to unsafe pointers and...
Patrick Walton
-0
/
+2
2011-06-16
stdlib: Introduce an ivec module into the standard library; add a minimal tes...
Patrick Walton
-0
/
+1
2011-06-16
Removing dead upcall_join. Closes #509.
Eric Holk
-1
/
+0
2011-06-16
Get rid of old vec_append glue.
Michael Sullivan
-2
/
+0
2011-06-16
rt: Add an ivec length intrinsic and an ivec reserve function, both untested ...
Patrick Walton
-0
/
+1
2011-06-14
Implement upcall_vec_append and use it for vector append.
Michael Sullivan
-0
/
+1
2011-06-13
rustc: Implement simple interior vector append translation
Patrick Walton
-0
/
+2
2011-06-13
This is the mega-ucontext commit. It replaces the task switching mechanism wi...
Eric Holk
-0
/
+2
2011-05-31
Move rust_vec_append_glue to rt.
Rafael Ávila de Espíndola
-0
/
+1
2011-05-31
Fix the bots.
Rafael Ávila de Espíndola
-1
/
+0
2011-05-25
Fix non linux bots.
Rafael Ávila de Espíndola
-0
/
+1
2011-05-24
Dead code.
Rafael Ávila de Espíndola
-1
/
+0
2011-05-24
Dead code.
Rafael Ávila de Espíndola
-1
/
+0
2011-05-19
Remove rustboot-related logging hacks
Marijn Haverbeke
-2
/
+0
2011-05-11
Introduce str_slice runtime function
Brian Anderson
-0
/
+1
2011-04-29
stdlib: Add a Time module to the standard library
Patrick Walton
-0
/
+1
2011-04-27
stdlib/rt: Add an unsafe function to cast immutable vectors to mutable ones
Patrick Walton
-0
/
+1
2011-04-27
rt: Add str_vec to the def file. Puts out burning tinderbox.
Patrick Walton
-0
/
+1
2011-04-21
stdlib: Add a pointer equality function to the standard library and a test case
Patrick Walton
-0
/
+1
2011-04-19
add rustboot-specific log upcalls to .def file
Marijn Haverbeke
-0
/
+2
2011-03-25
Parse FP literals without coercing to int. This allows parsing 64-bit
Tim Chevalier
-0
/
+1
2011-03-25
Start making the standard-lib utf-8 aware
Marijn Haverbeke
-0
/
+1
2011-03-25
Placate win32 build; no idea how it can be working currently on tinderbox.
Graydon Hoare
-0
/
+2
2011-03-25
A first stab at the 'nbody' demo, with support for calling C sqrt().
Lindsey Kuper
-0
/
+2
2011-03-24
build: Generate an object file for stage0/libstd.dylib
Patrick Walton
-0
/
+1
2011-03-24
rustc: Open "use"d crates; add a _vec.vec_from_buf() method along the way; XF...
Patrick Walton
-0
/
+1
2011-03-24
Add .def.in files that I forgot to stage. Should put out burning tinderboxes ...
Patrick Walton
-0
/
+68
[prev]