| Age | Commit message (Expand) | Author | Lines |
| 2018-07-24 | Use suggestions for `printf` format | Esteban Küber | -14/+102 |
| 2018-07-24 | Reword missing formatting arguments label | Esteban Küber | -7/+7 |
| 2018-07-24 | Add documentation for `Parser::arg_places` | Esteban Küber | -0/+1 |
| 2018-07-23 | Add test for raw string | Esteban Küber | -1/+14 |
| 2018-07-23 | Only point at inside of string literals if they're actually string literals | Esteban Küber | -8/+26 |
| 2018-07-23 | Point only at invalid positional arguments | Esteban Küber | -70/+84 |
| 2018-07-23 | Point at incorrect named arg in format string | Esteban Küber | -10/+27 |
| 2018-07-22 | Point at internal span in format string | Esteban Küber | -18/+224 |
| 2018-07-22 | Auto merge of #52368 - GuillaumeGomez:intra_doc_link_resolution_failure-docum... | bors | -4/+102 |
| 2018-07-22 | Auto merge of #52359 - matthewjasper:combine-move-error-reporting, r=pnkfelix | bors | -88/+101 |
| 2018-07-22 | Auto merge of #52394 - estebank:println, r=oli-obk | bors | -123/+351 |
| 2018-07-21 | fix test | Esteban Küber | -2/+2 |
| 2018-07-22 | Auto merge of #52250 - nnethercote:no-SparseBitMatrix, r=nikomatsakis | bors | -212/+37 |
| 2018-07-21 | fix tidy ~ again | Esteban Küber | -13/+0 |
| 2018-07-21 | Don't use the new `eprintln` for stage0 and stage1 | Esteban Küber | -2/+2 |
| 2018-07-21 | Fix tidy by adding new feature gate test | Esteban Küber | -0/+24 |
| 2018-07-21 | fix logic bug | Esteban Küber | -2/+2 |
| 2018-07-21 | Auto merge of #51485 - estebank:dehighlight-secondary-msgs, r=GuillaumeGomez | bors | -4/+11 |
| 2018-07-21 | Remove dependency on `libsyntax` | Esteban Küber | -23/+13 |
| 2018-07-21 | Change `eprintln!()` | Esteban Küber | -2/+9 |
| 2018-07-21 | Gate `format_args_nll` behind feature flag | Esteban Küber | -1/+21 |
| 2018-07-22 | Add "self" intra-link support | Guillaume Gomez | -4/+102 |
| 2018-07-21 | Auto merge of #52115 - Dylan-DPC:feature/nll-liveness-regions, r=nikomatsakis | bors | -357/+302 |
| 2018-07-21 | Suggest space separated format str literal | Esteban Küber | -3/+3 |
| 2018-07-21 | Auto merge of #51959 - tmandry:make-implied-outlives-query, r=nikomatsakis | bors | -235/+503 |
| 2018-07-21 | update tests | Matthew Jasper | -11/+28 |
| 2018-07-21 | Fix #52416 - ice for move errors in unsafe blocks | Matthew Jasper | -8/+8 |
| 2018-07-21 | Add specific message when moving from upvars in a non-FnOnce closure | Matthew Jasper | -30/+44 |
| 2018-07-21 | Use MirBorrowckCtxt while reporting move errors | Matthew Jasper | -39/+21 |
| 2018-07-21 | Auto merge of #52405 - matthewjasper:mutability-errors, r=pnkfelix | bors | -351/+1822 |
| 2018-07-21 | delete tests | dylan_DPC | -110/+0 |
| 2018-07-21 | we now get 2 extra mismatched type errors | Niko Matsakis | -4/+69 |
| 2018-07-21 | use proper body-id and span when solving obligations | Niko Matsakis | -2/+2 |
| 2018-07-21 | add regression test for #52078 | Niko Matsakis | -0/+37 |
| 2018-07-21 | skip no-op obligations and add a little debug output | Niko Matsakis | -11/+17 |
| 2018-07-21 | Convert implied_outlives_bounds to a query | Tyler Mandry | -221/+381 |
| 2018-07-21 | Auto merge of #52562 - Manishearth:clippyup, r=RalfJung | bors | -19/+31 |
| 2018-07-21 | add docs | dylan_DPC | -2/+21 |
| 2018-07-21 | Don't invent new magic keywords | Oliver Schneider | -9/+9 |
| 2018-07-21 | Auto merge of #52555 - petrochenkov:mresfact, r=alexcrichton | bors | -164/+246 |
| 2018-07-21 | Auto merge of #52552 - eddyb:proc-macro-prep, r=alexcrichton | bors | -570/+465 |
| 2018-07-21 | Auto merge of #52535 - alexcrichton:update-stdsimd, r=Mark-Simulacrum | bors | -8/+0 |
| 2018-07-21 | remove unwanted tests and a reference to it in comments | dylan_DPC | -139/+3 |
| 2018-07-20 | Update stdsimd to undo an accidental stabilization | Alex Crichton | -8/+0 |
| 2018-07-21 | Auto merge of #52536 - alexcrichton:attr-spans, r=nikomatsakis | bors | -5/+132 |
| 2018-07-21 | Auto merge of #52438 - ljedrz:rustc_vec_capacity, r=eddyb | bors | -59/+49 |
| 2018-07-20 | Auto merge of #52574 - kennytm:rollup, r=kennytm | bors | -61/+73 |
| 2018-07-20 | fix grep test looking for newline | Esteban Küber | -1/+1 |
| 2018-07-20 | Clippy opts out of in_external_macro | Oliver Schneider | -6/+5 |
| 2018-07-20 | Allow individual lints to opt into being reported in external macros | Oliver Schneider | -4/+16 |