| Age | Commit message (Expand) | Author | Lines |
| 2018-06-15 | Moving allow statemate to the function block | Sebastian Malton | -1/+1 |
| 2018-06-12 | Stabilize #[repr(transparent)] | Simon Sapin | -4/+1 |
| 2018-06-11 | Remove some '#[feature]' attributes for stabilized features | Simon Sapin | -10/+0 |
| 2018-06-11 | Stablize the alloc module without changing stability of its contents. | Simon Sapin | -0/+7 |
| 2018-06-11 | Auto merge of #51480 - dtolnay:lifetime, r=kennytm | bors | -1/+1 |
| 2018-06-10 | Enable fall through past $:lifetime matcher | David Tolnay | -1/+1 |
| 2018-06-10 | Fix error codes | Guillaume Gomez | -4/+4 |
| 2018-06-08 | Rollup merge of #51401 - estebank:warn-repr, r=cramertj | Mark Rousskov | -1/+2 |
| 2018-06-08 | Rollup merge of #51298 - Dylan-DPC:stabilise/termination-test, r=nikomatsakis | Mark Rousskov | -22/+0 |
| 2018-06-08 | Rollup merge of #51099 - Crazycolorz5:expectedcloseparen, r=estebank | Mark Rousskov | -62/+1 |
| 2018-06-08 | Built, corrected, and run tests. Added expected stderr files. | Crazycolorz5 | -1/+1 |
| 2018-06-08 | rename `irrefutable_let_pattern` to `irrefutable_let_patterns` | Niko Matsakis | -6/+6 |
| 2018-06-08 | Rollup merge of #51368 - varkor:panic_implementation-closures, r=eddyb | kennytm | -0/+21 |
| 2018-06-06 | Use consistent span for repr attr suggestion | Esteban Küber | -1/+2 |
| 2018-06-05 | Properly report transitive errors | Oliver Schneider | -0/+3 |
| 2018-06-05 | Refactor the const eval diagnostic API | Oliver Schneider | -41/+30 |
| 2018-06-05 | Rollup merge of #51343 - glaubitz:sparc64-tests, r=shepmaster | Mark Simulacrum | -0/+6 |
| 2018-06-05 | Implementation of RFC 2086 - Allow Irrefutable Let patterns | Sebastian Malton | -0/+49 |
| 2018-06-05 | Fix the use of closures within #[panic_implementation] | varkor | -0/+21 |
| 2018-06-05 | Fix tests | Fabian Zaiser | -2/+4 |
| 2018-06-04 | Changed a few tests, and changed the folder of a few of them. | Crazycolorz5 | -62/+1 |
| 2018-06-04 | test: Ignore some problematic tests on sparc and sparc64 | John Paul Adrian Glaubitz | -0/+6 |
| 2018-06-04 | Merge branch 'master' into stabilise/termination-test | Dylan DPC | -8/+255 |
| 2018-06-03 | add more tests | Jorge Aparicio | -0/+73 |
| 2018-06-03 | reject `fn panic_impl<T>(_: &PanicInfo) -> !` | Jorge Aparicio | -0/+23 |
| 2018-06-03 | implement #[panic_implementation] | Jorge Aparicio | -7/+157 |
| 2018-06-02 | Stabilize unit tests with non-`()` return type | dylan_DPC | -22/+0 |
| 2018-06-01 | merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES | Niko Matsakis | -1/+2 |
| 2018-05-30 | rustc: don't visit lifetime parameters through visit_lifetime. | Eduard-Mihai Burtescu | -1/+0 |
| 2018-05-27 | Auto merge of #48309 - mark-i-m:anon_param_lint, r=nikomatsakis | bors | -4/+4 |
| 2018-05-27 | Make anon params lint warn-by-default | Mark Mansi | -4/+4 |
| 2018-05-27 | Address comments in pull request #51084. | Simon Martin | -12/+0 |
| 2018-05-27 | Auto merge of #51084 - simartin:issue_51022, r=estebank | bors | -0/+12 |
| 2018-05-27 | Issue #51022: Improve E0131 message when lifetimes are involved. | Simon Martin | -0/+12 |
| 2018-05-26 | Rollup merge of #51070 - est31:fix_break_const_ice, r=estebank | kennytm | -0/+1 |
| 2018-05-26 | Fail typecheck if we encounter a bogus break | est31 | -0/+1 |
| 2018-05-26 | Auto merge of #50070 - toidiu:ak-2093-outlives, r=nikomatsakis | bors | -25/+0 |
| 2018-05-25 | Implement outlives requirements inference for dyn and projections. | toidiu | -25/+0 |
| 2018-05-25 | Auto merge of #50986 - estebank:main-start-span, r=nikomatsakis | bors | -1/+1 |
| 2018-05-25 | Fix naming conventions for new lints | Vadim Petrochenkov | -2/+2 |
| 2018-05-24 | Auto merge of #50943 - oli-obk:cleanups, r=estebank | bors | -42/+0 |
| 2018-05-22 | Tweak `main` type arguments and where clause spans | Esteban Küber | -1/+1 |
| 2018-05-22 | Fix a typo in a comment | Oliver Schneider | -1/+1 |
| 2018-05-22 | Report let bindings and statements as unstable | Oliver Schneider | -29/+55 |
| 2018-05-21 | Move a test to ui tests so we can observe the output changes better | Oliver Schneider | -42/+0 |
| 2018-05-20 | Auto merge of #50851 - eddyb:the-only-constant, r=nikomatsakis | bors | -0/+43 |
| 2018-05-20 | Auto merge of #50803 - varkor:never-transmute-never, r=eddyb | bors | -0/+33 |
| 2018-05-19 | rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons... | Eduard-Mihai Burtescu | -0/+43 |
| 2018-05-19 | Auto merge of #50760 - petrochenkov:legimp, r=nikomatsakis | bors | -8/+2 |
| 2018-05-18 | Auto merge of #50653 - oli-obk:bad_const, r=cramertj | bors | -11/+8 |