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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
intrinsics.rs
Age
Commit message (
Expand
)
Author
Lines
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
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-6
/
+0
2015-01-23
grandfathered -> rust1
Brian Anderson
-2
/
+2
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-4
/
+4
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-4
/
+4
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-6
/
+7
2015-01-21
Test fixes and rebase conflicts
Alex Crichton
-6
/
+0
2015-01-18
std: Stabilize TypeId and tweak BoxAny
Alex Crichton
-18
/
+6
2015-01-17
Register new snapshots.
Eduard Burtescu
-11
/
+0
2015-01-15
Allow get_tydesc intrinsic to accept unsized types
Diggory Blake
-0
/
+4
2015-01-08
Improvements to feature staging
Brian Anderson
-2
/
+2
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2015-01-08
Remove the unneeded Sized bound on TypeId creation
Jonathan Reem
-0
/
+13
2015-01-06
Revert "Remove the unneeded Sized bound on TypeId creation"
Alex Crichton
-17
/
+1
2015-01-06
Test fixes and rebase conflicts
Alex Crichton
-1
/
+16
2015-01-06
Remove the unneeded Sized bound on TypeId creation
Jonathan Reem
-3
/
+3
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-2
/
+2
[next]