| Age | Commit message (Expand) | Author | Lines |
| 2023-09-08 | Auto merge of #11456 - tom-anders:std_instead_of_core_suggestion, r=Manishearth | bors | -59/+101 |
| 2023-09-07 | Auto merge of #11469 - flip1995:rustup, r=flip1995 | bors | -107/+1518 |
| 2023-09-07 | Fix 32bit tests | Philipp Krones | -45/+332 |
| 2023-09-07 | Fix clippy driver stderr test | Philipp Krones | -1/+1 |
| 2023-09-07 | Bump nightly version -> 2023-09-07 | Philipp Krones | -1/+1 |
| 2023-09-07 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -1446/+3891 |
| 2023-09-07 | Auto merge of #11462 - Alexendoo:manual-range-patterns-preserve-literals, r=b... | bors | -52/+171 |
| 2023-09-07 | Auto merge of #11451 - y21:issue11408, r=xFrednet | bors | -4/+36 |
| 2023-09-06 | Auto merge of #11466 - Alexendoo:ci-32bit, r=flip1995 | bors | -615/+171 |
| 2023-09-06 | Fix i686-unknown-linux-gnu CI job | Alex Macleod | -615/+171 |
| 2023-09-06 | Auto merge of #11439 - Alexendoo:disallowed-macros-bins-attrs, r=xFrednet | bors | -6/+49 |
| 2023-09-05 | Auto merge of #115507 - cjgillot:relative-source-file, r=oli-obk | bors | -19/+15 |
| 2023-09-05 | Preserve literals and range kinds in `manual_range_patterns` | Alex Macleod | -52/+171 |
| 2023-09-05 | Auto merge of #11454 - samueltardieu:issue-11403, r=Centri3 | bors | -9/+46 |
| 2023-09-04 | Ignore wildcards in function arguments and local bindings | Samuel Tardieu | -4/+37 |
| 2023-09-04 | Add ui_test error annotations in existing tests | Samuel Tardieu | -5/+9 |
| 2023-09-04 | Adjust clippy tests with new rustc help suggestion for lints | Urgau | -0/+838 |
| 2023-09-04 | Auto merge of #11375 - J-ZhengLi:issue11246, r=Centri3 | bors | -62/+59 |
| 2023-09-04 | Auto merge of #11455 - digama0:never_loop3, r=Centri3,dswij | bors | -47/+59 |
| 2023-09-04 | fix vec.rs test, comment | Mario Carneiro | -9/+10 |
| 2023-09-04 | Auto merge of #11259 - Jarcho:ice_10253, r=dswij | bors | -9/+33 |
| 2023-09-03 | Auto merge of #11449 - blyxyas:book-write_tests, r=flip1995 | bors | -6/+1 |
| 2023-09-03 | Auto merge of #11437 - y21:issue-11422, r=xFrednet | bors | -41/+203 |
| 2023-09-03 | fix todo item check, remove unimplemented | Mario Carneiro | -4/+13 |
| 2023-09-03 | Fix clippy. | Camille GILLOT | -15/+11 |
| 2023-09-03 | Use relative positions inside a SourceFile. | Camille GILLOT | -6/+6 |
| 2023-09-03 | Add suggestions for std_instead_of_core | tom-anders | -59/+101 |
| 2023-09-03 | Merge from rustc | Ralf Jung | -11/+82 |
| 2023-09-03 | skip `todo` / `unimplemented` in `never_loop` | Mario Carneiro | -45/+47 |
| 2023-09-02 | [`slow_vector_initialization`]: only warn on `vec![]` expn | y21 | -3/+35 |
| 2023-09-02 | [`slow_vector_initialization`]: use the source span of `vec![]` macro | y21 | -1/+1 |
| 2023-09-02 | Auto merge of #11450 - digama0:never_loop2, r=llogiq | bors | -193/+281 |
| 2023-09-02 | `never_loop` catches `loop { panic!() }` | Mario Carneiro | -57/+96 |
| 2023-09-02 | catch never loops through diverging functions | Mario Carneiro | -3/+26 |
| 2023-09-02 | an empty match diverges | Mario Carneiro | -17/+4 |
| 2023-09-02 | Auto merge of #10626 - blyxyas:book-trait_checking, r=flip1995 | bors | -0/+106 |
| 2023-09-02 | Add `emitting_lints` link to `Writing tests` and remove that `FIXME` | blyxyas | -6/+1 |
| 2023-09-02 | Auto merge of #11448 - RalfJung:DefaultUnionRepresentation, r=blyxyas | bors | -0/+3 |
| 2023-09-02 | Auto merge of #11445 - cuishuang:master, r=Centri3 | bors | -3/+3 |
| 2023-09-02 | Auto merge of #10598 - blyxyas:book-emit_lints, r=flip1995 | bors | -0/+218 |
| 2023-09-02 | Fix links | blyxyas | -4/+5 |
| 2023-09-02 | DefaultUnionRepresentation: explain why we only warn about unions with at lea... | Ralf Jung | -0/+3 |
| 2023-09-02 | Auto merge of #10596 - blyxyas:book-write_tests, r=flip1995 | bors | -0/+224 |
| 2023-09-02 | Apply suggestion | blyxyas | -1/+1 |
| 2023-09-02 | Rewrite `never_loop` as a strict reachability pass | Mario Carneiro | -124/+163 |
| 2023-09-02 | Merge from rustc | Ralf Jung | -0/+0 |
| 2023-09-02 | fix some comments | cui fliter | -3/+3 |
| 2023-09-01 | Auto merge of #11416 - Alexendoo:raw-strings-multipart, r=xFrednet | bors | -52/+289 |
| 2023-09-01 | Use multipart suggestions for raw string lints | Alex Macleod | -52/+289 |
| 2023-09-01 | Auto merge of #11427 - oli-obk:ui_test_bump, r=Alexendoo | bors | -26/+14 |