about summary refs log tree commit diff
path: root/src/doc/guide-pointers.md
AgeCommit message (Expand)AuthorLines
2019-02-13Convert old doc links to current editionLzu Tao-1/+1
2015-06-29Change removal notice for pointer guide.Steve Klabnik-3/+6
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-785/+0
2015-01-07Test fixes and rebase conflictsAlex Crichton-27/+28
2015-01-06More test fixesAlex Crichton-1/+1
2014-12-10Fix up some {ignore} and {notrust}sSteve Klabnik-8/+8
2014-12-09Test fixes and rebase conflicts from the rollupAlex Crichton-2/+2
2014-12-07remove usage of notrust from the docsSteve Klabnik-9/+9
2014-12-04auto merge of #18613 : steveklabnik/rust/ownership_guide, r=huonwbors-4/+4
2014-11-26rollup merge of #19325: ucarion/pointers-doc-formattingAlex Crichton-4/+4
2014-11-26Lifetime guide -> ownership guideSteve Klabnik-4/+4
2014-11-25Fix formatting of the pointers guide.Ulysse Carion-4/+4
2014-11-25Make note about cross-borrowing.Steve Klabnik-1/+22
2014-11-17Switch to purely namespaced enumsSteven Fackler-1/+1
2014-11-13Don't use rust keyword for fake codeIan Connolly-8/+8
2014-10-27Guide: Add missing "a"Daniel Hofstetter-1/+1
2014-10-02docs: remove mentions of Gc.Eduard Burtescu-13/+0
2014-09-24guide-pointers.md: C sample code should match the Rust version.NODA, Kai-0/+1
2014-08-30note about ref patterns in pointer guideSteve Klabnik-0/+25
2014-08-19Make variable mutable to allow mutable referenceAmy Unger-1/+1
2014-08-10Fix typoJake Scott-1/+1
2014-07-31Fix heading levels in pointer guideSteve Klabnik-3/+3
2014-07-31fix formatting in pointer guide tableSteve Klabnik-12/+9
2014-07-21Guide Redux: PointersSteve Klabnik-262/+603
2014-07-17librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,Patrick Walton-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2/+2
2014-06-02docs: Stop using `notrust`Florian Gilcher-3/+3
2014-05-27auto merge of #14364 : alexcrichton/rust/libdebug, r=brsonbors-9/+11
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-9/+11
2014-05-24get over bold text madness, changes per PR, brought the "returning pointers" ...Alan Andrade-10/+53
2014-05-23Cleanup lifetime guideAlan Andrade-148/+23
2014-05-16guide-pointers: minor nitsKevin Butler-2/+2
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-18/+19
2014-05-03Remove comment about semicolons for inner attributes from docs and adjust com...Kevin Butler-6/+6
2014-04-17Remove rule that is confusingBrandon Waskiewicz-2/+3
2014-04-12Update tutorials to use new attribute syntax (#13476)Manish Goregaokar-1/+1
2014-03-31num: rm wrapping of `Float` methods as functionsDaniel Micay-3/+1
2014-02-02Move doc/ to src/doc/Alex Crichton-0/+492