| Age | Commit message (Expand) | Author | Lines |
| 2023-01-17 | Auto merge of #106294 - Nilstrieb:noundef-everything, r=nikic | bors | -101/+128 |
| 2023-01-17 | Add more codegen tests | Nilstrieb | -139/+166 |
| 2023-01-17 | Rollup merge of #106962 - compiler-errors:use-sugg-span, r=oli-obk | Dylan DPC | -38/+38 |
| 2023-01-17 | Rollup merge of #106148 - chenyukang:yukang/fix-105061-unused, r=lcnr | Dylan DPC | -0/+159 |
| 2023-01-17 | Rollup merge of #101698 - raldone01:feat/const_cmp_typeid, r=scottmcm | Dylan DPC | -22/+30 |
| 2023-01-17 | Auto merge of #106627 - Ezrashaw:no-e0711-without-staged-api, r=Mark-Simulacrum | bors | -0/+25 |
| 2023-01-17 | Improve comments | Nilstrieb | -1/+1 |
| 2023-01-17 | Put `noundef` on all scalars that don't allow uninit | Nilstrieb | -174/+174 |
| 2023-01-17 | Rollup merge of #106949 - compiler-errors:is-poly, r=BoxyUwU | Matthias Krüger | -10/+41 |
| 2023-01-17 | Rollup merge of #106869 - notriddle:notriddle/item-decl-pre-rust, r=Guillaume... | Matthias Krüger | -202/+202 |
| 2023-01-17 | Rollup merge of #106712 - Ezrashaw:impl-ref-trait, r=estebank | Matthias Krüger | -0/+117 |
| 2023-01-17 | Rollup merge of #106591 - Ezrashaw:attempted-integer-identifer, r=Estebank | Matthias Krüger | -0/+66 |
| 2023-01-17 | note -> help | Michael Goulet | -25/+25 |
| 2023-01-17 | Fix use suggestion span | Michael Goulet | -13/+13 |
| 2023-01-16 | Constify `TypeId` ordering impls | onestacked | -22/+30 |
| 2023-01-16 | Properly pluralize 'generic constants' | Michael Goulet | -11/+11 |
| 2023-01-16 | ConstBlocks are poly if their substs are poly | Michael Goulet | -0/+31 |
| 2023-01-16 | Rollup merge of #106940 - oli-obk:tait_error, r=compiler-errors | Matthias Krüger | -69/+51 |
| 2023-01-16 | Rollup merge of #106912 - gftea:pr-106736, r=Nilstrieb | Matthias Krüger | -0/+8 |
| 2023-01-16 | Improve a TAIT error and add an error code plus documentation | Oli Scherer | -69/+51 |
| 2023-01-16 | Auto merge of #106853 - TimNN:undo-remap, r=oli-obk | bors | -1/+62 |
| 2023-01-16 | comments feedback | yukang | -3/+21 |
| 2023-01-16 | Auto merge of #106850 - cjgillot:issue-106141, r=oli-obk | bors | -7/+90 |
| 2023-01-16 | check -Z query-dep-graph is enabled if -Z dump-dep-graph (#106736) | gftea | -0/+8 |
| 2023-01-16 | Auto merge of #106872 - dtolnay:nbsp, r=fee1-dead | bors | -3/+3 |
| 2023-01-15 | Auto merge of #106914 - matthiaskrgr:rollup-yh0x4gq, r=matthiaskrgr | bors | -19/+121 |
| 2023-01-15 | Rollup merge of #106909 - compiler-errors:only-types-can-be, r=estebank | Matthias Krüger | -15/+1 |
| 2023-01-15 | Rollup merge of #106900 - clubby789:unused-braces-regression, r=estebank | Matthias Krüger | -1/+21 |
| 2023-01-15 | Rollup merge of #106896 - Ezrashaw:str-cast-bool-emptyness, r=compiler-errors | Matthias Krüger | -3/+97 |
| 2023-01-15 | Rollup merge of #106888 - GuillaumeGomez:tidy-gui-test, r=notriddle | Matthias Krüger | -0/+2 |
| 2023-01-15 | Auto merge of #106393 - the8472:use-ptr-sub, r=scottmcm | bors | -0/+1 |
| 2023-01-15 | replace manual ptr arithmetic with ptr_sub | The 8472 | -0/+1 |
| 2023-01-15 | Only suggest adding type param if path being resolved was a type | Michael Goulet | -15/+1 |
| 2023-01-15 | Auto merge of #106171 - compiler-errors:consolidate-extract_callable_info, r=... | bors | -0/+34 |
| 2023-01-15 | Add small description to GUI test | Guillaume Gomez | -0/+2 |
| 2023-01-15 | suggest `is_empty` for collections when casting to `bool` | Ezra Shaw | -3/+97 |
| 2023-01-15 | Fix regression in `unused_braces` with macros | clubby789 | -1/+21 |
| 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 #106865 - GuillaumeGomez:add-gui-test-explanation, r=notriddle | Matthias Krüger | -0/+2 |
| 2023-01-15 | Rollup merge of #106859 - tialaramex:master, r=Nilstrieb | Matthias Krüger | -0/+60 |
| 2023-01-15 | Rollup merge of #106072 - eopb:dyn-derive, r=estebank | Matthias Krüger | -0/+35 |
| 2023-01-15 | make error emitted on `impl &Trait` nicer | Ezra Shaw | -0/+117 |
| 2023-01-14 | Improve E0308: suggest user meant to use byte literal, w/ tests and fix | Nick Lamb | -0/+60 |
| 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 | -40/+1 |
| 2023-01-14 | Add more nbsp to unicode-chars test | David Tolnay | -4/+43 |
| 2023-01-14 | rustdoc: remove redundant item kind class from `.item-decl > pre` | Michael Howell | -202/+202 |
| 2023-01-14 | Rollup merge of #106828 - notriddle:notriddle/notable-trait-docblock, r=Guill... | Matthias Krüger | -5/+5 |