| Age | Commit message (Expand) | Author | Lines |
| 2023-01-17 | add miri regression test | The 8472 | -0/+6 |
| 2023-01-17 | Don't do pointer arithmetic on pointers to deallocated memory | The 8472 | -3/+9 |
| 2023-01-16 | Auto merge of #106853 - TimNN:undo-remap, r=oli-obk | bors | -7/+162 |
| 2023-01-16 | Auto merge of #106850 - cjgillot:issue-106141, r=oli-obk | bors | -31/+118 |
| 2023-01-16 | Auto merge of #106872 - dtolnay:nbsp, r=fee1-dead | bors | -8/+29 |
| 2023-01-16 | Auto merge of #106395 - compiler-errors:rework-predicates, r=eholk | bors | -156/+155 |
| 2023-01-16 | Auto merge of #106907 - matthiaskrgr:rustdoc_ref, r=GuillaumeGomez | bors | -14/+12 |
| 2023-01-15 | Auto merge of #106914 - matthiaskrgr:rollup-yh0x4gq, r=matthiaskrgr | bors | -28/+213 |
| 2023-01-15 | Rollup merge of #106909 - compiler-errors:only-types-can-be, r=estebank | Matthias Krüger | -16/+2 |
| 2023-01-15 | Rollup merge of #106906 - matthiaskrgr:clone, r=Nilstrieb | Matthias Krüger | -3/+3 |
| 2023-01-15 | Rollup merge of #106900 - clubby789:unused-braces-regression, r=estebank | Matthias Krüger | -5/+29 |
| 2023-01-15 | Rollup merge of #106896 - Ezrashaw:str-cast-bool-emptyness, r=compiler-errors | Matthias Krüger | -4/+142 |
| 2023-01-15 | Rollup merge of #106888 - GuillaumeGomez:tidy-gui-test, r=notriddle | Matthias Krüger | -0/+37 |
| 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 | Only suggest adding type param if path being resolved was a type | Michael Goulet | -16/+2 |
| 2023-01-15 | Remove bound_{explicit,}_item_bounds | Michael Goulet | -64/+40 |
| 2023-01-15 | drive-by: assert when iterating through InstantiatedPredicates | Michael Goulet | -0/+2 |
| 2023-01-15 | Make InstantiatedPredicates impl IntoIterator | Michael Goulet | -65/+74 |
| 2023-01-15 | instantiate_own doesn't need to return a pair of vectors | Michael Goulet | -27/+39 |
| 2023-01-15 | Auto merge of #106742 - compiler-errors:new-solver-make-it-not-ice, r=lcnr | bors | -41/+186 |
| 2023-01-15 | rustdoc: simplify some & ref erences | Matthias Krüger | -14/+12 |
| 2023-01-15 | remove redundant clones | Matthias Krüger | -3/+3 |
| 2023-01-15 | Auto merge of #106171 - compiler-errors:consolidate-extract_callable_info, r=... | bors | -185/+183 |
| 2023-01-15 | Add small description to GUI test | Guillaume Gomez | -0/+2 |
| 2023-01-15 | Add tidy check to ensure that rustdoc GUI tests start with a small description | Guillaume Gomez | -0/+35 |
| 2023-01-15 | suggest `is_empty` for collections when casting to `bool` | Ezra Shaw | -4/+142 |
| 2023-01-15 | Auto merge of #105851 - dtolnay:peekmutleak, r=Mark-Simulacrum | bors | -10/+75 |
| 2023-01-15 | Fix regression in `unused_braces` with macros | clubby789 | -5/+29 |
| 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 | Emit only one nbsp error per file | David Tolnay | -45/+27 |
| 2023-01-14 | Add more nbsp to unicode-chars test | David Tolnay | -4/+43 |
| 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 |