gnzlbg / cargo-asm

cargo subcommand showing the assembly or llvm-ir generated for Rust code
https://github.com/gnzlbg/cargo-asm
Other
1.17k stars 36 forks source link

Bump rustc-demangle from 0.1.15 to 0.1.16 #140

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps rustc-demangle from 0.1.15 to 0.1.16.

Commits - [`23f1933`](https://github.com/alexcrichton/rustc-demangle/commit/23f19337afbadec16b80d616551ada5ee02f73f0) Bump to 0.1.16 - [`51cb6ea`](https://github.com/alexcrichton/rustc-demangle/commit/51cb6ead7b126a4dd9d896a2f4d3d6bbcf6dc79f) Merge pull request [#30](https://github-redirect.dependabot.com/alexcrichton/rustc-demangle/issues/30) from eddyb/trailing-dots - [`c1eeee6`](https://github.com/alexcrichton/rustc-demangle/commit/c1eeee66d3bb3d483d9b05df7ab7592df114638f) v0: also support preserving extra suffixes found after mangled symbol. - [`23654c7`](https://github.com/alexcrichton/rustc-demangle/commit/23654c717094364c3c7f9b2a4952851866a7d1be) legacy: handle extra suffixes after parsing the _ZN...E part of the symbol name. - [`d0fc0e1`](https://github.com/alexcrichton/rustc-demangle/commit/d0fc0e190b082401f432f2ed5b3bbd6e6f7ca6da) v0: port `demangle_thinlto` test from legacy. - [`016ca6e`](https://github.com/alexcrichton/rustc-demangle/commit/016ca6e24bb7d4028831b125ac8f0f5a3daa263e) Merge pull request [#29](https://github-redirect.dependabot.com/alexcrichton/rustc-demangle/issues/29) from eddyb/legacy-unescape - [`c3c684e`](https://github.com/alexcrichton/rustc-demangle/commit/c3c684ee33c5c553cd490f8605cb82e26a723ac8) legacy: unescape all $u...$ that encode non-control Unicode codepoints. - See full diff in [compare view](https://github.com/alexcrichton/rustc-demangle/compare/0.1.15...0.1.16)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.