| Age | Commit message (Expand) | Author | Lines |
| 2018-09-25 | Rollup merge of #54518 - petrochenkov:regr130, r=alexcrichton | Pietro Albini | -21/+90 |
| 2018-09-25 | Rollup merge of #54498 - sylvestre:patch-1, r=frewsxcv | Pietro Albini | -1/+1 |
| 2018-09-25 | Rollup merge of #54368 - GuillaumeGomez:reduce-side-padding, r=QuietMisdreavus | Pietro Albini | -1/+1 |
| 2018-09-25 | Rollup merge of #54281 - GuillaumeGomez:search-box, r=QuietMisdreavus | Pietro Albini | -2/+20 |
| 2018-09-25 | Rollup merge of #54058 - Kerollmops:slice-dedup, r=shepmaster | Pietro Albini | -89/+244 |
| 2018-09-25 | Rollup merge of #53518 - phungleson:fix-impl-from-for-convert, r=frewsxcv | Pietro Albini | -0/+26 |
| 2018-09-25 | resolve: Do not block derive helper resolutions on single import resolutions | Vadim Petrochenkov | -21/+90 |
| 2018-09-25 | Auto merge of #54411 - cramertj:await-keyword-error, r=nikomatsakis | bors | -4/+244 |
| 2018-09-25 | Add examples for doc | Son | -4/+22 |
| 2018-09-25 | Auto merge of #54430 - adrian-budau:master, r=alexcrichton | bors | -7/+1 |
| 2018-09-25 | Auto merge of #54317 - Centril:feature/dbg_macro, r=SimonSapin | bors | -0/+332 |
| 2018-09-25 | Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakis | bors | -17/+540 |
| 2018-09-25 | Auto merge of #53438 - matthewjasper:permissive-match-access, r=pnkfelix | bors | -906/+1197 |
| 2018-09-24 | Rename places_conflict to borrow_conflicts_with_place | Matthew Jasper | -13/+13 |
| 2018-09-24 | Update mir opt tests | Matthew Jasper | -81/+88 |
| 2018-09-24 | Add a MIR transform to remove fake reads | Matthew Jasper | -3/+188 |
| 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 | Don't check for conflicting borrows of `ReadForMatch`es | Matthew Jasper | -3/+12 |
| 2018-09-24 | Add more fake borrows to matches | Matthew Jasper | -58/+171 |
| 2018-09-24 | Better messages for errors from Shallow borrows | Matthew Jasper | -9/+96 |
| 2018-09-24 | Add "Shallow" borrow kind | Matthew Jasper | -22/+102 |
| 2018-09-24 | Auto merge of #54416 - christianpoveda:master, r=wesleywiser | bors | -2/+41 |
| 2018-09-24 | Make "await" a pseudo-edition keyword | Taylor Cramer | -4/+244 |
| 2018-09-24 | Auto merge of #53783 - RalfJung:ptr-docs, r=alexcrichton | bors | -549/+701 |
| 2018-09-24 | Auto merge of #54509 - matthewjasper:better-drop-access, r=pnkfelix | bors | -416/+282 |
| 2018-09-24 | Auto merge of #54507 - csmoe:deny_overflow, r=varkor | bors | -1/+29 |
| 2018-09-24 | Auto merge of #54489 - matthiaskrgr:rls, r=kennytm | bors | -0/+2 |
| 2018-09-24 | Auto merge of #54495 - raventid:improve-e0425-message, r=estebank | bors | -8/+10 |
| 2018-09-23 | Auto merge of #54485 - arielb1:avoid-ctor-attrs, r=eddyb | bors | -11/+30 |
| 2018-09-23 | Add test to check if inlining works for any operand | Christian Poveda | -0/+39 |
| 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 | -397/+252 |
| 2018-09-23 | Remove irrelevant message about drop order | Matthew Jasper | -9/+4 |
| 2018-09-23 | Auto merge of #54229 - davidtwco:issue-52534, r=pnkfelix | bors | -431/+1338 |
| 2018-09-23 | add test for edition 2018 | csmoe | -0/+26 |
| 2018-09-23 | deny overflow literals | csmoe | -1/+3 |
| 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 | Auto merge of #54380 - RalfJung:miri-snapshot, r=eddyb | bors | -314/+286 |
| 2018-09-23 | Only annotate if borrow is returned. | David Wood | -67/+276 |
| 2018-09-23 | Correctly handle named lifetimes. | David Wood | -111/+319 |
| 2018-09-23 | Renamed ppaux highlight region hook. | David Wood | -9/+14 |
| 2018-09-23 | Added note about dangling references. | David Wood | -0/+36 |
| 2018-09-23 | Fixed off-by-one span. | David Wood | -9/+9 |
| 2018-09-23 | Added multiple parameter closure test. | David Wood | -2/+20 |
| 2018-09-23 | Improve 'dropped here' note. | David Wood | -9/+25 |
| 2018-09-23 | Improve borrow errors for closures. | David Wood | -153/+438 |
| 2018-09-23 | Improve non-closure, reference in-and-out errors. | David Wood | -10/+114 |