Skip to content

Rollup of 6 pull requests - #28807

Merged
bors merged 14 commits into
rust-lang:masterfrom
Manishearth:rollup
Oct 2, 2015
Merged

Rollup of 6 pull requests#28807
bors merged 14 commits into
rust-lang:masterfrom
Manishearth:rollup

Conversation

christopherdumasand others added 14 commits September 20, 2015 16:08
The behavior here isn't really ideal, but we can't really do much better
given the current state of constant evaluation.
Fixesrust-lang#28670, and probably a bunch of duplicates.
…=nikomatsakis
The behavior here isn't really ideal, but we can't really do much better
given the current state of constant evaluation.
The changes to ExprUseVisitor are to avoid a compile error; apparently
that bit of code is extremely sensitive to changes in other areas of the
compiler.
Fixesrust-lang#28670, and probably a bunch of duplicates.
This tiny PR just adds a link to Florian Wilkens's Bachelor's Thesis.
Please correct me if I confused something but the documentation for ```into_ptr``` and ```into_raw``` of ```CString``` seem to be swapped as the docs for ```into_ptr``` mentions ```into_raw``` and vice versa.
Update: I actually meant ```into_ptr``` and ```into_raw``` NOT ```from_*```
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@Manishearth

Copy link
Copy Markdown
MemberAuthor

@bors r+ p=5

@bors

bors commented Oct 2, 2015

Copy link
Copy Markdown
Collaborator

📌 Commit e4797fa has been approved by Manishearth

@bors

bors commented Oct 2, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit e4797fa with merge 70076ec...

bors added a commit that referenced this pull request Oct 2, 2015
@bors
bors merged commit e4797fa into rust-lang:masterOct 2, 2015
@CentrilCentril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants

@Manishearth@rust-highfive@bors@brson@Centril@eefriedman@fhahn@tsurai@apasel422@Gankra