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
/
libcore
/
intrinsics.rs
Age
Commit message (
Expand
)
Author
Lines
2015-10-13
Correct spelling in docs
Andrew Paseltiner
-1
/
+1
2015-10-08
typos: fix a grabbag of typos all over the place
Cristi Cobzarenco
-3
/
+3
2015-08-22
Rollup merge of #27904 - tshepang:nit, r=nikomatsakis
Steve Klabnik
-1
/
+1
2015-08-19
make these parameters follow idiom
Tshepang Lekhonkhobe
-1
/
+1
2015-08-19
doc: improve transmute example a little
Tshepang Lekhonkhobe
-2
/
+2
2015-08-15
core: Fill out issues for unstable features
Alex Crichton
-1
/
+2
2015-07-27
Register new snapshots (2015-07-26 a5c12f4).
Eduard Burtescu
-9
/
+0
2015-07-22
placate `make tidy`.
Felix S. Klock II
-1
/
+1
2015-07-22
Change signature for `move_val_init` intrinsic to take `*mut T` for `dest`.
Felix S. Klock II
-0
/
+8
2015-07-21
trans: Move rust_try into the compiler
Alex Crichton
-0
/
+6
2015-07-09
Update intrinsics.rs
Wei-Ming Yang
-5
/
+5
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-5
/
+8
2015-06-09
Exise 'unsafe pointer' in favor of 'raw pointer'
Steve Klabnik
-1
/
+1
2015-06-06
Remove many unneeded feature annotations in the docs
Steve Klabnik
-2
/
+0
2015-05-27
Remove #[cfg(stage0)] items.
Eduard Burtescu
-15
/
+4
2015-05-15
Allow for better optimizations of iterators for zero-sized types
Björn Steinbrink
-0
/
+14
2015-05-13
eddyb's changes for DST coercions
Nick Cameron
-0
/
+7
2015-05-07
std: Mark `mem::forget` as a safe function
Alex Crichton
-4
/
+0
2015-05-01
Remove Managed
Simonas Kazlauskas
-3
/
+0
2015-04-29
rollup merge of #24886: GBGamer/master
Alex Crichton
-0
/
+17
2015-04-29
rollup merge of #24833: tari/rfc888
Alex Crichton
-0
/
+15
2015-04-29
rollup merge of #24610: nagisa/offset-docs
Alex Crichton
-3
/
+8
2015-04-29
Update SNAPs to latest snapshot.
Peter Marheine
-4
/
+4
2015-04-28
Add intrinsics for unchecked division and modulo
Nicholas Mazzuca
-0
/
+17
2015-04-28
Register new snapshots
Tamir Duberstein
-14
/
+0
2015-04-28
Clarify offset rules a bit
Simonas Kazlauskas
-3
/
+8
2015-04-25
Add singlethreaded fence intrinsics.
Peter Marheine
-0
/
+15
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-9
/
+9
2015-04-10
Implement `discriminant_value` intrinsic
James Miller
-0
/
+6
2015-03-31
Test fixes and rebase conflicts, round 1
Alex Crichton
-1
/
+0
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-4
/
+16
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-1
/
+1
2015-03-27
rollup merge of #23738: alexcrichton/snapshots
Alex Crichton
-23
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+1
2015-03-26
Register new snapshots
Alex Crichton
-23
/
+0
2015-03-26
Switch drop-flag to `u8` to allow special tags to instrument state.
Felix S. Klock II
-1
/
+23
2015-03-23
rollup merge of #23503: alexcrichton/fix-ptr-docs
Alex Crichton
-6
/
+28
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+2
2015-03-21
std: Remove deprecated ptr functions
Alex Crichton
-6
/
+28
2015-03-18
Register new snapshots
Alex Crichton
-25
/
+1
2015-03-17
Replace TyDesc and its uses with trait vtables and a type_name intrinsic.
Eduard Burtescu
-0
/
+7
2015-03-08
Register new snapshots (270a677)
Manish Goregaokar
-4
/
+0
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-1
/
+1
2015-03-03
rustc: implement arithmetic overflow checking
Corey Richardson
-0
/
+11
2015-02-26
Add doc to `core::intrinsics` pointing out conservativeness of `needs_drop`.
Felix S. Klock II
-1
/
+6
2015-02-24
std: Stabilize some `ptr` functions
Alex Crichton
-4
/
+3
2015-02-18
Audit `core::intrinsics` for `int`/`uint`: `size_of`/`align_of` use `usize`.
Felix S. Klock II
-12
/
+12
2015-02-11
Tweak wording of copy_nonoverlapping_memory to remove misleading 'allocated'.
Huon Wilson
-5
/
+6
2015-02-09
Remove incorrect docs from mem::transmute
Steve Klabnik
-3
/
+2
2015-01-29
register snaphots
Jorge Aparicio
-4
/
+0
[next]