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
Age
Commit message (
Expand
)
Author
Lines
2016-05-28
Refactor away some functions from hir::pat_util
Vadim Petrochenkov
-10
/
+3
2016-05-28
Separate bindings from other patterns in HIR
Vadim Petrochenkov
-67
/
+57
2016-05-26
Implement `..` in tuple (struct) patterns
Vadim Petrochenkov
-6
/
+4
2016-05-19
debuginfo: Make DW_TAG_subroutine DIEs for inherent methods children of their...
Michael Woerister
-4
/
+46
2016-05-16
Remove hir::Ident
Vadim Petrochenkov
-4
/
+4
2016-05-11
rustc: More interning for data used in Ty<'tcx>.
Eduard Burtescu
-7
/
+7
2016-05-11
infer: Turn normalize_associated_type into a method on TyCtxt.
Eduard Burtescu
-7
/
+4
2016-05-01
debuginfo: Fix regression in namespace handling for struct types.
Michael Woerister
-3
/
+3
2016-04-26
Auto merge of #33099 - eddyb:issue-33096, r=michaelwoerister
bors
-1
/
+3
2016-04-24
thread tighter span for closures around
Niko Matsakis
-1
/
+1
2016-04-20
Normalize types before using them in debuginfo.
Eduard Burtescu
-1
/
+3
2016-04-16
debuginfo: argument and upvar names for MIR.
Eduard Burtescu
-12
/
+19
2016-04-11
trans: initial implementation of MIR debuginfo.
Eduard Burtescu
-82
/
+151
2016-04-11
trans: use DefKey directly in debuginfo for paths.
Eduard Burtescu
-165
/
+106
2016-04-11
trans: pass essential information from trans_closure to debuginfo.
Eduard Burtescu
-238
/
+74
2016-04-09
Auto merge of #32781 - michaelwoerister:dont-use-svh-in-debuginfo, r=alexcric...
bors
-8
/
+10
2016-04-07
Rollup merge of #32734 - tromey:dwarf-5-DW_LANG_Rust, r=michaelwoerister
Manish Goregaokar
-1
/
+3
2016-04-06
Use crate name/disambiguator instead of SVH for debuginfo typeid.
Michael Woerister
-8
/
+10
2016-04-06
rustc: retire hir::map's paths.
Eduard Burtescu
-100
/
+74
2016-04-06
rustc: move middle::{def,def_id,pat_util} to hir.
Eduard Burtescu
-7
/
+7
2016-04-06
rustc: dismantle hir::util, mostly moving functions to methods.
Eduard Burtescu
-2
/
+2
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-11
/
+9
2016-04-04
Use DWARF 5 value for DW_LANG_Rust
Tom Tromey
-1
/
+3
2016-03-31
librustc_trans: use bug!(), span_bug!()
Benjamin Herr
-114
/
+103
2016-03-27
rustc_trans: move the contents of the trans module to top-level.
Eduard Burtescu
-0
/
+4291