]> git.lizzy.rs Git - rust.git/commit
Auto merge of #36059 - CryZe:improved-demangling, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 28 Aug 2016 23:13:16 +0000 (16:13 -0700)
committerGitHub <noreply@github.com>
Sun, 28 Aug 2016 23:13:16 +0000 (16:13 -0700)
commitacd3f796d26e9295db1eba1ef16e0d4cc3b96dd5
treeed14b4c39929032cad2a4fd068c7e823ac882b88
parent312734ca4295f6fa95c70d190ef297f926657155
parent121b2fe988f47996933af699d6223de8e9262df0
Auto merge of #36059 - CryZe:improved-demangling, r=alexcrichton

Improve Demangling of Rust Symbols

This turns `..` into `::`, handles some more escapes and gets rid of unwanted underscores at the beginning of path elements.

![Image of Diff](http://puu.sh/qQIN3.png)