| Age | Commit message (Expand) | Author | Lines |
| 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-18 | Auto merge of #11826 - kpreid:typo, r=Alexendoo | bors | -8/+13 |
| 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 | Remove space and rephrase `map()` advice. | Kevin Reid | -3/+3 |
| 2023-11-18 | Fix CI | Antoni Boucher | -10/+19 |
| 2023-11-18 | Auto merge of #118002 - nnethercote:unify-input-no-input, r=bjorn3 | bors | -109/+80 |
| 2023-11-18 | Update patch disabling portable-simd | Antoni Boucher | -16/+24 |
| 2023-11-18 | Auto merge of #3175 - RalfJung:sysroot-verbose, r=RalfJung | bors | -5/+14 |
| 2023-11-18 | cargo-miri: when verbose, print where the sysroot is being built | Ralf Jung | -5/+14 |
| 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 | [`missing_asserts_for_indexing`]: accept len equality checks | y21 | -6/+99 |
| 2023-11-18 | Unify passing of flags to rustdoc | Jakub Beránek | -24/+26 |
| 2023-11-18 | Don't suggest `a.mul_add(b, c)` if parameters are not float | Lukas Lueg | -2/+42 |
| 2023-11-18 | Auto merge of #117525 - GKFX:remove_option_payload_ptr, r=petrochenkov | bors | -171/+16 |
| 2023-11-18 | Update --check-cfg tests that had old --cfg warning | Urgau | -83/+28 |
| 2023-11-18 | Remove --check-cfg checking of --cfg args | Urgau | -47/+4 |
| 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 | guarantee that char and u32 are ABI-compatible | Ralf Jung | -5/+19 |
| 2023-11-18 | Auto merge of #3174 - RalfJung:rustc-git, r=RalfJung | bors | -1/+1 |
| 2023-11-18 | miri script: fix RUSTC_GIT error message | Ralf Jung | -1/+1 |
| 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 |
| 2023-11-18 | Auto merge of #117825 - fee1-dead-contrib:corefx, r=petrochenkov | bors | -2/+23 |
| 2023-11-18 | Auto merge of #117742 - weiznich:turn_overlapping_diagnostic_options_into_war... | bors | -17/+219 |
| 2023-11-17 | rustdoc-search: fix accidental shared, mutable map | Michael Howell | -30/+49 |
| 2023-11-17 | rustdoc-search: fast path for 1-query unification | Michael Howell | -2/+76 |
| 2023-11-17 | rustdoc-search: less new Maps in unifyFunctionType | Michael Howell | -16/+31 |
| 2023-11-18 | Auto merge of #117138 - zachs18:rwlock_guard_debug_unsized, r=dtolnay | bors | -2/+2 |
| 2023-11-17 | Document behavior of `<dyn Any as Any>::type_id()` | Jules Bertholet | -0/+5 |
| 2023-11-18 | tweak logic of "unknown field" label | Esteban Küber | -49/+101 |
| 2023-11-18 | Begin nightly-ifying rustc_type_ir | Michael Goulet | -102/+214 |
| 2023-11-17 | Use u8xN for bitmasks | Caleb Zulawski | -56/+14 |
| 2023-11-18 | When a local binding shadows a fn, point at fn def in call failure | Esteban Küber | -0/+22 |
| 2023-11-17 | Auto merge of #118023 - matthiaskrgr:rollup-i9skwic, r=matthiaskrgr | bors | -304/+644 |
| 2023-11-17 | Merge branch 'master' into sync_from_rust_2023_11_17 | Antoni Boucher | -19/+65 |
| 2023-11-17 | Rollup merge of #118022 - saethlin:miri, r=saethlin | Matthias Krüger | -138/+252 |
| 2023-11-17 | Rollup merge of #118016 - celinval:main, r=compiler-errors | Matthias Krüger | -0/+9 |
| 2023-11-17 | Rollup merge of #118006 - lcnr:discriminant-docs, r=compiler-errors | Matthias Krüger | -4/+6 |
| 2023-11-17 | Rollup merge of #117964 - estebank:issue-81232, r=petrochenkov | Matthias Krüger | -4/+16 |
| 2023-11-17 | Rollup merge of #117745 - ouz-a:emit_smir, r=celinval | Matthias Krüger | -9/+340 |
| 2023-11-17 | Rollup merge of #117549 - DaniPopes:more-copied, r=b-naber | Matthias Krüger | -11/+10 |