about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-10-09add test for wasm linker override=clangreez12g-0/+19
2023-09-27Auto merge of #116193 - matthiaskrgr:rollup-wpt7m5t, r=matthiaskrgrbors-235/+272
2023-09-27Rollup merge of #116187 - estebank:small-tweak, r=compiler-errorsMatthias Krüger-5/+23
2023-09-27Rollup merge of #116178 - Milo123459:milo/add-test-for-const-async-function-i...Matthias Krüger-0/+18
2023-09-27Rollup merge of #116149 - compiler-errors:anonymize, r=lcnrMatthias Krüger-4/+38
2023-09-27Rollup merge of #115934 - oli-obk:smir_identity, r=spastorinoMatthias Krüger-226/+193
2023-09-27Auto merge of #116166 - Zalathar:unreachable, r=cjgillotbors-1/+5
2023-09-27Auto merge of #116189 - weihanglo:update-cargo, r=weihanglobors-2/+2
2023-09-27Auto merge of #116163 - compiler-errors:lazyness, r=oli-obkbors-189/+128
2023-09-27Update cargoWeihang Lo-2/+2
2023-09-27Auto merge of #116156 - oli-obk:opaque_place_unwrap, r=compiler-errorsbors-1/+37
2023-09-26Add context to `let: Ty = loop { break };`Esteban Küber-5/+23
2023-09-26Auto merge of #116144 - lcnr:subst-less, r=oli-obkbors-75/+66
2023-09-26add testMilo-0/+18
2023-09-26Auto merge of #116102 - cjgillot:indirect-scalar, r=oli-obkbors-12/+11
2023-09-26Anonymize binders for refining_impl_trait checkMichael Goulet-4/+38
2023-09-26Auto merge of #116154 - cjgillot:retain-cfg, r=oli-obkbors-19/+24
2023-09-26Auto merge of #116175 - matthiaskrgr:rollup-cwteiwy, r=matthiaskrgrbors-27/+131
2023-09-26Rollup merge of #116162 - fmease:gate-n-validate-rustc_safe_intrinsic, r=Nils...Matthias Krüger-11/+79
2023-09-26Rollup merge of #116153 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2023-09-26Rollup merge of #116151 - DaniPopes:rustdoc-unstable-typo, r=fmeaseMatthias Krüger-1/+1
2023-09-26Rollup merge of #116131 - Zoxc:cold-path-rename, r=oli-obkMatthias Krüger-15/+13
2023-09-26Rollup merge of #116099 - eduardosm:issue-79865-regression, r=oli-obkMatthias Krüger-0/+38
2023-09-26Auto merge of #115893 - RalfJung:match-require-partial-eq, r=oli-obkbors-11/+139
2023-09-26Auto merge of #116109 - Zoxc:no-dep-graph-thread, r=oli-obkbors-118/+68
2023-09-26Skip MIR pass `UnreachablePropagation` when coverage is enabledZalathar-1/+5
2023-09-26subst -> instantiatelcnr-75/+66
2023-09-26Auto merge of #116139 - flip1995:clippyup, r=Manishearthbors-2324/+3995
2023-09-26Auto merge of #116125 - RalfJung:const-param-ty-eq, r=compiler-errorsbors-6/+44
2023-09-26Auto merge of #116124 - WaffleLapkin:fix-proc-macro-literal-to-string, r=comp...bors-1/+158
2023-09-26Don't store lazyness in DefKindMichael Goulet-189/+128
2023-09-26Auto merge of #116072 - compiler-errors:rpitit-implied-bounds, r=aliemjaybors-8/+169
2023-09-26Auto merge of #116080 - estebank:issue-115905-2, r=compiler-errorsbors-55/+322
2023-09-25Use verbose suggestion for `break` without valueEsteban Küber-56/+76
2023-09-25Auto merge of #116084 - fmease:rustdoc-fix-x-crate-async-fn, r=GuillaumeGomezbors-44/+72
2023-09-25Handle all arbitrary `loop` nesting in `break` type errorsEsteban Küber-8/+137
2023-09-25Rename `cold_path` to `outline`John Kåre Alsaker-15/+13
2023-09-25Gate and validate #[rustc_safe_intrinsic]León Orell Valerian Liehr-11/+79
2023-09-25Auto merge of #115704 - nebulark:s_object, r=nagisabors-6/+29
2023-09-25Auto merge of #116070 - eduardosm:IoSlice-advance_slices-checked_add, r=Mark-...bors-16/+19
2023-09-25Account for more cases of nested `loop`s for `break` type mismatchesEsteban Küber-18/+78
2023-09-25Only prevent field projections into opaque types, not types containing opaque...Oli Scherer-1/+37
2023-09-25Pass name of object file to LLVM so it can correctly emit S_OBJNAMEFlorian Schmiderer-6/+29
2023-09-25Use Vec::retain in remove_dead_blocks.Camille GILLOT-19/+24
2023-09-25rename lint; add tracking issueRalf Jung-14/+14
2023-09-25Update booksrustbot-0/+0
2023-09-25Auto merge of #113396 - lenko-d:dont_ICE_when_no_bound_vars_for_lifetime_bind...bors-16/+53
2023-09-25Handle yet another case of `break` type mismatchEsteban Küber-2/+10
2023-09-25Point at previous breaks that have the expected typeEsteban Küber-3/+53
2023-09-25Fix typo in rustdoc unstable features docDaniPopes-1/+1