about summary refs log tree commit diff
path: root/src/doc/nomicon
AgeCommit message (Expand)AuthorLines
2016-06-07Fixed based on feedback from steveklabnikAndrew Brinker-11/+7
2016-06-01Rewrote "How Safe and Unsafe Interact" Nomicon chapter.Andrew Brinker-137/+118
2016-06-01Fix a few links in the bookOliver Middleton-1/+1
2016-05-09doc: Fix tiny typo in vec-alloc.mdBrian Green-1/+1
2016-04-23subtyping.md: typo fixc4rlo-1/+1
2016-04-05improve error messageAriel Ben-Yehuda-1/+1
2016-04-05suggest adding a where-clause when that can helpAriel Ben-Yehuda-1/+1
2016-03-30Update Rust version in the Rustonomicon Vec chapterMatt Brubeck-1/+1
2016-02-24Capitalize some occurences of Rust in documentationFlorian Hahn-1/+1
2016-01-17Fix spacing style of `T: Bound` in docsUlrik Sverdrup-2/+2
2016-01-16Fixed indent from tabs to spacesJonas Tepe-8/+8
2016-01-16added zst iterator additions to final codeJonas Tepe-2/+10
2016-01-16Semicolon was at wrong place in let statementJonas Tepe-4/+4
2016-01-07len needs to be prefixed by self for this to work. The final code in this sec...jonastepe-2/+2
2016-01-06heap::deallocate expects a *mut u8 but here a *mut T is given. The final code...jonastepe-1/+1
2015-12-17Change "big ask" to "tall order" in Rustonomicon.Steve Wooster-2/+2
2015-12-12nomicon: Mention contravarianceUlrik Sverdrup-4/+5
2015-12-11nomicon: Fix variance in exampleUlrik Sverdrup-1/+1
2015-11-17Rollup merge of #29875 - steveklabnik:gh29784, r=ManishearthManish Goregaokar-2/+1
2015-11-16Remove nomicon reference to copy_lifetimeSteve Klabnik-2/+1
2015-11-16Nomicon: mention tuple structs with repr(c)Steve Klabnik-0/+3
2015-11-07Fix typoJake Worth-1/+1
2015-10-30don't use drop_in_place as an intrinsicAlexis Beingessner-9/+6
2015-10-22Add missing "to" in Rustonomicon Atomics.Scott Olson-5/+5
2015-10-20Rollup merge of #29175 - durka:patch-8, r=GankroSteve Klabnik-0/+1
2015-10-20Rollup merge of #29162 - tsion:fix-nomicon-typo, r=alexcrichtonSteve Klabnik-1/+1
2015-10-19fix markdown in nomicon/dropckAlex Burka-0/+1
2015-10-19Correct spelling in docsAndrew Paseltiner-1/+1
2015-10-19Fix minor syntax error in example.Scott Olson-1/+1
2015-10-16Update explanation about offset methodDenisKolodin-2/+2
2015-10-13Correct spelling in docsAndrew Paseltiner-31/+31
2015-10-10doc: fixing typosKyle Robinson Young-3/+3
2015-10-10Auto merge of #28861 - pnkfelix:fsk-nonparam-dropck-issue28498, r=arielb1bors-5/+154
2015-10-09review comment: point out that the dropck analysis is now trivial.Felix S. Klock II-4/+6
2015-10-08Document the new more conservative dropck rule and the escape hatch.Felix S. Klock II-5/+152
2015-10-06Replace multiple trailing newlines with a single trailing newlineCarlos Liam-1/+0
2015-10-05Auto merge of #28847 - Ms2ger:typos, r=steveklabnikbors-10/+10
2015-10-05docs: anchors fixesSimon Mazur-2/+2
2015-10-05Fix some typos.Ms2ger-10/+10
2015-09-12Nomicon: Fix LinksPascal Hertleif-8/+8
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-14/+26
2015-09-06Rustonomicon: Reword potentially confusing comment in Vec::drain.Jørn Lode-2/+2
2015-09-06Rustonomicon: Fix bug in implementation of Vec::drain()Jørn Lode-11/+16
2015-09-01Reverse AtomicBool value in nomicon example to agree with its comment.Jake Kerr-4/+4
2015-08-28Remove superfluous line from NomiconAndrew Paseltiner-1/+0
2015-08-22Rollup merge of #27921 - tshepang:missing-words, r=steveklabnikSteve Klabnik-1/+1
2015-08-20nomicon: insert missing wordsTshepang Lekhonkhobe-1/+1
2015-08-20nomicon: use current syntaxTshepang Lekhonkhobe-1/+1
2015-08-06Remove reference to diabetesSteve Klabnik-2/+1
2015-08-06Auto merge of #27556 - taliesinb:tarpl-clarity-2, r=Gankrobors-22/+24