about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-06-15Export all fns with extern indicatorNathan Corbyn-50/+74
2020-06-15Export `#[inline] #[no_mangle]` fns in cdylibs and staticlibsNathan Corbyn-4/+48
2020-06-15Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakisbors-851/+923
2020-06-14Auto merge of #73089 - tmiasko:musl-1.1.24, r=kennytmbors-5/+7
2020-06-14Auto merge of #73232 - RalfJung:miri-no-default, r=Mark-Simulacrumbors-12/+20
2020-06-14Auto merge of #73188 - mati865:use-preinstalled-msys2, r=pietroalbinibors-50/+20
2020-06-13Rollup merge of #73308 - yerke:fix-pretty-asm-rs-test-for-aarch64, r=AmanieuDylan DPC-0/+2
2020-06-13Rollup merge of #73302 - JakobDegen:should-panic-documentation, r=Mark-Simula...Dylan DPC-71/+28
2020-06-13Rollup merge of #73267 - ehuss:cargotest-this-cargo, r=Mark-SimulacrumDylan DPC-1/+2
2020-06-13Rollup merge of #73241 - mati865:mingw-libs-order-comment, r=petrochenkovDylan DPC-3/+4
2020-06-13Rollup merge of #73194 - lzutao:INT-patterns, r=dtolnayDylan DPC-139/+139
2020-06-13Rollup merge of #73066 - ecstatic-morse:query-structural-eq2, r=pnkfelixDylan DPC-20/+86
2020-06-13Rollup merge of #72932 - poliorcetics:pattern-contains-behaviour, r=hanna-kruppeDylan DPC-0/+37
2020-06-13Add/update comments about MinGW late_link_argsMateusz MikuĊ‚a-3/+4
2020-06-13pretty/asm.rs should only be tested for x86_64 and not AArch64Yerkebulan Tulibergenov-0/+2
2020-06-13Adjusted some doctests in libcore to use `should_panic`.Jake Degen-71/+28
2020-06-13Prefer the associated consts for pattern matching errorLzu Tao-139/+139
2020-06-13Auto merge of #73277 - RalfJung:miri-caller-location, r=oli-obkbors-18/+18
2020-06-12Auto merge of #73262 - wesleywiser:simplifyarmidentity_beta_regression, r=oli...bors-62/+87
2020-06-12Make `type_marked_structural` privateDylan MacKenzie-2/+1
2020-06-12Use "reflexive equality" in docsDylan MacKenzie-2/+2
2020-06-12Helper method for whether type has structural equalityDylan MacKenzie-18/+85
2020-06-12Disable the `SimplifyArmIdentity` pass on betaWesley Wiser-62/+87
2020-06-12fix caller_location intrinsic for MiriRalf Jung-18/+18
2020-06-12Rollup merge of #73236 - GuillaumeGomez:cleanup-e0666, r=Dylan-DPCDylan DPC-7/+11
2020-06-12Rollup merge of #73225 - tmandry:issue-73050, r=oli-obkDylan DPC-10/+13
2020-06-12Rollup merge of #73178 - petrochenkov:explint, r=varkorDylan DPC-26/+146
2020-06-12Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnayDylan DPC-518/+485
2020-06-12x.py: do not build Miri by defaultRalf Jung-12/+20
2020-06-12Auto merge of #73266 - ehuss:update-cargo, r=ehussbors-0/+0
2020-06-11Update cargoEric Huss-0/+0
2020-06-12Auto merge of #69478 - avr-rust:avr-support-upstream, r=jonas-schievinkbors-5/+200
2020-06-11Use the built cargo for cargotest.Eric Huss-1/+2
2020-06-12Rollup merge of #73254 - jyn514:local-def-id-comment, r=lcnrDylan DPC-0/+2
2020-06-12Rollup merge of #73195 - ayazhafiz:i/73145, r=estebankDylan DPC-50/+2126
2020-06-12Rollup merge of #73187 - mati865:bootstrap-cleanup, r=Mark-SimulacrumDylan DPC-6/+0
2020-06-12Rollup merge of #73163 - ayushmishra2005:61137-add-long-error-code-e0724, r=d...Dylan DPC-1/+26
2020-06-12Rollup merge of #73036 - alexcrichton:update-wasm-fence, r=Mark-SimulacrumDylan DPC-8/+0
2020-06-12Rollup merge of #73033 - Amanieu:asm-tls, r=oli-obkDylan DPC-45/+78
2020-06-11Add comment about LocalDefId -> DefIdJoshua Nelson-0/+2
2020-06-11Add long error explanation for E0724Ayush Kumar Mishra-1/+26
2020-06-11Rollup merge of #73230 - Amanieu:asm-unused2, r=petrochenkovDylan DPC-21/+54
2020-06-11Rollup merge of #73207 - GuillaumeGomez:cleanup-e0648, r=Dylan-DPCDylan DPC-1/+10
2020-06-11Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasperDylan DPC-146/+243
2020-06-11Rollup merge of #73169 - Amanieu:asm-warnings, r=petrochenkovDylan DPC-15/+124
2020-06-11Rollup merge of #73097 - Mark-Simulacrum:clippy-fail, r=oli-obkDylan DPC-1/+1
2020-06-11Rollup merge of #73012 - Aaron1011:feature/span-debug-ctxt, r=matthewjasperDylan DPC-47/+75
2020-06-11Rollup merge of #72180 - euclio:rustdoc-test-extra-space, r=Dylan-DPCDylan DPC-1/+27
2020-06-11Fix NLL testMatthew Jasper-2/+2
2020-06-11Document some opaque types codeMatthew Jasper-100/+109