about summary refs log tree commit diff
path: root/src/libcore/intrinsics.rs
AgeCommit message (Expand)AuthorLines
2014-10-30rollup merge of #18445 : alexcrichton/index-mutAlex Crichton-97/+0
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-97/+0
2014-10-28Remove ty_bot from the type systemJakub Bukaj-1/+1
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-25auto merge of #18080 : veddan/rust/assume, r=thestingerbors-0/+11
2014-10-16librustc: Remove trans::reflect and the opaque and ty_visitor lang items.Luqman Aden-0/+3
2014-10-16librustc: Stop generating visit glue and remove from TyDesc.Luqman Aden-0/+1
2014-10-16librustc: Remove visit_tydesc intrinsic.Luqman Aden-2/+0
2014-10-16Improve documentation of assume intrinsic.Viktor Dahl-1/+5
2014-10-16Add assume intrinsicViktor Dahl-0/+7
2014-10-10Register new snapshotsAlex Crichton-1/+0
2014-10-04Add intrinsics::unreachableKeegan McAllister-0/+7
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
2014-08-29Register new snapshotsAlex Crichton-8/+0
2014-08-26DST coercions and DST structsNick Cameron-0/+7
2014-08-15Register new snapshotsAlex Crichton-1/+0
2014-08-11librustc: Don't allow return_address intrinsic in functions that don't use an...Luqman Aden-0/+7
2014-07-09libcore: Reexport a couple of widely-used low-level intrinsics to reducePatrick Walton-9/+63
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-9/+0
2014-06-28Rename all raw pointers as necessaryAlex Crichton-26/+30
2014-06-24Remove the quad_precision_float feature gateAlex Crichton-1/+0
2014-06-15Register new snapshotsAlex Crichton-8/+0
2014-06-13librustc: Forbid `transmute` from being called on types whose size isPatrick Walton-0/+14
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-0/+4
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-23libcore: Document math intrinsics.lucy-0/+79
2014-05-15core: Derive Show impls wherever possibleAlex Crichton-1/+1
2014-05-09Register new snapshotsAlex Crichton-2/+2
2014-05-07core: Get coretest workingAlex Crichton-1/+1
2014-05-07core: Inherit the intrinsics moduleAlex Crichton-0/+487