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
/
tests
/
ui-fulldeps
Age
Commit message (
Expand
)
Author
Lines
2023-12-22
Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errors
bors
-11
/
+11
2023-12-20
Add `ItemKind::Ctor` to stable mir
Celina G. Val
-2
/
+8
2023-12-20
Add a small test for the case that was crashing
Celina G. Val
-0
/
+78
2023-12-19
Fix c_variadic flag and add opaque info to PassMode
Celina G. Val
-4
/
+30
2023-12-19
Add `level` arg to `into_diagnostic`.
Nicholas Nethercote
-11
/
+11
2023-12-18
Add function ABI and type layout to StableMIR
Celina G. Val
-4
/
+120
2023-12-18
Fix up some `ui-fulldeps` tests.
Nicholas Nethercote
-22
/
+22
2023-12-15
Add a method to check if type is a CStr
Celina G. Val
-0
/
+22
2023-12-14
Address PR comments
Celina G. Val
-1
/
+1
2023-12-10
remove redundant imports
surechen
-1
/
+1
2023-12-08
Rollup merge of #118694 - celinval:smir-alloc-methods, r=ouz-a
Matthias Krüger
-5
/
+139
2023-12-08
coro_kind -> coroutine_kind
Michael Goulet
-1
/
+1
2023-12-07
Add a test to evaluate type intrinsic.
Celina G. Val
-3
/
+36
2023-12-07
Add tests to allocation methods and fix is_null()
Celina G. Val
-5
/
+90
2023-12-07
Fix conversion to StaticDef and add test
Celina G. Val
-0
/
+16
2023-12-06
Rollup merge of #118681 - celinval:fix-foreign-item, r=ouz-a
Matthias Krüger
-2
/
+6
2023-12-06
Also add an API to check if an instance has body
Celina G. Val
-3
/
+6
2023-12-06
Fix `is_foreign_item` for StableMIR instance
Celina G. Val
-1
/
+2
2023-12-06
Rollup merge of #118516 - celinval:smir-variants, r=ouz-a
Matthias Krüger
-0
/
+115
2023-12-05
Change ty_with_args to return Ty instead of Result
Celina G. Val
-0
/
+115
2023-12-04
Fix some broken tests
Eric Holk
-1
/
+1
2023-12-01
Add more information to stable Instance
Celina G. Val
-1
/
+27
2023-11-26
Use `rustc_fluent_macro::fluent_messages!` directly.
Nicholas Nethercote
-269
/
+243
2023-11-26
Avoid need for `{D,Subd}iagnosticMessage` imports.
Nicholas Nethercote
-1
/
+1
2023-11-24
Auto merge of #118138 - Nilstrieb:one-previous-error, r=WaffleLapkin
bors
-11
/
+18
2023-11-24
Bless ui-fulldeps
Nilstrieb
-11
/
+18
2023-11-22
Add CrateDef trait and methods to get def names
Celina G. Val
-0
/
+109
2023-11-21
Add allocation test and a bit more documentation
Celina G. Val
-0
/
+119
2023-11-20
Add place.ty() and Ty build from a kind to smir
Celina G. Val
-10
/
+19
2023-11-16
Add more APIs and fix `Instance::body`
Celina G. Val
-11
/
+21
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-4
/
+2
2023-11-09
Remove rich UserTypeProjection projections in SMIR
Kirby Linvill
-1
/
+1
2023-11-09
Replace match assertions against empty slices with is_empty assertions
Kirby Linvill
-8
/
+6
2023-11-09
Move SMIR projections tests to new file
Kirby Linvill
-103
/
+175
2023-11-09
Add stable MIR Projections support based on MIR structure
Kirby Linvill
-0
/
+103
2023-11-04
add `fn visit_capture_by` to MutVisitor and fix pprust-expr-roundtrip.rs
Dinu Blanovschi
-1
/
+1
2023-11-04
Remove support for compiler plugins.
Nicholas Nethercote
-1084
/
+0
2023-11-02
Minimize `pub` usage in `source_map.rs`.
Nicholas Nethercote
-4
/
+4
2023-10-30
Add a stable MIR visitor
Celina G. Val
-0
/
+148
2023-10-26
Add test for smir locals
Kirby Linvill
-0
/
+31
2023-10-26
Update Place and Operand to take slices
Kirby Linvill
-13
/
+13
2023-10-25
Add a public API to get all body locals
Kirby Linvill
-1
/
+1
2023-10-24
Remove fold code and add Const::internal()
Celina G. Val
-34
/
+12
2023-10-23
Add test and remove double ref
Celina G. Val
-15
/
+82
2023-10-23
Try to work around 32 bit mingw issues
Oli Scherer
-0
/
+3
2023-10-23
Avoid having `rustc_smir` depend on `rustc_interface` or `rustc_driver`
Oli Scherer
-11
/
+17
2023-10-22
Auto merge of #116932 - Kobzol:fix-stage1-tests, r=Mark-Simulacrum
bors
-2
/
+4
2023-10-21
Rollup merge of #116964 - celinval:smir-mono-body, r=oli-obk
Matthias Krüger
-1
/
+25
2023-10-20
bless ui-fulldeps
Oli Scherer
-2
/
+2
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-2
/
+2
[next]