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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_mir
/
src
/
interpret
Age
Commit message (
Expand
)
Author
Lines
2021-10-13
Turn tcx.vtable_allocation() into a query.
Michael Woerister
-1
/
+1
2021-09-03
Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebank
bors
-2
/
+3
2021-08-30
rustc_target: `TyAndLayout::field` should never error.
Eduard-Mihai Burtescu
-8
/
+8
2021-08-27
rustc_target: add lifetime parameter to `LayoutOf`.
Eduard-Mihai Burtescu
-1
/
+1
2021-08-27
Path remapping: Make behavior of diagnostics output dependent on presence of ...
Michael Woerister
-2
/
+3
2021-08-26
review
lcnr
-1
/
+1
2021-08-26
update `TypeFlags` to deal with missing ct substs
lcnr
-14
/
+10
2021-08-26
make unevaluated const substs optional
lcnr
-5
/
+5
2021-08-26
require a `tcx` for `TypeVisitor`
lcnr
-0
/
+4
2021-08-25
Auto merge of #88242 - bonega:allocation_range, r=oli-obk
bors
-19
/
+8
2021-08-23
Rename to WrappingRange
Andreas Liljeqvist
-4
/
+4
2021-08-23
Use ref
Andreas Liljeqvist
-1
/
+1
2021-08-22
Use custom wrap-around type instead of Range
Andreas Liljeqvist
-19
/
+8
2021-08-22
Fix typos “an”→“a” and a few different ones that appeared in the sa...
Frank Steffahn
-1
/
+1
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-08-18
Fold `vtable_trait_upcasting_coercion_new_vptr_slot` logic into obligation pr...
Charles Lew
-9
/
+2
2021-08-12
Implement `black_box` using intrinsic
Gary Guo
-1
/
+1
2021-08-04
Auto merge of #86155 - alexcrichton:abort-on-unwind, r=nikomatsakis
bors
-7
/
+2
2021-08-04
Rollup merge of #87720 - matthiaskrgr:clippy_into, r=jyn514
Yuki Okushi
-2
/
+2
2021-08-03
Auto merge of #87515 - crlf0710:trait_upcasting_part2, r=bjorn3
bors
-10
/
+64
2021-08-03
rustc: Fill out remaining parts of C-unwind ABI
Alex Crichton
-7
/
+2
2021-08-03
don't use .into() to convert types to identical types (clippy::useless_conver...
Matthias Krüger
-2
/
+2
2021-08-03
Small refactorings for miri.
Charles Lew
-17
/
+16
2021-08-03
Implement pointer casting.
Charles Lew
-5
/
+60
2021-07-31
CTFE: throw unsupported error when partially overwriting a pointer
Ralf Jung
-4
/
+11
2021-07-25
Miri: santiy check that null pointer can never have an AllocId
Ralf Jung
-1
/
+5
2021-07-18
miri: better ptr-out-of-bounds errors
Ralf Jung
-4
/
+10
2021-07-17
Auto merge of #87123 - RalfJung:miri-provenance-overhaul, r=oli-obk
bors
-629
/
+581
2021-07-16
avoid manual Debug impls by adding extra Provenance bounds to types
Ralf Jung
-149
/
+46
2021-07-16
rename assert_matches module
Jane Lusby
-1
/
+1
2021-07-16
get rid of incorrect erase_for_fmt
Ralf Jung
-54
/
+48
2021-07-15
make check_ptr_access_align work on function pointer allocations
Ralf Jung
-6
/
+12
2021-07-15
enable Miri to fix the bytes in an allocation (since ptr offsets have differe...
Ralf Jung
-53
/
+41
2021-07-15
adjustions and cleanup to make Miri build again
Ralf Jung
-135
/
+115
2021-07-15
Rollup merge of #86947 - m-ou-se:assert-matches-to-submodule, r=yaahc
Yuki Okushi
-0
/
+1
2021-07-14
remove unused error variant
Ralf Jung
-8
/
+3
2021-07-14
more precise message for the ptr access check on deref
Ralf Jung
-8
/
+7
2021-07-14
use NonZeroU64 for AllocId to restore old type sizes
Ralf Jung
-7
/
+7
2021-07-14
consistently treat None-tagged pointers as ints; get rid of some deprecated S...
Ralf Jung
-27
/
+35
2021-07-14
CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...
Ralf Jung
-459
/
+544
2021-07-12
remove unnecessary deallocate_local hack
Ralf Jung
-15
/
+8
2021-07-12
remove remaining use of Pointer in Allocation API
Ralf Jung
-2
/
+2
2021-07-09
Rollup merge of #87000 - m-ou-se:const-panic-track-caller, r=oli-obk
Mara Bos
-2
/
+11
2021-07-09
Use #[track_caller] in const panic diagnostics.
Mara Bos
-2
/
+11
2021-07-08
PR feedback
Scott McMurray
-1
/
+2
2021-07-08
Stop generating `alloca`s+`memcmp` for simple array equality
Scott McMurray
-0
/
+18
2021-07-08
Move [debug_]assert_matches to mod {core, std}::assert.
Mara Bos
-0
/
+1
2021-07-04
Combine individual limit queries into single `limits` query
Aaron Hill
-1
/
+1
2021-07-04
Query-ify global limit attribute handling
Aaron Hill
-0
/
+5
2021-07-03
Make vtable_allocation always succeed
Smitty
-1
/
+1
[next]