about summary refs log tree commit diff
path: root/src/doc/guide-unsafe.md
AgeCommit message (Expand)AuthorLines
2015-01-16Grammar tweak to old guide stub documents.Tim Parenti-1/+1
2015-01-09Add stub deprecation files for each of the old guides.Huon Wilson-0/+4
2015-01-08"The Rust Programming Language"Steve Klabnik-716/+0
2015-01-07Test fixes and rebase conflictsAlex Crichton-2/+3
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-2/+2
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+3
2014-11-26Lifetime guide -> ownership guideSteve Klabnik-1/+1
2014-10-29Update infrastructure for fail -> panicSteve Klabnik-9/+9
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-10-12Continue cfg syntax transitionSteven Fackler-9/+7
2014-10-02docs: remove mentions of Gc.Eduard Burtescu-3/+1
2014-09-25Fix various places that were affected by adding core as dep of libcNiko Matsakis-16/+12
2014-09-25Rename `fail_` lang item to `fail`, closes #16114Florian Hahn-1/+1
2014-09-24Rename `begin_unwind` lang item to `fail_fmt`, refs #16114Florian Hahn-4/+4
2014-09-15Update docs to include Sized trait, which is neededNiko Matsakis-2/+11
2014-08-20doc: grammar fixesTshepang Lekhonkhobe-2/+2
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-1/+2
2014-08-12guide-unsafe.md: fix wordingPhilipp Gesang-1/+1
2014-08-12guide-unsafe.md: fix nounPhilipp Gesang-1/+1
2014-08-07Rename `Share` to `Sync`Alex Crichton-2/+2
2014-08-01doc: Make sure all doc titles say 'Rust'. #12466Brian Anderson-1/+1
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-3/+3
2014-06-28Rename all raw pointers as necessaryAlex Crichton-16/+16
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