| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-12-19 | Add `level` arg to `into_diagnostic`. | Nicholas Nethercote | -11/+11 |
| 2023-12-18 | Add function ABI and type layout to StableMIR | Celina G. Val | -4/+120 |
| 2023-12-18 | Fix up some `ui-fulldeps` tests. | Nicholas Nethercote | -22/+22 |
| 2023-12-15 | Add a method to check if type is a CStr | Celina G. Val | -0/+22 |
| 2023-12-14 | Address PR comments | Celina G. Val | -1/+1 |
| 2023-12-10 | remove redundant imports | surechen | -1/+1 |
| 2023-12-08 | Rollup merge of #118694 - celinval:smir-alloc-methods, r=ouz-a | Matthias Krüger | -5/+139 |
| 2023-12-08 | coro_kind -> coroutine_kind | Michael Goulet | -1/+1 |
| 2023-12-07 | Add a test to evaluate type intrinsic. | Celina G. Val | -3/+36 |
| 2023-12-07 | Add tests to allocation methods and fix is_null() | Celina G. Val | -5/+90 |
| 2023-12-07 | Fix conversion to StaticDef and add test | Celina G. Val | -0/+16 |
| 2023-12-06 | Rollup merge of #118681 - celinval:fix-foreign-item, r=ouz-a | Matthias Krüger | -2/+6 |
| 2023-12-06 | Also add an API to check if an instance has body | Celina G. Val | -3/+6 |
| 2023-12-06 | Fix `is_foreign_item` for StableMIR instance | Celina G. Val | -1/+2 |
| 2023-12-06 | Rollup merge of #118516 - celinval:smir-variants, r=ouz-a | Matthias Krüger | -0/+115 |
| 2023-12-05 | Change ty_with_args to return Ty instead of Result | Celina G. Val | -0/+115 |
| 2023-12-04 | Fix some broken tests | Eric Holk | -1/+1 |
| 2023-12-01 | Add more information to stable Instance | Celina G. Val | -1/+27 |
| 2023-11-26 | Use `rustc_fluent_macro::fluent_messages!` directly. | Nicholas Nethercote | -269/+243 |
| 2023-11-26 | Avoid need for `{D,Subd}iagnosticMessage` imports. | Nicholas Nethercote | -1/+1 |
| 2023-11-24 | Auto merge of #118138 - Nilstrieb:one-previous-error, r=WaffleLapkin | bors | -11/+18 |
| 2023-11-24 | Bless ui-fulldeps | Nilstrieb | -11/+18 |
| 2023-11-22 | Add CrateDef trait and methods to get def names | Celina G. Val | -0/+109 |
| 2023-11-21 | Add allocation test and a bit more documentation | Celina G. Val | -0/+119 |
| 2023-11-20 | Add place.ty() and Ty build from a kind to smir | Celina G. Val | -10/+19 |
| 2023-11-16 | Add more APIs and fix `Instance::body` | Celina G. Val | -11/+21 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -4/+2 |
| 2023-11-09 | Remove rich UserTypeProjection projections in SMIR | Kirby Linvill | -1/+1 |
| 2023-11-09 | Replace match assertions against empty slices with is_empty assertions | Kirby Linvill | -8/+6 |
| 2023-11-09 | Move SMIR projections tests to new file | Kirby Linvill | -103/+175 |