about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-01-24Rollup merge of #135865 - zachs18:maybe_report_similar_assoc_fn_more, r=compi...Matthias Krüger-6/+14
2025-01-24Rollup merge of #135757 - no1wudi:master, r=compiler-errorsMatthias Krüger-0/+203
2025-01-24don't drop types with no drop glue when tailcallingWaffle Lapkin-0/+9
2025-01-24coverage: Treat the "merged node flow graph" as a plain data structZalathar-83/+89
2025-01-24coverage: Replace `FrozenUnionFind` with a plain IndexVecZalathar-31/+11
2025-01-24coverage: Simplify how counter terms are storedZalathar-30/+20
2025-01-24coverage: Make query `coverage_ids_info` return an OptionZalathar-14/+12
2025-01-24coverage: Remove some dead code from MC/DC branch mapping conversionZalathar-19/+13
2025-01-24Exclude `mir::coverage` types from TypeFoldable/TypeVisitableZalathar-15/+26
2025-01-24Auto merge of #135959 - matthiaskrgr:rollup-0jenyfw, r=matthiaskrgrbors-8/+174
2025-01-24Properly report error when object type param default references selfMichael Goulet-15/+13
2025-01-24Auto merge of #135947 - matthiaskrgr:rollup-k9jpfls, r=matthiaskrgrbors-152/+138
2025-01-24Reword "crate not found" resolve messageEsteban Küber-5/+33
2025-01-24Use short type string in E0308 secondary span labelEsteban Küber-9/+10
2025-01-23Auto merge of #132666 - dingxiangfei2009:skip-if-let-rescope-lint, r=compiler...bors-6/+5
2025-01-24Rollup merge of #135905 - workingjubilee:softly-sanitize-aarch64-floats, r=rc...Matthias Krüger-1/+3
2025-01-24Rollup merge of #135855 - cuviper:parser-size, r=wesleywiserMatthias Krüger-2/+3
2025-01-24Rollup merge of #135648 - folkertdev:naked-asm-wasm, r=bjorn3Matthias Krüger-5/+168
2025-01-23Rollup merge of #135920 - hkBst:patch-16, r=SparrowLiiMatthias Krüger-7/+1
2025-01-23Rollup merge of #135911 - Zalathar:arena-cache-option, r=compiler-errorsMatthias Krüger-9/+64
2025-01-23Rollup merge of #135908 - ken-matsui:remove-asm-to-obj-comment, r=compiler-er...Matthias Krüger-6/+3
2025-01-23Rollup merge of #135880 - bjorn3:misc_driver_refactors, r=oli-obkMatthias Krüger-109/+30
2025-01-23Rollup merge of #135766 - lcnr:candidate-assembly-3, r=compiler-errorsMatthias Krüger-21/+28
2025-01-23Rollup merge of #135492 - metamuffin:bug-invalid-await-suggest, r=compiler-er...Matthias Krüger-0/+12
2025-01-23Disable non-required MIR opts with `optimize(none)`clubby789-10/+287
2025-01-23Implement `optimize(none)` attributeclubby789-11/+17
2025-01-23simplify similar_tokens from Vec<_> to &[_]Marijn Schouten-8/+8
2025-01-23simplify similar_tokens from Option<Vec<_>> to Vec<_>Marijn Schouten-21/+17
2025-01-23Make the wasm_c_abi future compat warning a hard errorbjorn3-54/+11
2025-01-23Remove outdated sentencebjorn3-1/+0
2025-01-23Remove RunCompilerbjorn3-20/+4
2025-01-23Remove set_make_codegen_backend and set_file_loaderbjorn3-45/+15
2025-01-23Remove the need to manually call set_using_internal_featuresbjorn3-49/+17
2025-01-23Rollup merge of #135884 - hkBst:patch-13, r=compiler-errorsMatthias Krüger-1/+1
2025-01-23Rollup merge of #135790 - wesleywiser:update_windows_gnu_debuginfokind, r=lqdMatthias Krüger-2/+2
2025-01-23Rollup merge of #135552 - amy-kwan:amy-kwan/reprc-struct-diagnostic-power-ali...Matthias Krüger-5/+135
2025-01-23Rollup merge of #134746 - compiler-errors:autoderef-norm-non-wf-coerce-ice, r...Matthias Krüger-3/+11
2025-01-23simplify parse_format::Parser::ws by using next_ifMarijn Schouten-7/+1
2025-01-23Handle parenthesised infer argsBoxy-6/+20
2025-01-23Explain visit_ty_unambig namingBoxy-0/+6
2025-01-23make `hir::Ty/ConstArg` methods generic where applicableBoxy-11/+21
2025-01-23inferkind docsBoxy-1/+2
2025-01-23writeback commentBoxy-1/+3
2025-01-23point to docs for ambig const/ty on intravisitBoxy-0/+6
2025-01-23`visit_x_unambig`Boxy-80/+80
2025-01-23Bless and add testsBoxy-0/+86
2025-01-23Semantic changes from new hir representationBoxy-53/+47
2025-01-23Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor`Boxy-313/+513
2025-01-23Make `hir::TyKind::TraitObject` use tagged ptrBoxy-41/+77
2025-01-23Remove query normalize from dropck outlives type opMichael Goulet-10/+14