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
/
comp
/
back
/
upcall.rs
Age
Commit message (
Expand
)
Author
Lines
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-1
/
+1
2011-08-10
rustc: Remove unused "trace" upcalls
Patrick Walton
-4
/
+0
2011-08-10
rustc: Use polymorphic logging
Patrick Walton
-11
/
+6
2011-08-09
Convert remaning ivec decls to new syntax
Brian Anderson
-1
/
+1
2011-08-09
Port the compiler to the ivec type [T] syntax.
Erick Tryzelaar
-3
/
+3
2011-08-08
rustc: Fix signature on cmp glue upcall
Patrick Walton
-1
/
+1
2011-08-08
rustc: Declare upcall_cmp_type
Patrick Walton
-10
/
+20
2011-08-05
Atomic ref counting for chans.
Eric Holk
-0
/
+4
2011-07-28
Adding upcalls to to ref() and deref() tasks. This is the first step towards ...
Eric Holk
-0
/
+4
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-109
/
+112
2011-07-21
Lots of work on memory tracking and channels.
Eric Holk
-0
/
+4
2011-07-15
rustc: Implement interior string logging in DPS
Patrick Walton
-0
/
+3
2011-07-15
rustc: Remove a bunch of exterior vectors
Patrick Walton
-40
/
+40
2011-07-14
refactor: Move the LLVM type and constant constructors into a new module.
Eric Holk
-16
/
+16
2011-07-13
Next step in the type system change. Add task_type to the context.
Rafael Ávila de Espíndola
-13
/
+14
2011-07-13
First step in the typesystem rewrite:
Rafael Ávila de Espíndola
-13
/
+13
2011-07-07
rustc: Make trans use interior vectors
Patrick Walton
-2
/
+2
2011-07-06
Allocate rust_ivec buffers out of the kernel pool
Rob Arnold
-2
/
+13
2011-06-28
Re-enabling some tests.
Eric Holk
-1
/
+1
2011-06-28
There is only one domain per kernel now.
Eric Holk
-6
/
+0
2011-06-20
Added string duplication to deep_copy. Closes #520.
Eric Holk
-0
/
+3
2011-06-16
Removing dead upcall_join. Closes #509.
Eric Holk
-2
/
+0
2011-06-16
Get rid of old vec_append glue.
Michael Sullivan
-4
/
+0
2011-06-15
Fix a bunch of compile-command lines to use RBUILD
Graydon Hoare
-1
/
+1
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-97
/
+92
2011-06-14
Implement upcall_vec_append and use it for vector append.
Michael Sullivan
-0
/
+5
2011-06-13
rustc: Implement simple interior vector append translation
Patrick Walton
-2
/
+9
2011-06-13
This is the mega-ucontext commit. It replaces the task switching mechanism wi...
Eric Holk
-1
/
+1
2011-05-31
Now imports are not re-exported unless 'export' is explicitly used.
Paul Stansifer
-4
/
+5
2011-05-27
Switching over to wrappers for spawning functions of multiple arguments. Does...
Eric Holk
-1
/
+1
2011-05-26
More delicious dead code removal from runtime, upcalls.
Graydon Hoare
-14
/
+3
2011-05-20
Using the right mode...
Eric Holk
-1
/
+1
2011-05-20
Translated start_task, but it fails on spp == align_down(spp)
Eric Holk
-2
/
+12
2011-05-20
Called the new_task upcall. There are refcount issues though.
Eric Holk
-1
/
+1
2011-05-16
Rewrite everything to use [] instead of vec() in value position.
Graydon Hoare
-41
/
+41
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-24
/
+24
2011-05-10
rustc: Get rid of native Rust glue for all upcalls except the exit task glue
Patrick Walton
-9
/
+9
2011-05-09
rustc: Give our upcall definitions the right values
Patrick Walton
-40
/
+50
2011-05-09
rustc: Declare upcalls with real signatures; preparation for killing rust_nat...
Patrick Walton
-0
/
+125
[prev]