about summary refs log tree commit diff
path: root/compiler/rustc_smir/src/rustc_internal/mod.rs
AgeCommit message (Expand)AuthorLines
2025-01-23Remove RunCompilerbjorn3-2/+2
2024-12-17Auto merge of #134302 - bjorn3:remove_driver_queries, r=oli-obk,jieyouxubors-1/+1
2024-12-14Fix testsbjorn3-1/+1
2024-12-14Encode coroutine-closures in SMIRMichael Goulet-0/+4
2024-12-06Fix ui-fulldep testsbjorn3-2/+3
2024-11-09Pass TyCtxt instead of Queries to the after_analysis callbacksbjorn3-14/+13
2024-10-28stable_mir: Directly use types from rustc_abiJubilee Young-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-09-02chore: Fix typos in 'compiler' (batch 2)Alexander Cyon-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-6/+8
2024-06-04Split smir `Const` into `TyConst` and `MirConst`Boxy-1/+2
2024-02-17Merge `CompilerError::CompilationFailed` and `CompilerError::ICE`.Nicholas Nethercote-2/+8
2024-02-12Add APIs for fetching foreign items including foreign modules, their ABIs, an...Mohammad Omidvar-0/+4
2024-01-19Use the new `with_tables` everywhereOli Scherer-10/+5
2024-01-19Ensure internal function is safeCelina G. Val-4/+35
2024-01-19Fix a soundness bug in `with_tables`.Oli Scherer-2/+2
2024-01-17Revert changes to internal method for nowCelina G. Val-26/+2
2024-01-16Remove tcx function and make `internal` fn saferCelina G. Val-26/+52
2024-01-16Remove tcx from SMIR run macro and accept closuresCelina G. Val-17/+105
2023-12-18Add function ABI and type layout to StableMIRCelina G. Val-0/+6
2023-11-24Move the compiler interface defs to its own moduleCelina G. Val-1/+1
2023-11-24Break down `rustc_smir/mod.rs` fileCelina G. Val-1/+1
2023-11-21Add support to get virtual table allocationCelina G. Val-1/+1
2023-11-21Add support to global allocation to stable-mirCelina G. Val-1/+1
2023-11-17better formatting for statementsOğuz Ağcayazı-6/+0
2023-11-17emit basic smirOğuz Ağcayazı-0/+7
2023-11-16Add more SMIR internal impl and callback return valueCelina G. Val-9/+15
2023-11-10add CoroutineWitness to covered typesOğuz Ağcayazı-0/+4
2023-10-24Use IndexMap for handling stable TyCelina G. Val-1/+1
2023-10-24Remove fold code and add Const::internal()Celina G. Val-0/+1
2023-10-23Add test and remove double refCelina G. Val-3/+3
2023-10-23Remove unsafe and `Rc`Celina G. Val-13/+9
2023-10-23Add `internal()` method counterpart to `stable()`Celina G. Val-1/+5
2023-10-23Add method to convert internal to stable constructsCelina G. Val-12/+46
2023-10-23Avoid having `rustc_smir` depend on `rustc_interface` or `rustc_driver`Oli Scherer-58/+72
2023-10-21Rollup merge of #116964 - celinval:smir-mono-body, r=oli-obkMatthias Krüger-0/+10
2023-10-20s/generator/coroutine/Oli Scherer-1/+1
2023-10-20s/Generator/Coroutine/Oli Scherer-2/+2
2023-10-19Add stable Instance::body() and RustcInternal traitCelina G. Val-0/+10
2023-10-16Add MonoItems and Instance to stable_mirCelina G. Val-4/+24
2023-10-10add new wrapper for FxIndexMapOğuz Ağcayazı-28/+38
2023-10-09spans are now indexmappedOğuz Ağcayazı-10/+8
2023-10-09alloc id is indexmappedOğuz Ağcayazı-7/+8
2023-10-09defids are indexmappedOğuz Ağcayazı-10/+15
2023-10-06Remove unnecessary `pub`.Nicholas Nethercote-1/+1
2023-09-28add RegionDefouz-a-0/+4
2023-09-25Split out the stable part of smir into its own crate to prevent accidental us...Oli Scherer-3/+3
2023-09-25Move `Opaque` to `stable_mir`Oli Scherer-21/+0
2023-09-25Eliminate escape hatchOli Scherer-0/+9
2023-09-25Eliminate `with_tables` helperOli Scherer-58/+1