summary refs log tree commit diff
path: root/src/libcore/intrinsics.rs
AgeCommit message (Expand)AuthorLines
2015-02-18Audit `core::intrinsics` for `int`/`uint`: `size_of`/`align_of` use `usize`.Felix S. Klock II-12/+12
2015-02-11Tweak wording of copy_nonoverlapping_memory to remove misleading 'allocated'.Huon Wilson-5/+6
2015-02-09Remove incorrect docs from mem::transmuteSteve Klabnik-3/+2
2015-01-29register snaphotsJorge Aparicio-4/+0
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-6/+0
2015-01-23grandfathered -> rust1Brian Anderson-2/+2
2015-01-23Set unstable feature names appropriatelyBrian Anderson-4/+4
2015-01-21Remove 'since' from unstable attributesBrian Anderson-4/+4
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-6/+7
2015-01-21Test fixes and rebase conflictsAlex Crichton-6/+0
2015-01-18std: Stabilize TypeId and tweak BoxAnyAlex Crichton-18/+6
2015-01-17Register new snapshots.Eduard Burtescu-11/+0
2015-01-15Allow get_tydesc intrinsic to accept unsized typesDiggory Blake-0/+4
2015-01-08Improvements to feature stagingBrian Anderson-2/+2
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+1
2015-01-08Remove the unneeded Sized bound on TypeId creationJonathan Reem-0/+13
2015-01-06Revert "Remove the unneeded Sized bound on TypeId creation"Alex Crichton-17/+1
2015-01-06Test fixes and rebase conflictsAlex Crichton-1/+16
2015-01-06Remove the unneeded Sized bound on TypeId creationJonathan Reem-3/+3
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-2/+2
2015-01-03auto merge of #19835 : pythonesque/rust/add-unordered-intrinsic, r=thestingerbors-0/+2
2014-12-21rollup merge of #19651: Gankro/ptr-docsAlex Crichton-14/+20
2014-12-19libcore: use `#[deriving(Copy)]`Jorge Aparicio-7/+2
2014-12-18clean up ptr docsAlexis Beingessner-14/+20
2014-12-15std: Second-pass stabilization of `mem`Alex Crichton-0/+2
2014-12-14Add LLVM's unordered intrinsic to Rust.Joshua Yanovski-0/+2
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+6
2014-12-05rollup merge of #19468: victorvde/masterCorey Richardson-1/+1
2014-12-03Fix falloutJorge Aparicio-1/+1
2014-12-02Update comment to current file path for intrinsicsVictor van den Elzen-1/+1
2014-11-26/*! -> //!Steve Klabnik-32/+30
2014-11-17Fix fallout from coercion removalNick Cameron-1/+1
2014-11-07Derive Clone for TypeId.Chris Morgan-1/+1
2014-11-05Register snapshots.Eduard Burtescu-1/+0
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