| Age | Commit message (Expand) | Author | Lines |
| 2017-07-30 | Auto merge of #43543 - petrochenkov:32330, r=nikomatsakis | bors | -43/+30 |
| 2017-07-29 | Auto merge of #43009 - GuillaumeGomez:unused-doc-comments, r=nrc | bors | -6/+18 |
| 2017-07-29 | Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lint | Vadim Petrochenkov | -43/+30 |
| 2017-07-27 | Auto merge of #43438 - petrochenkov:path, r=jseyfried | bors | -50/+6 |
| 2017-07-27 | Give span to angle bracketed generic arguments | Vadim Petrochenkov | -73/+0 |
| 2017-07-27 | Discern between `Path` and `Path<>` in AST | Vadim Petrochenkov | -4/+32 |
| 2017-07-27 | Simplify parsing of paths | Vadim Petrochenkov | -4/+5 |
| 2017-07-27 | Auto merge of #43443 - bitshifter:issue-43317, r=nikomatsakis | bors | -6/+67 |
| 2017-07-27 | Update tests | Guillaume Gomez | -22/+4 |
| 2017-07-27 | Make a lint instead | Guillaume Gomez | -59/+16 |
| 2017-07-27 | Throw errors when doc comments are added where they're unused | Guillaume Gomez | -1/+74 |
| 2017-07-26 | Auto merge of #43373 - alexcrichton:stabilize-1.20.0, r=aturon | bors | -15/+0 |
| 2017-07-26 | Rollup merge of #43465 - topecongiro:needs-test, r=Mark-Simulacrum | Mark Simulacrum | -0/+43 |
| 2017-07-26 | Rollup merge of #43447 - estebank:import-span, r=nikomatsakis | Mark Simulacrum | -25/+22 |
| 2017-07-25 | Point at path segment on module not found | Esteban Küber | -25/+22 |
| 2017-07-25 | Stabilize the `compile_error_macro` feature | Alex Crichton | -15/+0 |
| 2017-07-25 | Auto merge of #43325 - ollie27:overflowing_literals, r=arielb1 | bors | -2/+2 |
| 2017-07-25 | Add tests for issues with the E-needstest label | topecongiro | -0/+43 |
| 2017-07-24 | Apply packed and align restrictions to unions. | Cameron Hart | -7/+60 |
| 2017-07-23 | Better detection of repr packed and align | Cameron Hart | -2/+10 |
| 2017-07-20 | Auto merge of #43270 - petrochenkov:fixstab, r=alexcrichton | bors | -1/+20 |
| 2017-07-19 | Auto merge of #42859 - eddyb:const-size-and-align-of, r=nikomatsakis | bors | -0/+18 |
| 2017-07-19 | Implement const fn {size,align}_of. | Eduard-Mihai Burtescu | -0/+18 |
| 2017-07-19 | Auto merge of #43168 - pnkfelix:check-attr-gating, r=aturon | bors | -0/+1291 |
| 2017-07-19 | Fix overflowing_literals lint for large f32s | Oliver Middleton | -2/+2 |
| 2017-07-18 | Make `late_bound_lifetime_arguments` lint warn-by-default | Vadim Petrochenkov | -0/+1 |
| 2017-07-18 | Fix incorrect subst index | Vadim Petrochenkov | -11/+45 |
| 2017-07-18 | Detect implicitly defined late bound lifetime parameters as well | Vadim Petrochenkov | -29/+83 |
| 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 |