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
/
debuginfo
Age
Commit message (
Expand
)
Author
Lines
2020-11-03
Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2...
bjorn3
-5
/
+4
2020-10-16
Rustup to rustc 1.49.0-nightly (dd7fc54eb 2020-10-15)
bjorn3
-1
/
+1
2020-10-09
Rustfmt
bjorn3
-30
/
+23
2020-10-08
Use the new cranelift-module interface
bjorn3
-4
/
+6
2020-09-23
Document almost all modules
bjorn3
-0
/
+10
2020-09-23
Use pcrel pointers in .eh_frame
bjorn3
-3
/
+55
2020-09-16
Replace FxHashMap with IndexVec for local_map
bjorn3
-3
/
+5
2020-09-16
Remove cfg-if dependency
bjorn3
-24
/
+25
2020-09-05
Rustup to rustc 1.48.0-nightly (c59199efc 2020-09-04)
bjorn3
-1
/
+1
2020-08-28
fmt: Run cargo fmt since it is available
CohenArthur
-84
/
+126
2020-07-25
Handle SIMD vectors in CPlace::place_field
bjorn3
-0
/
+5
2020-07-17
Pass ByRef values at fixed stack offset for extern "C"
bjorn3
-0
/
+1
2020-07-14
Use `From::from` instead of `as` where possible
bjorn3
-6
/
+6
2020-07-09
Add a feature flag for the JIT
bjorn3
-2
/
+4
2020-07-02
Store pairs in SSA
Santiago Pastorino
-0
/
+5
2020-06-27
Don't use a 1-to-1 mapping between mir local and cranelift_frontend variable
bjorn3
-2
/
+3
2020-06-13
Remove FunctionDebugContext
bjorn3
-83
/
+62
2020-06-12
Remove all non-tcx references from CodegenCx
bjorn3
-2
/
+2
2020-06-05
Update Cranelift
bjorn3
-27
/
+20
2020-06-04
Rustup to rustc 1.45.0-nightly (56daaf669 2020-06-03)
bjorn3
-9
/
+2
2020-05-25
Update Cranelift
bjorn3
-2
/
+2
2020-05-05
Improvements for latest Cranelift
bjorn3
-17
/
+13
2020-05-01
Register frame table in JIT mode
bjorn3
-0
/
+106
2020-05-01
Always emit .eh_frame section
bjorn3
-46
/
+57
2020-04-25
Implement .eh_frame writing
bjorn3
-5
/
+59
2020-04-25
Implement line debuginfo for AArch64
bjorn3
-25
/
+52
2020-04-25
Rustup to rustc 1.44.0-nightly (3360cc3a0 2020-04-24)
bjorn3
-1
/
+1
2020-04-24
Fix function arguments for gdb
bjorn3
-0
/
+14
2020-04-24
Generate simple debuginfo for arguments
bjorn3
-7
/
+67
2020-04-21
Merge pull request #972 from l4l/debug-file-hash
bjorn3
-15
/
+54
2020-04-21
Use DWARF version 4 for now
bjorn3
-1
/
+3
2020-04-20
Use md5 dwarf hash, only if all files has it
Kitsu
-1
/
+1
2020-04-18
Simplify with make_file_info
Kitsu
-34
/
+21
2020-04-18
Simplify FileHash ctor
Kitsu
-19
/
+11
2020-04-18
Dedup file hashing logic with type
Kitsu
-23
/
+38
2020-04-18
Use dwarf 3 for osx
Kitsu
-1
/
+5
2020-04-18
Don`t include timestamp as debug file info
Kitsu
-13
/
+2
2020-04-18
Support file hashes in .debug_line
Kitsu
-16
/
+66
2020-04-17
Disable line debuginfo for the AArch64 backend
bjorn3
-0
/
+4
2020-04-13
Update Cranelift
bjorn3
-2
/
+2
2020-04-11
Remove CPlace::NoPlace
bjorn3
-1
/
+0
2020-04-09
Fix rustc::internals lint warnings
bjorn3
-7
/
+8
2020-04-09
Enable the rust_2018_idioms and unused_lifetimes lints and fix all warnings
bjorn3
-2
/
+2
2020-04-03
Rustup to rustc 1.44.0-nightly (537ccdf3a 2020-04-02)
bjorn3
-1
/
+1
2020-04-01
Update Cranelift
bjorn3
-63
/
+3
2020-03-31
Rustup to rustc 1.44.0-nightly (211365947 2020-03-30)
bjorn3
-1
/
+1
2020-03-27
Limit publicness to crate where possible and remove unused imports
bjorn3
-15
/
+15
2020-03-21
Fix some FIXME's and add some new FIXME's
bjorn3
-1
/
+1
2020-03-17
[debuginfo] Fix map_reg
bjorn3
-52
/
+59
2020-03-14
Don't lookup span position when the span hasn't changed
bjorn3
-1
/
+10
[next]