| Age | Commit message (Expand) | Author | Lines |
| 2013-11-20 | update manual to reflect &'lifetime syntax | Isaac Dupree | -1/+1 |
| 2013-11-18 | librustc: Convert `~fn()` to `proc()` everywhere. | Patrick Walton | -11/+11 |
| 2013-11-17 | auto merge of #10443 : alexcrichton/rust/meaninless-pub-priv, r=cmr | bors | -5/+11 |
| 2013-11-17 | Forbid privacy in inner functions | Alex Crichton | -5/+11 |
| 2013-11-16 | Fix the `num_lit` grammar in the reference manual. | Chris Morgan | -1/+3 |
| 2013-11-14 | auto merge of #10018 : fhahn/rust/check-inferred-ints, r=alexcrichton | bors | -3/+3 |
| 2013-11-14 | Fixes formatting | Noufal Ibrahim | -0/+3 |
| 2013-11-14 | auto merge of #10476 : catamorphism/rust/rustpkg-doc-fix, r=catamorphism | bors | -1/+1 |
| 2013-11-13 | docs: Change "workspace" to "package directory" | Tim Chevalier | -1/+1 |
| 2013-11-14 | doc: Fix example on Windows | klutzy | -1/+1 |
| 2013-11-13 | doc: add favicon to tutorial/manual | Adrien Tétar | -0/+1 |
| 2013-11-13 | doc: disable parser error highlighting + a few fixes | Adrien Tétar | -23/+28 |
| 2013-11-12 | doc: CSS: fix code fonts | Adrien Tétar | -1/+1 |
| 2013-11-12 | Check inferred integer literals for overflows, closes #4220 | Florian Hahn | -3/+3 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -2/+2 |
| 2013-11-11 | auto merge of #10419 : brson/rust/conditiondocs, r=alexcrichton | bors | -1/+1 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -143/+25 |
| 2013-11-11 | doc: Don't mention TLS in condition tutorial | Brian Anderson | -1/+1 |
| 2013-11-09 | Add a "system" ABI | Alex Crichton | -3/+20 |
| 2013-11-08 | auto merge of #10354 : thestinger/rust/vector, r=huonw | bors | -133/+64 |
| 2013-11-08 | tutorial: rewrite the section vectors/strings | Daniel Micay | -133/+64 |
| 2013-11-07 | auto merge of #10243 : mattcarberry/rust/master, r=brson | bors | -5/+24 |
| 2013-11-03 | auto merge of #10252 : huonw/rust/docs, r=alexcrichton | bors | -6/+5 |
| 2013-11-04 | docs: Replace std::iterator with std::iter. | Huon Wilson | -6/+5 |
| 2013-11-03 | Fixed formatting. | Noufal Ibrahim | -0/+1 |
| 2013-11-02 | Grammar error and vim syntax highlighting mistake fixed. | Matt Carberry | -1/+1 |
| 2013-11-02 | Added octal literal support. | Matt Carberry | -4/+23 |
| 2013-10-31 | auto merge of #9740 : alexcrichton/rust/concat, r=cmr | bors | -0/+1 |
| 2013-10-31 | Implement a concat!() format extension | Alex Crichton | -0/+1 |
| 2013-10-31 | auto merge of #10167 : briantdawn/rust/master, r=cmr | bors | -1/+1 |
| 2013-10-30 | Fixed incorrect usage of 'Borrowing'. | Brian | -1/+1 |
| 2013-10-28 | Capitalize statics in f32 and f64 mods | Ziad Hatahet | -13/+13 |
| 2013-10-24 | Test fixes and merge conflicts | Alex Crichton | -8/+7 |
| 2013-10-22 | Update the manual. | Luqman Aden | -4/+11 |
| 2013-10-22 | Minor grammatical fixes and removed section on 'rust' tool | Michael Letterle | -17/+1 |
| 2013-10-22 | Remove old logging from the tutorial | Alex Crichton | -21/+21 |
| 2013-10-21 | doc: fix links to comply with the new rustdoc | Adrien Tétar | -35/+37 |
| 2013-10-21 | doc: expand tutorial/manual CSS | Adrien Tétar | -92/+238 |
| 2013-10-21 | doc: tidy and cleanup CSS deps, add tutorial PDF generation | Adrien Tétar | -217/+163 |
| 2013-10-19 | doc/rust.HTML: proper version box | Adrien Tétar | -20/+21 |
| 2013-10-19 | doc: switch pandoc to html5 | Adrien Tétar | -1/+1 |
| 2013-10-20 | doc (en & ja): remove mentions of type float, rust and rusti tools | Sébastien Chauvel | -216/+209 |
| 2013-10-18 | auto merge of #9851 : alexcrichton/rust/include_bin, r=huonw | bors | -2/+5 |
| 2013-10-18 | Optimize include_bin! for large inputs | Alex Crichton | -2/+5 |
| 2013-10-17 | std: Move size/align functions to std::mem. #2240 | Brian Anderson | -6/+6 |
| 2013-10-17 | auto merge of #9897 : thestinger/rust/rusti, r=alexcrichton | bors | -3/+1 |
| 2013-10-17 | Removed the -Z once_fns compiler flag and added the new feature directive of ... | Chris Sainty | -0/+4 |
| 2013-10-16 | remove the rusti command | Daniel Micay | -3/+1 |
| 2013-10-14 | Remove unused abi attributes. | Steve Klabnik | -7/+4 |
| 2013-10-13 | fix typos in doc/tutorial.md | Erik Lyon | -2/+2 |