summary refs log tree commit diff
path: root/src/doc/guide-unsafe.md
AgeCommit message (Expand)AuthorLines
2014-06-25auto merge of #15165 : zookoatleastauthoritycom/rust/14148-Optimize-out-exhor...bors-35/+33
2014-06-25Optimize out exhortations about being careful.Zooko Wilcox-O'Hearn-35/+33
2014-06-23librustc: Feature gate lang items and intrinsics.Patrick Walton-0/+7
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-2/+6
2014-06-06doc: Turn off special features for rustdoc testsAlex Crichton-0/+1
2014-06-04core: Apply stability attributes to ptr modBrian Anderson-2/+2
2014-05-31rustdoc: Fix cross-crate links to reexported itemsAlex Crichton-1/+1
2014-05-31doc: Fix a number of broken linksAlex Crichton-4/+5
2014-05-22doc: Touch up the unsafe guideAlex Crichton-52/+144
2014-05-20core: Stabilize the mem moduleAlex Crichton-2/+2
2014-05-11core: Remove the cast moduleAlex Crichton-2/+2
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+2
2014-05-01Fix a/an typosJorge Aparicio-1/+1
2014-04-15auto merge of #13498 : johnsoft/rust/fix-transmute-fn-names, r=alexcrichtonbors-1/+1
2014-04-14auto merge of #13477 : Manishearth/rust/newattr, r=brsonbors-8/+8
2014-04-13Replace 'region' with 'lifetime' in a few transmute function namesJohn Simon-1/+1
2014-04-12Update tutorials to use new attribute syntax (#13476)Manish Goregaokar-8/+8
2014-04-06auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,mebors-1/+2
2014-04-04Fix inner attribute syntax from `#[foo];` to `#![foo]`Timothée Ravier-6/+6
2014-04-04Fix fallout from std::libc separationCorey Richardson-1/+2
2014-03-31doc: Update with changes in field privacyAlex Crichton-1/+1
2014-03-28Rename Pod into CopyFlavio Percoco-1/+1
2014-03-20Mention share in guide-unsafe instead of freezeFlavio Percoco-2/+2
2014-03-15docs: begin a "low-level & unsafe code" guide.Huon Wilson-0/+606