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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-20
Use InternedString instead of Symbol for type parameters.
Michael Woerister
-3
/
+3
2018-04-18
Clean up attribute handling in create_function_debug_context().
Michael Woerister
-4
/
+5
2018-03-14
remove defaulting to unit
Andrew Cann
-2
/
+2
2018-03-13
`trans_apply_param_substs` => `subst_and_normalize_erasing_regions`
Niko Matsakis
-1
/
+5
2018-03-13
transition various normalization functions to the new methods
Niko Matsakis
-3
/
+3
2018-02-19
Use DefId instead of NodeId while generating debuginfo for statics.
Michael Woerister
-3
/
+3
2018-01-20
Teach rustc about DW_AT_noreturn and a few more DIFlags
A.J. Gardner
-0
/
+3
2018-01-14
rustc_trans: rename bcx to bx.
Eduard-Mihai Burtescu
-7
/
+7
2018-01-14
rustc_trans: rename ccx to cx.
Eduard-Mihai Burtescu
-2
/
+2
2018-01-14
rustc_trans: rename CrateContext to CodegenCx.
Eduard-Mihai Burtescu
-7
/
+7
2018-01-14
rustc_trans: access fields directly on CrateContext.
Eduard-Mihai Burtescu
-19
/
+19
2017-12-20
dwarf: set dwarf linkage_name for fns and statics to its mangled symbol name
m4b
-5
/
+4
2017-12-18
normalize the results of `tcx.type_of` after substituting
Ariel Ben-Yehuda
-3
/
+2
2017-12-18
Prefer type_of().substs over instance::ty()
Maik Klein
-2
/
+2
2017-12-18
Remove duplicated functions from trans::common.rs
Maik Klein
-2
/
+2
2017-12-14
Use PathBuf instead of String where applicable
Oliver Schneider
-1
/
+1
2017-11-19
rustc_trans: keep a layout instead of a type in {Lvalue,Operand}Ref.
Eduard-Mihai Burtescu
-2
/
+1
2017-11-19
rustc: use Primitive instead of Integer for CEnum and General discriminants.
Eduard-Mihai Burtescu
-1
/
+1
2017-11-19
rustc: re-complicate the TyLayout API and use better names.
Eduard-Mihai Burtescu
-1
/
+1
2017-11-19
rustc_trans: avoid working with sizes/offsets and alignments as integers.
Eduard-Mihai Burtescu
-1
/
+1
2017-11-15
Emit debug info for trait object pointer
Tom Tromey
-0
/
+1
2017-10-21
trans_ -> fully_ prefix
Marco Concetto Rudilosso
-2
/
+2
2017-10-21
added trans_ prefix and pluralised types. Solved failing test on the incremen...
Marco Concetto Rudilosso
-2
/
+2
2017-10-21
Create NormalizeTy query
Marco Concetto Rudilosso
-2
/
+2
2017-09-17
rustc_trans: Refactor collection to use tcx
Alex Crichton
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-4
/
+4
2017-06-22
debuginfo: Work around crash-bug in MSDIA library
Michael Woerister
-3
/
+27
2017-06-04
Merge branch 'profiling' of github.com:whitequark/rust into profiling
Marco Castelluccio
-0
/
+2
2017-05-27
Remove trans-internal re-exports of rustc modules
Robin Kruppe
-2
/
+2
2017-05-01
Add profiling support, through the rustc -Z profile flag.
whitequark
-0
/
+2
2017-04-26
Implement a file-path remapping feature in support of debuginfo and reproduci...
Michael Woerister
-9
/
+14
2017-04-24
rustc: rename some of the queries to match tcx methods.
Eduard-Mihai Burtescu
-2
/
+2
2017-04-08
rustc_trans: avoid sizing_type_of everywhere possible.
Eduard-Mihai Burtescu
-1
/
+1
2017-03-18
move Instance to rustc and use it in the collector
Ariel Ben-Yehuda
-8
/
+8
2017-03-12
Update usages of 'OSX' (and other old names) to 'macOS'.
Corey Farwell
-2
/
+2
2017-03-01
more through normalization in typeck & trans
Ariel Ben-Yehuda
-7
/
+4
2017-02-25
rustc: combine BareFnTy and ClosureTy into FnSig.
Eduard-Mihai Burtescu
-7
/
+5
2017-02-25
rustc: store type parameter defaults outside of ty::Generics.
Eduard-Mihai Burtescu
-4
/
+2
2017-02-09
Auto merge of #38109 - tromey:main-subprogram, r=michaelwoerister
bors
-1
/
+11
2017-02-08
Rollup merge of #39529 - dylanmckay:llvm-4.0-align32, r=alexcrichton
Corey Farwell
-1
/
+1
2017-02-05
Use u32 for alignments instead of u64
Dylan McKay
-1
/
+1
2017-02-04
Emit DW_AT_main_subprogram
Tom Tromey
-1
/
+11
2017-02-04
[llvm] Use 32-bits for alignment
Dylan McKay
-1
/
+1
2017-02-03
Add warning for () to ! switch
Andrew Cann
-2
/
+2
2017-01-30
Fix debuginfo scope issue with `Box`
Vadim Petrochenkov
-1
/
+1
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-1
/
+1
2017-01-04
Replace BlockAndBuilder with Builder.
Mark Simulacrum
-2
/
+3
2016-12-20
Replace bcx.ccx() with bcx.ccx
Mark Simulacrum
-1
/
+1
2016-12-20
Add helper function to set debug locations
Mark Simulacrum
-9
/
+3
2016-12-20
Move debug info check into create_function_debug_context
Mark Simulacrum
-9
/
+6
[next]