about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-10-17Rollup merge of #116787 - a-lafrance:span-internal-lint, r=oli-obkMatthias Krüger-5/+46
2023-10-17Rollup merge of #116719 - celinval:smir-mono, r=oli-obkMatthias Krüger-45/+310
2023-10-17Rollup merge of #116717 - estebank:issue-9082, r=oli-obkMatthias Krüger-1/+126
2023-10-17Rollup merge of #111072 - Urgau:check-cfg-new-syntax, r=petrochenkovMatthias Krüger-7/+133
2023-10-17Auto merge of #116756 - fee1-dead-contrib:dupe-those-bounds, r=oli-obkbors-8/+98
2023-10-17Auto merge of #116822 - notriddle:notriddle/rust-logo, r=fmeasebors-1/+51
2023-10-16tweak pass description and fix lint fail post-rebaseArthur Lafrance-2/+2
2023-10-16debug Span::ctxt() call detectionArthur Lafrance-25/+12
2023-10-17Auto merge of #116477 - nnethercote:tidy-alpha-deps, r=wesleywiserbors-26/+28
2023-10-16basic lint v2 implementedArthur Lafrance-43/+56
2023-10-16implement the basics of the lint static analysisArthur Lafrance-0/+41
2023-10-17Auto merge of #116826 - nnethercote:fix-116780-116797, r=compiler-errorsbors-4/+4
2023-10-17Fix a performance regression in obligation deduplication.Nicholas Nethercote-4/+4
2023-10-16docs: add Rust logo to more compiler cratesMichael Howell-1/+51
2023-10-16Rollup merge of #116811 - narpfel:unpretty-unicode-escape-in-format-string-li...Guillaume Gomez-2/+2
2023-10-16Rollup merge of #116805 - Nilstrieb:onunimplemented-std-core-alloc-whatever-w...Guillaume Gomez-4/+7
2023-10-16Rollup merge of #116800 - compiler-errors:rpitit-gat-outlives, r=jackh726Guillaume Gomez-33/+27
2023-10-16Rollup merge of #116754 - Zalathar:spans, r=oli-obkGuillaume Gomez-128/+129
2023-10-16address review commentEsteban Küber-90/+125
2023-10-16Preserve unicode escapes in format string literals when pretty-printing ASTPaul Gey-2/+2
2023-10-16Add MonoItems and Instance to stable_mirCelina G. Val-45/+310
2023-10-16Auto merge of #116804 - matthiaskrgr:rollup-m2qm8ul, r=matthiaskrgrbors-24/+72
2023-10-16Make `rustc_onunimplemented` export path agnosticNilstrieb-4/+7
2023-10-16Rollup merge of #116802 - compiler-errors:anchor-opaque-wf, r=oli-obkMatthias Krüger-8/+8
2023-10-16Rollup merge of #116257 - estebank:issue-101351, r=b-naberMatthias Krüger-16/+64
2023-10-16Auto merge of #116731 - Alexendoo:hash-untracked-state, r=oli-obkbors-7/+25
2023-10-16Remove `DefiningAnchor::Bubble` from opaque wf checkMichael Goulet-8/+8
2023-10-16Fix outlives suggestion for GAT in RPITITMichael Goulet-33/+27
2023-10-16Auto merge of #116550 - nnethercote:rustc-features-more, r=Nilstriebbors-284/+246
2023-10-16Auto merge of #114330 - RalfJung:dagling-ptr-deref, r=oli-obkbors-351/+347
2023-10-16Auto merge of #116724 - RalfJung:alloc-bytes, r=oli-obkbors-24/+5
2023-10-16coverage: Explain why we temporarily steal `pending_dups`Zalathar-6/+20
2023-10-16coverage: Inline `span_bcb_dominates`Zalathar-14/+11
2023-10-16coverage: Inline `prev_starts_after_next`Zalathar-10/+5
2023-10-16coverage: Move `take_curr` and note what its callers are doingZalathar-9/+9
2023-10-16coverage: Call `prev`/`curr` less in other placesZalathar-11/+17
2023-10-16coverage: Call `prev`/`curr` less in `to_refined_spans`Zalathar-22/+20
2023-10-16coverage: Remove redundant field `prev_expn_span`Zalathar-7/+2
2023-10-16coverage: Flatten guard logic in `maybe_flush_pending_dups`Zalathar-15/+16
2023-10-16coverage: Flatten guard logic in `maybe_push_macro_name_span`Zalathar-20/+17
2023-10-16coverage: Simplify `push_refined_span`Zalathar-12/+8
2023-10-16coverage: Use `DUMMY_SP` instead of creating a dummy span manuallyZalathar-4/+4
2023-10-16coverage: Rename `hold_pending_dups_unless_dominated` to `update_pending_dups`Zalathar-2/+2
2023-10-16coverage: Rename `check_pending_dups` to `maybe_flush_pending_dups`Zalathar-2/+2
2023-10-16coverage: Rename `check_invoked_macro_name_span` to `maybe_push_macro_name_span`Zalathar-5/+7
2023-10-16Rollup merge of #115196 - chenyukang:yukang-fix-86094, r=estebankMatthias Krüger-6/+65
2023-10-16Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`.Nicholas Nethercote-193/+191
2023-10-16Remove `rustc_feature::State`.Nicholas Nethercote-97/+61
2023-10-15Rollup merge of #116522 - bvanjoi:fix-115599, r=oli-obkMatthias Krüger-0/+8
2023-10-15update MIR place semantics UB commentRalf Jung-12/+9