| Age | Commit message (Expand) | Author | Lines |
| 2018-09-27 | Auto merge of #54581 - petrochenkov:cfgattr, r=alexcrichton | bors | -0/+27 |
| 2018-09-26 | pacify the mercilous tidy. | Niko Matsakis | -3/+15 |
| 2018-09-26 | update tests and add stderr files | Niko Matsakis | -81/+72 |
| 2018-09-26 | make NLL handle `IfEq` bounds by using SCC normalization | Niko Matsakis | -0/+510 |
| 2018-09-26 | use approx. bounds to decide whether to add outlives obligations | Niko Matsakis | -29/+14 |
| 2018-09-26 | apply `process_registered_region_obligations` at the end of regionck | Niko Matsakis | -15/+4 |
| 2018-09-26 | Auto merge of #54497 - ralexstokes:stabilize_pattern_parentheses, r=nikomatsakis | bors | -28/+1 |
| 2018-09-26 | Auto merge of #54164 - mikhail-m1:54131, r=pnkfelix | bors | -189/+748 |
| 2018-09-26 | Accept trailing comma in `cfg_attr` | Vadim Petrochenkov | -0/+27 |
| 2018-09-25 | Auto merge of #53542 - alexreg:impl-trait-in-bindings, r=cramertj | bors | -2/+153 |
| 2018-09-25 | Update E0714 to E0716 in tests output | Mikhail Modin | -97/+97 |
| 2018-09-25 | Auto merge of #54411 - cramertj:await-keyword-error, r=nikomatsakis | bors | -0/+193 |
| 2018-09-25 | Change the diagnostic number from 714 to 716. | Felix S. Klock II | -55/+55 |
| 2018-09-25 | add "temporary value dropped while borrowed" error | Mikhail Modin | -185/+744 |
| 2018-09-25 | Auto merge of #54317 - Centril:feature/dbg_macro, r=SimonSapin | bors | -0/+212 |
| 2018-09-25 | Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakis | bors | -0/+351 |
| 2018-09-25 | Added tests. | Alexander Regueiro | -1/+114 |
| 2018-09-25 | Handle impl trait in MIR type checked for assignments. | Matthew Jasper | -1/+39 |
| 2018-09-24 | Update ui tests | Matthew Jasper | -720/+73 |
| 2018-09-24 | Add tests for new match borrows | Matthew Jasper | -0/+457 |
| 2018-09-24 | Make "await" a pseudo-edition keyword | Taylor Cramer | -0/+193 |
| 2018-09-24 | Auto merge of #54509 - matthewjasper:better-drop-access, r=pnkfelix | bors | -17/+122 |
| 2018-09-24 | Auto merge of #54507 - csmoe:deny_overflow, r=varkor | bors | -0/+26 |
| 2018-09-24 | Auto merge of #54495 - raventid:improve-e0425-message, r=estebank | bors | -6/+6 |
| 2018-09-23 | dbg_macro: fix line numbers | Mazdak Farrokhzad | -8/+8 |
| 2018-09-23 | Update tests for changes to drop access | Matthew Jasper | -10/+26 |
| 2018-09-23 | Rework checking for borrows conflicting with drops | Matthew Jasper | -0/+96 |
| 2018-09-23 | Remove irrelevant message about drop order | Matthew Jasper | -7/+0 |
| 2018-09-23 | add test for edition 2018 | csmoe | -0/+26 |
| 2018-09-23 | dbg_macro: only ignore cloudabi and emscripten | Mazdak Farrokhzad | -2/+0 |
| 2018-09-23 | dbg_macro: more things... | Mazdak Farrokhzad | -0/+3 |
| 2018-09-23 | Only annotate if borrow is returned. | David Wood | -27/+66 |
| 2018-09-23 | Correctly handle named lifetimes. | David Wood | -20/+113 |
| 2018-09-23 | Added note about dangling references. | David Wood | -0/+27 |
| 2018-09-23 | Fixed off-by-one span. | David Wood | -8/+8 |
| 2018-09-23 | Added multiple parameter closure test. | David Wood | -2/+20 |
| 2018-09-23 | Improve 'dropped here' note. | David Wood | -8/+8 |
| 2018-09-23 | Improve borrow errors for closures. | David Wood | -26/+147 |
| 2018-09-23 | Auto merge of #54310 - pnkfelix:issue-52059-report-borrow-drop-conflict, r=ni... | bors | -52/+147 |
| 2018-09-23 | Improve error message for E0424 | Julian Kulesh | -6/+6 |
| 2018-09-23 | Auto merge of #54262 - matthewjasper:explain-in-typeck, r=nikomatsakis | bors | -211/+298 |
| 2018-09-22 | stabilize pattern_parentheses feature | Alex Stokes | -28/+1 |
| 2018-09-22 | Auto merge of #54188 - lqd:fallout-53695, r=nikomatsakis | bors | -53/+31 |
| 2018-09-22 | Auto merge of #54457 - pietroalbini:rollup, r=pietroalbini | bors | -4/+151 |
| 2018-09-22 | dbg_macro: // ignore-wasm | Mazdak Farrokhzad | -8/+9 |
| 2018-09-22 | Rollup merge of #54413 - memoryruins:deref-error-twice, r=estebank | Pietro Albini | -0/+67 |
| 2018-09-22 | Rollup merge of #54409 - estebank:remove-in, r=pnkfelix | Pietro Albini | -4/+26 |
| 2018-09-22 | Rollup merge of #54261 - varkor:dyn-keyword-2018, r=petrochenkov | Pietro Albini | -0/+58 |
| 2018-09-22 | Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi... | Eduard-Mihai Burtescu | -26/+48 |
| 2018-09-20 | Detect `for _ in in bar {}` typo | Esteban Küber | -4/+26 |