| Age | Commit message (Expand) | Author | Lines |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -1/+1 |
| 2023-10-09 | Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-202... | bjorn3 | -5/+3 |
| 2023-09-21 | Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk | Guillaume Gomez | -3/+3 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -3/+3 |
| 2023-09-19 | adjust constValue::Slice to work for arbitrary slice types | Ralf Jung | -8/+4 |
| 2023-09-19 | move ConstValue into mir | Ralf Jung | -1/+2 |
| 2023-09-14 | move required_consts check to general post-mono-check function | Ralf Jung | -29/+7 |
| 2023-09-14 | make it more clear which functions create fresh AllocId | Ralf Jung | -13/+11 |
| 2023-09-14 | cleanup op_to_const a bit; rename ConstValue::ByRef → Indirect | Ralf Jung | -2/+2 |
| 2023-09-14 | use AllocId instead of Allocation in ConstValue::ByRef | Ralf Jung | -5/+9 |
| 2023-09-13 | make the eval() functions on our const types return the resulting value | Ralf Jung | -26/+4 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -1/+1 |
| 2023-08-20 | give some unwind-related terminators a more clear name | Ralf Jung | -2/+2 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -1/+1 |
| 2023-06-15 | Merge commit '8830dccd1d4c74f1f69b0d3bd982a3f1fcde5807' into sync_cg_clif-202... | bjorn3 | -15/+15 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -4/+4 |
| 2023-04-29 | Merge commit 'ef07e8e60f994ec014d049a95591426fb92ebb79' into sync_cg_clif-202... | bjorn3 | -0/+2 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -1/+1 |
| 2023-04-06 | Rename `Abort` terminator to `Terminate` | Gary Guo | -1/+1 |
| 2023-03-29 | Support TLS access into dylibs on Windows | John Kåre Alsaker | -6/+16 |
| 2023-03-15 | Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into sync_cg_clif-202... | bjorn3 | -2/+2 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -0/+1 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -2/+1 |
| 2023-01-23 | Update codegen cranelift for ConstEvalCounter | Bryan Garza | -0/+1 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -1/+1 |
| 2022-12-14 | Merge commit '2bb3996244cf1b89878da9e39841e9f6bf061602' into sync_cg_clif-202... | bjorn3 | -32/+50 |
| 2022-11-23 | Add `Mutability::{is_mut,is_not}` | Maybe Waffle | -9/+4 |
| 2022-11-19 | deduplicate constant evaluation in cranelift backend | Ralf Jung | -35/+23 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -1/+1 |
| 2022-11-15 | Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk | bors | -2/+2 |
| 2022-11-13 | add is_sized method on Abi and Layout, and use it | Ralf Jung | -1/+1 |
| 2022-11-06 | fix cranelift and gcc | Ralf Jung | -2/+2 |
| 2022-10-27 | Update tooling | Maybe Waffle | -2/+1 |
| 2022-10-23 | Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b' into sync_cg_clif-202... | bjorn3 | -48/+39 |
| 2022-10-06 | Remove `mir::CastKind::Misc` | ouz-a | -1/+10 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -1/+1 |
| 2022-09-22 | introduce mir::Unevaluated | b-naber | -11/+2 |
| 2022-09-15 | nits | b-naber | -11/+1 |
| 2022-09-14 | address review again | b-naber | -19/+1 |
| 2022-09-13 | cranelift changes | b-naber | -49/+59 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -6/+13 |
| 2022-09-06 | Generalize the Assume intrinsic statement to a general Intrinsic statement | Oli Scherer | -4/+5 |
| 2022-09-06 | Lower the assume intrinsic to a MIR statement | Oli Scherer | -0/+1 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-30 | Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-08-27 | interpret: rename relocation → provenance | Ralf Jung | -1/+1 |
| 2022-08-26 | Replace `Body::basic_blocks()` with field access | Tomasz Miąsko | -1/+1 |
| 2022-07-25 | Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-202... | bjorn3 | -9/+14 |
| 2022-07-20 | various nits from review | Ralf Jung | -1/+0 |
| 2022-07-20 | slightly cleaner, if more verbose, vtable handling in codegen backends | Ralf Jung | -6/+14 |