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
/
intrinsics
Age
Commit message (
Expand
)
Author
Lines
2011-11-18
intrinsics: Remove declaration of port_recv
Brian Anderson
-3
/
+0
2011-11-18
rt: Remove fail calls from rust_task::yield
Brian Anderson
-9
/
+10
2011-11-18
intrinsics: Eliminate recv intrinsic
Brian Anderson
-55
/
+71
2011-11-18
intrinsics: Remove the call to get_task from task_sleep
Brian Anderson
-12
/
+11
2011-11-18
intrinsics: Add some comments
Brian Anderson
-2
/
+4
2011-11-18
intrinsics: Move the call to upcall_fail out of rust_intrinsic_cast
Brian Anderson
-47
/
+4
2011-11-17
Remove intrinsic_2 functions
Brian Anderson
-189
/
+0
2011-11-17
Stop using temporary intrinsic_2 functions
Brian Anderson
-194
/
+224
2011-11-16
remove wrappers from intrinsics
Niko Matsakis
-160
/
+326
2011-11-08
Make task_sleep an intrinsic.
Brian Anderson
-118
/
+165
2011-11-02
get things checking on ia32
Niko Matsakis
-18
/
+28
2011-11-02
enable intrinsics for multiple arch
Niko Matsakis
-17
/
+130
2011-10-24
update intrinsics file
Niko Matsakis
-10
/
+9
2011-10-24
move sys fns into c-stack-cdecl and get_type_desc() into rusti
Niko Matsakis
-75
/
+84
2011-10-20
Get rid of taskpointer-passing throughout the compiler
Marijn Haverbeke
-6
/
+6
2011-09-28
rt: Add an upcall to allocate space on the C stack. This will be used for nat...
Patrick Walton
-0
/
+2
2011-08-29
Implement non-internal ivecs
Marijn Haverbeke
-32
/
+8
2011-08-18
Remove rust_intrinsic_vec_len
Brian Anderson
-19
/
+0
2011-08-18
Rename rust_vec to rust_evec
Brian Anderson
-1
/
+1
2011-08-05
Rewrote receive to return a value. This lets us initialize variables by recei...
Eric Holk
-4
/
+3
2011-08-01
Adding an intrinsic for recv.
Eric Holk
-51
/
+206
2011-07-25
remove datalayout from the intrinsics.ll.in file, silence linkage warning.
Graydon Hoare
-1
/
+0
2011-07-11
stdlib: Add addr_of() to the standard library
Patrick Walton
-0
/
+12
2011-07-10
rt: Remove the _2 prefix from intrinsics; all rust-intrinsics now use explici...
Patrick Walton
-62
/
+7
2011-07-09
rustc: Make rust-intrinsics take an explicit return pointer
Patrick Walton
-12
/
+72
2011-07-09
stdlib: Implement casts. The horror.
Patrick Walton
-0
/
+46
2011-07-08
stdlib: Add an offset function for simple pointer arithmetic on unsafe pointers
Patrick Walton
-23
/
+39
2011-06-29
Don't enable ssp everywhere.
Rafael Ávila de Espíndola
-2
/
+2
2011-06-16
rt: Add an ivec length intrinsic and an ivec reserve function, both untested ...
Patrick Walton
-24
/
+74
2011-05-05
rustc: Link with intrinsics.bc; change intrinsics linkage to linkonce_odr
Patrick Walton
-1
/
+4
2011-05-04
build: Build intrinsics.bc
Patrick Walton
-1
/
+1
2011-05-03
rustc: Stub Rust intrinsics. We check in the .ll file for now to temporarily ...
Patrick Walton
-0
/
+74