| Age | Commit message (Expand) | Author | Lines |
| 2017-08-02 | Add regression test for #40510 | Daan Sprenkels | -0/+23 |
| 2017-08-01 | Added tests for bugs fixed. | Isaac van Bakel | -0/+14 |
| 2017-08-01 | Auto merge of #43552 - petrochenkov:instab, r=jseyfried | bors | -67/+0 |
| 2017-07-31 | limit and delimit available fields in note | Zack M. Davis | -7/+7 |
| 2017-07-30 | Auto merge of #43543 - petrochenkov:32330, r=nikomatsakis | bors | -43/+30 |
| 2017-07-30 | resolve: Fix instability in import suggestions | Vadim Petrochenkov | -67/+0 |
| 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-28 | Fix tests | John Kåre Alsaker | -4/+2 |
| 2017-07-28 | change how we report `err_out_of_scope` borrowck errors | Niko Matsakis | -188/+0 |
| 2017-07-28 | Convert to spaces | John Kåre Alsaker | -8/+8 |
| 2017-07-28 | Remove support for `gen arg` | Alex Crichton | -12/+5 |
| 2017-07-28 | fix yields-in-args test and add a reverse one | Niko Matsakis | -4/+28 |
| 2017-07-28 | add some tests of yielding with outstanding borrows | Niko Matsakis | -0/+144 |
| 2017-07-28 | Convert tabs to spaces | Alex Crichton | -4/+4 |
| 2017-07-28 | Add a test | John Kåre Alsaker | -0/+20 |
| 2017-07-28 | Use FIXME instead of TODO | John Kåre Alsaker | -1/+1 |
| 2017-07-28 | Ensure upvars are dropped when generators have never been resumed | John Kåre Alsaker | -1/+1 |
| 2017-07-28 | Make yield and gen arg outside generator literals an error and update tests | John Kåre Alsaker | -8/+30 |
| 2017-07-28 | Add some generator pass/fail tests | Alex Crichton | -0/+66 |
| 2017-07-28 | Added some tests | John Kåre Alsaker | -15/+14 |
| 2017-07-28 | Fix tidy warnings | Alex Crichton | -9/+9 |
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -0/+55 |
| 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 return type always when type mismatch against it | Esteban Küber | -7/+5 |
| 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 | field does not exist error: note fields if Levenshtein suggestion fails | Zack M. Davis | -4/+11 |
| 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 |