summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-26/+26
2014-03-30Rename `from_iterator` to `from_iter` for consistency.Brian Anderson-1/+1
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-1/+4
2014-03-28auto merge of #13168 : jankobler/rust/verify-grammar-02, r=brsonbors-15/+16
2014-03-28Rename Pod into CopyFlavio Percoco-3/+3
2014-03-27doc: Update the tutorial about bounds for traitsAlex Crichton-15/+17
2014-03-27verify-grammar llnextgenJan Kobler-15/+15
2014-03-27verify-grammar keyword crateJan Kobler-0/+1
2014-03-26auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brsonbors-5/+27
2014-03-25auto merge of #13106 : CLUSTERfoo/rust/docs/labelled_breaks, r=brsonbors-4/+61
2014-03-24auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brsonbors-2/+2
2014-03-24test: Update all tests with the sync changesAlex Crichton-2/+2
2014-03-24doc: Update the runtime guide with green changesAlex Crichton-5/+27
2014-03-24Correct overly broad definition of `'static` kind bound.Felix S. Klock II-2/+3
2014-03-24Added suggested notesnoam-2/+39
2014-03-23docs: named lifetimesnoam-4/+24
2014-03-22auto merge of #13084 : Havvy/rust/master, r=alexcrichtonbors-7/+7
2014-03-22auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichtonbors-14/+6
2014-03-22Unindent stringifier() in tasks guideRyan Scheel (Havvy)-7/+7
2014-03-22doc: Remove Freeze / NoFreeze from docsFlavio Percoco-14/+6
2014-03-21Copy-edit a sentence about borrowing referencesMatt Brubeck-1/+1
2014-03-20auto merge of #13023 : thestinger/rust/deep_clone, r=alexcrichtonbors-2/+2
2014-03-20Mention Share in the tutorialFlavio Percoco-0/+4
2014-03-20Mention share in guide-unsafe instead of freezeFlavio Percoco-2/+2
2014-03-20rename std::vec -> std::sliceDaniel Micay-18/+18
2014-03-20rm obsolete references to `DeepClone`Daniel Micay-2/+2
2014-03-18Typo fixes.Lindsey Kuper-9/+9
2014-03-18`char`: s/character/Unicode scalar value/Simon Sapin-2/+6
2014-03-15Test fixes and rebase conflictsAlex Crichton-0/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-4/+7
2014-03-15doc: Remove reference to the 'extra' libraryAlex Crichton-1/+0
2014-03-14auto merge of #12896 : alexcrichton/rust/goodbye-extra, r=brsonbors-13/+4
2014-03-14auto merge of #12887 : huonw/rust/danger-guide, r=alexcrichtonbors-79/+607
2014-03-15docs: begin a "low-level & unsafe code" guide.Huon Wilson-79/+607
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-13/+4
2014-03-14auto merge of #12869 : thestinger/rust/cmp, r=brsonbors-2/+0
2014-03-14cmp: switch `min` and `max` to `TotalOrd`Daniel Micay-2/+0
2014-03-13auto merge of #12815 : alexcrichton/rust/chan-rename, r=brsonbors-67/+64
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-67/+64
2014-03-13Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...Eduard Burtescu-1/+1
2014-03-12docs: add two unlisted libraries to the index page.Huon Wilson-0/+2
2014-03-12Remove remaining nolink usages.(fixes #12810)lpy-1/+0
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-7/+7
2014-03-11doc: remove outdated tutorial entry, restore removed Makefile entriesAdrien Tétar-6/+3
2014-03-11doc: auto-generate LaTeX includesAdrien Tétar-7/+0
2014-03-09doc: CSS fixesAdrien Tétar-10/+24
2014-03-09doc: remove node.js dependencyAdrien Tétar-692/+2
2014-03-09docs: render rustdoc docs with rustdoc, hack around sundown code-fenceHuon Wilson-39/+54
2014-03-09tutorial: hack a code snippet to make it compile.Huon Wilson-3/+4
2014-03-09mk: rewrite the documentation handling.Huon Wilson-19/+12