about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-02-22Update test cases0yoyoyo-54/+54
2021-02-21Add indication of anonymous lifetime position0yoyoyo-49/+34
2021-02-19Rollup merge of #82275 - ehuss:update-cargo, r=ehussDylan DPC-0/+0
2021-02-19Rollup merge of #82261 - ojeda:rustdoc-argfile, r=jyn514Dylan DPC-1/+59
2021-02-19Rollup merge of #82259 - osa1:issue82156, r=petrochenkovDylan DPC-0/+12
2021-02-19Rollup merge of #82245 - estebank:issue-78653, r=matthewjasperDylan DPC-0/+28
2021-02-19Rollup merge of #82238 - petrochenkov:nocratemod, r=Aaron1011Dylan DPC-9/+10
2021-02-19Rollup merge of #81496 - guswynn:expected_async_block, r=oli-obkDylan DPC-0/+65
2021-02-19rustdoc: Support argument filesMiguel Ojeda-1/+59
2021-02-18Add explanations and suggestions to `irrefutable_let_patterns` lintCamelid-5/+54
2021-02-18Update cargoEric Huss-0/+0
2021-02-18Fix popping singleton paths in when generating E0433Ömer Sinan Ağacan-0/+12
2021-02-18Rollup merge of #82246 - jesusprubio:add-long-explanation-e0549, r=GuillaumeG...Dylan DPC-1/+1
2021-02-18Rollup merge of #82236 - matthiaskrgr:useless_conv, r=jyn514Dylan DPC-3/+3
2021-02-18Rollup merge of #82218 - rylev:copy-pdbs, r=Mark-SimulacrumDylan DPC-2/+10
2021-02-18Rollup merge of #82215 - TaKO8Ki:replace-if-let-while-let, r=varkorDylan DPC-34/+34
2021-02-18Rollup merge of #82194 - estebank:arbitrary-bounds-suggestion, r=petrochenkovDylan DPC-1/+21
2021-02-18Rollup merge of #82112 - BoxyUwU:tumbleweed, r=varkorDylan DPC-0/+34
2021-02-18Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726Dylan DPC-76/+300
2021-02-18Rollup merge of #81546 - hyd-dev:libtest-run-out-of-threads, r=Mark-SimulacrumDylan DPC-0/+23
2021-02-18ast: Keep expansion status for out-of-line module itemsVadim Petrochenkov-3/+6
2021-02-18ast: Stop using `Mod` in `Crate`Vadim Petrochenkov-6/+4
2021-02-18Auto merge of #82249 - JohnTitor:rollup-3jbqija, r=JohnTitorbors-35/+99
2021-02-18Rollup merge of #82211 - henryboisdequin:make-setup-msgs-better, r=jyn514Yuki Okushi-2/+8
2021-02-18Rollup merge of #82203 - c410-f3r:tests-tests-tests, r=Dylan-DPCYuki Okushi-19/+5
2021-02-18Rollup merge of #82202 - kraj:kraj/riscv-musl, r=estebankYuki Okushi-0/+2
2021-02-18Rollup merge of #82055 - JulianKnodt:ty_where_const, r=estebankYuki Okushi-14/+84
2021-02-18Add long explanation for E0549Jesus Rubio-1/+1
2021-02-17Do not ICE when evaluating locals' types of invalid `yield`Esteban Küber-0/+28
2021-02-18Auto merge of #81172 - SimonSapin:ptr-metadata, r=oli-obkbors-0/+1
2021-02-18Auto merge of #82241 - Dylan-DPC:rollup-munmzg5, r=Dylan-DPCbors-600/+618
2021-02-17Rollup merge of #82021 - csmoe:issue-78600, r=tmandryDylan DPC-0/+23
2021-02-17Rollup merge of #82007 - sexxi-goose:reborrow, r=nikomatsakisDylan DPC-46/+346
2021-02-17Rollup merge of #81972 - matthewjasper:hrtb-error-cleanup, r=nikomatsakisDylan DPC-343/+155
2021-02-17Rollup merge of #81869 - mark-i-m:leading-vert, r=petrochenkovDylan DPC-211/+73
2021-02-17Rollup merge of #81860 - osa1:issue81800, r=estebankDylan DPC-0/+21
2021-02-17Auto merge of #81993 - flip1995:clippyup, r=Manishearthbors-610/+1802
2021-02-17Auto merge of #82235 - GuillaumeGomez:rollup-oflxc08, r=GuillaumeGomezbors-31/+157
2021-02-17Rollup merge of #82231 - jesusprubio:add-long-explanation-e0543, r=GuillaumeG...Guillaume Gomez-1/+1
2021-02-17Rollup merge of #82207 - ehuss:rustdoc-2021, r=jyn514Guillaume Gomez-12/+2
2021-02-17Rollup merge of #82204 - ehuss:update-books, r=ehussGuillaume Gomez-0/+0
2021-02-17Rollup merge of #82169 - not-an-aardvark:assert-lazy-format-expressions, r=sf...Guillaume Gomez-0/+12
2021-02-17Rollup merge of #82136 - edward-shen:mismatched-subst-and-hir, r=lcnrGuillaume Gomez-0/+68
2021-02-17Rollup merge of #82105 - nagisa:nagisa/ensure-removed, r=petrochenkovGuillaume Gomez-0/+7
2021-02-17Rollup merge of #79981 - camelid:overflowing_literals-inference-error, r=lcnrGuillaume Gomez-18/+67
2021-02-17avoid converting types into themselves (clippy::useless_conversion)Matthias Krüger-3/+3
2021-02-17In some limited cases, suggest `where` bounds for non-type paramsEsteban Küber-1/+21
2021-02-17Add long explanation for E0543Jesus Rubio-1/+1
2021-02-17Make sure pdbs are copied along with exe and dlls when bootstrappingRyan Levick-2/+10
2021-02-17[libtest] Run the test synchronously when hitting thread limithyd-dev-0/+23