rust/src/librustc/middle
Alex Crichton 7baff57f26 Improve name mangling for gdb
Remove __extensions__ from method symbols as well as the meth_XXX. The XXX is
now used to append a few characters at the end of the name of the symbol.

Closes #6602
2013-09-04 23:28:23 -07:00
..
borrowck Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
cfg Renamed syntax::ast::ident -> Ident 2013-09-02 02:51:21 +02:00
trans Improve name mangling for gdb 2013-09-04 23:28:23 -07:00
typeck Renamed syntax::ast::ident -> Ident 2013-09-02 02:51:21 +02:00
astencode.rs Renamed syntax::ast::ident -> Ident 2013-09-02 02:51:21 +02:00
check_const.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
check_loop.rs Ported check_loop from oldvisit to <V:Visit> trait API. 2013-08-15 04:06:17 +02:00
check_match.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
const_eval.rs auto merge of #8539 : pnkfelix/rust/fsk-visitor-vpar-defaults-step2, r=graydon,nikomatsakis 2013-08-19 06:52:03 -07:00
dataflow.rs Renamed syntax::ast::ident -> Ident 2013-09-02 02:51:21 +02:00
effect.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
entry.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
freevars.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
graph.rs
kind.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
lang_items.rs Allow traits to use builtin kinds as supertraits for #7083. 2013-08-20 13:28:50 -04:00
lint.rs Renamed syntax::ast::ident -> Ident 2013-09-02 02:51:21 +02:00
liveness.rs Renamed syntax::ast::ident -> Ident 2013-09-02 02:51:21 +02:00
mem_categorization.rs Renamed syntax::ast::ident -> Ident 2013-09-02 02:51:21 +02:00
moves.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
pat_util.rs Renamed syntax::ast::ident -> Ident 2013-09-02 02:51:21 +02:00
privacy.rs Renamed syntax::ast::ident -> Ident 2013-09-02 02:51:21 +02:00
reachable.rs port reachable.rs from oldvisit to <V:Visitor> trait. 2013-08-15 04:09:18 +02:00
region.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
resolve.rs Renamed syntax::ast::ident -> Ident 2013-09-02 02:51:21 +02:00
stack_check.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
subst.rs
ty.rs Renamed syntax::ast::ident -> Ident 2013-09-02 02:51:21 +02:00