about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-04-22Add module docs and restrict visibilityDylan MacKenzie-5/+7
2020-04-22Use a ref-counted pointer for ownership of the predecessor cacheDylan MacKenzie-14/+23
2020-04-22Remove `predecessors_for`Dylan MacKenzie-16/+5
2020-04-22Auto merge of #71044 - ecstatic-morse:body-predecessor-cache, r=oli-obkbors-684/+454
2020-04-22Auto merge of #71431 - Dylan-DPC:rollup-rvm6tfy, r=Dylan-DPCbors-35/+128
2020-04-22Replace multiple calls to `predecessors_for`Dylan MacKenzie-2/+4
2020-04-22Add `#[inline]` declarationsDylan MacKenzie-0/+16
2020-04-22Use `Body` everywhereDylan MacKenzie-317/+224
2020-04-22Don't use `*` for deref-coercionDylan MacKenzie-78/+77
2020-04-22Use internal mutability for predecessor cacheDylan MacKenzie-287/+133
2020-04-22Rollup merge of #71401 - spastorino:remove-visit-place-base, r=wesleywiserDylan DPC-25/+10
2020-04-22Rollup merge of #71370 - PankajChaudhary5:ErrorCode-E0696, r=GuillaumeGomezDylan DPC-2/+52
2020-04-22Rollup merge of #71336 - ecstatic-morse:check-consts-asm, r=oli-obkDylan DPC-6/+59
2020-04-22Rollup merge of #71280 - RalfJung:mplace-check-align, r=oli-obkDylan DPC-2/+7
2020-04-22Auto merge of #71374 - nnethercote:alphabetize-C-and-Z-options, r=petrochenkovbors-729/+700
2020-04-22Use macros for option tests.Nicholas Nethercote-520/+177
2020-04-22Add all the missing option tests.Nicholas Nethercote-15/+273
2020-04-22Alphabetize the `-C` and `-Z` options.Nicholas Nethercote-562/+618
2020-04-22Auto merge of #71424 - Dylan-DPC:rollup-iunh61a, r=Dylan-DPCbors-103/+296
2020-04-22comment explaining force_align usageRalf Jung-0/+3
2020-04-22Rollup merge of #71414 - phansch:more-diagnostic-items, r=ManishearthDylan DPC-0/+5
2020-04-22Rollup merge of #71412 - dtolnay:uselessdoc, r=ManishearthDylan DPC-3/+3
2020-04-22Rollup merge of #71337 - Valloric:rustdoc-check-pass, r=GuillaumeGomezDylan DPC-19/+19
2020-04-22Rollup merge of #71214 - GuillaumeGomez:add-error-code-inner-doc-error, r=Dyl...Dylan DPC-5/+45
2020-04-22Rollup merge of #71203 - csmoe:issue-71137, r=csmoeDylan DPC-9/+68
2020-04-22Rollup merge of #70970 - eddyb:trait-vs-impl-mismatch, r=oli-obkDylan DPC-67/+156
2020-04-22Update UI testsGuillaume Gomez-2/+4
2020-04-22Add error code to inner doc comment attribute errorGuillaume Gomez-3/+41
2020-04-22Auto merge of #71323 - nnethercote:bitcode-in-rlib, r=alexcrichtonbors-7/+60
2020-04-22More diagnostic items for Clippy usagePhilipp Hansch-0/+5
2020-04-22Build libstd with `-Cbitcode-in-rlib=yes`.Nicholas Nethercote-5/+17
2020-04-22Add a simple test.Nicholas Nethercote-0/+5
2020-04-22Add a new option `-Cbitcode-in-rlib`.Nicholas Nethercote-1/+38
2020-04-22Remove an old in-progress comment from a previous PR.Nicholas Nethercote-1/+0
2020-04-21Clarify unused_doc_comments note on macro invocationsDavid Tolnay-3/+3
2020-04-22Auto merge of #71410 - JohnTitor:rollup-vh6dut5, r=JohnTitorbors-309/+209
2020-04-22add test for correct await spancsmoe-12/+62
2020-04-22Rollup merge of #71399 - rust-lang:cleanup-e0554, r=Dylan-DPCYuki Okushi-1/+1
2020-04-22Rollup merge of #71390 - aticu:master, r=Dylan-DPCYuki Okushi-1/+1
2020-04-22Rollup merge of #71384 - RalfJung:RalfJung-patch-1, r=Mark-SimulacrumYuki Okushi-1/+1
2020-04-22Rollup merge of #71372 - ayushmishra2005:shebang_stripping, r=estebankYuki Okushi-1/+24
2020-04-22Rollup merge of #71366 - faern:use-assoc-int-consts3, r=dtolnayYuki Okushi-28/+21
2020-04-22Rollup merge of #71236 - sinkuu:cleanup, r=nikomatsakisYuki Okushi-222/+0
2020-04-22Rollup merge of #70998 - estebank:suggest-impl-trait-empty-fn, r=varkorYuki Okushi-55/+161
2020-04-21Update cargo, rlsEric Huss-0/+0
2020-04-21visit_place_base is just visit_localSantiago Pastorino-25/+10
2020-04-21Clean up E0554 explanationGuillaume Gomez-1/+1
2020-04-21Minor refactoringAyush Kumar Mishra-1/+1
2020-04-21Assign correct span to new illegal opsDylan MacKenzie-11/+14
2020-04-21Fix incorrect description of E0690aticu-1/+1