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
/
trap.rs
Age
Commit message (
Expand
)
Author
Lines
2020-10-27
Use with_no_trimmed_paths
bjorn3
-1
/
+0
2020-10-22
Remove unused trap_unimplemented_ret_value
bjorn3
-11
/
+0
2020-10-09
Rustfmt
bjorn3
-12
/
+3
2020-10-08
Use the new cranelift-module interface
bjorn3
-6
/
+6
2020-09-29
Invoke panic handler instead of trap for assert_* intrinsics
bjorn3
-5
/
+3
2020-09-23
Document almost all modules
bjorn3
-0
/
+2
2020-08-28
fmt: Run cargo fmt since it is available
CohenArthur
-1
/
+2
2020-08-22
FunctionCx: Refactor `fx.cx.tcx` into `fx.tcx`
CohenArthur
-2
/
+2
2020-08-22
FunctionCx: Rename codegen_cx -> cx
CohenArthur
-4
/
+4
2020-08-22
FunctionCx: WIP: Fix syntax error on sed codegen_cx -> .codegen_cx
CohenArthur
-4
/
+4
2020-08-22
FunctionCx: Replace .module with .codegen_cx.module
CohenArthur
-2
/
+2
2020-08-22
FunctionCx: WIP: Replace .tcx with .codegen_cx.tcx
CohenArthur
-2
/
+2
2020-06-30
Fix trap_unreachable_ret_value
bjorn3
-1
/
+3
2020-04-25
Call panic lang item on failed TerminatorKind::Assert
bjorn3
-28
/
+1
2020-04-17
Use the correct return type for puts
bjorn3
-1
/
+1
2020-03-30
Rustup to rustc 1.44.0-nightly (699f83f52 2020-03-29)
bjorn3
-2
/
+2
2020-03-27
Limit publicness to crate where possible and remove unused imports
bjorn3
-5
/
+5
2020-03-20
Add clif ir comments for stack2reg opt
bjorn3
-2
/
+2
2020-03-14
Write dummy return value on unimplemented simd_{insert,extract}
bjorn3
-2
/
+14
2020-03-13
Hash trap message symbol nameThis saves ~7% of disk space
bjorn3
-1
/
+7
2020-02-26
Tls support
bjorn3
-0
/
+1
2020-02-07
Use TrapCode::UnreachableCodeReached in trap_unreachable
bjorn3
-1
/
+1
2020-01-14
Rustup to rustc 1.42.0-nightly (3ebcfa145 2020-01-12)
bjorn3
-12
/
+0
2019-12-20
[OPT] Use load and store offsets instead of iadd_imm
bjorn3
-4
/
+2
2019-12-17
[OPT] Avoid calling target_triple for every call to codegen
bjorn3
-1
/
+1
2019-10-03
Update cranelift, faerie and target-lexicon
bjorn3
-1
/
+1
2019-09-28
Use CallConv::triple_default instead of hard coding SystemV
bjorn3
-1
/
+1
2019-09-08
Use upstream cranelift
bjorn3
-1
/
+1
2019-09-07
Rustup to rustc 1.39.0-nightly (6e19f3f38 2019-09-06)
bjorn3
-1
/
+1
2019-08-31
Format code using 'cargo fmt'
Atul Bhosale
-13
/
+47
2019-07-30
Fix release builds
bjorn3
-2
/
+6
2019-07-20
Don't disable stdsimd anymore
bjorn3
-4
/
+20
2019-06-16
Add comments for trap::codegen_print gv and fn defs
bjorn3
-2
/
+4
2019-06-11
Encapsulate CPlace constructors
bjorn3
-1
/
+1
2019-06-11
Encapsulate CValue and CPlace creation
bjorn3
-1
/
+1
2019-05-04
Update cranelift
bjorn3
-1
/
+1
2019-04-10
Print message when reaching trap
bjorn3
-6
/
+34
2019-03-06
Fix panic with reported const_eval promoted error
bjorn3
-0
/
+7
2019-03-06
Fix trans_get_discriminant for uninhabited types
bjorn3
-3
/
+8
2018-11-24
Rustfmt
bjorn3
-0
/
+1
2018-11-16
Move trapping to trap_code.rs
bjorn3
-0
/
+12