| Age | Commit message (Expand) | Author | Lines |
| 2024-03-28 | Normalize the result of Fields::ty_with_args | Celina G. Val | -0/+95 |
| 2024-03-14 | Rollup merge of #122405 - celinval:smir-new-const, r=oli-obk | Matthias Krüger | -0/+147 |
| 2024-03-13 | Rollup merge of #122203 - adpaco-aws:smir-intrinsic-name, r=celinval | Matthias Krüger | -1/+13 |
| 2024-03-12 | Add `intrinsic_name` to get plain intrinsic name | Adrian Palacios | -1/+13 |
| 2024-03-12 | Add a test to SMIR body transformation | Celina G. Val | -0/+147 |
| 2024-03-11 | Allow multiple `impl Into<{D,Subd}iagMessage>` parameters in a function. | Nicholas Nethercote | -2/+8 |
| 2024-03-11 | Rename `DecorateLint` as `LintDiagnostic`. | Nicholas Nethercote | -9/+9 |
| 2024-03-11 | Rename `AddToDiagnostic` as `Subdiagnostic`. | Nicholas Nethercote | -12/+12 |
| 2024-03-11 | Rename `IntoDiagnostic` as `Diagnostic`. | Nicholas Nethercote | -11/+11 |
| 2024-03-11 | Rename `IntoDiagnosticArg` as `IntoDiagArg`. | Nicholas Nethercote | -17/+17 |
| 2024-03-06 | Rewrite the `untranslatable_diagnostic` lint. | Nicholas Nethercote | -7/+40 |
| 2024-03-05 | Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`. | Nicholas Nethercote | -3/+3 |
| 2024-03-05 | Rename `SubdiagnosticMessage` as `SubdiagMessage`. | Nicholas Nethercote | -7/+7 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -7/+7 |
| 2024-03-05 | Disable `tests/ui-fulldeps/internal-lints/diagnostics.rs` on stage 1. | Nicholas Nethercote | -7/+8 |
| 2024-03-04 | Rollup merge of #121969 - nnethercote:ParseSess-cleanups, r=wesleywiser | Matthias Krüger | -11/+7 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -6/+6 |
| 2024-03-04 | Remove `file_path_mapping` param from `ParseSess::new`. | Nicholas Nethercote | -7/+3 |
| 2024-03-03 | Run some ui-fulldeps tests on stage 1 again | Nilstrieb | -8/+6 |
| 2024-03-01 | Implement missing ABI structures in StableMIR | Celina G. Val | -8/+37 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -12/+12 |
| 2024-02-28 | Rename `Diagnostic` as `DiagInner`. | Nicholas Nethercote | -2/+2 |
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -133/+133 |
| 2024-02-21 | Merge `diagnostic_builder.rs` into `diagnostic.rs`. | Nicholas Nethercote | -3/+3 |
| 2024-02-20 | Auto merge of #120576 - nnethercote:merge-Diagnostic-DiagnosticBuilder, r=dav... | bors | -16/+24 |
| 2024-02-20 | Rollup merge of #121205 - nnethercote:fix-stable-mir-CompilerError, r=oli-obk | Nilstrieb | -1/+1 |
| 2024-02-20 | Reduce capabilities of `Diagnostic`. | Nicholas Nethercote | -16/+24 |
| 2024-02-17 | Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercote | Matthias Krüger | -21/+33 |
| 2024-02-17 | Merge `CompilerError::CompilationFailed` and `CompilerError::ICE`. | Nicholas Nethercote | -1/+1 |
| 2024-02-15 | errors: only eagerly translate subdiagnostics | David Wood | -21/+33 |
| 2024-02-15 | Rollup merge of #120982 - momvart:smir-61-foreign_kind, r=oli-obk | Matthias Krüger | -0/+93 |
| 2024-02-14 | Rewrite foreign item kind query using `DefKind` | Mohammad Omidvar | -1/+1 |
| 2024-02-13 | Bump `proc-macro2`, `syn` and `quote` | clubby789 | -181/+108 |
| 2024-02-12 | Add APIs for fetching foreign items including foreign modules, their ABIs, an... | Mohammad Omidvar | -0/+93 |
| 2024-02-08 | Rollup merge of #120734 - nnethercote:SubdiagnosticMessageOp, r=compiler-errors | Matthias Krüger | -12/+7 |
| 2024-02-08 | Add `SubdiagnosticMessageOp` as a trait alias. | Nicholas Nethercote | -12/+7 |
| 2024-02-07 | Update tests | r0cky | -1/+1 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -15/+22 |
| 2024-02-01 | A small fix in `enforce_slug_naming.rs`. | Nicholas Nethercote | -2/+2 |
| 2024-01-30 | add missing potential_query_instability for keys and values in hashmap | yukang | -1/+38 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -217/+221 |
| 2024-01-19 | Ensure internal function is safe | Celina G. Val | -2/+2 |
| 2024-01-17 | Revert changes to internal method for now | Celina G. Val | -2/+2 |
| 2024-01-16 | Remove tcx function and make `internal` fn safer | Celina G. Val | -11/+11 |
| 2024-01-16 | Remove tcx from SMIR run macro and accept closures | Celina G. Val | -43/+29 |
| 2024-01-16 | Auto merge of #119672 - cjgillot:dse-sandwich, r=oli-obk | bors | -1/+1 |
| 2024-01-13 | Bless tests | George-lewis | -6/+28 |
| 2024-01-11 | Bless ui-fulldeps. | Camille GILLOT | -1/+1 |
| 2024-01-11 | Rollup merge of #119790 - celinval:smir-all-traits, r=oli-obk | Matthias Krüger | -0/+125 |
| 2024-01-09 | Fix all_trait* methods to return all trait available | Celina G. Val | -0/+125 |