about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-10-18revert rust-lang/rust#114586Ali MJ Al-Nasrawy-81/+18
2023-10-18Auto merge of #116713 - estebank:issue-116703, r=compiler-errorsbors-46/+60
2023-10-18Auto merge of #116830 - nnethercote:rustc_type_ir, r=compiler-errorsbors-128/+41
2023-10-18Remove `UnknownPartitionStrategy` error.Nicholas Nethercote-6/+0
2023-10-18Streamline `build_skip_move_check_fns`.Nicholas Nethercote-31/+10
2023-10-18Inline and remove `item_requires_monomorphization`.Nicholas Nethercote-7/+2
2023-10-18Remove empty `MirUsedCollector::visit_local`.Nicholas Nethercote-8/+0
2023-10-18Remove unneeded dependencies from `rustc_monomorphize`.Nicholas Nethercote-1/+0
2023-10-18Make sure that non-pretty-printing usages are using the correct elaboratorMichael Goulet-10/+12
2023-10-18Simplify transitive_bounds_that_define_assoc_itemMichael Goulet-33/+28
2023-10-18Don't compare host param by nameMichael Goulet-11/+10
2023-10-17Automatically enable cross-crate inlining for small functionsBen Kimock-69/+184
2023-10-17Suggest constraining assoc types in more casesEsteban Küber-44/+58
2023-10-18Remove `#![feature(result_option_inspect)]` from the compilerSlanterns-3/+0
2023-10-17Unify suggestion wordingEsteban Küber-45/+55
2023-10-17review comments + more testsEsteban Küber-8/+9
2023-10-17Properly account for self ty in method disambiguation suggestionEsteban Küber-3/+6
2023-10-17Use `YYYY-MM-DDTHH_MM_SS` as datetime format for ICE dump filesEsteban Küber-3/+8
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