summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Rollup merge of #111449 - compiler-errors:recover-impl-generics-correctly, r=...Nilstrieb2023-05-163-0/+19
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Recover `impl<T ?Sized>` correctlyMichael Goulet2023-05-153-0/+19
| | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Rollup merge of #111428 - bvanjoi:fix-109250, r=NilstriebNilstrieb2023-05-169-29/+65
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | refactor(resolve): clean up the early error return caused by non-callbohan2023-05-109-29/+65
* | | | | | | | | | | | Auto merge of #111472 - djkoloski:compiletest_cfg_current_target, r=compiler-...bors2023-05-161-5/+84
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Get current target config from` --print=cfg`David Koloski2023-05-111-5/+84
* | | | | | | | | | | | Auto merge of #111134 - GilShoshan94:remove-send-bound-on-error, r=dtolnaybors2023-05-162-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Remove unnecessary Send boundGil Shoshan2023-05-032-3/+3
* | | | | | | | | | | | | Auto merge of #111044 - jmillikin:nonzero-negation, r=dtolnaybors2023-05-161-18/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Stabilize feature `nonzero_negation_ops`John Millikin2023-05-051-18/+12
* | | | | | | | | | | | | | Auto merge of #111221 - compiler-errors:yeet-generalizer, r=lcnrbors2023-05-1513-831/+627
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Replace RelationDir with VarianceMichael Goulet2023-05-154-63/+29
| * | | | | | | | | | | | | | Rename super_relate_* to structurally_relate_*Michael Goulet2023-05-156-23/+26
| * | | | | | | | | | | | | | Tweaks and a testMichael Goulet2023-05-153-51/+97
| * | | | | | | | | | | | | | yeet ConstInferUnifierMichael Goulet2023-05-153-180/+81
| * | | | | | | | | | | | | | Simplify delegateMichael Goulet2023-05-153-69/+70
| * | | | | | | | | | | | | | Combine TypeGeneralizer and GeneralizerMichael Goulet2023-05-154-588/+467
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Auto merge of #107707 - calebzulawski:remove-features, r=Amanieubors2023-05-152-9/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Remove misleading target feature aliasesCaleb Zulawski2023-02-052-9/+0
* | | | | | | | | | | | | | Auto merge of #111601 - matthiaskrgr:rollup-e5dguzb, r=matthiaskrgrbors2023-05-15121-286/+419
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Rollup merge of #111587 - cbeuw:copy-for-deref, r=oli-obkMatthias Krüger2023-05-155-12/+37
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | DocumentationAndy Wang2023-05-151-1/+1
| | * | | | | | | | | | | | | Address FIXMEAndy Wang2023-05-152-11/+6
| | * | | | | | | | | | | | | Add CopyForDeref to custom MIRAndy Wang2023-05-154-0/+30
| | | |_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Rollup merge of #111584 - nnethercote:number-lexing-tweaks, r=matkladMatthias Krüger2023-05-151-12/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Don't try to eat non-existent decimal digits.Nicholas Nethercote2023-05-151-2/+6
| | * | | | | | | | | | | | | Make `Cursor::number` less DRY.Nicholas Nethercote2023-05-151-10/+10
| | | |_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Rollup merge of #111578 - Zoxc:query-macro-move, r=cjgillotMatthias Krüger2023-05-15102-222/+257
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Move expansion of query macros in rustc_middle to rustc_middle::queryJohn Kåre Alsaker2023-05-15102-222/+257
| * | | | | | | | | | | | | | Rollup merge of #111538 - chenyukang:yukang-fix-110067-version-issue, r=jyn514Matthias Krüger2023-05-154-0/+47
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | comment feedbackyukang2023-05-141-1/+2
| | * | | | | | | | | | | | | | fixyukang2023-05-142-2/+2
| | * | | | | | | | | | | | | | skip rustc version check in dry_runyukang2023-05-141-0/+4
| | * | | | | | | | | | | | | | Make sure the build.rustc version is either the same or 1 apartyukang2023-05-143-0/+42
| * | | | | | | | | | | | | | | Rollup merge of #111525 - scottmcm:slice-position-tweak, r=Mark-SimulacrumMatthias Krüger2023-05-152-7/+27
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Stop checking for the absense of something that doesn't existScott McMurray2023-05-122-7/+27
| * | | | | | | | | | | | | | | | Rollup merge of #110049 - SkiFire13:localkey-with-docs-fix, r=workingjubileeMatthias Krüger2023-05-151-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | Don't claim LocalKey::with prevents a reference to be sent across threadsGiacomo Stevanato2023-04-071-2/+2
| * | | | | | | | | | | | | | | | | Rollup merge of #108356 - gftea:master, r=workingjubileeMatthias Krüger2023-05-152-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | improve doc test for UnsafeCell::raw_get and fix docs errorgftea2023-03-102-1/+3
| * | | | | | | | | | | | | | | | | | Rollup merge of #108291 - chenyukang:yukang/fix-benchmarks, r=workingjubileeMatthias Krüger2023-05-154-30/+30
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |/ / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | fix more benchmark test with black_boxyukang2023-02-214-30/+30
* | | | | | | | | | | | | | | | | | | Auto merge of #111585 - matthiaskrgr:rollup-468pykj, r=matthiaskrgrbors2023-05-1515-67/+84
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Rollup merge of #111582 - Vagelis-Prokopiou:fix/wanting, r=workingjubileeMatthias Krüger2023-05-152-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | wanting => wantVagelis Prokopiou2023-05-152-2/+2
| | | |_|_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Rollup merge of #111581 - scottmcm:fix-pattern-comment, r=workingjubileeMatthias Krüger2023-05-151-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | Fix some misleading and copy-pasted `Pattern` examplesScott McMurray2023-05-141-4/+4
| * | | | | | | | | | | | | | | | | | | Rollup merge of #111569 - LucasFA:linkchecker-lints, r=ehussMatthias Krüger2023-05-151-19/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | Appease lintsLucasFA2023-05-141-19/+16
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Rollup merge of #111560 - m-ou-se:span-char-boundary-stuff, r=cjgillotMatthias Krüger2023-05-152-24/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \