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
/
intrinsics.cpp
Age
Commit message (
Expand
)
Author
Lines
2012-03-23
Remove last vestiges of old-style intrinsics
Marijn Haverbeke
-174
/
+0
2012-03-23
Revert removal of intrinsics
Marijn Haverbeke
-0
/
+174
2012-03-23
Remove support for the old-style intrinsics
Marijn Haverbeke
-174
/
+0
2012-03-02
retool inline encoding to handle methods, fix tests
Niko Matsakis
-0
/
+6
2012-02-17
rt: Make upcall_vec_push an intrinsic
Brian Anderson
-0
/
+54
2012-02-07
made leak an intrinsic to avoid a c-call. added memmove and memcpy intrinsics
Magnus Auvinen
-0
/
+29
2012-02-03
rt: Rename rust_scheduler to rust_task_thread
Brian Anderson
-1
/
+0
2012-02-02
rt: Rename task_sleep intrinsic to task_yield. Remove usec param
Brian Anderson
-4
/
+3
2012-02-02
rt: Fix intrinsics bustage
Brian Anderson
-0
/
+1
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
-3
/
+4
2011-11-18
intrinsics: Eliminate recv intrinsic
Brian Anderson
-5
/
+15
2011-11-18
intrinsics: Remove the call to get_task from task_sleep
Brian Anderson
-2
/
+3
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
-9
/
+2
2011-11-17
Remove intrinsic_2 functions
Brian Anderson
-65
/
+0
2011-11-17
Stop using temporary intrinsic_2 functions
Brian Anderson
-30
/
+36
2011-11-16
remove wrappers from intrinsics
Niko Matsakis
-12
/
+86
2011-11-08
Make task_sleep an intrinsic.
Brian Anderson
-0
/
+11
2011-10-24
update intrinsics file
Niko Matsakis
-1
/
+1
2011-10-24
move sys fns into c-stack-cdecl and get_type_desc() into rusti
Niko Matsakis
-0
/
+6
2011-10-20
Get rid of taskpointer-passing throughout the compiler
Marijn Haverbeke
-2
/
+2
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
-10
/
+3
2011-08-18
Remove rust_intrinsic_vec_len
Brian Anderson
-7
/
+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
-1
/
+1
2011-08-01
Adding an intrinsic for recv.
Eric Holk
-0
/
+5
2011-07-11
stdlib: Add addr_of() to the standard library
Patrick Walton
-0
/
+6
2011-07-10
rt: Remove the _2 prefix from intrinsics; all rust-intrinsics now use explici...
Patrick Walton
-23
/
+4
2011-07-09
rustc: Make rust-intrinsics take an explicit return pointer
Patrick Walton
-7
/
+28
2011-07-09
stdlib: Implement casts. The horror.
Patrick Walton
-0
/
+18
2011-07-08
stdlib: Add an offset function for simple pointer arithmetic on unsafe pointers
Patrick Walton
-1
/
+8
2011-06-16
rt: Add an ivec length intrinsic and an ivec reserve function, both untested ...
Patrick Walton
-2
/
+15
2011-05-05
rustc: Link with intrinsics.bc; change intrinsics linkage to linkonce_odr
Patrick Walton
-0
/
+3
2011-05-03
rustc: Stub Rust intrinsics. We check in the .ll file for now to temporarily ...
Patrick Walton
-0
/
+8