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_trans
/
debuginfo
/
utils.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-06
Rename exported_symbol_ids query to something more explicit and document what...
Michael Woerister
-1
/
+1
2018-02-19
Use DefId instead of NodeId while generating debuginfo for statics.
Michael Woerister
-3
/
+1
2018-01-14
rustc_trans: rename CrateContext to CodegenCx.
Eduard-Mihai Burtescu
-6
/
+6
2018-01-14
rustc_trans: access fields directly on CrateContext.
Eduard-Mihai Burtescu
-5
/
+5
2017-11-19
rustc_trans: avoid working with sizes/offsets and alignments as integers.
Eduard-Mihai Burtescu
-13
/
+0
2017-09-17
rustc: Mostly remove `ExportedSymbols`
Alex Crichton
-1
/
+2
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-1
/
+1
2017-07-13
trans: Internalize symbols at the trans-item level, without relying on LLVM.
Michael Woerister
-1
/
+1
2017-07-07
incr.comp.: Don't include span information in the ICH of type definitions.
Michael Woerister
-9
/
+3
2017-04-13
redirect `exported_symbols` through `shared`
Niko Matsakis
-1
/
+1
2017-02-25
rustc: store type parameter defaults outside of ty::Generics.
Eduard-Mihai Burtescu
-5
/
+3
2017-02-05
Use u32 for alignments instead of u64
Dylan McKay
-4
/
+7
2017-01-30
trans::debuginfo: simplify
Tamir Duberstein
-2
/
+1
2016-12-05
trans: Rename `reachable` to `exported_symbols` where appropriate.
Michael Woerister
-1
/
+1
2016-11-30
rustc: track the Span's of definitions across crates.
Eduard-Mihai Burtescu
-1
/
+1
2016-08-24
rustc_trans: remove the bulk of old trans and most of its support code.
Eduard Burtescu
-9
/
+2
2016-08-03
begin auditing the C++ types in RustWrapper
Ariel Ben-Yehuda
-1
/
+1
2016-08-01
Move caching of HIR-inlining into CStore in order to avoid duplicating inline...
Michael Woerister
-4
/
+1
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-5
/
+5
2016-04-11
trans: use DefKey directly in debuginfo for paths.
Eduard Burtescu
-5
/
+12
2016-04-11
trans: pass essential information from trans_closure to debuginfo.
Eduard Burtescu
-19
/
+0
2016-04-06
rustc: move middle::{def,def_id,pat_util} to hir.
Eduard Burtescu
-1
/
+1
2016-03-31
librustc_trans: use bug!(), span_bug!()
Benjamin Herr
-2
/
+2
2016-03-27
rustc_trans: move the contents of the trans module to top-level.
Eduard Burtescu
-0
/
+107