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
/
comp
/
middle
/
debuginfo.rs
Age
Commit message (
Expand
)
Author
Lines
2011-12-18
Hide extended, unfinished debug information behind --xg compiler flag.
Josh Matthews
-3
/
+8
2011-12-18
Clean up some names and factor out some common code.
Josh Matthews
-210
/
+161
2011-12-18
Add support for vectors.
Josh Matthews
-63
/
+72
2011-12-18
Add record debug information.
Josh Matthews
-20
/
+169
2011-12-18
Fix up ast types after literal changes.
Josh Matthews
-12
/
+14
2011-12-18
Add debug information for boxed and unique values.
Josh Matthews
-22
/
+163
2011-12-18
Handle inferred basic types when generating debug information for types.
Josh Matthews
-1
/
+14
2011-12-18
Add argument metadata and aborted return value code.
Josh Matthews
-7
/
+110
2011-12-18
Use proper size and alignment of types for debuginfo.
Josh Matthews
-20
/
+23
2011-12-18
Fix up local variable support so it actually works.
Josh Matthews
-9
/
+13
2011-12-18
Fix up subprogram composite type nodes, and lexical block context nodes.
Josh Matthews
-9
/
+34
2011-12-18
Fix LLVM assertions when lowering log statements.
Josh Matthews
-10
/
+41
2011-12-18
Build fix.
Josh Matthews
-4
/
+7
2011-12-18
Add debug info for local vars, basic fundamental types, and lexical blocks, a...
Josh Matthews
-53
/
+247
2011-12-18
Generate basic debug info for files, functions and compile units.
Josh Matthews
-0
/
+192
[prev]