about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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 #116109 - Zoxc:no-dep-graph-thread, r=oli-obkbors-118/+68
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-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-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-25Pass name of object file to LLVM so it can correctly emit S_OBJNAMEFlorian Schmiderer-6/+29
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
2023-09-25Auto merge of #116147 - compiler-errors:jq, r=dtolnaybors-1/+1
2023-09-25Fix jq in CIMichael Goulet-1/+1
2023-09-25rustdoc: correctly render ret ty of cross-crate async fnsLeón Orell Valerian Liehr-44/+72
2023-09-25Auto merge of #116029 - chenx97:mipsr6-update-crates, r=Mark-Simulacrumbors-66/+27
2023-09-25Update Cargo.lockPhilipp Krones-12/+0
2023-09-25Merge commit '7671c283a50b5d1168841f3014b14000f01dd204' into clippyupPhilipp Krones-2312/+3995
2023-09-25Auto merge of #11563 - flip1995:rustup, r=flip1995bors-503/+455
2023-09-25Auto merge of #116138 - RalfJung:miri, r=RalfJungbors-2069/+3199
2023-09-25Fix dogfood falloutPhilipp Krones-3/+4
2023-09-25Bump nightly version -> 2023-09-25Philipp Krones-1/+1
2023-09-25Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-2360/+4047
2023-09-25Auto merge of #3084 - RalfJung:deadcode, r=RalfJungbors-51/+1
2023-09-25remove some dead codeRalf Jung-51/+1
2023-09-25Auto merge of #3075 - eduardosm:x86-addcarry-subborrow, r=RalfJungbors-1789/+1948
2023-09-25Auto merge of #116078 - eduardosm:closure-inherit-target-feature, r=Mark-Simu...bors-0/+58
2023-09-25Use `cfg` gates in x86 SSE and SSE2 testsEduardo Sánchez Muñoz-1752/+1762
2023-09-25Implement `llvm.x86.subborrow.32` and `llvm.x86.subborrow.64`Eduardo Sánchez Muñoz-0/+68
2023-09-25Fix the carry semantics of `_addcarry_u32` and `_addcarry_u64`Eduardo Sánchez Muñoz-8/+21
2023-09-25Implement `llvm.x86.addcarry.32` by refactoring `llvm.x86.addcarry.64` to mak...Eduardo Sánchez Muñoz-16/+45
2023-09-25Move `llvm.x86.*` implementations into `shims::x86`Eduardo Sánchez Muñoz-36/+75
2023-09-24Added additional visit steps to visit_generic_param() in order to avoid ICE o...Lenko Donchev-16/+53
2023-09-25Auto merge of #116074 - fzs111:clarify-pin-docs, r=Mark-Simulacrumbors-1/+4
2023-09-25Auto merge of #116057 - RalfJung:io-safety, r=Mark-Simulacrumbors-8/+14
2023-09-24Auto merge of #116117 - cjgillot:drop-tracking-mir-noscope, r=compiler-errorsbors-173/+84
2023-09-24ConstParamTy: require EqRalf Jung-5/+41
2023-09-24fix ICE due to empty span and empty suggestionsRalf Jung-1/+3
2023-09-24Auto merge of #11552 - jonboh:ice_threshold_0_enum_variants, r=y21bors-1/+8
2023-09-24Auto merge of #115911 - nebulark:refactor_targetmachine, r=Nilstriebbors-40/+148
2023-09-24Add a test for printing literals via `proc-macro`Maybe Waffle-0/+149