Uh oh!
There was an error while loading. Please reload this page.
Rollup of 14 pull requests - #33376
Conversation
…cutable from 'Converting to Cargo'.
There was no span available in the cast function, but we need to infer the `x` in `x as char` to `u8`. The spans are now removed from all functions using `infer` and instead added in `eval_const_expr_partial`
The implementation mirrors the one for "constant defined here" annotation used for constant patterns in the irrefutable-pattern case. Fixes: rust-lang#23716
Was causing severe performance problems in WebRender.
This will go wrong when the constants partially result from macro expansion. Instead, use the expressions and pretty-print them as Rust code. Fixes: rust-lang#33302
Especially in cases like the one in the test file, this can blow up the docs big time if string constants in the code contain HTML. But also other constants can contain special chars (e.g. `&` as an operator in constant expressions).
rust-highfive
commented
May 3, 2016
r? @nrc (rust_highfive has picked a reviewer for you, use r? to override) |
Manishearth
commented
May 3, 2016
@bors r+ force |
bors
commented
May 3, 2016
📌 Commit b34d41c has been approved by |
Manishearth
commented
May 3, 2016
@bors p=20 force |
Manishearth
commented
May 3, 2016
@bors force |
1 similar comment
Manishearth
commented
May 3, 2016
@bors force |
bors
commented
May 3, 2016
⌛ Testing commit b34d41c with merge 75f98ce... |
Manishearth
commented
May 3, 2016
@bors r+ force |
bors
commented
May 3, 2016
📌 Commit 54933f2 has been approved by |
bors
commented
May 3, 2016
⌛ Testing commit 54933f2 with merge 2efd47c... |
bors
commented
May 3, 2016
💔 Test failed - auto-win-msvc-64-opt-mir |
bors
commented
May 3, 2016
💔 Test failed - auto-win-gnu-32-nopt-t |
steveklabnik
commented
May 3, 2016
@bors: retry clean |
bors
commented
May 3, 2016
bors
commented
May 3, 2016
💔 Test failed - auto-win-gnu-32-opt |
Manishearth
commented
May 3, 2016
@bors retry force |
Manishearth
commented
May 3, 2016
@bors force |
bors
commented
May 3, 2016
bors
commented
May 4, 2016
💥 Test timed out |
steveklabnik
commented
May 4, 2016
@bors: retry force |
alexcrichton
commented
May 4, 2016
@bors: retry |
bors
commented
May 4, 2016
bors
commented
May 4, 2016
💔 Test failed - auto-linux-64-x-android-t |
alexcrichton
commented
May 4, 2016
@bors: retry |
bors
commented
May 4, 2016
alexcrichton
commented
May 4, 2016
@bors: retry force clean |
bors
commented
May 4, 2016
bors
commented
May 5, 2016
steveklabnik
commented
May 5, 2016
🎉🎊🙌 On May 4, 2016, 20:38 -0400, borsnotifications@github.com, wrote:
|
T<A=B, C>#33343, libcore: Inlinemem::forget(). #33357, fix built-in target detection #33363, Makefile: there is only one tidy target now #33365, rustdoc: fix inserting source code spans for constant values #33371, rustdoc: HTML-escape Rust code (from constants) #33372