| Age | Commit message (Expand) | Author | Lines |
| 2023-01-15 | Auto merge of #106393 - the8472:use-ptr-sub, r=scottmcm | bors | -23/+8 |
| 2023-01-15 | replace manual ptr arithmetic with ptr_sub | The 8472 | -23/+8 |
| 2023-01-15 | Auto merge of #106742 - compiler-errors:new-solver-make-it-not-ice, r=lcnr | bors | -41/+186 |
| 2023-01-15 | Auto merge of #106171 - compiler-errors:consolidate-extract_callable_info, r=... | bors | -185/+183 |
| 2023-01-15 | Auto merge of #105851 - dtolnay:peekmutleak, r=Mark-Simulacrum | bors | -10/+75 |
| 2023-01-15 | Auto merge of #106892 - matthiaskrgr:rollup-ohneu8o, r=matthiaskrgr | bors | -15/+205 |
| 2023-01-15 | Rollup merge of #106880 - tspiteri:borrowing-sub-typo, r=cuviper | Matthias Krüger | -1/+1 |
| 2023-01-15 | Rollup merge of #106879 - JohnTitor:issue-42114, r=compiler-errors | Matthias Krüger | -0/+20 |
| 2023-01-15 | Rollup merge of #106878 - JohnTitor:issue-92157, r=compiler-errors | Matthias Krüger | -0/+51 |
| 2023-01-15 | Rollup merge of #106867 - sunfishcode:sunfishcode/std-os-fd-stable-version, r... | Matthias Krüger | -3/+3 |
| 2023-01-15 | Rollup merge of #106865 - GuillaumeGomez:add-gui-test-explanation, r=notriddle | Matthias Krüger | -0/+2 |
| 2023-01-15 | Rollup merge of #106863 - anden3:compiler-double-spaces, r=Nilstrieb | Matthias Krüger | -10/+10 |
| 2023-01-15 | Rollup merge of #106859 - tialaramex:master, r=Nilstrieb | Matthias Krüger | -0/+76 |
| 2023-01-15 | Rollup merge of #106072 - eopb:dyn-derive, r=estebank | Matthias Krüger | -1/+42 |
| 2023-01-14 | Document guarantees about BinaryHeap invariant | David Tolnay | -1/+9 |
| 2023-01-14 | Leak amplification for peek_mut() to ensure BinaryHeap's invariant is always met | David Tolnay | -9/+46 |
| 2023-01-14 | Add test of leaking a binary_heap PeekMut | David Tolnay | -0/+20 |
| 2023-01-14 | Improve E0308: suggest user meant to use byte literal, w/ tests and fix | Nick Lamb | -0/+76 |
| 2023-01-14 | doc: fix typo | Trevor Spiteri | -1/+1 |
| 2023-01-14 | Auto merge of #106866 - matthiaskrgr:rollup-r063s44, r=matthiaskrgr | bors | -161/+221 |
| 2023-01-15 | Add regression test for #42114 | Yuki Okushi | -0/+20 |
| 2023-01-15 | Add regression test for #92157 | Yuki Okushi | -0/+51 |
| 2023-01-14 | Fix the stability attributes for `std::os::fd`. | Dan Gohman | -3/+3 |
| 2023-01-14 | Rollup merge of #106860 - anden3:doc-double-spaces, r=Dylan-DPC | Matthias Krüger | -71/+71 |
| 2023-01-14 | Rollup merge of #106855 - klensy:rd-s, r=notriddle | Matthias Krüger | -28/+33 |
| 2023-01-14 | Rollup merge of #106849 - WaffleLapkin:unvec, r=Nilstrieb | Matthias Krüger | -3/+2 |
| 2023-01-14 | Rollup merge of #106828 - notriddle:notriddle/notable-trait-docblock, r=Guill... | Matthias Krüger | -9/+13 |
| 2023-01-14 | Rollup merge of #106820 - m-ou-se:macro-type-error-thing, r=estebank | Matthias Krüger | -16/+23 |
| 2023-01-14 | Rollup merge of #106661 - mjguzik:linux_statx, r=Mark-Simulacrum | Matthias Krüger | -29/+44 |
| 2023-01-14 | Rollup merge of #106563 - clubby789:gce-macro-braces, r=TaKO8Ki | Matthias Krüger | -1/+16 |
| 2023-01-14 | Rollup merge of #105526 - Xiretza:iter-from-generator-derive, r=scottmcm | Matthias Krüger | -4/+19 |
| 2023-01-14 | Auto merge of #106696 - kylematsuda:early-binder, r=lcnr | bors | -112/+145 |
| 2023-01-14 | Add explanation for GUI test | Guillaume Gomez | -0/+2 |
| 2023-01-14 | Fix some missed double spaces. | André Vennberg | -5/+5 |
| 2023-01-14 | Fix some missed double spaces. | André Vennberg | -4/+4 |
| 2023-01-14 | Removed various double spaces in compiler source comments. | André Vennberg | -6/+6 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -66/+66 |
| 2023-01-14 | Fix `unused_braces` on generic const expr macro call | clubby789 | -1/+16 |
| 2023-01-14 | Auto merge of #106851 - matthiaskrgr:rollup-d9dz3yp, r=matthiaskrgr | bors | -307/+1082 |
| 2023-01-14 | Deprioritize fulfillment errors that come from expansions. | Mara Bos | -16/+23 |
| 2023-01-14 | fix: misleading add `dyn` to derive macro suggestion | Ethan Brierley | -1/+42 |
| 2023-01-14 | Rollup merge of #106848 - BoxyUwU:correct_triagebot_path, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2023-01-14 | Rollup merge of #106846 - WaffleLapkin:pico_parse_ref, r=TaKO8Ki | Matthias Krüger | -15/+25 |
| 2023-01-14 | Rollup merge of #106831 - estebank:tickets_yaml, r=Mark-Simulacrum | Matthias Krüger | -129/+185 |
| 2023-01-14 | Rollup merge of #106788 - estebank:elaborate_pred_E0599, r=compiler-errors | Matthias Krüger | -24/+296 |
| 2023-01-14 | Rollup merge of #106752 - sulami:master, r=estebank | Matthias Krüger | -0/+338 |
| 2023-01-14 | Rollup merge of #106665 - JulianKnodt:better_fn_trait_note, r=cjgillot | Matthias Krüger | -17/+111 |
| 2023-01-14 | Rollup merge of #106644 - alexcrichton:update-wasi-toolchain, r=cuviper | Matthias Krüger | -1/+1 |
| 2023-01-14 | Rollup merge of #106566 - clubby789:contiguous-weird-unicode, r=cjgillot | Matthias Krüger | -9/+49 |
| 2023-01-14 | Rollup merge of #106470 - ehuss:tidy-no-wasm, r=Mark-Simulacrum | Matthias Krüger | -103/+67 |