| Age | Commit message (Expand) | Author | Lines |
| 2017-07-18 | Prohibit lifetime arguments in path segments with late bound lifetime parameters | Vadim Petrochenkov | -15/+128 |
| 2017-07-18 | Support generic lifetime arguments in method calls | Vadim Petrochenkov | -38/+38 |
| 2017-07-17 | Move resolve diagnostic instability to compile-fail | Oliver Schneider | -0/+67 |
| 2017-07-17 | Move some tests from compile-fail to ui | Oliver Schneider | -129/+0 |
| 2017-07-16 | Fix checking for missing stability annotations | Vadim Petrochenkov | -1/+20 |
| 2017-07-12 | Rollup merge of #43000 - estebank:on-unimplemented-path, r=arielb1 | Mark Simulacrum | -209/+0 |
| 2017-07-11 | Slew of feature gating tests for issue #43106. | Felix S. Klock II | -0/+1291 |
| 2017-07-11 | Auto merge of #42913 - kennytm:fix-40569-ident-without-backtrack, r=jseyfried | bors | -2/+2 |
| 2017-07-10 | Auto merge of #43028 - michaelwoerister:dedup-dep-nodes, r=nikomatsakis | bors | -23/+35 |
| 2017-07-10 | Auto merge of #43109 - pnkfelix:fix-link_args-gate, r=nikomatsakis | bors | -4/+14 |
| 2017-07-10 | Fix feature gate for `#[link_args(..)]` attribute so that it will fire | Felix S. Klock II | -4/+14 |
| 2017-07-10 | Split DepNode::ItemSignature into non-overlapping variants. | Michael Woerister | -23/+35 |
| 2017-07-10 | Store all generic arguments for method calls in AST | Vadim Petrochenkov | -0/+13 |
| 2017-07-08 | Auto merge of #43097 - PlasmaPower:large-align, r=eddyb | bors | -1/+1 |
| 2017-07-08 | Auto merge of #42996 - Boreeas:merge-e0609-e0612, r=GuillaumeGomez | bors | -18/+6 |
| 2017-07-08 | Lower alignment limit down to 2^31 - 1 (from LLVM) | Lee Bousfield | -1/+1 |
| 2017-07-08 | Raised alignment limit from 2^15 to 2^31 | Lee Bousfield | -1/+1 |
| 2017-07-08 | Remove unused Add bounds in iterator for ranges impls. | Simon Sapin | -1/+0 |
| 2017-07-08 | Auto merge of #42894 - petrochenkov:deny, r=nikomatsakis | bors | -57/+18 |
| 2017-07-08 | Make `patterns_in_fns_without_body` warn-by-default again | Vadim Petrochenkov | -0/+2 |
| 2017-07-08 | Move public reexports of private extern crates into a separate lint | Vadim Petrochenkov | -1/+0 |
| 2017-07-08 | Make sufficiently old or low-impact compatibility lints deny-by-default | Vadim Petrochenkov | -48/+8 |
| 2017-07-08 | Remove more anonymous trait method parameters | Vadim Petrochenkov | -10/+10 |
| 2017-07-07 | Auto merge of #42840 - arielb1:poison-smoke-and-mirrors, r=nikomatsakis | bors | -0/+60 |
| 2017-07-07 | Fold E0613 into E0609 | boreeas | -18/+6 |
| 2017-07-07 | Auto merge of #42809 - seanmonstar:stable-associated-consts, r=nikomatsakis | bors | -53/+0 |
| 2017-07-07 | use the evaluation cache instead of the global fulfillment cache | Ariel Ben-Yehuda | -0/+60 |
| 2017-07-07 | Only match a fragment specifier the if it starts with certain tokens. | kennytm | -2/+2 |
| 2017-07-07 | Address review comments | petrochenkov | -6/+6 |
| 2017-07-06 | Check adjustments and node substs | Vadim Petrochenkov | -7/+70 |
| 2017-07-06 | Check types for privacy | Vadim Petrochenkov | -0/+372 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -53/+0 |
| 2017-07-06 | Disallow `$($v:vis)*`. Fix #42755. | kennytm | -0/+17 |
| 2017-07-06 | Auto merge of #42727 - alexcrichton:allocators-new, r=eddyb | bors | -191/+94 |
| 2017-07-05 | `rustc_on_unimplemented` supports referring to trait | Esteban Küber | -209/+0 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -191/+94 |
| 2017-07-05 | Merge remote-tracking branch 'origin/master' into proc_macro_api | Alex Crichton | -272/+327 |
| 2017-06-30 | Auto merge of #42995 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -1/+30 |
| 2017-06-30 | Rollup merge of #42957 - GuillaumeGomez:add-e0619, r=nikomatsakis | Guillaume Gomez | -1/+2 |
| 2017-06-30 | Rollup merge of #42669 - gaurikholkar:master, r=nikomatsakis | Guillaume Gomez | -0/+28 |
| 2017-06-30 | Fix error codes mixup | Guillaume Gomez | -6/+25 |
| 2017-06-30 | Add E0619 error explanation | Guillaume Gomez | -24/+6 |
| 2017-06-30 | Auto merge of #42969 - arielb1:struct-err, r=eddyb | bors | -0/+18 |
| 2017-06-30 | rename compile-fail test | gaurikholkar | -0/+0 |
| 2017-06-30 | move ERROR line | Niko Matsakis | -2/+2 |
| 2017-06-29 | Auto merge of #42902 - petrochenkov:keydcrate, r=jseyfried | bors | -0/+68 |
| 2017-06-29 | tweak comments in E0495.rs | Niko Matsakis | -1/+6 |
| 2017-06-29 | adding compile-fail test | gaurikholkar | -0/+23 |
| 2017-06-29 | mem_categorization: handle type-based paths in variant patterns | Ariel Ben-Yehuda | -0/+18 |
| 2017-06-29 | Auto merge of #42527 - qnighy:unsized-tuple-coercions, r=arielb1 | bors | -0/+134 |