| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-02-02 | Move doc/ to src/doc/ | Alex Crichton | -3275/+0 | |
| We generate documentation into the doc/ directory, so we shouldn't be intermingling source files with generated files | ||||
| 2014-02-02 | doc: use backticks for code-in-comments. | Marcel Rodrigues | -35/+35 | |
| 2014-02-02 | Remove rustpkg. | Corey Richardson | -19/+4 | |
| I'm sorry :'( Closes #11859 | ||||
| 2014-01-31 | mark the minimum supported Linux kernel version | Daniel Micay | -1/+1 | |
| This is just taken from the binary itself. It would be nice to mark the minimum glibc version too, and the corresponding RHEL/CentOS version. | ||||
| 2014-01-31 | mark Windows 8 as supported | Daniel Micay | -1/+1 | |
| 2014-01-31 | bump minimum supported OS X version to 10.7 | Daniel Micay | -1/+1 | |
| Closes #11927 Closes #10842 Closes #2024 | ||||
| 2014-01-30 | Fix inconsistency in tutorial.md | Keshav Kini | -1/+1 | |
| Text refers to "the type shown earlier", when the type in question was not in fact shown earlier. I assume this is an artifact of an earlier revision. | ||||
| 2014-01-29 | Removing usage of the do keyword from documentation | Scott Lawrence | -37/+9 | |
| 2014-01-28 | Update extract-tests.py to use same test directives as rustdoc. | William Ting | -12/+12 | |
| Closes #11362. | ||||
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -1/+1 | |
| 2014-01-24 | auto merge of #11764 : Armavica/rust/doc_patmatch, r=pcwalton | bors | -0/+10 | |
| I also removed the obsolete '*' wildcard from the manual. | ||||
| 2014-01-24 | Add '@' subpattern binding and examples to manual and tutorial | Virgile Andreani | -0/+10 | |
| 2014-01-23 | Fix typo in tutorial | Trent Ogren | -1/+1 | |
| 2014-01-22 | Typo in module tutorial | Ben Striegel | -1/+2 | |
| 2014-01-15 | doc: add note below diagram about memory layout. | Div Shekhar | -0/+5 | |
| 2014-01-15 | doc: Boxes diagram shows enum value inside box. | Div Shekhar | -4/+4 | |
| 2014-01-13 | dox: Write a guide to the rust runtime | Alex Crichton | -1/+3 | |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -63/+68 | |
| The `print!` and `println!` macros are now the preferred method of printing, and so there is no reason to export the `stdio` functions in the prelude. The functions have also been replaced by their macro counterparts in the tutorial and other documentation so that newcomers don't get confused about what they should be using. | ||||
| 2014-01-07 | doc: Typos | Brian Anderson | -1/+1 | |
| 2014-01-07 | 'borrowed pointer' -> 'reference' | Brian Anderson | -24/+24 | |
| 2014-01-07 | auto merge of #11364 : brson/rust/docs, r=alexcrichton | bors | -7/+8 | |
| This reorganizes the documentation index to be more focused on the in-tree docs, and to clean up the style, and it also adds @steveklabnik's pointer guide. | ||||
| 2014-01-07 | auto merge of #11350 : kchmck/rust/fix-pdf-glitches, r=alexcrichton | bors | -0/+4 | |
| I was reading through the tutorial and manual pdfs and noticed some of the code blocks have glitches in their formatting:   Putting empty lines around the blocks fixes this. I did a search through the other markdown files and made the change there as well. | ||||
| 2014-01-06 | Add Pointer tutorial, rename borrowed pointer tutorial. | Steve Klabnik | -7/+8 | |
| 2014-01-06 | First phase of migrating the wiki to the internal docs #11078 | Alan Andrade | -3/+1 | |
| 2014-01-06 | Fix formatting of some code blocks in pdf docs | Mick Koch | -0/+4 | |
| Code blocks apparently need to be surrounded by whitespace to be output correctly when generating pdfs | ||||
| 2014-01-05 | auto merge of #11106 : alan-andrade/rust/convert_tutorials_to_guides, r=cmr | bors | -11/+9 | |
| * Moved every the tutorial-*.md into its own directory `/doc/guides/` * Makefile is aware | ||||
| 2014-01-05 | Convert sub tutorials into Guides #10838 | Alan Andrade | -11/+9 | |
| Ensure configure creates doc/guides directory Fix configure makefile and tests Remove old guides dir and configure option, convert testing to guide Remove ignored files Fix submodule issue prepend dir in makefile so that bor knows how to build the docs S to uppercase | ||||
| 2014-01-05 | tutorial: add missing line to make example build. | Lindsey Kuper | -0/+1 | |
| 2014-01-05 | tutorial: remove duplicate words. | Lindsey Kuper | -3/+3 | |
| 2014-01-05 | tutorial: change `float` to `f32` since float is no longer a type. | Lindsey Kuper | -4/+4 | |
| 2014-01-05 | Wording tweak suggested by @pcwalton. | Lindsey Kuper | -3/+4 | |
| 2014-01-05 | Write up default methods for the tutorial. | Lindsey Kuper | -42/+111 | |
| 2014-01-04 | doc: Fix an inexplicable error in a tutorial example | Brian Anderson | -1/+1 | |
| This code was wrong but apparently worked before removing struct deref. I don't know why. | ||||
| 2014-01-04 | doc: Fix tutorial for struct deref | Brian Anderson | -10/+10 | |
| 2014-01-03 | auto merge of #11251 : pcwalton/rust/remove-at-mut, r=pcwalton | bors | -20/+4 | |
| r? @nikomatsakis for the borrow checker changes. Write guards are now eliminated. | ||||
| 2014-01-03 | libsyntax: Fix tests. | Patrick Walton | -1/+0 | |
| 2014-01-03 | auto merge of #11277 : brson/rust/more0.9, r=alexcrichton | bors | -5/+5 | |
| 2014-01-03 | doc: Remove all mentions of `@mut` from the documentation. | Patrick Walton | -19/+4 | |
| 2014-01-02 | Bump more version numbers to 0.9 | Brian Anderson | -5/+5 | |
| 2013-12-31 | Add testing tutorial to docs | Julia Evans | -0/+2 | |
| 2013-12-28 | Update tutorial.md : rename pkgid to crate_id | eliovir | -3/+3 | |
| 2013-12-14 | auto merge of #10944 : metajack/rust/pkgid-docs, r=cmr | bors | -19/+15 | |
| 2013-12-12 | Update documentation for new `pkgid` attribute. | Jack Moffitt | -19/+15 | |
| 2013-12-11 | Some rustdoc manual fixes | Corey Richardson | -1/+1 | |
| Clarify that it's sundown, and that we don't support magic | ||||
| 2013-12-10 | Remove duplication of libstd docs. | Corey Richardson | -50/+6 | |
| This is literally a copy-paste, there's no need to have this duplication. | ||||
| 2013-12-10 | Update `Freeze` information | Corey Richardson | -1/+4 | |
| 2013-12-10 | Tiny fixes to linked list section. | Corey Richardson | -5/+6 | |
| 2013-12-10 | Update Owned to Send, show some types which aren't | Corey Richardson | -4/+8 | |
| 2013-12-10 | Function declaration takes pats, not exprs. | Corey Richardson | -1/+1 | |
| 2013-12-10 | Clarify newtype | Corey Richardson | -1/+1 | |
