about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-10-17Rollup merge of #116827 - nnethercote:pub-handle_options, r=compiler-errorsMatthias Krüger-1/+5
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-17Remove `Print::Error`Nilstrieb-32/+17
2023-10-17Remove `Printer::Error`Nilstrieb-194/+180
2023-10-17Remove `Print::Output`Nilstrieb-43/+27
2023-10-17Remove "subprinter" types from `Printer`Nilstrieb-200/+149
2023-10-17disable missing_copy_implementations lint on non_exhaustive typesRyan Mehri-0/+5
2023-10-17Auto merge of #116756 - fee1-dead-contrib:dupe-those-bounds, r=oli-obkbors-8/+98
2023-10-17[RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopesUrgau-84/+330
2023-10-17[RFC 3127 - Trim Paths]: Add unstable option and parsingUrgau-2/+57
2023-10-17Rewrite `Box<T>::try_fold_with`.Nicholas Nethercote-11/+3
2023-10-17Remove `IdFunctor` trait.Nicholas Nethercote-125/+48
2023-10-17Remove unused features from `rustc_data_structures`.Nicholas Nethercote-2/+0
2023-10-17Remove `rustc_symbol_mangling/messages.ftl`.Nicholas Nethercote-22/+26
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-17Make `handle_options` public again.Nicholas Nethercote-1/+5
2023-10-17Use a visitor that could be reused by opaque type capture check laterMichael Goulet-99/+137
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-16Address review commentsMatthew Jasper-62/+56
2023-10-16Fix inline const pattern unsafety checking in THIRMatthew Jasper-27/+104
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-16Avoid unnecessary renumberingJonáš Fiala-0/+4
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