about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-04-04Rollup merge of #83521 - sexxi-goose:quick-diagnostic-fix, r=nikomatsakisDylan DPC-40/+81
2021-04-04Rollup merge of #73945 - est31:unused_externs, r=Mark-SimulacrumDylan DPC-6/+112
2021-04-04Auto merge of #83839 - ldm0:deref, r=petrochenkovbors-4/+4
2021-04-03Auto merge of #83811 - JohnTitor:rollup-hnw1xwz, r=JohnTitorbors-11/+14
2021-04-04Optimize out unneeded type resolvingliudingming-2/+2
2021-04-04Move log's short part to firstliudingming-2/+2
2021-04-04Rollup merge of #83810 - benmezger:update-builtin-docs-typo, r=jonas-schievinkYuki Okushi-1/+1
2021-04-04Rollup merge of #83804 - detrumi:build-type-ir-on-stable, r=petrochenkovYuki Okushi-6/+4
2021-04-04Rollup merge of #83803 - surechen:add_target_feature, r=petrochenkovYuki Okushi-0/+1
2021-04-04Rollup merge of #83787 - digama0:patch-1, r=bjorn3Yuki Okushi-4/+8
2021-04-03Fix rustc_lint_defs documentation typoBen Mezger-1/+1
2021-04-03Auto merge of #83682 - bjorn3:mmap_wrapper, r=cjgillotbors-48/+62
2021-04-03Add safety comment to StableAddress impl for Mmapbjorn3-0/+4
2021-04-03Add fixme comment to revert change once const_panic is stableWilco Kusee-0/+2
2021-04-03Remove nightly features in rustc_type_irWilco Kusee-6/+2
2021-04-03add fp-armv8 for ARM_ALLOWED_FEATURESsurechen-0/+1
2021-04-03Auto merge of #83774 - richkadel:zero-based-counters, r=tmandrybors-24/+105
2021-04-03Auto merge of #83599 - jyn514:unorderable, r=Aaron1011bors-2/+5
2021-04-02Translate counters from Rust 1-based to LLVM 0-based counter idsRich Kadel-24/+105
2021-04-02Auto merge of #81866 - nagisa:nagisa/sanitizer-support-target-prop, r=tmiaskobors-200/+214
2021-04-02Reduce size of statementsRoxane-14/+16
2021-04-02Fix diagnostic issue when using FakeReads in closuresRoxane-30/+69
2021-04-03rm target specific logic in link_sanitizer_runtimeSimonas Kazlauskas-22/+14
2021-04-03(De-)serialize the supported_sanitizersSimonas Kazlauskas-14/+59
2021-04-03Maintain supported sanitizers as a target propertySimonas Kazlauskas-63/+47
2021-04-03Move SanitizerSet to rustc_targetSimonas Kazlauskas-116/+109
2021-04-02Auto merge of #83790 - Dylan-DPC:rollup-p6ep8jo, r=Dylan-DPCbors-29/+84
2021-04-02Rollup merge of #83757 - sexxi-goose:migrations_out, r=nikomatsakisDylan DPC-28/+81
2021-04-02Rollup merge of #83673 - hi-rustin:rustin-patch-suggestion, r=estebankDylan DPC-1/+3
2021-04-02Auto merge of #76881 - hameerabbasi:issue-53325, r=oli-obkbors-0/+10
2021-04-02fixMario Carneiro-1/+2
2021-04-02clarify wordingMario Carneiro-3/+6
2021-04-02Monomorphization doc fixMario Carneiro-2/+2
2021-04-02Auto merge of #83468 - hi-rustin:rustin-patch-lint, r=nikomatsakisbors-3/+78
2021-04-02Auto merge of #83781 - JohnTitor:rollup-1vm3dxo, r=JohnTitorbors-0/+6
2021-04-02Rollup merge of #83535 - MidasLamb:mir-type-count-mismatch, r=nikomatsakisYuki Okushi-0/+6
2021-04-02Auto merge of #83207 - oli-obk:valtree2, r=lcnrbors-30/+158
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-9/+29
2021-04-02Auto merge of #80828 - SNCPlay42:opaque-projections, r=estebankbors-18/+39
2021-04-01Make the diagnostic message more readableAman Arora-2/+2
2021-04-01Don't introduce a block if a block existsAman Arora-4/+12
2021-04-02Auto merge of #83663 - AngelicosPhosphoros:simplify_binary_and_to_get_better_...bors-29/+18
2021-04-02address commentshi-rustin-1/+1
2021-04-01Update lint messageAman Arora-12/+31
2021-04-01Auto merge of #82780 - cjgillot:dep-stream, r=michaelwoeristerbors-930/+647
2021-04-01Simplify logical operations CFGAngelicosPhosphoros-29/+18
2021-04-01add OR_PATTERNS_BACK_COMPAT linthi-rustin-3/+78
2021-04-01Some more fine-grained forced inliningOli Scherer-0/+2
2021-04-01Inline some functions that suddenly show up more in tracesOli Scherer-3/+3
2021-04-01Auto merge of #83736 - JohnTitor:fix-unsafe_block_in_unsafe_fn-stabilized-ver...bors-1/+1