| Age | Commit message (Expand) | Author | Lines |
| 2015-10-03 | Change tests per RFC 246 (const vs static) | Seo Sanghyeon | -11/+7 |
| 2015-10-02 | Rollup merge of #28791 - apasel422:issue-25439, r=alexcrichton | Manish Goregaokar | -0/+19 |
| 2015-10-02 | Rollup merge of #28686 - eefriedman:unresolved-path-error, r=nikomatsakis | Manish Goregaokar | -0/+14 |
| 2015-10-02 | Auto merge of #28790 - arielb1:unsafe-coerce, r=eddyb | bors | -0/+15 |
| 2015-10-01 | Auto merge of #28787 - dotdash:no_more___fat_ptr, r=eddyb | bors | -0/+30 |
| 2015-10-01 | Add test for #25439 | Andrew Paseltiner | -0/+19 |
| 2015-10-01 | Avoid unnecessary temporaries when ref'ing a DST value | Björn Steinbrink | -0/+30 |
| 2015-10-01 | use the *adjusted* callee type in effect checking | Ariel Ben-Yehuda | -0/+15 |
| 2015-10-01 | check upvars in closures that are in statics | Ariel Ben-Yehuda | -0/+53 |
| 2015-09-30 | rustc: Swap link order of native libs/rust deps | Alex Crichton | -21/+46 |
| 2015-09-30 | Don't crash on non-existent path in constant. | Eli Friedman | -0/+14 |
| 2015-09-30 | Auto merge of #28730 - apasel422:issue-21922, r=alexcrichton | bors | -0/+26 |
| 2015-09-30 | Auto merge of #28724 - tsion:remove-double-semicolons, r=alexcrichton | bors | -1/+1 |
| 2015-09-29 | Tweak Travis to use GCE | Alex Crichton | -19/+17 |
| 2015-09-29 | Auto merge of #28623 - llogiq:faster-fasta, r=brson | bors | -240/+597 |
| 2015-09-29 | Add test for #21922 | Andrew Paseltiner | -0/+26 |
| 2015-09-29 | Auto merge of #28707 - apasel422:issue-24389, r=alexcrichton | bors | -0/+20 |
| 2015-09-28 | Minor code cleanup. | Scott Olson | -1/+1 |
| 2015-09-28 | Auto merge of #28703 - gavinb:master, r=alexcrichton | bors | -0/+35 |
| 2015-09-28 | Add test for #24389 | Andrew Paseltiner | -0/+20 |
| 2015-09-28 | Test case for Issue 11047 | Gavin Baker | -0/+35 |
| 2015-09-27 | Rollup merge of #28681 - arielb1:destructor-fixes, r=eddyb | Manish Goregaokar | -39/+82 |
| 2015-09-27 | Rollup merge of #28673 - wthrowe:bad-archive, r=alexcrichton | Manish Goregaokar | -0/+5 |
| 2015-09-27 | Auto merge of #28651 - dotdash:exhaustive_match, r=eddyb | bors | -0/+30 |
| 2015-09-26 | Auto merge of #28646 - vadimcn:imps, r=alexcrichton | bors | -0/+32 |
| 2015-09-26 | don't crash when there are multiple conflicting implementations of Drop | Ariel Ben-Yehuda | -0/+23 |
| 2015-09-26 | Auto merge of #28632 - alexcrichton:update-match-indices, r=Kimundi | bors | -1/+1 |
| 2015-09-26 | show each object-safety violation once | Ariel Ben-Yehuda | -0/+23 |
| 2015-09-26 | deduplicate trait errors before they are displayed | Ariel Ben-Yehuda | -39/+36 |
| 2015-09-26 | Auto merge of #28642 - petrochenkov:name3, r=nrc | bors | -2/+2 |
| 2015-09-26 | Auto merge of #28629 - arielb1:supertrait-self, r=eddyb | bors | -5/+27 |
| 2015-09-26 | Don't ICE if an archive isn't actually an archive | William Throwe | -0/+5 |
| 2015-09-25 | Converted test to rpass. | Vadim Chugunov | -10/+6 |
| 2015-09-26 | Auto merge of #28612 - gandro:targetvendor, r=alexcrichton | bors | -0/+40 |
| 2015-09-25 | std: Update MatchIndices to return a subslice | Alex Crichton | -1/+1 |
| 2015-09-25 | Tell LLVM when a match is exhaustive | Björn Steinbrink | -0/+30 |
| 2015-09-24 | Fix dllimports of static data from rlibs | Vadim Chugunov | -0/+36 |
| 2015-09-25 | Auto merge of #28505 - apasel422:issue-28448, r=alexcrichton | bors | -2/+6 |
| 2015-09-24 | Auto merge of #28608 - eddyb:no-place-for-an-old-box, r=pnkfelix | bors | -53/+20 |
| 2015-09-24 | Cleanup interfaces of Name, SyntaxContext and Ident | Vadim Petrochenkov | -4/+2 |
| 2015-09-24 | early-prohibit objects with Self-containing supertraits | Ariel Ben-Yehuda | -5/+27 |
| 2015-09-24 | Remove the deprecated box(PLACE) syntax. | Eduard Burtescu | -53/+20 |
| 2015-09-24 | the same technique applies to fasta-redux | Andre Bogus | -153/+292 |
| 2015-09-24 | change fasta benchmark to Veedrac's implementation | Andre Bogus | -87/+305 |
| 2015-09-24 | rustc: Add target_vendor for target triples | Sebastian Wicki | -0/+40 |
| 2015-09-23 | Auto merge of #28596 - sanxiyn:dedup-unused, r=alexcrichton | bors | -0/+20 |
| 2015-09-23 | Auto merge of #28569 - semarie:stdcpp-tests, r=alexcrichton | bors | -0/+5 |
| 2015-09-23 | Remove random Idents outside of libsyntax | Vadim Petrochenkov | -0/+2 |
| 2015-09-23 | Do not traverse RHS of assignment twice for unused variables lint | Seo Sanghyeon | -0/+20 |
| 2015-09-23 | Auto merge of #28535 - petrochenkov:name, r=nrc | bors | -1/+1 |