summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #110413 - pietroalbini:pa-1.69.0-stable, r=pietroalbini1.69.0stablebors2023-04-1619-200/+365
|\
| * backport release notesPietro Albini2023-04-161-2/+227
| * bump to stablePietro Albini2023-04-161-1/+1
| * rustdoc: Correctly merge import's and its target's docs in one more caseVadim Petrochenkov2023-04-162-6/+24
| * Don't collect return-position impl traits for documentationMichael Goulet2023-04-162-1/+24
| * Move a const-prop-lint specific hack from mir interpret to const-prop-lint an...Oli Scherer2023-04-164-12/+64
| * Revert "Don't recover lifetimes/labels containing emojis as character literals"Michael Goulet2023-04-168-178/+17
| * Limit to one job on mingw buildersNikita Popov2023-04-161-0/+8
|/
* Auto merge of #110273 - flip1995:beta-backport, r=Manishearthbors2023-04-133-11/+52
|\
| * Handle ambiguous projectionsSamuel Moelius2023-04-132-4/+21
| * Cache `has_sig_drop_attr` for `significant_drop_tightening`Nilstrieb2023-04-131-7/+31
|/
* Auto merge of #110236 - weihanglo:update-beta-cargo, r=weihanglobors2023-04-121-0/+0
|\
| * [beta-1.69] cargo backportWeihang Lo2023-04-121-0/+0
|/
* Auto merge of #109741 - Mark-Simulacrum:beta-backport, r=Mark-Simulacrumbors2023-04-025-357/+359
|\
| * Bump bootstrap to 1.68.2Mark Rousskov2023-03-291-290/+290
| * Revert "enable ThinLTO for rustc on x86_64-pc-windows-msvc dist builds"Nilstrieb2023-03-292-2/+1
| * Create dir for build_tripleMu0019992023-03-291-0/+1
| * Fix linker detection for clang with prefixTaiki Endo2023-03-291-1/+3
| * Move us to the new large runners poolMark Rousskov2023-03-292-64/+64
* | Auto merge of #109817 - oli-obk:revert_102245, r=pnkfelixbors2023-03-312-30/+22
|\ \
| * | Add regression testOli Scherer2023-03-311-0/+8
| * | Partially revert 5b08c9f39754039ef9c6cbde157ac9eb8c252a58Oli Scherer2023-03-311-2/+8
| * | Revert "Constify cmp_min_max_by"Oli Scherer2023-03-311-28/+6
|/ /
* | Auto merge of #109653 - weihanglo:beta-1.69-backport, r=weihanglobors2023-03-271-0/+0
|\ \
| * | [beta-1.69] Backport GitHub RSA key revocationWeihang Lo2023-03-271-0/+0
|/ /
* | Auto merge of #109265 - weihanglo:update-beta-cargo, r=weihanglobors2023-03-192-1/+1
|\ \
| * | [beta] Update cargoWeihang Lo2023-03-172-1/+1
|/ /
* | Auto merge of #109033 - Mark-Simulacrum:beta-backport, r=Mark-Simulacrumbors2023-03-1718-567/+561
|\ \ | |/
| * ci: use `apt install --download-only` for solaris debsJosh Stone2023-03-161-6/+4
| * tweak debug output and bless testsAli MJ Al-Nasrawy2023-03-114-30/+34
| * tweak ClosureOutlivesSubjectTyAli MJ Al-Nasrawy2023-03-112-8/+11
| * ignore bivariant regions in opaque typesAli MJ Al-Nasrawy2023-03-113-20/+32
| * smarter algorithm for finding an equal regionAli MJ Al-Nasrawy2023-03-114-106/+11
| * promote subject even if it has unnamed regionsAli MJ Al-Nasrawy2023-03-117-67/+66
| * add known-bug testsAli MJ Al-Nasrawy2023-03-118-0/+137
| * Retry pred_known_to_hold_modulo_regions with fulfillment if ambiguousMichael Goulet2023-03-111-3/+5
| * fix: evaluate with wrong obligation stackyifei2023-03-113-2/+47
| * Bump to released stableMark Rousskov2023-03-111-402/+291
|/
* Auto merge of #108817 - Mark-Simulacrum:beta-next, r=Mark-Simulacrumbors2023-03-068-25/+25
|\
| * Bump channel to betaMark Rousskov2023-03-061-1/+1
| * Bump version placeholdersMark Rousskov2023-03-067-24/+24
|/
* Auto merge of #108692 - nnethercote:dont-call-temporary_scope-twice, r=cjgillotbors2023-03-041-4/+2
|\
| * Don't call `temporary_scope` twice.Nicholas Nethercote2023-03-031-4/+2
* | Auto merge of #108732 - Dylan-DPC:rollup-dy1l8sx, r=Dylan-DPCbors2023-03-0415-19/+73
|\ \
| * \ Rollup merge of #108727 - tshepang:example-translatable-diagnostic, r=NilstriebDylan DPC2023-03-043-1/+11
| |\ \
| | * | rustc_expand: make proc-macro derive error translatableTshepang Mbambo2023-03-043-1/+11
| * | | Rollup merge of #108669 - Nilstrieb:query-my-uninitness, r=compiler-errorsDylan DPC2023-03-043-2/+11
| |\ \ \
| | * | | Allow checking whether a type allows being uninitializedNilstrieb2023-03-023-2/+11
| * | | | Rollup merge of #108660 - xfix:remove-ne-method-from-str, r=thomccDylan DPC2023-03-042-8/+0
| |\ \ \ \
| | * | | | Remove manual implementation of String::neKonrad Borowski2023-03-021-4/+0