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
/
interpret
/
error.rs
Age
Commit message (
Expand
)
Author
Lines
2020-03-08
use static strings instead of tcx
Ralf Jung
-5
/
+5
2020-03-08
Fix typo
Ralf Jung
-2
/
+2
2020-03-08
fix some cases of unexpected exceptions leaving validation
Ralf Jung
-5
/
+8
2020-03-08
move error allocation test to error.rs
Ralf Jung
-1
/
+17
2020-02-28
use is_empty() instead of len() == x to determine if structs are empty.
Matthias Krüger
-1
/
+1
2020-02-15
Change const eval to return `ConstValue`, instead of `Const` as the type insi...
Ben Lewis
-1
/
+2
2020-02-13
improve comments:
Ralf Jung
-0
/
+1
2020-02-13
small cleanup in ConstEvalErr::struct_generic
Ralf Jung
-31
/
+40
2020-02-13
move PanicInfo to mir module
Ralf Jung
-57
/
+0
2020-02-13
remove PanicInfo::Panic variant that MIR does not use or need
Ralf Jung
-7
/
+2
2020-02-13
remove Panic variant from InterpError
Ralf Jung
-7
/
+15
2020-02-12
Fix outdated doc comment.
jumbatm
-4
/
+3
2020-02-11
Run RustFmt
jumbatm
-9
/
+8
2020-02-11
Invert control in struct_lint_level.
jumbatm
-31
/
+50
2020-01-18
remove rustc_error_codes deps except in rustc_driver
Mazdak Farrokhzad
-2
/
+0
2020-01-16
let rustfmt undo most of my edits :(
Ralf Jung
-2
/
+1
2020-01-16
fix rustfmt fallout
Ralf Jung
-2
/
+3
2020-01-11
lints: promote levels.rs to lint.rs & extract passes.rs
Mazdak Farrokhzad
-1
/
+1
2020-01-10
nix syntax::errors & prefer rustc_errors over errors
Mazdak Farrokhzad
-1
/
+1
2020-01-08
- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}
Mazdak Farrokhzad
-1
/
+1
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-26
Prevent an ICE on invalid transmutes
Oliver Scherer
-0
/
+6
2019-12-22
Format the world
Mark Rousskov
-219
/
+201
2019-12-07
Auto merge of #66927 - RalfJung:engines-dont-panic, r=oli-obk
bors
-2
/
+19
2019-12-01
Miri core engine: use throw_ub instead of throw_panic
Ralf Jung
-2
/
+19
2019-12-01
add reusable MachineStop variant to Miri engine error enum
Ralf Jung
-16
/
+12
2019-12-01
Rollup merge of #66832 - RalfJung:const-prop-no-alloc, r=oli-obk
Mazdak Farrokhzad
-7
/
+13
2019-11-28
const_prop: detect and avoid catching Miri errors that require allocation
Ralf Jung
-7
/
+13
2019-11-28
Removed FIXME comment
David Haig
-2
/
+0
2019-11-28
Remove duplication using single variant for error
David Haig
-11
/
+11
2019-11-28
Squash
David Haig
-0
/
+6
2019-11-26
Fix spelling typos
Brian Wignall
-1
/
+1
2019-11-21
Introduce MIR optimizations for simplifying `x?` on `Result`s.
Mazdak Farrokhzad
-1
/
+1
2019-11-14
Update to use new librustc_error_codes library
Guillaume Gomez
-0
/
+2
2019-10-18
Don't ICE when evaluating writes to uninhabited enum variants
Wesley Wiser
-3
/
+4
2019-10-02
Compute the layout of uninhabited structs
Oliver Scherer
-6
/
+0
2019-09-27
Introduce a `ConstPropMachine`
Wesley Wiser
-12
/
+0
2019-09-27
Work around for #64506
Wesley Wiser
-0
/
+6
2019-09-27
[const-prop] Replace `eval_place()` with use of `InterpCx`
Wesley Wiser
-0
/
+12
2019-09-17
Rollup merge of #64541 - RalfJung:miri-errors, r=oli-obk
Tyler Mandry
-1
/
+14
2019-09-17
Get rid of special const intrinsic query in favour of `const_eval`
Oliver Scherer
-0
/
+9
2019-09-17
document Miri error categories
Ralf Jung
-1
/
+14
2019-09-07
Aggregation of cosmetic changes made during work on REPL PRs: librustc
Alexander Regueiro
-9
/
+7
2019-09-06
Fixed grammar/style in error messages and reblessed tests.
Alexander Regueiro
-6
/
+6
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-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
[next]