about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-09-25Rollup merge of #54518 - petrochenkov:regr130, r=alexcrichtonPietro Albini-21/+90
2018-09-25Rollup merge of #54498 - sylvestre:patch-1, r=frewsxcvPietro Albini-1/+1
2018-09-25Rollup merge of #54368 - GuillaumeGomez:reduce-side-padding, r=QuietMisdreavusPietro Albini-1/+1
2018-09-25Rollup merge of #54281 - GuillaumeGomez:search-box, r=QuietMisdreavusPietro Albini-2/+20
2018-09-25Rollup merge of #54058 - Kerollmops:slice-dedup, r=shepmasterPietro Albini-89/+244
2018-09-25Rollup merge of #53518 - phungleson:fix-impl-from-for-convert, r=frewsxcvPietro Albini-0/+26
2018-09-25resolve: Do not block derive helper resolutions on single import resolutionsVadim Petrochenkov-21/+90
2018-09-25Auto merge of #54411 - cramertj:await-keyword-error, r=nikomatsakisbors-4/+244
2018-09-25Add examples for docSon-4/+22
2018-09-25Auto merge of #54430 - adrian-budau:master, r=alexcrichtonbors-7/+1
2018-09-25Auto merge of #54317 - Centril:feature/dbg_macro, r=SimonSapinbors-0/+332
2018-09-25Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakisbors-17/+540
2018-09-25Auto merge of #53438 - matthewjasper:permissive-match-access, r=pnkfelixbors-906/+1197
2018-09-24Rename places_conflict to borrow_conflicts_with_placeMatthew Jasper-13/+13
2018-09-24Update mir opt testsMatthew Jasper-81/+88
2018-09-24Add a MIR transform to remove fake readsMatthew Jasper-3/+188
2018-09-24Update ui testsMatthew Jasper-720/+73
2018-09-24Add tests for new match borrowsMatthew Jasper-0/+457
2018-09-24Don't check for conflicting borrows of `ReadForMatch`esMatthew Jasper-3/+12
2018-09-24Add more fake borrows to matchesMatthew Jasper-58/+171
2018-09-24Better messages for errors from Shallow borrowsMatthew Jasper-9/+96
2018-09-24Add "Shallow" borrow kindMatthew Jasper-22/+102
2018-09-24Auto merge of #54416 - christianpoveda:master, r=wesleywiserbors-2/+41
2018-09-24Make "await" a pseudo-edition keywordTaylor Cramer-4/+244
2018-09-24Auto merge of #53783 - RalfJung:ptr-docs, r=alexcrichtonbors-549/+701
2018-09-24Auto merge of #54509 - matthewjasper:better-drop-access, r=pnkfelixbors-416/+282
2018-09-24Auto merge of #54507 - csmoe:deny_overflow, r=varkorbors-1/+29
2018-09-24Auto merge of #54489 - matthiaskrgr:rls, r=kennytmbors-0/+2
2018-09-24Auto merge of #54495 - raventid:improve-e0425-message, r=estebankbors-8/+10
2018-09-23Auto merge of #54485 - arielb1:avoid-ctor-attrs, r=eddybbors-11/+30
2018-09-23Add test to check if inlining works for any operandChristian Poveda-0/+39
2018-09-23dbg_macro: fix line numbersMazdak Farrokhzad-8/+8
2018-09-23Update tests for changes to drop accessMatthew Jasper-10/+26
2018-09-23Rework checking for borrows conflicting with dropsMatthew Jasper-397/+252
2018-09-23Remove irrelevant message about drop orderMatthew Jasper-9/+4
2018-09-23Auto merge of #54229 - davidtwco:issue-52534, r=pnkfelixbors-431/+1338
2018-09-23add test for edition 2018csmoe-0/+26
2018-09-23deny overflow literalscsmoe-1/+3
2018-09-23dbg_macro: only ignore cloudabi and emscriptenMazdak Farrokhzad-2/+0
2018-09-23dbg_macro: more things...Mazdak Farrokhzad-0/+3
2018-09-23Auto merge of #54380 - RalfJung:miri-snapshot, r=eddybbors-314/+286
2018-09-23Only annotate if borrow is returned.David Wood-67/+276
2018-09-23Correctly handle named lifetimes.David Wood-111/+319
2018-09-23Renamed ppaux highlight region hook.David Wood-9/+14
2018-09-23Added note about dangling references.David Wood-0/+36
2018-09-23Fixed off-by-one span.David Wood-9/+9
2018-09-23Added multiple parameter closure test.David Wood-2/+20
2018-09-23Improve 'dropped here' note.David Wood-9/+25
2018-09-23Improve borrow errors for closures.David Wood-153/+438
2018-09-23Improve non-closure, reference in-and-out errors.David Wood-10/+114