Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollup of 9 pull requests #67202

Merged
merged 42 commits into from
Dec 11, 2019
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
969926f
Draw vertical lines in compiler error messages with multiline annotat…
TheSamsa Nov 20, 2019
89611e1
Update RELEASES.md for 1.40.0
XAMPPRocky Nov 13, 2019
dbfb00c
Update RELEASES.md
XAMPPRocky Dec 3, 2019
df26968
Ensure that we get a hard error on generic ZST constants if their bod…
oli-obk Dec 8, 2019
76d3003
Change "result" to "resulting" in `Layout::extend`'s docs
kraai Dec 6, 2019
852be72
Change "though" to "through" in `Alloc`'s docs
kraai Dec 6, 2019
b2392fd
Add "this" to `GlobalAlloc::alloc`'s docs
kraai Dec 6, 2019
cca954e
Change "`alloc`/`realloc`" to "`realloc/dealloc`"
kraai Dec 8, 2019
9e8505d
Change "attributes" to "attribute" in `Alloc`'s docs
kraai Dec 8, 2019
9e3e421
Sort auto trait and blanket implementations display
GuillaumeGomez Dec 8, 2019
f430fca
corrected comment to reflect that 'SnowWhite lives longer than 'kiss …
ryanswilson59 Dec 9, 2019
abf053d
Merge branch 'master' of github.com:TheSamsa/rust
TheSamsa Dec 9, 2019
f9441ad
Merge branch 'master' of github.com:rust-lang/rust
TheSamsa Dec 9, 2019
2183a94
Update E0478.md
Dylan-DPC Dec 9, 2019
c143471
Show const_err lint in addition to the hard error
oli-obk Dec 9, 2019
970470a
Merge branch 'master' of github.com:rust-lang/rust
TheSamsa Dec 9, 2019
5d906ed
Move clean functions to another file
GuillaumeGomez Dec 9, 2019
0c3067f
Remove functions from clean/mod.rs
GuillaumeGomez Dec 9, 2019
596705b
Fix missing imports
GuillaumeGomez Dec 9, 2019
ae7e808
Make utils module public
GuillaumeGomez Dec 9, 2019
bc68976
Fix usage of variants in clean/utils
GuillaumeGomez Dec 9, 2019
8749550
Remove unused imports
GuillaumeGomez Dec 9, 2019
e573381
Move RegionTarget and RegionDeps where they into clean/auto_trait
GuillaumeGomez Dec 9, 2019
26b0bcb
Remove useless comment
GuillaumeGomez Dec 9, 2019
fba2808
Merge branch 'master' of github.com:rust-lang/rust
TheSamsa Dec 9, 2019
ecd9307
doc: Use .copied() instead of .cloned() in Vec example
meithecatte Dec 9, 2019
a678628
Update HashMap documentation hint of the used 'quadratic probing' and…
TheSamsa Dec 9, 2019
f0babc8
Remove tidy comment
GuillaumeGomez Dec 10, 2019
e6d8fbe
cleanup polonius liveness fact generation
lqd Dec 9, 2019
cd9ec27
cleanup polonius liveness fact generation: mir visitor
lqd Dec 9, 2019
d18bfd6
cleanup polonius liveness fact generation: fix debug! logs
lqd Dec 9, 2019
72579c9
cleanup polonius liveness fact generation: refactor some type names
lqd Dec 9, 2019
e0481d1
add polonius activities to -Z self-profile
lqd Dec 9, 2019
9b1b12b
Rollup merge of #66377 - XAMPPRocky:relnotes-1.40.0, r=Mark-Simulacrum
JohnTitor Dec 10, 2019
a7f9307
Rollup merge of #67134 - oli-obk:const_prop_zst, r=wesleywiser
JohnTitor Dec 10, 2019
071acdf
Rollup merge of #67152 - GuillaumeGomez:sort-auto-impls, r=kinnison
JohnTitor Dec 10, 2019
9af3eec
Rollup merge of #67154 - kraai:alloc-typos, r=Dylan-DPC
JohnTitor Dec 10, 2019
2af31da
Rollup merge of #67168 - ryanswilson59:master, r=Dylan-DPC
JohnTitor Dec 10, 2019
5a2af97
Rollup merge of #67178 - GuillaumeGomez:move-non-clean-impls, r=kinnison
JohnTitor Dec 10, 2019
729c31b
Rollup merge of #67180 - NieDzejkob:vec-doc-copied, r=Dylan-DPC
JohnTitor Dec 10, 2019
b8f8638
Rollup merge of #67181 - TheSamsa:update-hashmap-doc, r=Dylan-DPC
JohnTitor Dec 10, 2019
398ed7f
Rollup merge of #67193 - lqd:measureme_polonius, r=wesleywiser
JohnTitor Dec 10, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove useless comment
  • Loading branch information
GuillaumeGomez committed Dec 9, 2019
commit 26b0bcb47c2898e6895a5ee63390a7345d511e8a
2 changes: 0 additions & 2 deletions src/librustdoc/clean/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,6 @@ pub fn build_deref_target_impls(cx: &DocContext<'_>,
}
}

// Utilities

pub trait ToSource {
fn to_src(&self, cx: &DocContext<'_>) -> String;
}
Expand Down