| Age | Commit message (Expand) | Author | Lines |
| 2024-02-19 | Remove suspicious auto trait lint | Santiago Pastorino | -160/+4 |
| 2024-02-19 | Drive-by `DUMMY_SP` -> `Span` and fmt changes | Esteban Küber | -1/+1 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -28/+32 |
| 2024-02-19 | split `project` into multiple files | lcnr | -11/+10 |
| 2024-02-18 | Rollup merge of #121247 - scottmcm:intrinsic-reminder, r=petrochenkov | Matthias Krüger | -0/+2 |
| 2024-02-18 | Auto merge of #117772 - surechen:for_117448, r=petrochenkov | bors | -7/+4 |
| 2024-02-18 | Propagate the resolved type of assoc const bindings via query feeding | León Orell Valerian Liehr | -31/+30 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -7/+4 |
| 2024-02-18 | Auto merge of #121034 - obeis:improve-static-mut-ref, r=RalfJung | bors | -52/+35 |
| 2024-02-17 | Add help to `hir_analysis_unrecognized_intrinsic_function` | Scott McMurray | -0/+2 |
| 2024-02-18 | Auto merge of #121252 - fmease:rollup-x7zogl8, r=fmease | bors | -186/+156 |
| 2024-02-18 | Rollup merge of #121221 - fmease:refactor-astconv-assoc-item-bindings, r=comp... | León Orell Valerian Liehr | -175/+125 |
| 2024-02-18 | Auto merge of #120780 - fmease:lta-in-impls, r=oli-obk | bors | -18/+70 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -52/+35 |
| 2024-02-17 | Add more checks for `unnamed_field` during HIR analysis | clubby789 | -11/+31 |
| 2024-02-17 | Fix non_local_definitions lint in rustc_hir_analysis | Urgau | -5/+5 |
| 2024-02-17 | Rollup merge of #121192 - oli-obk:intrinsics2.0, r=WaffleLapkin | Guillaume Boisseau | -3/+3 |
| 2024-02-17 | Properly check constrainedness of gen params in the presence of weak alias types | León Orell Valerian Liehr | -17/+40 |
| 2024-02-17 | Support weak alias types as self type of inherent impls | León Orell Valerian Liehr | -1/+30 |
| 2024-02-17 | Remove astconv::ConvertedBinding | León Orell Valerian Liehr | -151/+96 |
| 2024-02-17 | Update comments and variable names | León Orell Valerian Liehr | -34/+39 |
| 2024-02-16 | Give the (`un`)`likely` intrinsics fallback bodies | Oli Scherer | -2/+2 |
| 2024-02-16 | Give the `assume` intrinsic a fallback body | Oli Scherer | -1/+1 |
| 2024-02-16 | Move trait into attr so it's greppable | Michael Goulet | -2/+2 |
| 2024-02-16 | Use extension trait derive | Michael Goulet | -10/+2 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -129/+178 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -2/+3 |
| 2024-02-15 | Auto merge of #121142 - GuillaumeGomez:rollup-5qmksjw, r=GuillaumeGomez | bors | -2/+3 |
| 2024-02-15 | Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister | bors | -34/+34 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -2/+3 |
| 2024-02-14 | Continue compilation even if inherent impl checks fail | Oli Scherer | -2/+3 |
| 2024-02-14 | Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errors | bors | -2/+4 |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -2/+4 |
| 2024-02-14 | Rollup merge of #121071 - nnethercote:fewer-delayed-bugs, r=oli-obk | Oli Scherer | -7/+7 |
| 2024-02-14 | Rollup merge of #120530 - trevyn:issue-116434, r=compiler-errors | Oli Scherer | -1/+1 |
| 2024-02-14 | clean up potential_query_instability with FxIndexMap and UnordMap | yukang | -34/+34 |
| 2024-02-14 | Use fewer delayed bugs. | Nicholas Nethercote | -7/+7 |
| 2024-02-14 | Auto merge of #121018 - oli-obk:impl_unsafety, r=TaKO8Ki | bors | -69/+79 |
| 2024-02-13 | Bump `indexmap` | clubby789 | -2/+4 |
| 2024-02-13 | Just pass the checker instead of individual fields | Oli Scherer | -39/+33 |
| 2024-02-13 | Remove an `impl_polarity` call where the information is already available in ... | Oli Scherer | -16/+23 |
| 2024-02-13 | Avoid using the HIR span in the happy path | Oli Scherer | -5/+8 |
| 2024-02-13 | Don't reinvoke `trait_header` query twice | Oli Scherer | -11/+11 |
| 2024-02-13 | Invoke `trait_def` query only once | Oli Scherer | -10/+13 |
| 2024-02-13 | Store impl unsafety in impl trait header | Oli Scherer | -24/+27 |
| 2024-02-13 | Auto merge of #120919 - oli-obk:impl_polarity, r=compiler-errors | bors | -56/+54 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -76/+82 |
| 2024-02-12 | Support safe intrinsics with fallback bodies | Oli Scherer | -3/+8 |
| 2024-02-12 | Give const_deallocate a default body | Oli Scherer | -1/+1 |
| 2024-02-12 | Teach llvm backend how to fall back to default bodies | Oli Scherer | -1/+1 |