| Age | Commit message (Expand) | Author | Lines |
| 2018-07-03 | use `pat_ty_adjusted` from `expr_use_visitor` to type of arguments | Niko Matsakis | -0/+42 |
| 2018-06-08 | Do not promote union field accesses | Oliver Schneider | -0/+38 |
| 2018-06-08 | Deny #[cfg] and #[cfg_attr] on generic parameters. | kennytm | -0/+84 |
| 2018-06-08 | Revert "Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov" | Pietro Albini | -44/+66 |
| 2018-06-03 | typeck: Do not pass the field check on field error | Dan Robertson | -0/+72 |
| 2018-06-03 | change `PointerKind::Implicit` to a note | Niko Matsakis | -0/+52 |
| 2018-06-03 | restore emplacement syntax (obsolete) | Niko Matsakis | -0/+43 |
| 2018-06-03 | prohibit turbofish in `impl Trait` methods | Niko Matsakis | -0/+36 |
| 2018-06-03 | [beta] Fix naming conventions for new lints | Vadim Petrochenkov | -22/+22 |
| 2018-05-25 | Beta branch does not have const fn `subsec_millis` yet | Oliver Schneider | -14/+1 |
| 2018-05-24 | Enforce stability of const fn in promoteds | Oliver Schneider | -0/+87 |
| 2018-05-21 | Fix `fn main() -> impl Trait` for non-`Termination` trait | leonardo.yvens | -0/+24 |
| 2018-05-13 | typeck: Fix ICE with struct update syntax | Dan Robertson | -0/+40 |
| 2018-05-06 | in which the must-use additional messaging is tucked into a note | Zack M. Davis | -2/+5 |
| 2018-05-05 | Suggest more helpful formatting string | Kornel | -4/+7 |
| 2018-05-04 | Fold rustfix tests back into the UI test suite | Alex Crichton | -11/+178 |
| 2018-05-04 | First step towards rustfix compiletest mode | Pascal Hertleif | -0/+20 |
| 2018-05-03 | Auto merge of #50413 - kennytm:rollup, r=kennytm | bors | -2/+53 |
| 2018-05-04 | Rollup merge of #50406 - ExpHP:concat-nonzero-idents, r=dtolnay | kennytm | -0/+23 |
| 2018-05-04 | Rollup merge of #50393 - oli-obk:packed_const_panic, r=eddyb | kennytm | -0/+28 |
| 2018-05-04 | Rollup merge of #50360 - kennytm:fix-50232-clarify-unstable-name-collision, r... | kennytm | -2/+2 |
| 2018-05-03 | Auto merge of #50030 - flip1995:rfc2103, r=petrochenkov | bors | -0/+26 |
| 2018-05-03 | add missing output for ui test | Michael Lamparski | -0/+8 |
| 2018-05-02 | forbid empty identifiers from concat_idents | Michael Lamparski | -0/+15 |
| 2018-05-02 | Auto merge of #50355 - petrochenkov:50187, r=oli-obk | bors | -0/+49 |
| 2018-05-02 | Auto merge of #50354 - varkor:initial-field-alignment-c-int, r=eddyb | bors | -0/+47 |
| 2018-05-02 | Allow unaligned reads in constants | Oliver Schneider | -0/+28 |
| 2018-05-02 | Auto merge of #49943 - pnkfelix:fix-issue-49918, r=nikomatsakis | bors | -32/+74 |
| 2018-05-02 | make it compile again | flip1995 | -1/+2 |
| 2018-05-02 | Add tests for a new feature 'tool_attributes' | Seiichi Uchida | -0/+25 |
| 2018-05-01 | Auto merge of #49982 - petrochenkov:noreex, r=alexcrichton | bors | -267/+247 |
| 2018-05-01 | Update ui/generator tests to reflect changes from new generator drop rules. | Felix S. Klock II | -32/+74 |
| 2018-05-01 | Add a print_types_sizes regression test | varkor | -0/+47 |
| 2018-05-01 | Auto merge of #49789 - petrochenkov:prelext, r=nikomatsakis | bors | -0/+19 |
| 2018-05-01 | Fix an error from "unused" lint + Fix rebase | Vadim Petrochenkov | -81/+73 |
| 2018-05-01 | Give removal reasons to removed features | Vadim Petrochenkov | -0/+6 |
| 2018-05-01 | Remove `macro_reexport` | Vadim Petrochenkov | -267/+249 |
| 2018-05-01 | Auto merge of #50198 - oli-obk:const_prop, r=eddyb | bors | -9/+8 |
| 2018-05-01 | Clarify wordings of the `unstable_name_collision` lint. | kennytm | -2/+2 |
| 2018-05-01 | Better support for import resolution in 3 namespaces | Vadim Petrochenkov | -0/+49 |
| 2018-04-30 | Auto merge of #48925 - zackmdavis:fn_must_stabilize, r=nikomatsakis | bors | -239/+104 |
| 2018-05-01 | Rollup merge of #50327 - varkor:match-unused-struct-field, r=estebank | kennytm | -6/+85 |
| 2018-04-30 | Improve div by zero const eval errors | Oliver Schneider | -6/+5 |
| 2018-04-30 | Update ui test output | Oliver Schneider | -7/+7 |
| 2018-04-30 | Auto merge of #50272 - scottmcm:termination-test-error, r=nikomatsakis | bors | -0/+34 |
| 2018-04-30 | Correct unused field warning on struct match container patterns | varkor | -6/+55 |
| 2018-04-30 | Auto merge of #50092 - abonander:issue-49934, r=petrochenkov | bors | -0/+102 |
| 2018-04-30 | Correct unused field warning on box struct match | varkor | -9/+21 |
| 2018-04-30 | Correct unused field warning on &struct match | varkor | -4/+22 |
| 2018-04-29 | Warn on pointless `#[derive]` in more places | Austin Bonander | -0/+102 |