rust/src/librustc/session
Vadim Chugunov cf6461168f Fix debug line info for macro expansions.
Macro expansions produce code tagged with debug locations that are completely different from the surrounding expressions.  This wrecks havoc on debugger's ability the step over source lines.

In order to have a good line stepping behavior in debugger, we overwrite debug locations of macro expansions with that of the outermost expansion site.
2016-08-25 00:40:42 -07:00
..
config.rs Fix debug line info for macro expansions. 2016-08-25 00:40:42 -07:00
filesearch.rs Remove unused trait imports 2016-04-12 22:58:55 +09:00
mod.rs Add the notion of a dependency tracking status to commandline arguments. 2016-08-11 09:56:00 -04:00
search_paths.rs Add the notion of a dependency tracking status to commandline arguments. 2016-08-11 09:56:00 -04:00