| Age | Commit message (Expand) | Author | Lines |
| 2023-10-05 | Move DefLocation from rustc_codegen_ssa to rustc_middle | Tomasz Miąsko | -16/+18 |
| 2023-10-05 | Remove small dominators optimization from SsaLocals | Tomasz Miąsko | -41/+23 |
| 2023-10-05 | Optimize dominators for small path graphs | Tomasz Miąsko | -10/+65 |
| 2023-10-05 | Remove redundant Dominators::start_node field | Tomasz Miąsko | -3/+2 |
| 2023-10-05 | Test immediate dominators using public API | Tomasz Miąsko | -24/+21 |
| 2023-10-05 | fix fast-path for try_eval_scalar_int | Ralf Jung | -15/+15 |
| 2023-10-05 | Auto merge of #116417 - ouz-a:trait_type_detective, r=compiler-errors | bors | -23/+2 |
| 2023-10-05 | remove is global hack | Oğuz Ağcayazı | -23/+2 |
| 2023-10-05 | Allow file names to end with '>' | Martin Nordholts | -1/+0 |
| 2023-10-05 | Rollup merge of #116452 - cjgillot:noassert-erased, r=oli-obk | Matthias Krüger | -3/+0 |
| 2023-10-05 | Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er... | Matthias Krüger | -3/+8 |
| 2023-10-05 | Rollup merge of #116415 - ouz-a:move_subtyper, r=oli-obk | Matthias Krüger | -3/+9 |
| 2023-10-05 | Rollup merge of #116288 - ouz-a:smir_spans, r=spastorino | Matthias Krüger | -62/+137 |
| 2023-10-05 | Rollup merge of #116220 - llogiq:stabilize-option-as-slice, r=BurntSushi | Matthias Krüger | -1/+0 |
| 2023-10-05 | move subtyper change reveal_all | ouz-a | -3/+9 |
| 2023-10-05 | compute NLL loan scopes with liveness in `-Zpolonius=next` | Rémy Rakic | -28/+339 |
| 2023-10-05 | Do not assert that hidden types don't have erased regions. | Camille GILLOT | -3/+0 |
| 2023-10-05 | allow access to liveness' `PointIndex`es | Rémy Rakic | -0/+5 |
| 2023-10-05 | add note why a function is pub | Rémy Rakic | -0/+1 |
| 2023-10-05 | Keep fluent slugs in alphabetical order | francorbacho | -2/+2 |
| 2023-10-05 | Only give autofix suggestion when no named args are present | francorbacho | -2/+8 |
| 2023-10-05 | Highlight redundant arguments instead of the whole format string | francorbacho | -5/+4 |
| 2023-10-05 | Plurals in format redundant arguments suggestion | francorbacho | -1/+4 |
| 2023-10-05 | Fix diagnostics being cancelled even with unused arguments | francorbacho | -11/+17 |
| 2023-10-05 | Remove unused variable | francorbacho | -5/+4 |
| 2023-10-05 | Document report_redundant_format_arguments() | francorbacho | -0/+2 |
| 2023-10-05 | Rename report_redundant_placeholders() to report_redundant_format_arguments() | francorbacho | -2/+2 |
| 2023-10-05 | Use diagnostic impls and add suggestions in redundant format!() args | francorbacho | -25/+65 |
| 2023-10-05 | Separate report_redundant_placeholders() into its own function | francorbacho | -52/+62 |
| 2023-10-05 | Suggest removing redundant arguments in format!() | francorbacho | -4/+80 |
| 2023-10-05 | Auto merge of #116427 - cjgillot:no-internal, r=oli-obk | bors | -57/+14 |
| 2023-10-05 | Use a closure when setting `State::Active`. | Nicholas Nethercote | -6/+1 |
| 2023-10-05 | impl stable for kinds | Oğuz Ağcayazı | -114/+114 |
| 2023-10-05 | add span to statements | ouz-a | -53/+78 |
| 2023-10-05 | Rollup merge of #116431 - estebank:issue-80476, r=compiler-errors | Jubilee | -1/+1 |
| 2023-10-05 | Rollup merge of #116429 - fmease:clean-up-struct-field-suggs, r=compiler-errors | Jubilee | -102/+58 |
| 2023-10-05 | Rollup merge of #116296 - compiler-errors:default-return, r=estebank | Jubilee | -30/+32 |
| 2023-10-05 | Rollup merge of #116223 - catandcoder:master, r=cjgillot | Jubilee | -13/+13 |
| 2023-10-05 | Use `declared_features` to avoid two lookups. | Nicholas Nethercote | -4/+2 |
| 2023-10-05 | Add two setter functions to `Features`. | Nicholas Nethercote | -11/+21 |
| 2023-10-05 | Record all declared features. | Nicholas Nethercote | -0/+4 |
| 2023-10-05 | Rename `Resolver::active_features`. | Nicholas Nethercote | -9/+4 |
| 2023-10-05 | Rename `Features::active_features`. | Nicholas Nethercote | -12/+15 |
| 2023-10-05 | Overhaul `config::features`. | Nicholas Nethercote | -57/+46 |
| 2023-10-05 | Auto merge of #116273 - compiler-errors:refine2, r=tmandry | bors | -2/+6 |
| 2023-10-05 | Auto merge of #116184 - compiler-errors:afit-lint, r=tmandry | bors | -53/+225 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -3/+8 |
| 2023-10-05 | Merge `STABLE_REMOVED_FEATURES` list into `REMOVED_FEATURES`. | Nicholas Nethercote | -35/+9 |
| 2023-10-05 | Inline and remove `feature_removed` function. | Nicholas Nethercote | -8/+4 |
| 2023-10-05 | Factor out some repeated feature-getting code. | Nicholas Nethercote | -18/+11 |