| Age | Commit message (Expand) | Author | Lines |
| 2024-08-15 | Revert "Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU" | Boxy | -100/+55 |
| 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-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 |
| 2024-07-16 | Use `ConstArg` for assoc item constraints | Noah Lev | -12/+21 |
| 2024-07-16 | Setup ty::Const functions for `ConstArg` | Noah Lev | -7/+4 |
| 2024-07-16 | hir: Create `hir::ConstArgKind` enum | Noah Lev | -8/+11 |
| 2024-07-15 | Move rustc_infer::infer::error_reporting to rustc_infer::error_reporting::infer | Michael Goulet | -1/+1 |
| 2024-07-14 | find_field does not need to be a query. | Camille GILLOT | -19/+0 |
| 2024-07-11 | Auto merge of #127575 - chenyukang:yukang-fix-struct-fields-ice, r=compiler-e... | bors | -1/+4 |
| 2024-07-11 | report pat no field error no recoverd struct variant | yukang | -1/+4 |
| 2024-07-10 | Rollup merge of #127094 - Borgerr:E0191-suggestion-correction, r=fmease | Matthias Krüger | -1/+13 |
| 2024-07-09 | E0191 suggestion correction, inserts turbofish without dyn (#91997) | Ashton Hunt | -1/+13 |
| 2024-07-09 | Auto merge of #127358 - oli-obk:taint_itemctxt, r=fmease | bors | -182/+194 |
| 2024-07-09 | Auto merge of #127493 - compiler-errors:crate-level-import, r=lcnr | bors | -13/+13 |
| 2024-07-09 | Remove HirTyLowerer::set_tainted_by_errors, since it is now redundant | Oli Scherer | -91/+96 |
| 2024-07-09 | Automatically taint when reporting errors from ItemCtxt | Oli Scherer | -94/+101 |
| 2024-07-09 | Auto merge of #127200 - fee1-dead-contrib:trait_def_const_trait, r=compiler-e... | bors | -12/+12 |
| 2024-07-08 | Move trait selection error reporting to its own top-level module | Michael Goulet | -13/+13 |
| 2024-07-08 | Remove `structured_errors` module | Oli Scherer | -5/+2 |
| 2024-07-08 | Remove `StructuredDiag` | Oli Scherer | -78/+43 |
| 2024-07-08 | Remove another `StructuredDiag` impl | Oli Scherer | -73/+1 |