| Age | Commit message (Expand) | Author | Lines |
| 2014-06-04 | auto merge of #14630 : cmr/rust/rewrite-lexer, r=alexcrichton | bors | -1204/+1216 |
| 2014-06-04 | syntax: use doc comments in the interner | Corey Richardson | -5/+5 |
| 2014-06-04 | syntax: methodify the lexer | Corey Richardson | -1187/+1195 |
| 2014-06-04 | std: Improve non-task-based usage | Alex Crichton | -156/+277 |
| 2014-06-04 | auto merge of #14623 : exscape/rust-fork/master, r=alexcrichton | bors | -0/+142 |
| 2014-06-04 | collections: optimize `HashMap`. Add `DefaultResizePolicy`. | Piotr Czarnecki | -72/+117 |
| 2014-06-04 | Fix an ICE when a function argument is of the bottom type | Jakub Wieczorek | -1/+22 |
| 2014-06-04 | Mark the exit of infinite loops as unreachable | Jakub Wieczorek | -0/+4 |
| 2014-06-04 | auto merge of #14616 : forticulous/rust/rc-show, r=alexcrichton | bors | -0/+7 |
| 2014-06-04 | Implement Show for RingBuf | Adolfo OchagavĂa | -0/+26 |
| 2014-06-04 | Add code example to std::os::getenv for unix. | Axel Viala | -0/+10 |
| 2014-06-04 | libc: only provide an rlib. | Huon Wilson | -1/+8 |
| 2014-06-03 | auto merge of #14635 : BurntSushi/rust/regex-doco-touchups, r=alexcrichton | bors | -19/+24 |
| 2014-06-03 | auto merge of #14634 : BurntSushi/rust/fix-13843, r=alexcrichton | bors | -0/+17 |
| 2014-06-03 | Add comments for the token table | Corey Richardson | -0/+4 |
| 2014-06-03 | syntax: shuffle some allocation out of binop_to_str | Corey Richardson | -13/+13 |
| 2014-06-03 | Some minor documentation touchups for libregex. Fixes #13800. | Andrew Gallant | -19/+24 |
| 2014-06-03 | Fixes #13843. | Andrew Gallant | -0/+17 |
| 2014-06-03 | auto merge of #14628 : luqmana/rust/fcr, r=nikomatsakis | bors | -4/+46 |
| 2014-06-03 | rustdoc: Put primitives in respective modules | Alex Crichton | -23/+40 |
| 2014-06-03 | auto merge of #14632 : luqmana/rust/cu, r=huonw | bors | -22/+2 |
| 2014-06-03 | std: Remove generics from Option::expect | Alex Crichton | -195/+31 |
| 2014-06-03 | librustc: remove check::FnKind enum since we only ever use one variant. | Luqman Aden | -22/+2 |
| 2014-06-03 | auto merge of #14627 : Indiv0/rust/fix-crateid-doc-typo, r=alexcrichton | bors | -2/+2 |
| 2014-06-03 | auto merge of #14626 : klutzy/rust/issue-14618, r=alexcrichton | bors | -70/+54 |
| 2014-06-03 | librustc: Try to resolve before coercions. | Luqman Aden | -4/+46 |
| 2014-06-03 | auto merge of #14625 : japaric/rust/slice-tojson, r=alexcrichton | bors | -0/+54 |
| 2014-06-03 | Fix typo "gihub" in libsyntax/crateid. | Nikita Pekin | -2/+2 |
| 2014-06-03 | auto merge of #14622 : reillywatson/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-06-04 | syntax: Make quasiquoter use absolute paths | klutzy | -70/+54 |
| 2014-06-03 | Implement ToJson for &[T], and add tests. Closes #14619 | Jorge Aparicio | -0/+54 |
| 2014-06-03 | Doc: grammar fix in intro.md | Reilly Watson | -1/+1 |
| 2014-06-03 | Add next_permutation and prev_permutation onto MutableOrdVector<T>. | Thomas Backman | -0/+142 |
| 2014-06-03 | Update README file for src/ directory | Piotr Jawniak | -3/+14 |
| 2014-06-02 | auto merge of #14609 : aturon/rust/issue-12882, r=alexcrichton | bors | -2/+17 |
| 2014-06-02 | std: add `IterReader` to adapt iterators into readers | Erick Tryzelaar | -0/+49 |
| 2014-06-02 | auto merge of #14605 : jakub-/rust/pattern-matching-refactor, r=pcwalton | bors | -246/+120 |
| 2014-06-02 | Adding show impl for Rc | fort | -0/+7 |
| 2014-06-02 | auto merge of #14601 : skade/rust/remove-notrust-tags, r=alexcrichton | bors | -156/+165 |
| 2014-06-02 | auto merge of #14598 : alexcrichton/rust/triage, r=huonw | bors | -0/+26 |
| 2014-06-02 | Document failure cases for `char_at` and friends. | Aaron Turon | -2/+17 |
| 2014-06-02 | auto merge of #14509 : klutzy/rust/de-pub-use-glob, r=alexcrichton | bors | -15/+44 |
| 2014-06-02 | Remove further code duplication | Jakub Wieczorek | -137/+56 |
| 2014-06-02 | Improve code reuse in check_match::specialize() | Jakub Wieczorek | -128/+83 |
| 2014-06-02 | test: Add tests for closed issue #10764 | Alex Crichton | -0/+26 |
| 2014-06-02 | rustdoc: Correctly inline required/provided methods | Alex Crichton | -12/+16 |
| 2014-06-02 | rustdoc: Deduplicate lists of implementors | Alex Crichton | -0/+7 |
| 2014-06-02 | syntax: Remove use of `pub use` globs | klutzy | -12/+41 |
| 2014-06-02 | doc: Remove use of `pub use` globs | klutzy | -3/+3 |
| 2014-06-02 | docs: Stop using `notrust` | Florian Gilcher | -156/+165 |