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
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
2016-12-20
Make debuginfo take debug_context instead of MirContext
Mark Simulacrum
-5
/
+4
2016-12-20
Move debug_context to MirContext from FunctionContext
Mark Simulacrum
-1
/
+4
2016-12-20
Rename 'blk and 'bcx to 'a
Mark Simulacrum
-7
/
+7
2016-12-20
Remove global builder
Mark-Simulacrum
-18
/
+9
2016-12-20
Remove DebugLoc.
Mark-Simulacrum
-17
/
+2
2016-12-20
Unbox FunctionDebugContextData.
Mark-Simulacrum
-10
/
+4
2016-12-20
Refactor Block into BlockAndBuilder
Mark-Simulacrum
-5
/
+5
2016-12-12
[LLVM 4.0] Move debuginfo alignment argument
Jake Goulding
-1
/
+4
2016-12-05
Refactor ty::FnSig to privatize all fields
Mark-Simulacrum
-7
/
+7
2016-12-02
[LLVM] Introduce a stable representation of DIFlags
Jake Goulding
-4
/
+3
2016-11-12
rustc: move closure upvar types to the closure substs
Ariel Ben-Yehuda
-8
/
+5
2016-11-10
rustc: clean up lookup_item_type and remove TypeScheme.
Eduard Burtescu
-3
/
+3
2016-11-08
Replace FnvHasher use with FxHasher.
Nicholas Nethercote
-7
/
+7
2016-10-28
rustc: move mir::repr::* to mir.
Eduard Burtescu
-1
/
+1
2016-10-14
debuginfo: Remove some outdated stuff from LLVM DIBuilder binding.
Michael Woerister
-2
/
+0
2016-09-24
Completely kill `represent_type` and the `adt::Repr` type that goes with it.
Austin Hicks
-2
/
+2
2016-09-08
Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt`
Vadim Petrochenkov
-1
/
+1
2016-09-03
Fix rebase, fix some tests
Vadim Petrochenkov
-1
/
+1
2016-08-31
give `apply_param_substs` a `SharedCrateContext`
Niko Matsakis
-1
/
+1
2016-08-27
Rollup merge of #36002 - eddyb:abstract-kindness, r=nikomatsakis
Manish Goregaokar
-11
/
+9
2016-08-27
rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer.
Eduard Burtescu
-2
/
+2
2016-08-27
rustc: use accessors for Substs::{types,regions}.
Eduard Burtescu
-10
/
+8
2016-08-26
Do not emit "class method" debuginfo for types that are not DICompositeType.
Eduard Burtescu
-1
/
+9
2016-08-25
Fix debug line info for macro expansions.
Vadim Chugunov
-1
/
+2
[next]