| Age | Commit message (Expand) | Author | Lines |
| 2014-06-18 | Don't require mutable StringReader to emit lexer errors | Kevin Ballard | -42/+52 |
| 2014-06-18 | Fix spans for doc comments | Kevin Ballard | -3/+3 |
| 2014-06-18 | auto merge of #14984 : thestinger/rust/libc, r=alexcrichton | bors | -17/+16 |
| 2014-06-18 | auto merge of #14990 : tomjakubowski/rust/emacs-fix-attribute-highlight, r=pn... | bors | -30/+91 |
| 2014-06-18 | auto merge of #15000 : alexcrichton/rust/fix-rustdoc-tests, r=huonw | bors | -7/+15 |
| 2014-06-18 | auto merge of #14994 : nick29581/rust/comments, r=bstrie | bors | -285/+400 |
| 2014-06-18 | std: Remove dual export of `Show` | Alex Crichton | -1/+1 |
| 2014-06-18 | rustdoc: Don't inject `extern crate std`. | Alex Crichton | -1/+3 |
| 2014-06-18 | rustdoc: Fix testing indented code blocks | Alex Crichton | -5/+11 |
| 2014-06-18 | fix signatures of mmap-related functions from libc | Daniel Micay | -17/+16 |
| 2014-06-18 | auto merge of #14992 : nathantypanski/rust/collect-docs, r=huonw | bors | -14/+22 |
| 2014-06-17 | change ~[] -> Vec for collect() | Nathan Typanski | -14/+22 |
| 2014-06-18 | Wrap debuginfo.rs at 80 columns. | Nick Cameron | -285/+400 |
| 2014-06-18 | auto merge of #14880 : SimonSapin/rust/byte-literals, r=alexcrichton | bors | -108/+469 |
| 2014-06-18 | auto merge of #14869 : nick29581/rust/tstore, r=nmatsakis | bors | -364/+451 |
| 2014-06-17 | emacs: Remove outdated references to ~ in tests | Tom Jakubowski | -3/+3 |
| 2014-06-17 | emacs: Add shebang to test script | Tom Jakubowski | -0/+1 |
| 2014-06-17 | emacs: Don't overwrite font lock for attributes | Tom Jakubowski | -27/+87 |
| 2014-06-18 | Fix expected error message in a test. | Simon Sapin | -1/+1 |
| 2014-06-17 | auto merge of #14956 : nathantypanski/rust/master, r=alexcrichton | bors | -15/+0 |
| 2014-06-18 | Remove TraitStore from ty_trait | Nick Cameron | -364/+451 |
| 2014-06-18 | Fix some violations of stronger guarantees for mutable borrows. | Simon Sapin | -9/+17 |
| 2014-06-17 | Refactor backslash-escape parsing to share similar code. | Simon Sapin | -151/+69 |
| 2014-06-17 | Document the byte, byte string, and raw byte string literals. | Simon Sapin | -6/+65 |
| 2014-06-17 | Add br##"xx"## raw byte string literals. | Simon Sapin | -5/+102 |
| 2014-06-17 | Add a b"xx" byte string literal of type &'static [u8]. | Simon Sapin | -71/+186 |
| 2014-06-17 | Add a b'x' byte literal of type u8. | Simon Sapin | -5/+169 |
| 2014-06-17 | auto merge of #14977 : pcwalton/rust/address-insignificant-reform, r=brson | bors | -38/+55 |
| 2014-06-17 | auto merge of #14976 : luqmana/rust/focwtc, r=pcwalton | bors | -1/+52 |
| 2014-06-17 | librustc: Make addresses of immutable statics insignificant unless | Patrick Walton | -38/+55 |
| 2014-06-17 | librustc: Check regions for overloaded calls. | Luqman Aden | -1/+52 |
| 2014-06-17 | auto merge of #14957 : alexcrichton/rust/rustdoc-fixups, r=huonw | bors | -7/+4 |
| 2014-06-17 | rustdoc: Remove outdated syntax | Alex Crichton | -7/+4 |
| 2014-06-17 | tutorial.md: tiny correction for --crate-type=lib | Niklas Koep | -1/+1 |
| 2014-06-17 | auto merge of #14818 : tomjakubowski/rust/emacs-attributes-key-value, r=pnkfelix | bors | -3/+3 |
| 2014-06-17 | auto merge of #14945 : alexcrichton/rust/issue-14940, r=brson | bors | -4/+39 |
| 2014-06-16 | std: Chunk writing to stdout on windows | Alex Crichton | -4/+39 |
| 2014-06-17 | libsyntax: remove dead code find_linkage_metas | Nathan Typanski | -15/+0 |
| 2014-06-17 | auto merge of #14947 : zwarich/rust/check-loans-not-restrictions, r=nikomatsakis | bors | -324/+107 |
| 2014-06-17 | auto merge of #14955 : alexcrichton/rust/rollup, r=alexcrichton | bors | -335/+745 |
| 2014-06-16 | Test fixes from rollup | Alex Crichton | -1/+2 |
| 2014-06-16 | Fix --disable-rpath and tests | Alex Crichton | -30/+50 |
| 2014-06-16 | Update Sublime Rust github link | Christopher Bergqvist | -1/+1 |
| 2014-06-16 | fix typo in the libc crate | Daniel Micay | -2/+2 |
| 2014-06-16 | Update repo location | Brian Anderson | -53/+53 |
| 2014-06-16 | Update "use" to "uses" ln186 | theptrk | -1/+1 |
| 2014-06-16 | doc: Fix a link in the FAQ | Alex Crichton | -4/+4 |
| 2014-06-16 | rustc: Don't mark type parameters as exported | Alex Crichton | -1/+16 |
| 2014-06-16 | std: Don't fail the task when a Future is dropped | Alex Crichton | -1/+27 |
| 2014-06-16 | Move `num_cpus` from `std::rt::util` to `std::os`. Closes #14707 | Jorge Aparicio | -13/+16 |