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
/
libstd
/
unstable
/
intrinsics.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-23
std: Move intrinsics to std::intrinsics.
Brian Anderson
-457
/
+0
2014-02-13
Register new snapshots
Alex Crichton
-4
/
+0
2014-02-12
Removed ty_type (previously used to represent *tydesc).
Eduard Burtescu
-0
/
+3
2014-02-09
std: Move byteswap functions to mem
Brian Anderson
-27
/
+0
2014-02-09
std: Add init and uninit to mem. Replace direct intrinsic usage
Brian Anderson
-2
/
+1
2014-02-07
rustc: Remove 'morestack_addr' intrinsic. Unused
Brian Anderson
-3
/
+0
2014-02-04
Register new snapshots
Alex Crichton
-120
/
+0
2014-02-03
Add an AtomicU64 type to std::sync::atomics
Alex Crichton
-9
/
+101
2014-01-27
Removed take_glue from tydesc, inlining the equivalent refcount increment cod...
Eduard Burtescu
-0
/
+2
2014-01-27
Demote self to an (almost) regular argument and remove the env param.
Eduard Burtescu
-1
/
+3
2014-01-17
auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwalton
bors
-6
/
+0
2014-01-15
Issue #3511 - Rationalize temporary lifetimes.
Niko Matsakis
-6
/
+0
2014-01-15
register snapshots
Daniel Micay
-38
/
+1
2014-01-14
remove `borrow_offset` as ~ is now free of headers
Daniel Micay
-7
/
+0
2014-01-14
remove reference counting headers from ~
Daniel Micay
-0
/
+2
2014-01-11
Removed free_glue from tydesc (the code is still generated, but inlined in dr...
Eduard Burtescu
-2
/
+31
2014-01-06
Register new snapshots
Alex Crichton
-2
/
+2
2014-01-03
fixup! libstd: Always inline all byteswap functions
Carl-Anton Ingmarsson
-27
/
+27
2014-01-02
libstd: Always inline all byteswap functions
Carl-Anton Ingmarsson
-27
/
+27
2014-01-01
Add byteswap intrinsics for converting from big/little to host endian
Carl-Anton Ingmarsson
-0
/
+13
2013-12-31
Implement volatile_load and volatile_store intrinsics.
Peter Zotov
-0
/
+12
2013-12-03
Register new snapshots
Alex Crichton
-4
/
+0
2013-11-30
Wrap the return value of the type_id intrinsic in an opaque box
Corey Richardson
-1
/
+24
2013-11-28
Register new snapshots
Alex Crichton
-1
/
+0
2013-11-22
add a breakpoint intrinsic for debugging
Daniel Micay
-0
/
+4
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-12
/
+0
2013-11-06
Register new snapshots
Alex Crichton
-39
/
+9
2013-11-05
Rename misleading contains_managed to owns_managed
Niko Matsakis
-0
/
+5
2013-11-04
auto merge of #10064 : luqmana/rust/vvv, r=nikomatsakis
bors
-0
/
+3
2013-11-04
libsyntax/librustc: Allow calling variadic foreign functions.
Luqman Aden
-0
/
+3
2013-11-04
auto merge of #10182 : alexcrichton/rust/typeid-intrinsic, r=nikomatsakis
bors
-4
/
+10
2013-11-03
simplify memcpy/memmove/memset intrinsics
Daniel Micay
-0
/
+15
2013-11-01
Register new snapshots
Alex Crichton
-3
/
+0
2013-11-01
Add a type_id intrinsic
Alex Crichton
-4
/
+10
2013-10-29
Adjust reflection for the possibility of discriminants larger than int.
Jed Davis
-4
/
+9
2013-10-23
register snapshots
Daniel Micay
-8
/
+0
2013-10-23
Removed Unnecessary comments and white spaces #4386
reedlepee
-2
/
+1
2013-10-23
Making fields in std and extra : private #4386
reedlepee
-5
/
+6
2013-10-21
auto merge of #10000 : cmr/rust/snapshot, r=alexcrichton
bors
-3
/
+0
2013-10-21
Register snapshots
Corey Richardson
-3
/
+0
2013-10-21
fix the new floating point intrinsics
Daniel Micay
-2
/
+2
2013-10-21
expose new floating point intrinsics
Daniel Micay
-0
/
+20
2013-10-17
Register new snapshots
Alex Crichton
-1
/
+0
2013-10-17
Removed the -Z once_fns compiler flag and added the new feature directive of ...
Chris Sainty
-1
/
+2
2013-10-14
add an `abort` intrinsic
Daniel Micay
-0
/
+3
2013-10-14
Remove unused abi attributes.
Steve Klabnik
-1
/
+0
2013-10-04
Register new snapshots
Alex Crichton
-2
/
+0
2013-10-01
remove the `float` type
Daniel Micay
-0
/
+1
2013-09-18
Register new snapshots
Alex Crichton
-100
/
+1
2013-09-03
add type name to the tydesc
Daniel Micay
-0
/
+3
[next]