| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-10-08 | Added tests illustrating when and when not to use the UGEH attribute w.r.t. t... | Felix S. Klock II | -0/+51 |
| 2015-10-08 | Added tests illustrating when and when not to use the UGEH attribute w.r.t. a... | Felix S. Klock II | -0/+48 |
| 2015-10-08 | Added tests illustrating when and when not to use the UGEH attribute w.r.t. a... | Felix S. Klock II | -0/+50 |
| 2015-10-08 | Auto merge of #28863 - nagisa:test-16403, r=alexcrichton | bors | -0/+23 |
| 2015-10-07 | Auto merge of #28873 - dotdash:28339, r=nikomatsakis | bors | -1/+1 |
| 2015-10-07 | Fix reborrows of &mut pointers | Björn Steinbrink | -1/+1 |
| 2015-10-07 | Add a test for #16403 | Simonas Kazlauskas | -0/+23 |
| 2015-10-07 | Auto merge of #28841 - jld:const-slice-ice, r=Aatch | bors | -0/+16 |
| 2015-10-06 | Replace multiple trailing newlines with a single trailing newline | Carlos Liam | -1/+0 |
| 2015-10-06 | review comment: use RFC example for compile-fail/issue28498-reject-ex1.rs | Felix S. Klock II | -44/+18 |
| 2015-10-06 | shorten URLs to placate `make tidy`. | Felix S. Klock II | -1/+2 |
| 2015-10-06 | compile-fail tests. | Felix S. Klock II | -0/+113 |
| 2015-10-06 | Auto merge of #28779 - alexcrichton:ffi-isize-usize, r=nrc | bors | -28/+8 |
| 2015-10-04 | Fix LLVM assertion on out-of-bounds const slice index. | Jed Davis | -0/+16 |
| 2015-10-03 | Auto merge of #28669 - arielb1:well-formed-methods, r=nikomatsakis | bors | -0/+184 |
| 2015-10-03 | Implement original version of RFC#1245 | John Hodge | -0/+24 |
| 2015-10-03 | use the correct subtyping order in a test | Ariel Ben-Yehuda | -8/+35 |
| 2015-10-03 | Auto merge of #28672 - sanxiyn:const-eval-span, r=alexcrichton | bors | -0/+24 |
| 2015-10-02 | fix fallout | Ariel Ben-Yehuda | -0/+3 |
| 2015-10-02 | ensure that the types of methods are well-formed | Ariel Ben-Yehuda | -0/+154 |