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-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
2015-01-03
auto merge of #19835 : pythonesque/rust/add-unordered-intrinsic, r=thestinger
bors
-0
/
+2
2014-12-21
rollup merge of #19651: Gankro/ptr-docs
Alex Crichton
-14
/
+20
2014-12-19
libcore: use `#[deriving(Copy)]`
Jorge Aparicio
-7
/
+2
2014-12-18
clean up ptr docs
Alexis Beingessner
-14
/
+20
2014-12-15
std: Second-pass stabilization of `mem`
Alex Crichton
-0
/
+2
2014-12-14
Add LLVM's unordered intrinsic to Rust.
Joshua Yanovski
-0
/
+2
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+6
2014-12-05
rollup merge of #19468: victorvde/master
Corey Richardson
-1
/
+1
2014-12-03
Fix fallout
Jorge Aparicio
-1
/
+1
2014-12-02
Update comment to current file path for intrinsics
Victor van den Elzen
-1
/
+1
2014-11-26
/*! -> //!
Steve Klabnik
-32
/
+30
[next]