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
/
src
/
librustc
/
mir
Age
Commit message (
Expand
)
Author
Lines
2019-08-10
rename RUST_CTFE_BACKTRACE to RUSTC_CTFE_BACKTRACE
Ralf Jung
-1
/
+1
2019-08-07
Auto merge of #63152 - estebank:big-array, r=oli-obk
bors
-7
/
+11
2019-08-05
Fiddle param env through to `try_eval_bits` in most places
Oliver Scherer
-2
/
+3
2019-08-05
Don't abort on unevaluated constants without at least tryting to eval them
Oliver Scherer
-1
/
+1
2019-08-05
Auto merge of #63079 - RalfJung:ctfe-no-align, r=oli-obk
bors
-10
/
+3
2019-08-04
tweak output and tests
Esteban Küber
-1
/
+3
2019-08-04
AssumptionNotHeld is used only once in Miri and never caught... remove from enum
Ralf Jung
-4
/
+0
2019-08-04
move AssumptionNotHeld to UB
Ralf Jung
-3
/
+4
2019-08-03
avoid mutable state and override main message
Esteban Küber
-5
/
+6
2019-08-03
add variant for experimental UB (like Stacked Borrows)
Ralf Jung
-3
/
+5
2019-08-03
also add macros for free-form error messages
Ralf Jung
-0
/
+10
2019-08-02
dedup free-form Unsupported errors; add macros for free-form UB and Unsupport...
Ralf Jung
-13
/
+12
2019-08-02
be less British
Ralf Jung
-8
/
+8
2019-08-02
CTFE: simplify Value type by not checking for alignment
Ralf Jung
-10
/
+3
2019-08-02
Nicer labels for type layout errors
Esteban Küber
-2
/
+2
2019-08-02
Do not lint on SizeOverflow, always error
Esteban Küber
-1
/
+3
2019-08-02
Always error on `SizeOverflow` during mir evaluation
Esteban Küber
-1
/
+0
2019-08-01
code review fixes
Saleem Jaffer
-5
/
+1
2019-08-01
code review fixes
Saleem Jaffer
-31
/
+40
2019-07-31
code review fixes
Saleem Jaffer
-3
/
+3
2019-07-31
code review fixes
Saleem Jaffer
-15
/
+26
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-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
[next]