| Age | Commit message (Expand) | Author | Lines |
| 2015-10-28 | The `source_did` may not be local, so don't unwrap the | Niko Matsakis | -0/+26 |
| 2015-10-27 | Auto merge of #28833 - jryans:borrowck-linear-errors, r=pnkfelix | bors | -0/+28 |
| 2015-10-27 | Auto merge of #26421 - nham:fix_21546, r=pnkfelix | bors | -0/+65 |
| 2015-10-27 | Auto merge of #26848 - oli-obk:const_fn_const_eval, r=pnkfelix | bors | -2/+20 |
| 2015-10-27 | Auto merge of #29327 - sanxiyn:argument, r=nrc | bors | -2/+45 |
| 2015-10-27 | Auto merge of #29325 - alexcrichton:revert-trait-accessibility, r=nrc | bors | -0/+28 |
| 2015-10-26 | Auto merge of #29274 - thepowersgang:issues-29107-const-unsafe-fn-order, r=ni... | bors | -1/+1 |
| 2015-10-26 | test: Add regression test for "source trait is private" | Alex Crichton | -0/+52 |
| 2015-10-26 | Revert "Add UFCS privacy test." | Alex Crichton | -24/+0 |
| 2015-10-27 | Distinguish argument from local variable | Seo Sanghyeon | -2/+45 |
| 2015-10-25 | Auto merge of #29284 - apasel422:tests, r=alexcrichton | bors | -0/+59 |
| 2015-10-25 | Add tests | Andrew Paseltiner | -0/+59 |
| 2015-10-25 | Auto merge of #29273 - Manishearth:regression, r=alexcrichton | bors | -0/+17 |
| 2015-10-25 | Switch to 'const unsafe fn' ordering (rust-lang/rust#29107) | John Hodge | -1/+1 |
| 2015-10-24 | Add regression test for #26886 | Manish Goregaokar | -0/+17 |
| 2015-10-24 | object_safety: check whether a supertrait contains Self even without being it | Ariel Ben-Yehuda | -0/+33 |
| 2015-10-23 | Auto merge of #29243 - skeleten:issue-29184, r=alexcrichton | bors | -0/+13 |
| 2015-10-23 | Add error message for using `typeof` instead of an ICE. | skeleten | -0/+13 |
| 2015-10-22 | Warn when creating a module and a struct that both have the same name. | Nick Hamann | -0/+65 |
| 2015-10-21 | don't revisit modules while finding traits in suggest | Ariel Ben-Yehuda | -0/+17 |
| 2015-10-19 | allow constant evaluation of function calls | Oliver Schneider | -2/+20 |
| 2015-10-18 | Auto merge of #28845 - oli-obk:rfc1229, r=pnkfelix | bors | -22/+58 |
| 2015-10-17 | Auto merge of #28933 - fhahn:issue-28837-partialeq-note, r=alexcrichton | bors | -0/+60 |
| 2015-10-17 | Auto merge of #29110 - apasel422:shared, r=alexcrichton | bors | -0/+34 |
| 2015-10-16 | Add `Shared` pointer and have `{Arc, Rc}` use it | Andrew Paseltiner | -0/+34 |
| 2015-10-16 | Auto merge of #29014 - petrochenkov:stability, r=brson | bors | -39/+61 |
| 2015-10-16 | Auto merge of #28957 - GuillaumeGomez:patch-5, r=Manishearth | bors | -9/+9 |
| 2015-10-16 | Change error message in rustbook | Guillaume Gomez | -4/+4 |
| 2015-10-15 | Auto merge of #28980 - nrc:unsafe-macros, r=@pnkfelix | bors | -88/+0 |
| 2015-10-14 | Auto merge of #28827 - thepowersgang:unsafe-const-fn-2, r=Aatch | bors | -0/+24 |
| 2015-10-13 | implement RFC 1229 | Oliver Schneider | -22/+58 |
| 2015-10-13 | Some additional tests | Vadim Petrochenkov | -0/+25 |
| 2015-10-13 | Test and gate empty structures and variants better | Vadim Petrochenkov | -18/+218 |
| 2015-10-13 | Unify structures and enum variants in AST | Vadim Petrochenkov | -4/+4 |
| 2015-10-13 | Update test error compilation message for E0512 | Guillaume Gomez | -5/+5 |
| 2015-10-13 | Reword note about missing trait implementation | Florian Hahn | -16/+16 |
| 2015-10-13 | Refactor attr::Stability | Vadim Petrochenkov | -39/+36 |
| 2015-10-12 | Add notes for all potentially missing std::ops traits | Florian Hahn | -10/+50 |
| 2015-10-12 | Remove the push_unsafe! and pop_unsafe! macros. | Nick Cameron | -88/+0 |
| 2015-10-11 | Auto merge of #28948 - steveklabnik:gh28944, r=alexcrichton | bors | -2/+2 |
| 2015-10-10 | Diagnostic change: crate features -> crate root | Steve Klabnik | -2/+2 |
| 2015-10-10 | Auto merge of #28932 - barosl:empty-comment, r=alexcrichton | bors | -0/+17 |
| 2015-10-10 | Auto merge of #28861 - pnkfelix:fsk-nonparam-dropck-issue28498, r=arielb1 | bors | -0/+236 |
| 2015-10-09 | Add notes for missing PartialEq and PartialOrd, closes #28837 | Florian Hahn | -0/+20 |
| 2015-10-10 | Prevent `/**/` from being parsed as a doc comment | Barosl Lee | -0/+17 |
| 2015-10-09 | revise cfail test, removing ugeh attribute that was erroneously cut-and-paste... | Felix S. Klock II | -1/+0 |
| 2015-10-09 | Auto merge of #28857 - nrc:lowering, r=nikomatsakis | bors | -11/+53 |
| 2015-10-09 | review comments | Nick Cameron | -0/+51 |
| 2015-10-09 | hygiene for `for` loops, `if let`, `while let` | Nick Cameron | -25/+16 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -12/+12 |