summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Set .llvmbc and .llvmcmd sections as allocatable"revert-77961-embed-bitcodeTyler Mandry2020-10-231-2/+2
* Auto merge of #77015 - davidtwco:check-attr-variant-closure-expr, r=lcnrbors2020-10-2320-131/+114
|\
| * passes: `check_attr` on more targetsDavid Wood2020-09-2820-131/+114
* | Auto merge of #78270 - JohnTitor:rollup-bldrjh5, r=JohnTitorbors2020-10-2353-110/+522
|\ \
| * \ Rollup merge of #78265 - JohnTitor:type-iference-diag-test, r=lcnrYuki Okushi2020-10-234-0/+78
| |\ \
| | * | Add regression test for issue-71732Yuki Okushi2020-10-232-0/+36
| | * | Add a regression test for issue-72616Yuki Okushi2020-10-232-0/+42
| |/ / |/| |
| * | Rollup merge of #78263 - JohnTitor:mir-opt-ice-test, r=lcnrYuki Okushi2020-10-231-0/+4
| |\ \
| | * | Make it regression test of issue-77668Yuki Okushi2020-10-231-0/+4
| |/ / |/| |
| * | Rollup merge of #78255 - dtolnay:match, r=lcnrYuki Okushi2020-10-235-15/+53
| |\ \
| | * | Reduce diagram mess in 'match arms have incompatible types' errorDavid Tolnay2020-10-224-28/+38
| | * | Add test of incompatible match arm types with multiline armDavid Tolnay2020-10-222-1/+29
| |/ / |/| |
| * | Rollup merge of #78235 - Aaron1011:closure-ret-infer, r=varkorYuki Okushi2020-10-234-0/+65
| |\ \
| | * | Explain where the closure return type was inferredAaron Hill2020-10-224-0/+65
| * | | Rollup merge of #78231 - LeSeulArtichaut:closure-target_feature, r=nikomatsakisYuki Okushi2020-10-232-1/+27
| |\ \ \
| | * | | Fixup: add missing trailing newlineLeSeulArtichaut2020-10-221-1/+1
| | * | | Make closures inherit the parent function's target featuresLeSeulArtichaut2020-10-222-1/+27
| * | | | Rollup merge of #78169 - ehuss:update-cargo, r=ehussYuki Okushi2020-10-232-1/+14
| |\ \ \ \
| | * | | | Update cargoEric Huss2020-10-202-1/+14
| * | | | | Rollup merge of #78163 - camelid:fixup-lib-docs, r=m-ou-seYuki Okushi2020-10-231-9/+10
| |\ \ \ \ \
| | * | | | | Clean up lib docsCamelid2020-10-221-9/+10
| * | | | | | Rollup merge of #78153 - est31:downloaded_llvm_maybe_sync, r=Mark-SimulacrumYuki Okushi2020-10-231-1/+6
| |\ \ \ \ \ \
| | * | | | | | Sync LLVM submodule if it has been initializedest312020-10-201-1/+6
| * | | | | | | Rollup merge of #78116 - spastorino:inline-const-in-range-pat, r=petrochenkovYuki Okushi2020-10-236-14/+61
| |\ \ \ \ \ \ \
| | * | | | | | | Bless testsSantiago Pastorino2020-10-222-2/+2
| | * | | | | | | Add ..= const { .. } missing tests and sort them properlySantiago Pastorino2020-10-221-3/+8
| | * | | | | | | Make inline const work for half open rangesSantiago Pastorino2020-10-224-9/+19
| | * | | | | | | Make inline const work in range patternsSantiago Pastorino2020-10-222-6/+38
| | * | | | | | | Rename parse_const_expr to parse_const_blockSantiago Pastorino2020-10-223-3/+3
| * | | | | | | | Rollup merge of #78098 - camelid:fixup-docs, r=steveklabnikYuki Okushi2020-10-233-32/+58
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Clean up and improve some docsCamelid2020-10-213-32/+58
| * | | | | | | | | Rollup merge of #77969 - ryan-scott-dev:bigo-notation-consistency, r=m-ou-seYuki Okushi2020-10-235-18/+18
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Following #74010 by converting some newer cases of backticked O notations to ...Ryan Scott2020-10-153-8/+8
| | * | | | | | | | | Made slice sort documentation consistent between stable and unstable versionsRyan Scott2020-10-152-10/+10
| * | | | | | | | | | Rollup merge of #77920 - ayazhafiz:i/mut-ident-spacing, r=jyn514Yuki Okushi2020-10-232-1/+13
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | fixup! Avoid extraneous space between visibility kw and ident for staticsayazhafiz2020-10-131-3/+3
| | * | | | | | | | | | Avoid extraneous space between visibility kw and ident for staticsayazhafiz2020-10-132-1/+13
| * | | | | | | | | | | Rollup merge of #77918 - wcampbell0x2a:cleanup-network-tests, r=m-ou-seYuki Okushi2020-10-232-12/+5
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Use is_ok() instead of empty Ok(_)wcampbell2020-10-131-10/+4
| | * | | | | | | | | | | Join map operatorswcampbell2020-10-131-2/+1
| * | | | | | | | | | | | Rollup merge of #77890 - gilescope:welformed-json-output-from-libtest, r=KodrAusYuki Okushi2020-10-231-4/+10
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Fixing escaping to ensure generation of welformed json.Giles Cope2020-10-131-4/+10
| * | | | | | | | | | | | | Rollup merge of #77488 - varkor:repr128-incomplete_features, r=jonas-schievinkYuki Okushi2020-10-2312-0/+52
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Fix clippy testsvarkor2020-10-223-0/+3
| | * | | | | | | | | | | | | Mark `repr128` as `incomplete_features`varkor2020-10-219-0/+49
| * | | | | | | | | | | | | | Rollup merge of #77339 - fusion-engineering-forks:tryfrom-nonzero-to-nonzero,...Yuki Okushi2020-10-231-0/+46
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Bump nzint_try_from_nzint_conv stabilization version to 1.49.Mara Bos2020-10-151-1/+1
| | * | | | | | | | | | | | | | Implement TryFrom between NonZero types.Mara Bos2020-09-291-0/+46
| * | | | | | | | | | | | | | | Rollup merge of #77268 - follower:patch-3, r=jyn514Yuki Okushi2020-10-231-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Link to "Contributing to Rust" rather than "Getting Started".follower2020-09-281-2/+2