about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-09-24Auto merge of #3079 - rust-lang:rustup-2023-09-24, r=saethlinbors-8719/+1389
2023-09-24fmtThe Miri Conjob Bot-2/+2
2023-09-24Merge from rustcThe Miri Conjob Bot-8718/+1388
2023-09-24Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-09-24Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkovbors-93/+49
2023-09-24Auto merge of #116112 - matthiaskrgr:rollup-s3cm2f7, r=matthiaskrgrbors-102/+195
2023-09-23Raise minimum supported tvOS version to 10.0BlackHoleFox-1/+1
2023-09-23Raise minimum supported iOS version to 10.0BlackHoleFox-49/+17
2023-09-23Raise minimum supported macOS to 10.12BlackHoleFox-45/+33
2023-09-24Rollup merge of #116106 - GuillaumeGomez:migrate-gui-test-color-42, r=notriddleMatthias Krüger-1/+1
2023-09-24Rollup merge of #116104 - cjgillot:calculate_debuginfo_offset, r=b-naberMatthias Krüger-33/+10
2023-09-24Rollup merge of #116086 - estebank:issue-115992, r=compiler-errorsMatthias Krüger-35/+126
2023-09-24Rollup merge of #116082 - compiler-errors:default-assoc-ty-msg, r=estebankMatthias Krüger-6/+10
2023-09-24Rollup merge of #116073 - compiler-errors:poly-sigs, r=b-naberMatthias Krüger-27/+48
2023-09-23Auto merge of #112711 - Emilgardis:lit_byte_char, r=dtolnaybors-0/+34
2023-09-23implement Literal::byte_characterEmil Gardström-0/+34
2023-09-23Auto merge of #107421 - cjgillot:drop-tracking-mir, r=oli-obkbors-8438/+836
2023-09-23Migrate GUI colors test to original CSS color formatGuillaume Gomez-1/+1
2023-09-23Auto merge of #116047 - a-lafrance:I80836-codegen-test, r=Mark-Simulacrumbors-0/+17
2023-09-23Reuse calculate_debuginfo_offset for fragments.Camille GILLOT-33/+10
2023-09-23Make test more robust to opts.Camille GILLOT-6/+4
2023-09-23Remove GeneratorWitness and rename GeneratorWitnessMIR.Camille GILLOT-333/+91
2023-09-23Remove useless wrapper.Camille GILLOT-5/+1
2023-09-23Remove dead error code.Camille GILLOT-47/+5
2023-09-23Bless clippy.Camille GILLOT-166/+87
2023-09-23Bless mir-optCamille GILLOT-61/+90
2023-09-23Bless tests.Camille GILLOT-918/+486
2023-09-23Enable drop_tracking_mir by default.Camille GILLOT-2513/+114
2023-09-23Revert duplication of tests.Camille GILLOT-4891/+439
2023-09-23Fold lifetimes before substitution.Camille GILLOT-14/+14
2023-09-23Do not construct def_path_str for MustNotSuspend.Camille GILLOT-8/+29
2023-09-23Auto merge of #116081 - compiler-errors:closure-captures-sized, r=cjgillotbors-4/+296
2023-09-23Auto merge of #116045 - notriddle:notriddle/issue-83556, r=cjgillotbors-3/+31
2023-09-23Auto merge of #116071 - estebank:issue-115905, r=compiler-errorsbors-10/+100
2023-09-22diagnostics: simpler 83556 handling by bailing outMichael Howell-20/+4
2023-09-23Auto merge of #3077 - rust-lang:rustup-2023-09-23, r=saethlinbors-879/+1930
2023-09-23Merge from rustcThe Miri Conjob Bot-878/+1929
2023-09-23Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-09-23Auto merge of #116052 - oli-obk:ceci_nest_pas_une_query, r=WaffleLapkinbors-72/+143
2023-09-23Check types live across yields in generators tooMichael Goulet-5/+235
2023-09-23Check that closure's by-value captures are sizedMichael Goulet-0/+62
2023-09-23Auto merge of #116066 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-09-23Add testEsteban Küber-0/+36
2023-09-23Tweak wording and logicEsteban Küber-15/+20
2023-09-23When encountering method on `Self` that we can't suggest, mention itEsteban Küber-30/+31
2023-09-23More accurate suggestion for `self.` and `Self::`Esteban Küber-8/+57
2023-09-23Tweak expected message to explain what it's actually signifyingMichael Goulet-6/+10
2023-09-23Auto merge of #3072 - eduardosm:llvm.ctpop, r=saethlinbors-0/+280
2023-09-23Auto merge of #115695 - tmiasko:compiletest-supported-sanitizers, r=oli-obkbors-220/+191
2023-09-22Point at cause of expectation of `break` value when possibleEsteban Küber-10/+100