| Age | Commit message (Expand) | Author | Lines |
| 2023-11-19 | rustdoc-search: add support for associated types | Michael Howell | -117/+1383 |
| 2023-11-19 | Auto merge of #117683 - estebank:priv-builder-sugg, r=cjgillot | bors | -124/+464 |
| 2023-11-19 | Auto merge of #117500 - RalfJung:aggregate-abi, r=davidtwco | bors | -77/+265 |
| 2023-11-19 | fix rebase | Esteban Küber | -2/+7 |
| 2023-11-19 | fmt | Esteban Küber | -1/+2 |
| 2023-11-19 | review comments | Esteban Küber | -43/+24 |
| 2023-11-19 | Account for number of arguments in suggestion | Esteban Küber | -20/+39 |
| 2023-11-19 | fix tidy | Esteban Küber | -1/+1 |
| 2023-11-19 | Suggest Default::default() for struct literals with private fields | Esteban Küber | -0/+25 |
| 2023-11-19 | Suggest builder functions on struct literal with private fields | Esteban Küber | -2/+109 |
| 2023-11-19 | Remove unnecessary .collect() | Esteban Küber | -7/+7 |
| 2023-11-19 | Suggest using builder on curly brace struct called as fn | Esteban Küber | -172/+211 |
| 2023-11-19 | Do not suggest struct literal when fields are private | Esteban Küber | -36/+65 |
| 2023-11-19 | Add test for public struct with private fields | Esteban Küber | -1/+19 |
| 2023-11-19 | On private tuple struct, suggest `Default::default` when possible | Esteban Küber | -1/+60 |
| 2023-11-19 | Don't sort `span_suggestions`, leave that to caller | Esteban Küber | -29/+31 |
| 2023-11-19 | When encountering struct fn call literal with private fields, suggest all bui... | Esteban Küber | -43/+98 |
| 2023-11-19 | Auto merge of #117888 - notriddle:notriddle/releases, r=Mark-Simulacrum | bors | -9/+111 |
| 2023-11-19 | make_direct_deprecated: dont overwrite already set attributes | Ralf Jung | -4/+10 |
| 2023-11-19 | Fix outdated doc comment on Releases doc build step | Michael Howell | -7/+4 |
| 2023-11-19 | Auto merge of #118024 - notriddle:notriddle/search-speed, r=GuillaumeGomez | bors | -150/+188 |
| 2023-11-19 | disable csky test on CI | Ralf Jung | -3/+5 |
| 2023-11-19 | Auto merge of #118054 - max-niederman:pinned-must-use, r=Nilstrieb | bors | -0/+83 |
| 2023-11-19 | Auto merge of #118051 - GuillaumeGomez:cleanup-rustdoc, r=notriddle | bors | -4/+4 |
| 2023-11-19 | Auto merge of #117807 - RalfJung:raw-str-slice, r=davidtwco | bors | -6/+28 |
| 2023-11-19 | Auto merge of #117364 - BlackHoleFox:farewell-bitcode-no-remorse, r=davidtwco | bors | -94/+0 |
| 2023-11-18 | add test for pinned `must_use` pointers | Max Niederman | -0/+65 |
| 2023-11-18 | catch pinned `must_use` types in `unused_must_use` | Max Niederman | -0/+18 |
| 2023-11-19 | Auto merge of #117895 - mzohreva:mz/fix-sgx-backtrace, r=Mark-Simulacrum | bors | -1/+14 |
| 2023-11-19 | Auto merge of #117868 - ferrocene:pa-omit-git-hash, r=Mark-Simulacrum | bors | -0/+7 |
| 2023-11-18 | Do not call dry_run twice | Michael Howell | -2/+3 |
| 2023-11-18 | rustdoc-search: switch to recursive backtracking | Michael Howell | -157/+87 |
| 2023-11-18 | Auto merge of #117813 - onur-ozkan:simplify-download-ci-llvm-option, r=Mark-S... | bors | -19/+18 |
| 2023-11-18 | Remove unneeded `unknown` variable and `Symbol` creation when iterating over ... | Guillaume Gomez | -4/+4 |
| 2023-11-18 | Auto merge of #118046 - TaKO8Ki:rollup-6jdgwe5, r=TaKO8Ki | bors | -364/+604 |
| 2023-11-19 | Rollup merge of #118034 - klensy:dep-up-18-11-23, r=Mark-Simulacrum | Takayuki Maeda | -104/+41 |
| 2023-11-19 | Rollup merge of #118020 - Lireer:patch-1, r=Mark-Simulacrum | Takayuki Maeda | -2/+2 |
| 2023-11-19 | Rollup merge of #117961 - Zalathar:suggest, r=Mark-Simulacrum | Takayuki Maeda | -17/+30 |
| 2023-11-19 | Rollup merge of #117110 - estebank:deref-field-suggestion, r=b-naber | Takayuki Maeda | -241/+491 |
| 2023-11-19 | Rollup merge of #116750 - fintelia:seek_seek_relative, r=Mark-Simulacrum | Takayuki Maeda | -0/+40 |
| 2023-11-18 | Auto merge of #118002 - nnethercote:unify-input-no-input, r=bjorn3 | bors | -109/+80 |
| 2023-11-18 | Auto merge of #118037 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-11-18 | Update cargo | Weihang Lo | -0/+0 |
| 2023-11-18 | Auto merge of #117525 - GKFX:remove_option_payload_ptr, r=petrochenkov | bors | -171/+16 |
| 2023-11-18 | Update based on petrochenkov's review | George Bateman | -3/+4 |
| 2023-11-18 | Auto merge of #117924 - estebank:issue-53841, r=petrochenkov | bors | -0/+22 |
| 2023-11-18 | jsondocck: bump jsonpath to 0.3, dropping few dup dependencies | klensy | -104/+41 |
| 2023-11-18 | Auto merge of #115412 - eswartz:docs/total_cmp-test-result-in-docs, r=scottmcm | bors | -6/+22 |
| 2023-11-18 | Auto merge of #115249 - clarfonthey:alignment, r=scottmcm | bors | -1/+44 |
| 2023-11-18 | impl more traits for ptr::Alignment, add mask method | ltdk | -1/+44 |