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
/
src
/
librustc
/
mir
Age
Commit message (
Expand
)
Author
Lines
2019-07-30
throw_X macros use err_X macros
Saleem Jaffer
-10
/
+2
2019-07-30
renaming throw_err_* to throw_*
Saleem Jaffer
-22
/
+22
2019-07-30
renaming err to err_unsup
Saleem Jaffer
-14
/
+14
2019-07-30
adding throw_ and err_ macros for InterpError
Saleem Jaffer
-39
/
+36
2019-07-30
addding an interp_error module
Saleem Jaffer
-0
/
+21
2019-07-29
code review fixes
Saleem Jaffer
-10
/
+10
2019-07-29
code review fixes
Saleem Jaffer
-0
/
+1
2019-07-29
use PanicInfo and UnsupportedOpInfo
Saleem Jaffer
-14
/
+14
2019-07-29
adding a err macro for each of the InterpError variants
Saleem Jaffer
-23
/
+54
2019-07-29
implementing Debug for UnsupportedInfo
Saleem Jaffer
-99
/
+108
2019-07-29
fixing fallout due to InterpError refactor
Saleem Jaffer
-80
/
+120
2019-07-29
code review fixes
Saleem Jaffer
-6
/
+7
2019-07-29
moving remaining variants to UnsupportedInfo
Saleem Jaffer
-25
/
+22
2019-07-29
more grouping of the variants in InterpError
Saleem Jaffer
-42
/
+44
2019-07-29
grouping the variants of InterpError
Saleem Jaffer
-10
/
+26
2019-07-29
changing the fields of InterpError
Saleem Jaffer
-8
/
+23
2019-07-28
better name for check_in_alloc
Ralf Jung
-1
/
+4
2019-07-25
Rollup merge of #62901 - petrochenkov:serde, r=Centril
Mazdak Farrokhzad
-17
/
+15
2019-07-24
Apply suggestions from code review
Ralf Jung
-4
/
+4
2019-07-24
use PanicMessage type for MIR assertion errors
Ralf Jung
-67
/
+106
2019-07-24
kill InterpError::description
Ralf Jung
-154
/
+116
2019-07-24
do not use InterpError::description outside librustc::mir
Ralf Jung
-1
/
+1
2019-07-23
Rollup merge of #62859 - spastorino:rename-to-as-ref, r=Centril
Mark Rousskov
-1
/
+1
2019-07-23
Rollup merge of #60951 - saleemjaffer:mir_better_error_enum, r=oli-obk
Mark Rousskov
-38
/
+58
2019-07-23
cleanup: Remove `extern crate serialize as rustc_serialize`s
Vadim Petrochenkov
-17
/
+15
2019-07-23
renames EvalErrorPanic to PanicMessage
Saleem Jaffer
-26
/
+26
2019-07-23
moving some variants from InterpError to EvalErrorPanic
Saleem Jaffer
-33
/
+39
2019-07-22
Place::as_place_ref is now Place::as_ref
Santiago Pastorino
-1
/
+1
2019-07-20
alters the panic variant of InterpError
Saleem Jaffer
-39
/
+22
2019-07-20
Avoid cloning Place in calculate_fake_borrows
Santiago Pastorino
-1
/
+1
2019-07-20
Avoid cloning Place in report_use_of_moved_or_uninitialized and friends
Santiago Pastorino
-1
/
+22
2019-07-20
Avoid cloning Place in codegen_place
Santiago Pastorino
-0
/
+9
2019-07-20
Implement Place::as_place_ref
Santiago Pastorino
-0
/
+7
2019-07-20
Avoid cloning place in LocalAnalyzer visitor
Santiago Pastorino
-0
/
+6
2019-07-20
Migrate from Place enum to Place struct
Santiago Pastorino
-62
/
+94
2019-07-18
tries to refactor InterpError in mir
Saleem Jaffer
-6
/
+37
2019-07-12
rustfmt all the things!
Albin Stjerna
-511
/
+218
2019-07-12
polonius: add generation of liveneness-related facts
Albin Stjerna
-0
/
+7
2019-07-11
Rename some things in `syntax_pos/hygiene`
Vadim Petrochenkov
-1
/
+1
2019-07-06
remove another unused method
Ralf Jung
-13
/
+0
2019-07-06
add assert_{bits,ptr}; document which methods we hope to get rid of
Ralf Jung
-0
/
+20
2019-07-05
Rollup merge of #62396 - RalfJung:miri-no-null, r=alexcrichton
Mazdak Farrokhzad
-11
/
+0
2019-07-05
remove Scalar::is_null_ptr
Ralf Jung
-11
/
+0
2019-07-04
rename hir::map::local_def_id_from_hir_id to local_def_id
ljedrz
-1
/
+1
2019-07-04
Rollup merge of #62173 - RalfJung:miri-interp, r=oli-obk
Mazdak Farrokhzad
-1
/
+1
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-6
/
+6
2019-07-02
Auto merge of #61871 - Zoxc:no-lift-branch, r=eddyb
bors
-0
/
+4
2019-06-30
Clean up query cache code
John Kåre Alsaker
-1
/
+1
2019-06-27
rename InterpretCx -> InterpCx
Ralf Jung
-1
/
+1
2019-06-26
Don't use lift to detect local types
John Kåre Alsaker
-0
/
+4
[prev]
[next]