| Age | Commit message (Expand) | Author | Lines |
| 2023-03-13 | Shrink ProcMacroExpander size | Lukas Wirth | -20/+16 |
| 2023-03-13 | internal: Rename AstDatabase to ExpandDatabase | Lukas Wirth | -148/+161 |
| 2023-03-13 | fix: Only skip adjustment hints for block, if and match expressions for rebor... | Lukas Wirth | -11/+45 |
| 2023-03-13 | simd-wide-sum test: adapt for LLVM 17 codegen change | Krasimir Georgiev | -1/+1 |
| 2023-03-13 | Auto merge of #10470 - Alexendoo:match-single-binding-semicolon, r=giraffate | bors | -44/+192 |
| 2023-03-13 | Fix semicolon insertion in `match_single_binding` | Alex Macleod | -44/+192 |
| 2023-03-13 | Auto merge of #108623 - scottmcm:try-different-as-slice-impl, r=the8472 | bors | -42/+96 |
| 2023-03-13 | metadata/resolve: Minor refactoring to "tcx -> cstore" conversions | Vadim Petrochenkov | -9/+14 |
| 2023-03-13 | metadata: Remove some more untracked `CStore` methods | Vadim Petrochenkov | -21/+10 |
| 2023-03-13 | resolve: Remove `struct_field_names_untracked` | Vadim Petrochenkov | -76/+56 |
| 2023-03-13 | resolve: Centralize retrieval of items span and item name | Vadim Petrochenkov | -69/+37 |
| 2023-03-13 | resolve: Remove `fn_has_self_parameter_untracked` | Vadim Petrochenkov | -14/+15 |
| 2023-03-13 | resolve: Remove `struct_field_visibilities_untracked` | Vadim Petrochenkov | -50/+37 |
| 2023-03-13 | resolve: Partially remove `item_attrs_untracked` | Vadim Petrochenkov | -8/+4 |
| 2023-03-13 | resolve: Remove `visibility_untracked` | Vadim Petrochenkov | -11/+4 |
| 2023-03-13 | remove need for test expectations | Rémy Rakic | -0/+1 |
| 2023-03-13 | fix error pattern | Rémy Rakic | -1/+1 |
| 2023-03-13 | fix ignore header in MSVC test | Rémy Rakic | -1/+1 |
| 2023-03-13 | extract `is_interior_mutable_type` from [`mut_key`] to `clippy_utils::ty`; | J-ZhengLi | -86/+107 |
| 2023-03-13 | make [`ifs_same_cond`] use `ignore_interior_mutablility` configuration | J-ZhengLi | -17/+91 |
| 2023-03-13 | enhance [`ifs_same_cond`] to lint same immutable method calls as well | J-ZhengLi | -4/+46 |
| 2023-03-13 | fix: as suggested change `remove_slice` to `as_slice` | Swarnim Arun | -1/+1 |
| 2023-03-13 | Allow the status bar item to be clicked again | Lukas Wirth | -2/+6 |
| 2023-03-13 | Rustup to rustc 1.70.0-nightly (7b4f48927 2023-03-12) | bjorn3 | -3/+3 |
| 2023-03-13 | feat: add `remove_slice` to `hir::Type` | Swarnim Arun | -0/+7 |
| 2023-03-13 | Sync from rust 7b4f48927dce585f747a58083b45ab62b9d73a53 | bjorn3 | -27/+15 |
| 2023-03-13 | Auto merge of #108471 - clubby789:unbox-the-syntax, r=Nilstrieb,est31 | bors | -1054/+979 |
| 2023-03-13 | Auto merge of #108471 - clubby789:unbox-the-syntax, r=Nilstrieb,est31 | bors | -85/+55 |
| 2023-03-13 | feat: add `is_float` & `is_char` to `hir::Type` | Swarnim Arun | -0/+8 |
| 2023-03-13 | :arrow_up: rust-analyzer | Laurențiu Nicola | -3055/+12635 |
| 2023-03-13 | :arrow_up: rust-analyzer | Laurențiu Nicola | -3055/+12635 |
| 2023-03-13 | Auto merge of #14333 - lnicola:sync-from-rust, r=lnicola | bors | -1/+1 |
| 2023-03-13 | Merge branch 'master' into sync-from-rust | Laurențiu Nicola | -3057/+12645 |
| 2023-03-13 | Auto merge of #109011 - jsha:reduce-allocations-inner-full-print, r=notriddle | bors | -65/+71 |
| 2023-03-12 | rustdoc: rename `Type::is_same` to `is_doc_subtype_of` | Michael Howell | -11/+11 |
| 2023-03-12 | Clarify the text of some comments | Scott McMurray | -1/+5 |
| 2023-03-12 | Auto merge of #108872 - cjgillot:simp-const-prop, r=oli-obk | bors | -21/+24 |
| 2023-03-12 | Auto merge of #108872 - cjgillot:simp-const-prop, r=oli-obk | bors | -330/+249 |
| 2023-03-12 | Add a better approach comment in `ptr::read` to justify the intrinsic | Scott McMurray | -11/+32 |
| 2023-03-12 | create `config::tests::detect_src_and_out` test for bootstrap | ozkanonur | -2/+33 |
| 2023-03-12 | Auto merge of #10453 - Jarcho:test_utils, r=dswij | bors | -1092/+1173 |
| 2023-03-12 | Add utility macros to help with writing tests. | Jason Newcomb | -1092/+1173 |
| 2023-03-12 | Auto merge of #2811 - saethlin:readme-nextest, r=RalfJung | bors | -0/+20 |
| 2023-03-12 | tweak readme | Ralf Jung | -3/+3 |
| 2023-03-12 | Add a section on using nextest | Ben Kimock | -0/+20 |
| 2023-03-12 | Add a codegen test to confirm this fixes 73258 | Scott McMurray | -0/+38 |
| 2023-03-12 | Auto merge of #109056 - matthiaskrgr:rollup-9trny1z, r=matthiaskrgr | bors | -219/+549 |
| 2023-03-12 | Add a codegen test to confirm this fixes 106369 | Scott McMurray | -0/+15 |
| 2023-03-12 | Rollup merge of #109052 - GuillaumeGomez:rustdoc-gui-tester-eslint, r=notriddle | Matthias Krüger | -9/+106 |
| 2023-03-12 | Rollup merge of #109047 - tshepang:type, r=lcnr | Matthias Krüger | -1/+1 |