| Age | Commit message (Expand) | Author | Lines |
| 2024-05-28 | Account for existing bindings when suggesting pinning | Esteban Küber | -10/+62 |
| 2024-05-28 | Add test for incorrect pinning suggestion | Esteban Küber | -0/+43 |
| 2024-05-28 | Auto merge of #122662 - Mark-Simulacrum:optional-drop, r=bjorn3 | bors | -116/+203 |
| 2024-05-28 | Auto merge of #124650 - oli-obk:pattern_types_syntax, r=nnethercote | bors | -277/+263 |
| 2024-05-28 | Bless codegen test | Oli Scherer | -21/+23 |
| 2024-05-28 | Cache whether a body has inline consts | Oli Scherer | -4/+21 |
| 2024-05-28 | Create const block DefIds in typeck instead of ast lowering | Oli Scherer | -189/+162 |
| 2024-05-28 | Use the HIR instead of mir_keys for determining whether something will have a... | Oli Scherer | -1/+1 |
| 2024-05-28 | Make body-visiting logic reusable | Oli Scherer | -53/+59 |
| 2024-05-28 | Remove a CTFE check that was only ever used to ICE | Oli Scherer | -13/+1 |
| 2024-05-28 | Auto merge of #125649 - workingjubilee:rollup-zwoum3k, r=workingjubilee | bors | -593/+1377 |
| 2024-05-28 | Rollup merge of #125647 - tspiteri:track-lazy_cell_consume, r=workingjubilee | Jubilee | -2/+2 |
| 2024-05-28 | Rollup merge of #125640 - fmease:plz-no-stringify, r=estebank | Jubilee | -11/+66 |
| 2024-05-28 | Rollup merge of #125551 - clarfonthey:ip-bits, r=jhpratt | Jubilee | -19/+10 |
| 2024-05-28 | Rollup merge of #125343 - lcnr:eagerly-normalize-added-goals, r=compiler-errors | Jubilee | -62/+250 |
| 2024-05-28 | Rollup merge of #125089 - Urgau:non_local_def-suggestions, r=estebank | Jubilee | -499/+1049 |
| 2024-05-28 | update tracking issue for lazy_cell_consume | Trevor Spiteri | -2/+2 |
| 2024-05-28 | Don't suggest turning non-char-literal exprs of ty `char` into string literals | León Orell Valerian Liehr | -11/+66 |
| 2024-05-28 | Auto merge of #125636 - workingjubilee:bump-backtrace-0.3.72, r=workingjubilee | bors | -8/+28 |
| 2024-05-28 | eagerly normalize when adding goals | lcnr | -16/+207 |
| 2024-05-28 | refactor analyse visitor to instantiate states in order | lcnr | -45/+41 |
| 2024-05-28 | change selection test to run-pass | lcnr | -1/+1 |
| 2024-05-28 | add debug_assert to alias-relate | lcnr | -0/+1 |
| 2024-05-27 | Sync libstd deps with backtrace | Jubilee Young | -8/+28 |
| 2024-05-27 | Bump backtrace to 0.3.72 | Jubilee Young | -0/+0 |
| 2024-05-28 | Auto merge of #125609 - diondokter:opt-size-char-count, r=thomcc | bors | -1/+1 |
| 2024-05-28 | Auto merge of #125539 - matthiaskrgr:cräsh, r=jieyouxu | bors | -1/+305 |
| 2024-05-27 | non_local_defs: point the parent item when appropriate | Urgau | -490/+339 |
| 2024-05-27 | non_local_defs: point to Self and Trait to give more context | Urgau | -69/+311 |
| 2024-05-27 | non_local_defs: suggest removing leading ref/ptr to make the impl local | Urgau | -34/+75 |
| 2024-05-27 | non_local_defs: improve main without a trait note | Urgau | -8/+8 |
| 2024-05-27 | non_local_defs: be more precise about what needs to be moved | Urgau | -232/+171 |
| 2024-05-27 | non_local_defs: improve exception note for impl and macro_rules! | Urgau | -14/+6 |
| 2024-05-27 | non_local_defs: use labels to indicate what may need to be moved | Urgau | -59/+587 |
| 2024-05-27 | non_local_defs: use span of the impl def and not the impl block | Urgau | -180/+79 |
| 2024-05-27 | non_local_defs: improve some notes around trait, bounds, consts | Urgau | -128/+141 |
| 2024-05-27 | non_local_defs: switch to more friendly primary message | Urgau | -64/+64 |
| 2024-05-27 | non_local_defs: move out from `#[derive(LintDiagnostic)]` to manual impl | Urgau | -17/+64 |
| 2024-05-27 | Auto merge of #125628 - matthiaskrgr:rollup-3zk9v3w, r=matthiaskrgr | bors | -55/+168 |
| 2024-05-27 | Omit non-needs_drop drop_in_place in vtables | Mark Rousskov | -116/+203 |
| 2024-05-27 | Rollup merge of #125625 - ChrisDenton:line-endings, r=Mark-Simulacrum | Matthias Krüger | -11/+11 |
| 2024-05-27 | Rollup merge of #125616 - RalfJung:mir-validate-downcast-projection, r=compil... | Matthias Krüger | -6/+26 |
| 2024-05-27 | Rollup merge of #125542 - GuillaumeGomez:migrate-rustdoc-verify-output-files,... | Matthias Krüger | -34/+127 |
| 2024-05-27 | Rollup merge of #125339 - tbu-:pr_tidy_ui_tests_u32, r=clubby789 | Matthias Krüger | -4/+4 |
| 2024-05-27 | Auto merge of #125599 - camelid:clarify-stability, r=notriddle,GuillaumeGomez | bors | -27/+57 |
| 2024-05-27 | remove fixed crashes, add fixed crashes to tests, add new cashed found in the... | Matthias Krüger | -50/+183 |
| 2024-05-27 | Use grep to implement verify-line-endings | Chris Denton | -11/+11 |
| 2024-05-27 | crashes: increment the number of tracked ones | Matthias Krüger | -0/+171 |
| 2024-05-27 | Auto merge of #125413 - lcnr:ambig-drop-region-constraints, r=compiler-errors | bors | -25/+172 |
| 2024-05-27 | MIR validation: ensure that downcast projection is followed by field projection | Ralf Jung | -6/+26 |