about summary refs log tree commit diff
path: root/compiler/rustc_smir/src
AgeCommit message (Expand)AuthorLines
2023-11-16Fix has_body() and change resolve_drop_in_place() sigCelina G. Val-15/+18
2023-11-16Always run builder to evaluate constantsCelina G. Val-4/+1
2023-11-16Address PR commentsCelina G. Val-2/+1
2023-11-16Add more APIs and fix `Instance::body`Celina G. Val-21/+158
2023-11-16Add more SMIR internal impl and callback return valueCelina G. Val-13/+147
2023-11-15Bump cfg(bootstrap)sMark Rousskov-3/+3
2023-11-15Auto merge of #117908 - lcnr:region-kind-rename, r=BoxyUwUbors-2/+2
2023-11-15Auto merge of #117517 - klinvill:smir-projections, r=ouz-abors-4/+38
2023-11-14Make UserTypeProjection projections OpaqueKirby Linvill-1/+6
2023-11-14finish `RegionKind` renamelcnr-2/+2
2023-11-14Auto merge of #117787 - ouz-a:smir_coroutinewitness, r=celinvalbors-1/+9
2023-11-13rename `ReLateBound` to `ReBound`lcnr-1/+1
2023-11-10add CoroutineWitness to covered typesOğuz Ağcayazı-1/+9
2023-11-09Remove rich UserTypeProjection projections in SMIRKirby Linvill-35/+3
2023-11-09Add stable MIR Projections support based on MIR structureKirby Linvill-4/+65
2023-11-10Rollup merge of #117741 - eltociear:patch-23, r=compiler-errorsMatthias Krüger-1/+1
2023-11-09Fix typo in internal.rsIkko Eltociear Ashimine-1/+1
2023-11-08rename `BorrowKind::Shallow` to `Fake`lcnr-1/+1
2023-11-01Auto merge of #114208 - GKFX:offset_of_enum, r=wesleywiserbors-0/+7
2023-10-31Enums in offset_of: update based on est31, scottmcm & llogiq reviewGeorge Bateman-7/+4
2023-10-31Support enum variants in offset_of!George Bateman-1/+11
2023-10-30Add a stable MIR visitorCelina G. Val-0/+6
2023-10-29Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errorsbors-9/+19
2023-10-27Rollup merge of #117262 - celinval:issue-38-norm, r=oli-obkMatthias Krüger-5/+14
2023-10-26Specialize ZeroSized constantsCelina G. Val-5/+14
2023-10-26Rollup merge of #117095 - klinvill:smir-fn-arg-count, r=oli-obkMatthias Krüger-6/+5
2023-10-26Add hir::GeneratorKind::GenOli Scherer-9/+19
2023-10-25Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errorsMatthias Krüger-4/+4
2023-10-25Replace arg_count in public API with return/arg gettersKirby Linvill-7/+5
2023-10-25Add arg_count field to Body in Stable MIRKirby Linvill-0/+1
2023-10-25Rename `AsyncCoroutineKind` to `CoroutineSource`Oli Scherer-4/+4
2023-10-25Auto merge of #117113 - celinval:smir-stable-ty, r=oli-obkbors-117/+95
2023-10-25Auto merge of #116993 - compiler-errors:clause-kind, r=jackh726bors-8/+10
2023-10-24Use IndexMap for handling stable TyCelina G. Val-10/+5
2023-10-24Remove fold code and add Const::internal()Celina G. Val-111/+94
2023-10-23Add test and remove double refCelina G. Val-3/+3
2023-10-23Remove unsafe and `Rc`Celina G. Val-14/+10
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-95/+169
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-4/+144
2023-10-20Uplift ClauseKind and PredicateKindMichael Goulet-8/+10
2023-10-20Rename `CoroutineKind::Gen` to `::Coroutine`Oli Scherer-1/+1
2023-10-20s/generator/coroutine/Oli Scherer-7/+7
2023-10-20s/Generator/Coroutine/Oli Scherer-16/+16
2023-10-19Add stable Instance::body() and RustcInternal traitCelina G. Val-4/+144
2023-10-16Add MonoItems and Instance to stable_mirCelina G. Val-30/+123
2023-10-13change fn name, return loc info, local nameOğuz Ağcayazı-19/+8
2023-10-11implement get_filename/lines for spanOğuz Ağcayazı-1/+31
2023-10-11Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmeasebors-0/+3