| Age | Commit message (Expand) | Author | Lines |
| 2014-03-10 | fs: use an iterative algorithm for 'mkdir_recursive' | Laurent Bonnans | -3/+18 |
| 2014-03-10 | libstd: Update docs for `slice_shift_char` and {shift,pop}_{char,byte} | Piotr Czarnecki | -17/+10 |
| 2014-03-10 | libstd: Add unit tests for `slice_shift_char` | Piotr Czarnecki | -0/+12 |
| 2014-03-10 | libstd: Change `slice_shift_char`, `shift_char`, `pop_char`, `shift_byte` and... | Piotr Czarnecki | -43/+63 |
| 2014-03-10 | syntax: fixed ICEs and incorrect line nums when reporting Spans at the end of... | Dmitry Promsky | -14/+58 |
| 2014-03-09 | install.sh: untabify | Brian Anderson | -20/+20 |
| 2014-03-09 | install.sh: Improve error handling | Brian Anderson | -0/+19 |
| 2014-03-09 | mk: dist-installer builds a binary installer | Brian Anderson | -0/+264 |
| 2014-03-09 | doc: CSS fixes | Adrien Tétar | -21/+32 |
| 2014-03-09 | borrowck: classify expressions as assignees, uses or both | Edward Wang | -90/+119 |
| 2014-03-09 | fix shootout-spectralnorm, broken since Arc cannot unwrap. | Guillaume Pinot | -11/+18 |
| 2014-03-09 | doc: remove node.js dependency | Adrien Tétar | -694/+2 |
| 2014-03-09 | docs: render rustdoc docs with rustdoc, hack around sundown code-fence | Huon Wilson | -39/+54 |
| 2014-03-09 | tutorial: hack a code snippet to make it compile. | Huon Wilson | -3/+4 |
| 2014-03-09 | mk: rewrite the documentation handling. | Huon Wilson | -236/+12 |
| 2014-03-09 | docs: adjust code blocks to pass with rustdoc. | Huon Wilson | -73/+92 |
| 2014-03-09 | rustdoc: adding some common feature gates when testing a markdown file. | Huon Wilson | -8/+21 |
| 2014-03-09 | rustdoc: hardcode each header as a link. | Huon Wilson | -14/+17 |
| 2014-03-09 | rustdoc: add table-of-contents recording & rendering, use it with plain | Huon Wilson | -12/+312 |
| 2014-03-09 | rustdoc: run on plain Markdown files. | Huon Wilson | -28/+292 |
| 2014-03-08 | auto merge of #12777 : sfackler/rust/no_run, r=alexcrichton | bors | -10/+23 |
| 2014-03-08 | auto merge of #12758 : rgawdzik/rust/master, r=alexcrichton | bors | -17/+28 |
| 2014-03-08 | Add an option to not run rustdoc blocks | Steven Fackler | -10/+23 |
| 2014-03-08 | auto merge of #12706 : pongad/rust/issue_12698, r=brson | bors | -367/+36 |
| 2014-03-08 | Refactored get_metadata_section to return a Result<T,~str>, added error messa... | Robert Gawdzik | -17/+28 |
| 2014-03-08 | auto merge of #12759 : lucab/rust/char-doc, r=alexcrichton | bors | -29/+60 |
| 2014-03-08 | Incorporated review feedback atop pcwalton's original patches. | Felix S. Klock II | -11/+9 |
| 2014-03-08 | librustdoc: Fix librustdoc for the `Vec<T>` change. | Patrick Walton | -4/+6 |
| 2014-03-08 | librustc: Fix up fallout from the automatic conversion. | Felix S. Klock II | -758/+1172 |
| 2014-03-08 | librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc. | Patrick Walton | -817/+811 |
| 2014-03-08 | Removed DeepClone. Issue #12698. | Michael Darakananda | -367/+36 |
| 2014-03-08 | libstd: Add some more functionality to Vec<T> | Patrick Walton | -0/+131 |
| 2014-03-08 | doc: add two missing char methods doc-strings | Luca Bruno | -2/+12 |
| 2014-03-08 | doc: uniform std::char doc-strings | Luca Bruno | -23/+30 |
| 2014-03-08 | doc: don't refer to 'char' as characters | Luca Bruno | -18/+32 |
| 2014-03-07 | auto merge of #12520 : thestinger/rust/cmp, r=brson | bors | -53/+156 |
| 2014-03-07 | create a sensible comparison trait hierarchy | Daniel Micay | -53/+156 |
| 2014-03-08 | Index cross-mod type definition and implementation properly in rustdoc | Edward Wang | -10/+51 |
| 2014-03-07 | auto merge of #12753 : huonw/rust/vec-macro, r=cmr | bors | -3/+5 |
| 2014-03-07 | auto merge of #12750 : liigo/rust/De-extern-mod, r=alexcrichton | bors | -29/+29 |
| 2014-03-07 | rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM... | Liigo Zhuang | -29/+29 |
| 2014-03-07 | change FVN hash function to the FVN-1a variant | Ted Horst | -1/+1 |
| 2014-03-07 | std: stop `vec!()` warning about unused mutability. | Huon Wilson | -3/+5 |
| 2014-03-06 | auto merge of #12746 : alexcrichton/rust/issue-12743, r=brson | bors | -12/+13 |
| 2014-03-06 | syntax: Conditionally deriving(Hash) with Writers | Alex Crichton | -97/+128 |
| 2014-03-06 | collections: Correct with_capacity_and_hasher | Alex Crichton | -12/+13 |
| 2014-03-06 | rustc: Move to FNV hashing for node/def ids | Alex Crichton | -195/+364 |
| 2014-03-06 | auto merge of #12738 : alexcrichton/rust/needstest, r=brson,just | bors | -0/+340 |
| 2014-03-06 | auto merge of #12737 : alexcrichton/rust/issue-12736, r=brson | bors | -2/+1 |
| 2014-03-06 | rustc: Move mut slice check to `check_static` | Flavio Percoco | -17/+18 |