| Age | Commit message (Expand) | Author | Lines |
| 2024-02-23 | compiler: clippy::complexity fixes | Matthias Krüger | -2/+1 |
| 2024-02-17 | Merge `CompilerError::CompilationFailed` and `CompilerError::ICE`. | Nicholas Nethercote | -2/+8 |
| 2024-02-15 | Rollup merge of #120982 - momvart:smir-61-foreign_kind, r=oli-obk | Matthias Krüger | -33/+105 |
| 2024-02-14 | Rewrite foreign item kind query using `DefKind` | Mohammad Omidvar | -21/+13 |
| 2024-02-12 | Add APIs for fetching foreign items including foreign modules, their ABIs, an... | Mohammad Omidvar | -33/+113 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -1/+1 |
| 2024-02-08 | Add a new debug_assertions instrinsic (compiler) | Ben Kimock | -0/+1 |
| 2024-02-06 | Fix drop shim for AsyncFnOnce closure, AsyncFnMut shim for AsyncFn closure | Michael Goulet | -1/+1 |
| 2024-02-06 | Bless tests, add comments | Michael Goulet | -2/+2 |
| 2024-02-06 | Construct body for by-move coroutine closure output | Michael Goulet | -0/+1 |
| 2024-02-06 | Build a shim to call async closures with different AsyncFn trait kinds | Michael Goulet | -0/+1 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -0/+4 |
| 2024-01-30 | Remove the `abi_amdgpu_kernel` feature | clubby789 | -3/+0 |
| 2024-01-22 | Do not normalize closure signature when building FnOnce shim | Michael Goulet | -1/+4 |
| 2024-01-19 | Use the new `with_tables` everywhere | Oli Scherer | -145/+127 |
| 2024-01-19 | Ensure internal function is safe | Celina G. Val | -198/+294 |
| 2024-01-19 | Fix `Stable` trait and its impls to work with the new `with_tables` | Oli Scherer | -129/+136 |
| 2024-01-19 | Fix a soundness bug in `with_tables`. | Oli Scherer | -2/+2 |
| 2024-01-18 | Rollup merge of #119833 - celinval:smir-accept-closures, r=oli-obk | Matthias Krüger | -16/+106 |
| 2024-01-17 | Revert changes to internal method for now | Celina G. Val | -29/+4 |
| 2024-01-16 | Remove tcx function and make `internal` fn safer | Celina G. Val | -28/+55 |
| 2024-01-16 | Remove tcx from SMIR run macro and accept closures | Celina G. Val | -17/+105 |
| 2024-01-15 | compiler: Lower fn call arg spans down to MIR | Martin Nordholts | -1/+1 |
| 2024-01-11 | Rollup merge of #119790 - celinval:smir-all-traits, r=oli-obk | Matthias Krüger | -4/+27 |
| 2024-01-10 | Simplify some redundant names | Michael Goulet | -8/+6 |
| 2024-01-09 | Fix all_trait* methods to return all trait available | Celina G. Val | -4/+27 |
| 2023-12-28 | Movability doesn't need to be a query anymore | Michael Goulet | -2/+2 |
| 2023-12-28 | Restore movability to SMIR | Michael Goulet | -1/+3 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -9/+5 |
| 2023-12-25 | Only regular coroutines have movability | Michael Goulet | -2/+4 |
| 2023-12-22 | Split coroutine desugaring kind from source | Michael Goulet | -7/+16 |
| 2023-12-20 | Rollup merge of #119141 - celinval:smir-instance-args, r=compiler-errors | Matthias Krüger | -0/+6 |
| 2023-12-20 | Add method to get instance instantiation arguments | Celina G. Val | -0/+6 |
| 2023-12-20 | Add `ItemKind::Ctor` to stable mir | Celina G. Val | -9/+7 |
| 2023-12-20 | Fix crash for `CrateItem::kind()` with constructors | Celina G. Val | -5/+8 |
| 2023-12-20 | Rollup merge of #119094 - celinval:smir-layout, r=compiler-errors | Matthias Krüger | -21/+344 |
| 2023-12-19 | Fix c_variadic flag and add opaque info to PassMode | Celina G. Val | -4/+17 |
| 2023-12-18 | Add the function body span to StableMIR | Celina G. Val | -0/+1 |
| 2023-12-18 | Add function ABI and type layout to StableMIR | Celina G. Val | -21/+331 |
| 2023-12-17 | Auto merge of #119000 - celinval:smir-cstr, r=ouz-a | bors | -0/+6 |
| 2023-12-15 | NFC don't convert types to identical types | Matthias Krüger | -1/+0 |
| 2023-12-15 | Add a method to check if type is a CStr | Celina G. Val | -0/+6 |
| 2023-12-14 | Address PR comments | Celina G. Val | -12/+6 |
| 2023-12-13 | Add spread arg and missing CoroutineKind | Celina G. Val | -1/+4 |
| 2023-12-13 | Erase late bound regions from instance `fn_sig()` | Celina G. Val | -3/+12 |
| 2023-12-12 | Rollup merge of #118889 - matthiaskrgr:compl_2023_2, r=WaffleLapkin | Jubilee | -1/+1 |
| 2023-12-12 | more clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2023-12-12 | clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2023-12-12 | Rollup merge of #118846 - celinval:smir-ty-methods, r=compiler-errors | Matthias Krüger | -0/+12 |
| 2023-12-11 | Fix BinOp ty assertion and `fn_sig` for closures | Celina G. Val | -0/+12 |