about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-06-11Rollup merge of #73155 - marmeladema:save-analysis-various-fixes, r=XanewokDylan DPC-77/+142
2020-06-11Rollup merge of #73080 - ertos-rs:sean.wilson/devel/external_doc-ref-fix, r=o...Dylan DPC-1/+1
2020-06-11Rollup merge of #72976 - GuillaumeGomez:cleanup-e0642, r=Dylan-DPCDylan DPC-1/+1
2020-06-11Rollup merge of #72941 - nagisa:ensure-stack-for-match, r=oli-obkDylan DPC-23/+5233
2020-06-11Rollup merge of #72380 - lcnr:const_context, r=estebankDylan DPC-245/+228
2020-06-11Auto merge of #71896 - spastorino:existential-assoc-types-variance, r=nikomat...bors-5/+52
2020-06-11Auto merge of #73198 - ehuss:update-cargo, r=ehussbors-0/+0
2020-06-10Auto merge of #73206 - Dylan-DPC:rollup-rha9g8q, r=Dylan-DPCbors-313/+328
2020-06-10Fix emcc failure for wasm32.Eric Huss-0/+3
2020-06-10Rollup merge of #73184 - mati865:fix-mingw-libs-order, r=petrochenkovDylan DPC-1/+1
2020-06-10Rollup merge of #73157 - Aaron1011:where-oh-where-has-my-little-span-gone, r=...Dylan DPC-7/+68
2020-06-10Rollup merge of #73070 - ayazhafiz:i/72819, r=nikomatsakisDylan DPC-0/+30
2020-06-10Rollup merge of #73023 - ayushmishra2005:remove_noisy_suggestion, r=davidtwcoDylan DPC-70/+28
2020-06-10Rollup merge of #73005 - Aaron1011:fix/error-overflow, r=estebankDylan DPC-181/+55
2020-06-10Rollup merge of #72897 - lcnr:structurally-match-normalize, r=pnkfelixDylan DPC-1/+27
2020-06-10Rollup merge of #72890 - davidtwco:issue-66202-normalize-and-transparent-impr...Dylan DPC-40/+105
2020-06-10Rollup merge of #72789 - petrochenkov:impcand, r=davidtwcoDylan DPC-13/+14
2020-06-09Update cargoEric Huss-0/+0
2020-06-10Auto merge of #73190 - Dylan-DPC:rollup-9wbyh4y, r=Dylan-DPCbors-168/+171
2020-06-10Rollup merge of #73149 - cuviper:awailable, r=steveklabnikDylan DPC-2/+2
2020-06-10Rollup merge of #73148 - DarkEld3r:patch-1, r=jonas-schievinkDylan DPC-2/+2
2020-06-10Rollup merge of #73133 - doctorn:unwind-mir-validation, r=jonas-schievinkDylan DPC-19/+48
2020-06-10Rollup merge of #73123 - GuillaumeGomez:cleanup-e0647, r=Dylan-DPCDylan DPC-1/+2
2020-06-10Rollup merge of #73122 - doctorn:issue-73116, r=varkorDylan DPC-4/+30
2020-06-10Rollup merge of #73098 - jyn514:rustdoc-is-fake, r=GuillaumeGomezDylan DPC-3/+8
2020-06-10Rollup merge of #72417 - nnethercote:rm-RawVec-reserve_in_place, r=AmanieuDylan DPC-137/+79
2020-06-09save_analysis: fix enum reference to point to variant rather than constructormarmeladema-11/+7
2020-06-09save_analysis: improve pretty printing of enummarmeladema-5/+14
2020-06-09Reoder order in which MinGW libs are linkedMateusz MikuĊ‚a-1/+1
2020-06-09Relate existential associated types with variance InvariantSantiago Pastorino-5/+52
2020-06-09Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippyLzu Tao-914/+3943
2020-06-09lint: transitive FFI-safety for transparent typesDavid Wood-51/+69
2020-06-09lint: check for unit ret type after normalizationDavid Wood-25/+26
2020-06-09Address commentsNathan Corbyn-19/+26
2020-06-09Update commentsNathan Corbyn-2/+2
2020-06-09Auto merge of #72114 - anyska:vtable-rename, r=nikomatsakisbors-268/+279
2020-06-09improper_ctypes: add test for #66202David Wood-0/+46
2020-06-09Auto merge of #73153 - ecstatic-morse:revert-71956, r=tmandrybors-137/+414
2020-06-09Remove noisy suggestion of hash_map #72642Ayush Kumar Mishra-70/+28
2020-06-08Don't lose empty `where` clause when pretty-printingAaron Hill-7/+68
2020-06-08fixup! Add regression test for const generic ICE in #72819Ayaz Hafiz-1/+1
2020-06-08fixup! Add regression test for const generic ICE in #72819Ayaz Hafiz-0/+3
2020-06-08Auto merge of #73147 - Dylan-DPC:rollup-9saqhj5, r=Dylan-DPCbors-44/+87
2020-06-08Add regression test for #73137Dylan MacKenzie-0/+42
2020-06-09save_analysis: better handle functions signaturemarmeladema-35/+48
2020-06-09save_analysis: better handle pathsmarmeladema-27/+74
2020-06-08Revert #71956Dylan MacKenzie-137/+372
2020-06-09Rename some identifiers in `RawVec` and `libarena`.Nicholas Nethercote-79/+62
2020-06-09Remove `RawVec::reserve_in_place`.Nicholas Nethercote-39/+6
2020-06-09Remove the `reserve_in_place` calls in `{Typed,Dropless}Arena::grow`.Nicholas Nethercote-30/+22