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-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
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-1
/
+1
2014-11-07
Derive Clone for TypeId.
Chris Morgan
-1
/
+1
2014-11-05
Register snapshots.
Eduard Burtescu
-1
/
+0
2014-10-30
rollup merge of #18445 : alexcrichton/index-mut
Alex Crichton
-97
/
+0
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-1
/
+1
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-97
/
+0
2014-10-28
Remove ty_bot from the type system
Jakub Bukaj
-1
/
+1
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-25
auto merge of #18080 : veddan/rust/assume, r=thestinger
bors
-0
/
+11
2014-10-16
librustc: Remove trans::reflect and the opaque and ty_visitor lang items.
Luqman Aden
-0
/
+3
2014-10-16
librustc: Stop generating visit glue and remove from TyDesc.
Luqman Aden
-0
/
+1
2014-10-16
librustc: Remove visit_tydesc intrinsic.
Luqman Aden
-2
/
+0
2014-10-16
Improve documentation of assume intrinsic.
Viktor Dahl
-1
/
+5
2014-10-16
Add assume intrinsic
Viktor Dahl
-0
/
+7
2014-10-10
Register new snapshots
Alex Crichton
-1
/
+0
2014-10-04
Add intrinsics::unreachable
Keegan McAllister
-0
/
+7
2014-09-03
Fix spelling errors and capitalization.
Joseph Crail
-1
/
+1
2014-08-29
Register new snapshots
Alex Crichton
-8
/
+0
2014-08-26
DST coercions and DST structs
Nick Cameron
-0
/
+7
2014-08-15
Register new snapshots
Alex Crichton
-1
/
+0
2014-08-11
librustc: Don't allow return_address intrinsic in functions that don't use an...
Luqman Aden
-0
/
+7
2014-07-09
libcore: Reexport a couple of widely-used low-level intrinsics to reduce
Patrick Walton
-9
/
+63
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-9
/
+0
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-26
/
+30
2014-06-24
Remove the quad_precision_float feature gate
Alex Crichton
-1
/
+0
2014-06-15
Register new snapshots
Alex Crichton
-8
/
+0
2014-06-13
librustc: Forbid `transmute` from being called on types whose size is
Patrick Walton
-0
/
+14
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-0
/
+4
[next]