| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-01-06 | Rollup merge of #119655 - Nilstrieb:cleanup-the-error-count-monster-mess, r=W... | Matthias Krüger | -13/+6 |
| 2024-01-06 | Remove ignore-stage1 that was added when changing error count msg | Nilstrieb | -13/+6 |
| 2024-01-06 | Auto merge of #119478 - bjorn3:no_serialize_specialization, r=wesleywiser | bors | -1/+4 |
| 2024-01-03 | Rename some `Diagnostic` setters. | Nicholas Nethercote | -4/+4 |
| 2024-01-01 | Fix tests | bjorn3 | -1/+4 |
| 2023-12-22 | Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errors | bors | -11/+11 |
| 2023-12-20 | Add `ItemKind::Ctor` to stable mir | Celina G. Val | -2/+8 |
| 2023-12-20 | Add a small test for the case that was crashing | Celina G. Val | -0/+78 |
| 2023-12-19 | Fix c_variadic flag and add opaque info to PassMode | Celina G. Val | -4/+30 |