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
/
librustc_trans
/
debuginfo
/
namespace.rs
Age
Commit message (
Expand
)
Author
Lines
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-66
/
+0
2018-04-27
Rename InternedString to LocalInternedString and introduce a new thread-safe ...
John Kåre Alsaker
-1
/
+1
2018-02-19
Use DefId instead of NodeId while generating debuginfo for statics.
Michael Woerister
-11
/
+0
2018-01-14
rustc_trans: rename ccx to cx.
Eduard-Mihai Burtescu
-12
/
+12
2018-01-14
rustc_trans: rename CrateContext to CodegenCx.
Eduard-Mihai Burtescu
-4
/
+4
2018-01-14
rustc_trans: access fields directly on CrateContext.
Eduard-Mihai Burtescu
-4
/
+4
2017-12-20
dwarf: set dwarf linkage_name for fns and statics to its mangled symbol name
m4b
-23
/
+18
2017-07-07
incr.comp.: Don't include span information in the ICH of type definitions.
Michael Woerister
-13
/
+4
2017-04-26
Implement a file-path remapping feature in support of debuginfo and reproduci...
Michael Woerister
-1
/
+1
2016-11-30
rustc: track the Span's of definitions across crates.
Eduard-Mihai Burtescu
-1
/
+1
2016-11-21
Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...
Jeffrey Seyfried
-2
/
+2
2016-08-03
begin auditing the C++ types in RustWrapper
Ariel Ben-Yehuda
-1
/
+1
2016-07-29
Remove NO_FILE_METADATA; always use unknown_file_metadata instead of passing 0
Vladimir Vukicevic
-2
/
+2
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-06-16
Add an abs_path member to FileMap, use it when writing debug info.
Ted Mielczarek
-1
/
+1
2016-04-11
trans: use DefKey directly in debuginfo for paths.
Eduard Burtescu
-98
/
+62
2016-04-06
rustc: retire hir::map's paths.
Eduard Burtescu
-74
/
+66
2016-04-06
rustc: move middle::{def,def_id,pat_util} to hir.
Eduard Burtescu
-1
/
+1
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-1
/
+1
2016-03-31
librustc_trans: use bug!(), span_bug!()
Benjamin Herr
-3
/
+3
2016-03-27
rustc_trans: move the contents of the trans module to top-level.
Eduard Burtescu
-0
/
+135