| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-05-17 | Fix an ICE when attempting to transmute an uninhabited type | varkor | -0/+33 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -5/+5 |
| 2018-05-16 | Auto merge of #48557 - matthewjasper:allow-trvial-bounds, r=nikomatsakis | bors | -5/+4 |
| 2018-05-15 | Update existing tests for trivial bounds changes | Matthew Jasper | -5/+4 |
| 2018-05-15 | Auto merge of #50351 - varkor:vestigial-never-conversion, r=nikomatsakis | bors | -3/+2 |
| 2018-05-15 | Auto merge of #50011 - varkor:partialord-opt-ii, r=Manishearth | bors | -30/+0 |
| 2018-05-15 | Turn deprecation lint `legacy_imports` into a hard error | Vadim Petrochenkov | -8/+2 |
| 2018-05-12 | rustc: Only suggest deleting `extern crate` if it works | Alex Crichton | -0/+30 |
| 2018-05-12 | rustc: Allow an edition's feature on that edition | Alex Crichton | -0/+16 |
| 2018-05-12 | Make the `const_err` lint `deny`-by-default | Oliver Schneider | -11/+8 |
| 2018-05-08 | Auto merge of #50390 - hdhoang:46205_deny_by_default, r=nikomatsakis | bors | -2/+0 |
| 2018-05-07 | Auto merge of #50454 - Manishearth:edition-preview-fixes, r=alexcrichton | bors | -0/+7 |
| 2018-05-06 | in which the must-use additional messaging is tucked into a note | Zack M. Davis | -3/+7 |
| 2018-05-06 | resolved conflict with upstream commit | Brad Gibson | -125/+186 |
| 2018-05-06 | Fix assertion message generation | Shotaro Yamada | -0/+19 |
| 2018-05-04 | Make extern_absolute_paths only work on the new edition | Manish Goregaokar | -0/+7 |
| 2018-05-04 | Auto merge of #49870 - pnkfelix:issue-27282-immut-borrow-all-pat-ids-in-guard... | bors | -0/+61 |
| 2018-05-04 | Auto merge of #50409 - KiChjang:issue-50343, r=nikomatsakis | bors | -0/+17 |
| 2018-05-03 | Auto merge of #50413 - kennytm:rollup, r=kennytm | bors | -0/+20 |
| 2018-05-03 | Unit test for the new implicit borrow and deref within the | Felix S. Klock II | -0/+61 |
| 2018-05-03 | Auto merge of #50030 - flip1995:rfc2103, r=petrochenkov | bors | -0/+49 |
| 2018-05-03 | check if the token is a lifetime before parsing | rleungx | -0/+20 |
| 2018-05-03 | Auto merge of #50378 - varkor:repr-align-max-29, r=eddyb | bors | -1/+4 |
| 2018-05-02 | Skip checking for unused mutable locals that have no name | Keith Yeung | -0/+17 |
| 2018-05-02 | lint: deny incoherent_fundamental_impls by default | Hoàng Đức Hiếu | -2/+0 |
| 2018-05-02 | make it compile again | flip1995 | -3/+3 |
| 2018-05-02 | Change Attribute::name to return the last segment | Seiichi Uchida | -3/+3 |
| 2018-05-02 | Add tests for a new feature 'tool_attributes' | Seiichi Uchida | -0/+49 |
| 2018-05-01 | Reduce the maximum alignment to repr(align(1 << 29)) | varkor | -1/+4 |
| 2018-05-01 | Test is no longer "accepted" | Niko Matsakis | -1/+1 |
| 2018-05-01 | Remove `macro_reexport` | Vadim Petrochenkov | -145/+0 |
| 2018-05-01 | Fix coerce-to-bang test | varkor | -3/+2 |
| 2018-04-30 | fixed some and added more tests | Brad Gibson | -0/+64 |
| 2018-05-01 | Rollup merge of #50330 - japaric:used, r=nagisa | kennytm | -0/+28 |
| 2018-04-30 | check that #[used] is used only on statics | Jorge Aparicio | -0/+28 |
| 2018-04-29 | Auto merge of #48605 - KiChjang:unused-mut-warning, r=nikomatsakis | bors | -18/+43 |
| 2018-04-28 | Track unused mutable variables across closures | Keith Yeung | -18/+43 |
| 2018-04-27 | Don't feature gate bang macros on 'proc_macro_path_invoc'. | Sergio Benitez | -7/+1 |
| 2018-04-28 | Rollup merge of #50273 - Amanieu:issue-49532, r=alexcrichton | kennytm | -5/+5 |
| 2018-04-28 | Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakis | kennytm | -3/+0 |