about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-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-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-25Auto merge of #116138 - RalfJung:miri, r=RalfJungbors-2069/+3199
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-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
2023-09-24Fix `.to_string()` of `proc_macro::Literal` (properly print cstr literals)Maybe Waffle-1/+9
2023-09-24Add OwnedTargetMachine to manage llvm:TargetMachine. Uses pointersFlorian Schmiderer-40/+148
2023-09-24Auto merge of #116120 - GuillaumeGomez:regression-102467, r=compiler-errorsbors-0/+24
2023-09-24Auto merge of #116116 - Nilstrieb:gate-all-__SECRET_INTERNALS_DO_NOT_USE_OR_Y...bors-9/+15
2023-09-24Auto merge of #116069 - compiler-errors:debug-tuple, r=Nilstriebbors-14/+10
2023-09-24Add assembly test to make sure that inlining works as expected when closures ...Eduardo Sánchez Muñoz-0/+58
2023-09-24tidy: remove io-lifetimes from the dependency listchenx97-1/+0
2023-09-24deps: update rustix and linux-raw-sys for MIPS R6chenx97-65/+27
2023-09-24Add regression test for #102467Guillaume Gomez-0/+24
2023-09-24Auto merge of #116076 - chriswailes:android-riscv-extension-update, r=cjgillotbors-1/+1
2023-09-24Auto merge of #3081 - eduardosm:avx512-tests, r=RalfJungbors-126/+85
2023-09-24Put AVX512 tests togetherEduardo Sánchez Muñoz-126/+85
2023-09-24Auto merge of #105861 - Ayush1325:uefi-std-minimial, r=workingjubileebors-21/+957
2023-09-24Remove span from BrAnon.Camille GILLOT-107/+76
2023-09-24Remove dead code.Camille GILLOT-66/+8
2023-09-24Add comment about RTN feature gatingNilstrieb-0/+3
2023-09-24Rename the legacy feature gating macroNilstrieb-9/+12