about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-11-15Rollup merge of #79059 - jyn514:cranelift, r=Mark-SimulacrumJonas Schievink-0/+5
2020-11-15Rollup merge of #79041 - jyn514:inner-to-kind, r=petrochenkovJonas Schievink-131/+129
2020-11-15Rollup merge of #79016 - fanzier:underscore-expressions, r=petrochenkovJonas Schievink-43/+211
2020-11-15Rollup merge of #79004 - jyn514:bacon, r=Mark-SimulacrumJonas Schievink-2/+44
2020-11-15Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakisJonas Schievink-22/+26
2020-11-15Rollup merge of #78986 - Mark-Simulacrum:fix-llvm, r=alexcrichtonDylan DPC-0/+16
2020-11-15Rollup merge of #78980 - thiolliere:gui-fix-qpath, r=estebankDylan DPC-0/+16
2020-11-15Rollup merge of #78969 - tmiasko:normalize, r=davidtwcoDylan DPC-8/+14
2020-11-15Rollup merge of #78968 - zec:add-llvm-as, r=Mark-SimulacrumDylan DPC-0/+1
2020-11-15Rollup merge of #78966 - tmiasko:inline-never, r=oli-obkDylan DPC-39/+219
2020-11-15Rollup merge of #78962 - poliorcetics:rustdoc-raw-ident-test, r=jyn514Dylan DPC-0/+22
2020-11-15Rollup merge of #78948 - slanterns:master, r=varkorDylan DPC-0/+7
2020-11-15Rollup merge of #78856 - mark-i-m:fix-or-pat-ice, r=matthewjasperDylan DPC-0/+65
2020-11-15Rollup merge of #78848 - DevJPM:ci-llvm-9, r=nikicDylan DPC-9/+7
2020-11-15Rollup merge of #78590 - DeveloperC286:issue_60302, r=varkorDylan DPC-1/+1
2020-11-14Print 'checking cranelift artifacts' to easily separate it from other artifactsJoshua Nelson-0/+5
2020-11-14Auto merge of #79049 - tmiasko:lower-intrinsics, r=jonas-schievinkbors-5/+263
2020-11-14Auto merge of #78809 - vn-ki:fix-issue-76064, r=oli-obkbors-146/+44
2020-11-14Add underscore expressions for destructuring assignmentsFabian Zaiser-43/+211
2020-11-14Style nitWho? Me?!-1/+1
2020-11-14Rename ItemEnum -> ItemKind, inner -> kindJoshua Nelson-131/+129
2020-11-14Lower intrinsics calls: forget, size_of, unreachable, wrapping_*Tomasz Miąsko-5/+263
2020-11-13Auto merge of #78683 - Nemo157:issue-78673, r=lcnrbors-7/+47
2020-11-13Auto merge of #78888 - richkadel:llvm-coverage-tests, r=tmandrybors-35/+23
2020-11-13refactor: vec_deque ignore-tidy-filelengthC-1/+1
2020-11-13Auto merge of #79011 - ehuss:update-cargo, r=ehussbors-0/+0
2020-11-13Rollup merge of #78996 - lcnr:cg-promotion, r=RalfJungGuillaume Gomez-0/+11
2020-11-13Rollup merge of #78985 - lcnr:cg-drop-test, r=nikomatsakisGuillaume Gomez-28/+61
2020-11-13Rollup merge of #78984 - GuillaumeGomez:rustdoc-check-option, r=jyn514Guillaume Gomez-0/+154
2020-11-13Rollup merge of #77151 - rust-lang:LeSeulArtichaut-patch-1, r=pnkfelixGuillaume Gomez-0/+16
2020-11-13Fix wrong XPathAlexis Bourget-4/+6
2020-11-13update clippy test ouputVishnunarayan K I-16/+2
2020-11-13bump version to 1.50.0Pietro Albini-1/+1
2020-11-13Auto merge of #78826 - petrochenkov:mrscopes2, r=eddybbors-1/+1
2020-11-12Update cargoEric Huss-0/+0
2020-11-13Auto merge of #78990 - RalfJung:miri, r=RalfJungbors-6/+6
2020-11-12Ensure that INVALID_CODEBLOCK_ATTRIBUTES lint is emittedGuillaume Gomez-28/+47
2020-11-12Add `--color` support to bootstrapJoshua Nelson-2/+44
2020-11-12Normalize function type during validationTomasz Miąsko-8/+14
2020-11-12./x.py test --blessTomasz Miąsko-36/+184
2020-11-12Never inline C variadic functionsTomasz Miąsko-0/+18
2020-11-12Fix generator inlining by checking for rust-call abi and spread argTomasz Miąsko-0/+16
2020-11-12Never inline when `no_sanitize` attributes differTomasz Miąsko-3/+1
2020-11-12Rollup merge of #78987 - lcnr:integer-sizes, r=varkorMara Bos-5/+94
2020-11-12Rollup merge of #78972 - ehuss:update-cargo, r=ehussMara Bos-0/+0
2020-11-12Rollup merge of #78970 - calebcartwright:update-rustfmt, r=Aaron1011Mara Bos-5/+5
2020-11-12Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkovMara Bos-72/+443
2020-11-12Rollup merge of #76730 - ebkalderon:rustdoc-fix-mut-args-async-fn, r=tmandryMara Bos-2/+15
2020-11-12cg: add explicit test for const param promotionBastian Kauschke-0/+11
2020-11-12Handle and test wildcard argumentsJoshua Nelson-2/+7