index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_smir
Age
Commit message (
Expand
)
Author
Lines
2023-10-25
Add arg_count field to Body in Stable MIR
Kirby Linvill
-0
/
+1
2023-10-25
Rename `AsyncCoroutineKind` to `CoroutineSource`
Oli Scherer
-4
/
+4
2023-10-25
Auto merge of #117113 - celinval:smir-stable-ty, r=oli-obk
bors
-117
/
+95
2023-10-25
Auto merge of #116993 - compiler-errors:clause-kind, r=jackh726
bors
-8
/
+10
2023-10-24
Use IndexMap for handling stable Ty
Celina G. Val
-10
/
+5
2023-10-24
Remove fold code and add Const::internal()
Celina G. Val
-111
/
+94
2023-10-23
Add test and remove double ref
Celina G. Val
-3
/
+3
2023-10-23
Remove unsafe and `Rc`
Celina G. Val
-14
/
+10
2023-10-23
Add `internal()` method counterpart to `stable()`
Celina G. Val
-1
/
+5
2023-10-23
Add method to convert internal to stable constructs
Celina G. Val
-95
/
+170
2023-10-23
Avoid having `rustc_smir` depend on `rustc_interface` or `rustc_driver`
Oli Scherer
-60
/
+72
2023-10-21
Rollup merge of #116964 - celinval:smir-mono-body, r=oli-obk
Matthias Krüger
-4
/
+144
2023-10-20
Uplift ClauseKind and PredicateKind
Michael Goulet
-8
/
+10
2023-10-20
Rename `CoroutineKind::Gen` to `::Coroutine`
Oli Scherer
-1
/
+1
2023-10-20
s/generator/coroutine/
Oli Scherer
-7
/
+7
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-16
/
+16
2023-10-19
Add stable Instance::body() and RustcInternal trait
Celina G. Val
-4
/
+144
2023-10-16
Add MonoItems and Instance to stable_mir
Celina G. Val
-30
/
+123
2023-10-13
change fn name, return loc info, local name
Oğuz Ağcayazı
-19
/
+8
2023-10-11
implement get_filename/lines for span
Oğuz Ağcayazı
-1
/
+31
2023-10-11
Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease
bors
-0
/
+3
2023-10-10
Rollup merge of #116560 - ouz-a:efficient_ids, r=oli-obk
Guillaume Gomez
-32
/
+48
2023-10-10
add new wrapper for FxIndexMap
Oğuz Ağcayazı
-32
/
+42
2023-10-09
spans are now indexmapped
Oğuz Ağcayazı
-11
/
+9
2023-10-09
alloc id is indexmapped
Oğuz Ağcayazı
-8
/
+9
2023-10-09
defids are indexmapped
Oğuz Ağcayazı
-11
/
+18
2023-10-09
return crates instead of a crate
Oğuz Ağcayazı
-5
/
+12
2023-10-08
rustdoc: remove rust logo from non-Rust crates
Michael Howell
-0
/
+3
2023-10-06
Remove unnecessary `pub`.
Nicholas Nethercote
-1
/
+1
2023-10-06
Remove unneeded features.
Nicholas Nethercote
-4
/
+0
2023-10-06
Remove unneeded dependency.
Nicholas Nethercote
-4
/
+3
2023-10-05
impl stable for kinds
Oğuz Ağcayazı
-114
/
+114
2023-10-05
add span to statements
ouz-a
-52
/
+71
2023-09-30
add span to terminator
ouz-a
-38
/
+69
2023-09-30
create localdecl and add span to it
ouz-a
-1
/
+8
2023-09-28
remove unimplemented
ouz-a
-1
/
+1
2023-09-28
add real folder to Region
ouz-a
-1
/
+1
2023-09-28
remove un-needed variants
ouz-a
-7
/
+2
2023-09-28
fix imports
ouz-a
-8
/
+3
2023-09-28
add stable for RegionKind
ouz-a
-11
/
+26
2023-09-28
add RegionDef
ouz-a
-1
/
+31
2023-09-25
Rebase fallout
Oli Scherer
-1
/
+1
2023-09-25
Split out the stable part of smir into its own crate to prevent accidental us...
Oli Scherer
-1795
/
+19
2023-09-25
Move `Opaque` to `stable_mir`
Oli Scherer
-38
/
+35
2023-09-25
Fix test by adding a stable way to get an opaque DefKind
Oli Scherer
-0
/
+23
2023-09-25
Eliminate escape hatch
Oli Scherer
-12
/
+23
2023-09-25
Eliminate `with_tables` helper
Oli Scherer
-78
/
+18
2023-09-24
Remove span from BrAnon.
Camille GILLOT
-5
/
+3
2023-09-23
Remove GeneratorWitness and rename GeneratorWitnessMIR.
Camille GILLOT
-5
/
+1
2023-09-21
Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk
Guillaume Gomez
-7
/
+7
[prev]
[next]