| Age | Commit message (Expand) | Author | Lines |
| 2014-07-22 | auto merge of #15870 : jakub-/rust/issue-15793, r=alexcrichton | bors | -0/+34 |
| 2014-07-22 | Refactoring: Only use `MacroExpander` for expanding outside of | Marvin Löbel | -0/+27 |
| 2014-07-21 | Update LLVM to address an issue with range metadata in hoisted loads | Jakub Wieczorek | -0/+34 |
| 2014-07-21 | privacy: Add publically-reexported foreign item to exported item set | Kiet Tran | -0/+5 |
| 2014-07-21 | Rename to_str to to_string | Steven Fackler | -2/+2 |
| 2014-07-20 | auto merge of #15808 : jakub-/rust/use-mod, r=alexcrichton | bors | -0/+113 |
| 2014-07-20 | auto merge of #15805 : Sawyer47/rust/issue-8709, r=alexcrichton | bors | -0/+24 |
| 2014-07-20 | small typo | Steve Klabnik | -1/+1 |
| 2014-07-20 | Implement new mod import sugar | Jakub Wieczorek | -0/+113 |
| 2014-07-20 | auto merge of #15785 : treeman/rust/fix-15780, r=alexcrichton | bors | -0/+15 |
| 2014-07-20 | Correctly stringify! types and paths inside macros | Piotr Jawniak | -0/+24 |
| 2014-07-20 | auto merge of #15767 : pcwalton/rust/lifetime-elision, r=nick29581 | bors | -133/+150 |
| 2014-07-19 | auto merge of #15650 : jakub-/rust/patterns-statics, r=pcwalton | bors | -2/+293 |
| 2014-07-19 | librustc: Implement lifetime elision. | Patrick Walton | -133/+150 |
| 2014-07-19 | auto merge of #15754 : jakub-/rust/diagnostics, r=alexcrichton | bors | -2/+2 |
| 2014-07-19 | auto merge of #15686 : alexcrichton/rust/same-crate-name, r=kballard | bors | -4/+35 |
| 2014-07-18 | rustc: Mix extra-filename in temp outputs | Alex Crichton | -5/+20 |
| 2014-07-19 | Add support for patterns referencing non-trivial statics | Jakub Wieczorek | -2/+293 |
| 2014-07-18 | auto merge of #15743 : Ryman/rust/mandelbrot_fix, r=alexcrichton | bors | -3/+3 |
| 2014-07-18 | Special case for 0 arguments given in format! | Jonas Hietala | -3/+7 |
| 2014-07-18 | Assign more diagnostic codes | Jakub Wieczorek | -2/+2 |
| 2014-07-18 | Correct plural of arguments in format_args! | Jonas Hietala | -0/+11 |
| 2014-07-18 | librustc: Implement unboxed closures with mutable receivers | Patrick Walton | -17/+130 |
| 2014-07-18 | rustc: #[crate_name] and --crate-name must match | Alex Crichton | -0/+16 |
| 2014-07-18 | auto merge of #15733 : sanxiyn/rust/use-from-type, r=alexcrichton | bors | -0/+13 |
| 2014-07-18 | auto merge of #15726 : aturon/rust/macro-stability, r=alexcrichton | bors | -2/+17 |
| 2014-07-18 | auto merge of #15725 : aochagavia/rust/vec, r=alexcrichton | bors | -5/+5 |
| 2014-07-17 | librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language, | Patrick Walton | -97/+81 |
| 2014-07-17 | Rename functions in the CloneableVector trait | Adolfo Ochagavía | -5/+5 |
| 2014-07-16 | librustc: Allow the new UFCS explicit self in trait definitions, and | Patrick Walton | -30/+30 |
| 2014-07-17 | Disallow importing from types when reexport is involved | Seo Sanghyeon | -0/+13 |
| 2014-07-16 | librustc: Implement the fully-expanded, UFCS form of explicit self. | Patrick Walton | -0/+132 |
| 2014-07-16 | stability lint: ignore code from macro expansion | Aaron Turon | -2/+17 |
| 2014-07-16 | debuginfo: Add LLDB autotests to debuginfo test suite. | Michael Woerister | -261/+3316 |
| 2014-07-16 | auto merge of #15656 : nick29581/rust/index-bck, r=pnkfelix | bors | -1/+27 |
| 2014-07-16 | auto merge of #15585 : bgamari/rust/subst-bug, r=pnkfelix | bors | -0/+23 |
| 2014-07-16 | auto merge of #15695 : alexcrichton/rust/fix-snapshots, r=brson | bors | -0/+1 |
| 2014-07-15 | Add test for crash in unsafe destructor check | Ben Gamari | -0/+23 |
| 2014-07-15 | test: Try to fix a failing snapshot test | Alex Crichton | -0/+1 |
| 2014-07-15 | Fix errors | Adolfo Ochagavía | -1/+0 |
| 2014-07-15 | Deprecate `str::from_utf8_lossy` | Adolfo Ochagavía | -7/+6 |
| 2014-07-15 | Deprecate str::from_byte | Adolfo Ochagavía | -1/+1 |
| 2014-07-15 | Deprecate `str::from_chars` | Adolfo Ochagavía | -5/+3 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo Ochagavía | -1/+0 |
| 2014-07-15 | Borrow checking for overloaded indexing | Nick Cameron | -1/+27 |
| 2014-07-13 | mandelbrot: fix overlapping buffers | Kevin Butler | -3/+3 |
| 2014-07-13 | auto merge of #15158 : alexcrichton/rust/windows-paths, r=brson | bors | -0/+56 |
| 2014-07-13 | native: Search the child's PATH on win32 | Alex Crichton | -0/+56 |
| 2014-07-13 | auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichton | bors | -5/+4 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -5/+4 |