| Age | Commit message (Expand) | Author | Lines |
| 2015-04-14 | rustc: Add long diagnostics for E0162 | Ruud van Asseldonk | -1/+19 |
| 2015-04-14 | rustc: Add long diagnostics for E0302 | Ruud van Asseldonk | -1/+14 |
| 2015-04-14 | rustc: Add long diagnostics for E0301 | Ruud van Asseldonk | -1/+14 |
| 2015-04-14 | rustc: Add long diagnostics for E0297 | Ruud van Asseldonk | -1/+27 |
| 2015-04-14 | Auto merge of #24261 - nrc:coerce-refactor, r=nikomatsakis | bors | -1554/+912 |
| 2015-04-14 | Reviewer comments | Nick Cameron | -47/+66 |
| 2015-04-14 | Better explanation of AutoDerefRef | Nick Cameron | -6/+36 |
| 2015-04-14 | Rebased | Nick Cameron | -72/+56 |
| 2015-04-14 | eddyb's refactoring of coercions/adjustments | Eduard Burtescu | -1490/+815 |
| 2015-04-14 | Auto merge of #24408 - richo:configure-optimize-default, r=pnkfelix | bors | -2/+17 |
| 2015-04-14 | configure: Turn optimization back on iff --enable-optimize | Richo Healey | -0/+5 |
| 2015-04-14 | configure: Set CFG_<FOO>_PROVIDED if it was supplied | Richo Healey | -0/+12 |
| 2015-04-14 | configure: Don't disable optimizations when enabling debug | Richo Healey | -2/+0 |
| 2015-04-14 | Auto merge of #24295 - contradictioned:master, r=alexcrichton | bors | -1/+25 |
| 2015-04-14 | Auto merge of #24287 - brson:beta, r=steveklabnik | bors | -1/+1 |
| 2015-04-14 | Auto merge of #24251 - alexcrichton:unsafe-from-raw-fd, r=aturon | bors | -13/+28 |
| 2015-04-13 | Auto merge of #24198 - alexcrichton:windows-readlink, r=aturon | bors | -14/+63 |
| 2015-04-13 | Auto merge of #24362 - alexcrichton:issue-24334, r=huonw | bors | -3/+3 |
| 2015-04-13 | Added a help span which informs the user about the escaping of curly braces i... | Manuel Hoffmann | -1/+25 |
| 2015-04-13 | Auto merge of #24351 - michaelwoerister:named-tuple-fields, r=alexcrichton | bors | -142/+161 |
| 2015-04-13 | Auto merge of #24344 - gfxmonk:update-libbacktrace, r=pnkfelix | bors | -182/+546 |
| 2015-04-13 | Auto merge of #24339 - lfairy:remove-regex-data, r=alexcrichton | bors | -3036/+7 |
| 2015-04-13 | Auto merge of #24323 - rprichard:panic-line-type, r=alexcrichton | bors | -11/+75 |
| 2015-04-12 | std: Work around a stability bug in thread | Alex Crichton | -3/+3 |
| 2015-04-13 | Auto merge of #24315 - richo:make-debug-helper, r=pnkfelix | bors | -0/+10 |
| 2015-04-13 | Auto merge of #23849 - bcoopers:master, r=pnkfelix | bors | -6/+18 |
| 2015-04-13 | Remove regex module from libunicode | Chris Wong | -3036/+7 |
| 2015-04-12 | Auto merge of #24349 - Manishearth:rollup, r=Manishearth | bors | -18/+80 |
| 2015-04-13 | Rollup merge of #24347 - xamgore:master, r=huonw | Manish Goregaokar | -2/+2 |
| 2015-04-12 | Add a name for tuple fields in debuginfo so that they can be accessed in debu... | Michael Woerister | -142/+161 |
| 2015-04-12 | The panic! macro can't be called with a variable declared | bcoopers | -3/+3 |
| 2015-04-12 | Auto merge of #24072 - ebfull:explain_closure_type_err, r=pnkfelix | bors | -7/+48 |
| 2015-04-12 | Rollup merge of #24341 - beefsack:traits-doc-dead-link, r=huonw | Manish Goregaokar | -2/+2 |
| 2015-04-12 | Rollup merge of #24321 - lstat:16602-needstest, r=pnkfelix | Manish Goregaokar | -0/+70 |
| 2015-04-12 | Rollup merge of #24233 - frewsxcv:cleanup-fuse-iterator, r=Gankro | Manish Goregaokar | -14/+6 |
| 2015-04-12 | Rollup merge of #24072 - ebfull:explain_closure_type_err, r=pnkfelix | Manish Goregaokar | -7/+48 |
| 2015-04-12 | mod.rs documentary fix | Igor Strebezhev | -2/+2 |
| 2015-04-12 | Auto merge of #24248 - nrc:macro-span, r=sfackler | bors | -9/+11 |
| 2015-04-12 | Auto merge of #24003 - rprichard:span-fixes, r=huonw | bors | -23/+172 |
| 2015-04-11 | Simplify iterator logic for Fuse | Corey Farwell | -14/+6 |
| 2015-04-12 | Auto merge of #24109 - sanxiyn:diverging-closure, r=pnkfelix | bors | -3/+29 |
| 2015-04-12 | Updated dead link in Traits chapter of book to point to Trait Objects chapter. | Michael Alexander | -2/+2 |
| 2015-04-12 | Fix spans for macros | Nick Cameron | -9/+11 |
| 2015-04-12 | Auto merge of #23011 - nagisa:the-war-of-symbol-and-symbol, r=pnkfelix | bors | -666/+1034 |
| 2015-04-11 | Remove the vestigial ExtCtxt::print_backtrace function. | Ryan Prichard | -12/+0 |
| 2015-04-11 | Suppress the macro backtrace for `fileline_note` and `fileline_help`. | Ryan Prichard | -5/+4 |
| 2015-04-11 | Add compile-file/macro-backtrace-{invalid-internals,nested,println} tests | Ryan Prichard | -0/+115 |
| 2015-04-11 | Expand internal-unstable to handle named field accesses and method calls. | Ryan Prichard | -0/+41 |
| 2015-04-11 | Propagate macro backtraces more often, improve formatting diagnostics | Ryan Prichard | -6/+12 |
| 2015-04-11 | Auto merge of #24328 - Manishearth:rollup, r=Manishearth | bors | -1529/+1592 |