about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-02-24Rollup merge of #94316 - nnethercote:improve-string-literal-unescaping, r=pet...Dylan DPC-40/+45
2022-02-24Rollup merge of #94315 - lcnr:auto-trait-lint-update, r=oli-obkDylan DPC-0/+1
2022-02-24Rollup merge of #94308 - tmiasko:normalize-main-ret-ty, r=oli-obkDylan DPC-3/+12
2022-02-24Rollup merge of #94242 - compiler-errors:fat-uninhabitable-pointer, r=michael...Dylan DPC-18/+20
2022-02-24Rollup merge of #94175 - Urgau:check-cfg-improvements, r=petrochenkovDylan DPC-46/+98
2022-02-24Rollup merge of #93714 - compiler-errors:can-type-impl-copy-error-span, r=jac...Dylan DPC-4/+25
2022-02-24resolve/metadata: Stop encoding macros as reexportsVadim Petrochenkov-23/+47
2022-02-24metadata: Tweak the way in which declarative macros are encodedVadim Petrochenkov-5/+8
2022-02-24resolve: Fix incorrect results of `opt_def_kind` query for some built-in macrosVadim Petrochenkov-15/+31
2022-02-24Auto merge of #94131 - Mark-Simulacrum:fmt-string, r=oli-obkbors-80/+84
2022-02-24restore spans for issue-50480Michael Goulet-1/+14
2022-02-24better ObligationCause for normalization errors in can_type_implement_copyMichael Goulet-5/+13
2022-02-24Auto merge of #94123 - bjorn3:cg_ssa_singleton_builder, r=tmiaskobors-150/+158
2022-02-24Introduce Bx::switch_to_blockbjorn3-94/+95
2022-02-24Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkovbors-488/+340
2022-02-24update auto trait lintlcnr-0/+1
2022-02-24Rollup merge of #94292 - esp-rs:riscv32imc-esp-espidf-64bit-atomics, r=petroc...Matthias Krüger-2/+2
2022-02-24Rollup merge of #94288 - Mark-Simulacrum:ser-opt, r=nnethercoteMatthias Krüger-42/+19
2022-02-24Rollup merge of #94270 - RalfJung:fn-ptrs, r=oli-obkMatthias Krüger-13/+18
2022-02-24Rollup merge of #94267 - pierwill:fast-reject-bound, r=michaelwoeristerMatthias Krüger-4/+4
2022-02-24Rollup merge of #89887 - arlosi:char-debug, r=wesleywiserMatthias Krüger-2/+2
2022-02-24Inline a hot closure in `from_lit_token`.Nicholas Nethercote-17/+23
2022-02-24Improve `scan_escape`.Nicholas Nethercote-23/+22
2022-02-24Auto merge of #94107 - tmiasko:fewer-types, r=davidtwcobors-1/+10
2022-02-24Auto merge of #93438 - spastorino:node_id_to_hir_id_refactor, r=oli-obkbors-59/+74
2022-02-23Normalize main return type during mono item collection & codegenTomasz Miąsko-3/+12
2022-02-23Miri: relax fn ptr checkRalf Jung-13/+18
2022-02-23Change `char` type in debuginfo to DW_ATE_UTFArlo Siemsen-2/+2
2022-02-23properly handle fat pointers to uninhabitable typesMichael Goulet-18/+20
2022-02-23riscv32imc_esp_espidf: set max_atomic_width to 64Scott Mabin-2/+2
2022-02-23Continue improvements on the --check-cfg implementationLoïc BRANSTETT-54/+46
2022-02-23Rollup merge of #94285 - bjorn3:sync_cg_clif-2022-02-23, r=bjorn3Matthias Krüger-808/+842
2022-02-23Rollup merge of #94280 - tmiasko:should-print-region, r=oli-obkMatthias Krüger-6/+6
2022-02-23Rollup merge of #94271 - RalfJung:downcast, r=oli-obkMatthias Krüger-2/+6
2022-02-23Rollup merge of #94213 - digama0:patch-4, r=Dylan-DPCMatthias Krüger-1/+1
2022-02-23Rollup merge of #94137 - aDotInTheVoid:abi-enum, r=CraftSpiderMatthias Krüger-0/+4
2022-02-23Rollup merge of #94128 - mqy:master, r=Dylan-DPCMatthias Krüger-1/+1
2022-02-23Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-202...bjorn3-808/+842
2022-02-23Rename `region_should_not_be_omitted` to `should_print_region`Tomasz Miąsko-6/+6
2022-02-22Remove unused ordering derivations and bounds for `SimplifiedTypeGen`pierwill-4/+4
2022-02-23Auto merge of #93984 - nnethercote:ChunkedBitSet, r=Mark-Simulacrumbors-73/+804
2022-02-22Miri: extend comments on downcast operationRalf Jung-2/+6
2022-02-23Introduce `ChunkedBitSet` and use it for some dataflow analyses.Nicholas Nethercote-73/+804
2022-02-22Delete Decoder::read_unitMark Rousskov-17/+4
2022-02-22Provide copy-free access to raw Decoder bytesMark Rousskov-21/+12
2022-02-22Provide raw &str access from DecoderMark Rousskov-5/+4
2022-02-22Improve diagnostic of the unexpected_cfgs lintLoïc BRANSTETT-3/+48
2022-02-22Improve CheckCfg internal representationLoïc BRANSTETT-43/+58
2022-02-22Auto merge of #94254 - matthiaskrgr:rollup-7llbjhd, r=matthiaskrgrbors-237/+247
2022-02-22local_id is always != 0 at this pointSantiago Pastorino-11/+10