about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-04-14Stabilize --json unused-externs(-silent)Jeremy Fitzhardinge-7/+0
2024-04-14Rollup merge of #123898 - fmease:gci-cmp-impl-item-lt-params, r=compiler-errorsMatthias Krüger-4/+2
2024-04-13Auto merge of #123175 - Nilstrieb:debug-strict-overflow, r=wesleywiserbors-27/+109
2024-04-13Auto merge of #123897 - matthiaskrgr:rollup-v0vvcw2, r=matthiaskrgrbors-51/+7
2024-04-13Check regions earlier when comparing impl with trait item defLeón Orell Valerian Liehr-4/+2
2024-04-13Add add/sub methods that only panic with debug assertions to rustcNilstrieb-27/+109
2024-04-13Rollup merge of #123890 - klensy:cl, r=fee1-deadMatthias Krüger-48/+0
2024-04-13Rollup merge of #123888 - oli-obk:define_opaque_types4, r=compiler-errorsMatthias Krüger-3/+7
2024-04-13Auto merge of #123854 - petrochenkov:searchdirs2, r=lqdbors-122/+23
2024-04-13Auto merge of #123656 - lqd:linker-features, r=petrochenkovbors-26/+183
2024-04-13Auto merge of #122603 - estebank:clone-o-rama, r=lcnrbors-62/+487
2024-04-13remove some ancient debug output, looks unused?klensy-18/+0
2024-04-13Replace a `DefiningOpaqueTypes::No` with `Yes` by asserting that one side of ...Oli Scherer-1/+5
2024-04-13Auto merge of #123257 - ChrisDenton:enable-tls, r=fmeasebors-4/+0
2024-04-13fix coroutine witness doctestOli Scherer-2/+2
2024-04-12Auto merge of #121430 - madsmtm:mac-catalyst-iOSSupport, r=wesleywiserbors-0/+10
2024-04-12review commentsEsteban Küber-8/+36
2024-04-12Auto merge of #123869 - matthiaskrgr:rollup-9kif9c9, r=matthiaskrgrbors-15/+50
2024-04-12Rollup merge of #123847 - eggyal:issue-123844, r=fmeaseMatthias Krüger-0/+1
2024-04-12Rollup merge of #123834 - compiler-errors:async-closure-with-tainted-body, r=...Matthias Krüger-3/+7
2024-04-12Rollup merge of #123654 - jieyouxu:question-mark-span, r=NadrierilMatthias Krüger-12/+42
2024-04-12Auto merge of #121426 - madsmtm:remove-cc-syslibroot, r=pnkfelixbors-1/+7
2024-04-12Suppress erroneous suggestionAlan Egerton-0/+1
2024-04-12Don't do coroutine-closure-specific upvar analysis if tainted by errorsMichael Goulet-3/+7
2024-04-12Rollup merge of #123849 - JimmyOhn:first_contribution, r=pnkfelixMatthias Krüger-0/+13
2024-04-12Rollup merge of #123841 - Kohei316:remove_qualifier_sugg, r=wesleywiserMatthias Krüger-1/+12
2024-04-12Rollup merge of #123249 - goolmoos:naked_variadics, r=pnkfelixMatthias Krüger-0/+7
2024-04-12Rollup merge of #123223 - estebank:issue-123079, r=pnkfelixMatthias Krüger-13/+7
2024-04-12Rollup merge of #123204 - notriddle:notriddle/include-str-span, r=pnkfelixMatthias Krüger-16/+62
2024-04-12remove dead codeklensy-30/+0
2024-04-12linker: Remove laziness and caching from native search directory walksVadim Petrochenkov-122/+23
2024-04-12Update compiler/rustc_error_codes/src/error_codes/E0384.mdJimmy Ohn-0/+13
2024-04-12do not add prolog for variadic naked functionsGuy Shefy-0/+7
2024-04-12make CLI linker features influence the linker flavorRémy Rakic-2/+49
2024-04-12add `-Z linker-features` to toggle lld on the CLIRémy Rakic-1/+63
2024-04-12introduce `LinkerFeatures`Rémy Rakic-0/+52
2024-04-12remove some unnecessary lifetimesRémy Rakic-23/+19
2024-04-12Auto merge of #123736 - compiler-errors:multiply-on-rhs, r=estebankbors-4/+10
2024-04-12Better account for more cases involving closuresEsteban Küber-14/+36
2024-04-12Fix rebaseEsteban Küber-2/+2
2024-04-12Improve diagnostic by suggesting to remove visibility qualifiermorine0122-1/+12
2024-04-12Rollup merge of #123827 - petrochenkov:searchdirs, r=NadrierilMatthias Krüger-22/+21
2024-04-12Rollup merge of #123789 - klensy:rq, r=cjgillotMatthias Krüger-17/+13
2024-04-12Rollup merge of #123775 - scottmcm:place-val, r=cjgillotMatthias Krüger-169/+239
2024-04-12Rollup merge of #123599 - matthiaskrgr:rm, r=cjgillotMatthias Krüger-18/+10
2024-04-11Auto merge of #123823 - matthiaskrgr:rollup-8zdtggx, r=matthiaskrgrbors-70/+78
2024-04-12linker: Avoid some allocations in search directory iterationVadim Petrochenkov-22/+21
2024-04-11Rollup merge of #123804 - compiler-errors:podcrab-fix, r=jieyouxuMatthias Krüger-34/+21
2024-04-11Rollup merge of #123744 - compiler-errors:redundant-due-to-glob, r=petrochenkovMatthias Krüger-1/+3
2024-04-11Rollup merge of #123523 - estebank:issue-123414, r=BoxyUwUMatthias Krüger-35/+54