| Age | Commit message (Expand) | Author | Lines |
| 2024-07-28 | Force LLVM to use CMOV for binary search | Amanieu d'Antras | -0/+2 |
| 2024-07-26 | Rollup merge of #126575 - fmease:update-lint-type_alias_bounds, r=compiler-er... | Trevor Gross | -97/+147 |
| 2024-07-26 | Rollup merge of #127220 - BoxyUwU:dropck_handle_extra_impl_params, r=compiler... | Matthias Krüger | -9/+25 |
| 2024-07-23 | Suggest full trait ref (with placeholders) on unresolved assoc tys | León Orell Valerian Liehr | -14/+20 |
| 2024-07-23 | Inside eager ty aliases on unresolved assoc tys suggest fully qualifying inst... | León Orell Valerian Liehr | -22/+57 |
| 2024-07-23 | HIR ty lowering: Refactor the way the projectee ("QSelf") gets passed to diag... | León Orell Valerian Liehr | -66/+83 |
| 2024-07-23 | Suggesting an available assoc item is always maybe-incorrect | León Orell Valerian Liehr | -14/+6 |
| 2024-07-22 | Revert suggestion verbosity change | Esteban Küber | -3/+3 |
| 2024-07-22 | On generic and lifetime removal suggestion, do not leave behind stray `,` | Esteban Küber | -9/+17 |
| 2024-07-22 | Change suggestion message wording | Esteban Küber | -5/+3 |
| 2024-07-22 | Use verbose suggestion for "wrong # of generics" | Esteban Küber | -4/+4 |
| 2024-07-22 | Auto merge of #128041 - compiler-errors:uplift-errors-into-trait-sel, r=lcnr | bors | -13/+13 |
| 2024-07-21 | Move all error reporting into rustc_trait_selection | Michael Goulet | -11/+9 |
| 2024-07-21 | Make type_var_origin take a vid | Michael Goulet | -2/+4 |
| 2024-07-21 | Rollup merge of #128020 - compiler-errors:nlb-no-const, r=BoxyUwU | Jubilee | -5/+1 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -29/+95 |
| 2024-07-20 | Just totally fully deny late-bound consts | Michael Goulet | -5/+1 |
| 2024-07-20 | Auto merge of #127658 - compiler-errors:precise-capturing-rustdoc-cross, r=fm... | bors | -0/+21 |
| 2024-07-20 | Rollup merge of #127980 - nyurik:compiler-refs, r=oli-obk | Matthias Krüger | -4/+4 |
| 2024-07-19 | Avoid ref when using format! in compiler | Yuri Astrakhan | -4/+4 |
| 2024-07-19 | Rollup merge of #127976 - fmease:lta-cyclic-bivariant-param-better-err, r=com... | Matthias Krüger | -36/+37 |
| 2024-07-19 | Rollup merge of #127966 - oli-obk:structured_diag, r=compiler-errors | Matthias Krüger | -56/+34 |
| 2024-07-19 | Rollup merge of #127814 - folkertdev:c-cmse-nonsecure-call-error-messages, r=... | Matthias Krüger | -0/+187 |
| 2024-07-19 | LTA: Diag: Detect bivariant ty params that are only used recursively | León Orell Valerian Liehr | -36/+37 |
| 2024-07-19 | Use structured suggestions for unconstrained generic parameters on impl blocks | Oli Scherer | -56/+34 |
| 2024-07-19 | Auto merge of #127956 - tgross35:rollup-8ten7pk, r=tgross35 | bors | -13/+88 |
| 2024-07-19 | Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU | bors | -55/+100 |
| 2024-07-19 | Rollup merge of #127891 - estebank:enum-type-sugg, r=estebank | Trevor Gross | -6/+60 |
| 2024-07-19 | Rollup merge of #121533 - ratmice:wasm_init_fini_array, r=nnethercote | Trevor Gross | -7/+28 |
| 2024-07-18 | Rollup merge of #127929 - estebank:addr_of, r=compiler-errors | Matthias Krüger | -52/+35 |
| 2024-07-18 | Rollup merge of #127871 - compiler-errors:recursive, r=estebank | Matthias Krüger | -9/+142 |
| 2024-07-18 | Use more accurate span for `addr_of!` suggestion | Esteban Küber | -52/+35 |
| 2024-07-18 | More accurate suggestions when writing wrong style of enum variant literal | Esteban Küber | -6/+60 |
| 2024-07-18 | improve error reporting | Folkert | -25/+31 |
| 2024-07-18 | remove cmse validation from rustc_codegen_ssa | Folkert | -9/+4 |
| 2024-07-18 | move CMSE validation to hir_analysis | Folkert | -4/+190 |
| 2024-07-18 | Rollup merge of #127888 - estebank:type-param-sugg, r=compiler-errors | Matthias Krüger | -3/+5 |
| 2024-07-18 | Rollup merge of #127878 - estebank:assoc-item-removal, r=fmease | Matthias Krüger | -8/+6 |
| 2024-07-17 | Remove some unintended changes to imports | Noah Lev | -3/+3 |
| 2024-07-17 | Account for structs that have unused params in nested types in fields | Michael Goulet | -24/+96 |
| 2024-07-18 | More accurate span for type parameter suggestion | Esteban Küber | -3/+5 |
| 2024-07-17 | Fix associated item removal suggestion | Esteban Küber | -8/+6 |
| 2024-07-17 | Account for self ty alias | Michael Goulet | -5/+10 |
| 2024-07-17 | Mention that type parameters are used recursively | Michael Goulet | -21/+77 |
| 2024-07-17 | Add cross-crate precise capturing support to rustdoc | Michael Goulet | -0/+21 |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -24/+48 |
| 2024-07-17 | Forbid `!Sized` types and references | Boxy | -12/+54 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -41/+74 |
| 2024-07-16 | Use `ConstArg` for const param defaults | Noah Lev | -4/+7 |
| 2024-07-16 | Use `ConstArg` for array lengths | Noah Lev | -1/+1 |