| Age | Commit message (Expand) | Author | Lines |
| 2015-10-09 | Major revision to the dropck_legal_cycles test. | Felix S. Klock II | -46/+480 |
| 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 | -15/+77 |
| 2015-10-09 | review comments | Nick Cameron | -0/+51 |
| 2015-10-09 | Misc fixups | Nick Cameron | -4/+5 |
| 2015-10-09 | Make save-analysis work for `if let` etc. | Nick Cameron | -0/+19 |
| 2015-10-09 | hygiene for `for` loops, `if let`, `while let` | Nick Cameron | -25/+16 |
| 2015-10-08 | placate check-pretty via comment rearrangement. | Felix S. Klock II | -1/+2 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -16/+16 |
| 2015-10-08 | Add unsafe Send and Sync impls to VecDeque's Drain<T> | Michael Layzell | -1/+2 |
| 2015-10-08 | Added tests illustrating when and when not to use the UGEH attribute w.r.t. t... | Felix S. Klock II | -0/+107 |
| 2015-10-08 | Added tests illustrating when and when not to use the UGEH attribute w.r.t. a... | Felix S. Klock II | -0/+96 |
| 2015-10-08 | Added tests illustrating when and when not to use the UGEH attribute w.r.t. a... | Felix S. Klock II | -0/+101 |
| 2015-10-08 | Auto merge of #28897 - steveklabnik:rollup, r=steveklabnik | bors | -9/+9 |
| 2015-10-08 | Auto merge of #28891 - cristicbz:new-nbody, r=alexcrichton | bors | -87/+132 |
| 2015-10-08 | Auto merge of #28863 - nagisa:test-16403, r=alexcrichton | bors | -0/+23 |
| 2015-10-07 | Rollup merge of #28876 - steveklabnik:oops, r=Gankro | Steve Klabnik | -9/+9 |
| 2015-10-07 | bench: rewrite nbody for better vectorization | Cristi Cobzarenco | -87/+132 |
| 2015-10-07 | Auto merge of #28873 - dotdash:28339, r=nikomatsakis | bors | -1/+25 |
| 2015-10-07 | Fix reborrows of &mut pointers | Björn Steinbrink | -1/+25 |
| 2015-10-07 | Add a test for #16403 | Simonas Kazlauskas | -0/+23 |
| 2015-10-06 | Restore line endings in a test | Steve Klabnik | -9/+9 |
| 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 | Clean newlines | Carlos Liam | -10/+9 |
| 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 | -4/+8 |
| 2015-10-06 | compile-fail tests. | Felix S. Klock II | -0/+113 |
| 2015-10-06 | run-pass tests for RFC 1238. | Felix S. Klock II | -0/+90 |
| 2015-10-06 | Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed. | Felix S. Klock II | -1/+6 |
| 2015-10-06 | Auto merge of #28779 - alexcrichton:ffi-isize-usize, r=nrc | bors | -8/+10 |
| 2015-10-04 | Fix LLVM assertion on out-of-bounds const slice index. | Jed Davis | -0/+16 |
| 2015-10-04 | Auto merge of #28806 - wthrowe:bare-outfile-fix, r=alexcrichton | bors | -1/+3 |
| 2015-10-04 | Only report error for first issued loan with conflict | J. Ryan Stinnett | -0/+28 |
| 2015-10-03 | Auto merge of #28669 - arielb1:well-formed-methods, r=nikomatsakis | bors | -0/+184 |
| 2015-10-03 | Fix run-make/bare-outfile test | William Throwe | -1/+3 |
| 2015-10-03 | Implement original version of RFC#1245 | John Hodge | -0/+55 |
| 2015-10-03 | use the correct subtyping order in a test | Ariel Ben-Yehuda | -8/+35 |
| 2015-10-03 | Auto merge of #28820 - steveklabnik:rollup, r=steveklabnik | bors | -0/+5 |
| 2015-10-02 | Rollup merge of #28805 - wthrowe:compile-stdin, r=alexcrichton | Steve Klabnik | -0/+5 |
| 2015-10-03 | Auto merge of #28672 - sanxiyn:const-eval-span, r=alexcrichton | bors | -0/+24 |
| 2015-10-02 | Auto merge of #28662 - semmaz:fmt-debug, r=alexcrichton | bors | -0/+4 |
| 2015-10-02 | Auto merge of #28626 - arielb1:closure-needs-infer, r=nikomatsakis | bors | -0/+25 |
| 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 |
| 2015-10-02 | Auto merge of #28650 - sanxiyn:attr-usage, r=nrc | bors | -11/+67 |
| 2015-10-02 | Auto merge of #28768 - alexcrichton:dep-info++, r=brson | bors | -10/+67 |
| 2015-10-02 | rustc: Emit phony targets for inputs in dep-info | Alex Crichton | -2/+21 |
| 2015-10-03 | Provide the context for error in constant evaluation of enum discriminant | Seo Sanghyeon | -0/+24 |
| 2015-10-03 | Check attribute usage | Seo Sanghyeon | -0/+60 |