-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 18 pull requests #24302
Rollup of 18 pull requests #24302
Commits on Apr 9, 2015
-
resurrect research paper list rust-lang#24004
Thiago Carvalho committedApr 9, 2015 Configuration menu - View commit details
-
Copy full SHA for 549bd55 - Browse repository at this point
Copy the full SHA 549bd55View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3aa057 - Browse repository at this point
Copy the full SHA c3aa057View commit details -
Configuration menu - View commit details
-
Copy full SHA for 644a75e - Browse repository at this point
Copy the full SHA 644a75eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69f63e9 - Browse repository at this point
Copy the full SHA 69f63e9View commit details -
Don't use skolemized parameters but rather fresh variables in
coherence. Skolemized parameters wind up preventing unification. Surprised we had no test for this! Fixes rust-lang#24241.
Configuration menu - View commit details
-
Copy full SHA for 8578fee - Browse repository at this point
Copy the full SHA 8578feeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eb8528 - Browse repository at this point
Copy the full SHA 9eb8528View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf88539 - Browse repository at this point
Copy the full SHA bf88539View commit details
Commits on Apr 10, 2015
-
Write the 'primitive types' section of TRPL
A brief introduction to each type, with pointers to the primitive pages for more info.
Configuration menu - View commit details
-
Copy full SHA for 7bb0cd7 - Browse repository at this point
Copy the full SHA 7bb0cd7View commit details -
Add tests for E-needstest issues
Closes rust-lang#20772 Closes rust-lang#20939 Closes rust-lang#21950 Closes rust-lang#22034
Configuration menu - View commit details
-
Copy full SHA for 2a88b79 - Browse repository at this point
Copy the full SHA 2a88b79View commit details -
Replace the use of the rather randomly named boolean
custom
to mean"highlight end" and instead add a variant to `RenderSpan`
Configuration menu - View commit details
-
Copy full SHA for 16574e3 - Browse repository at this point
Copy the full SHA 16574e3View commit details -
Modify the codemap code to use more slices and to information about
columns within a line, not just the line numbers. Also try to clarify and use the term `line_index` when 0-based.
Configuration menu - View commit details
-
Copy full SHA for 5156b3a - Browse repository at this point
Copy the full SHA 5156b3aView commit details -
Add a new
span_suggestion
infrastructure. This lets you edit a snippetof text (perhaps obtained by span_snippet) and then splice that edited form back into the original file in the form of a suggestion.
Configuration menu - View commit details
-
Copy full SHA for 906a972 - Browse repository at this point
Copy the full SHA 906a972View commit details -
Improve error message where a closure escapes fn while trying to borrow
from the current fn. Employ the new `span_suggestion` to show how you can use `move`.
Configuration menu - View commit details
-
Copy full SHA for e313b33 - Browse repository at this point
Copy the full SHA e313b33View commit details -
This is very confusing now that these are inherent methods.
Configuration menu - View commit details
-
Copy full SHA for e66569e - Browse repository at this point
Copy the full SHA e66569eView commit details -
Changed the wording of the documentation for the insert method for Ve…
…c to be less confusing. Since 0 is the smallest number possible for usize, it doesn't make sense to mention it if it's already included, and it should be more clear that the length of the vector is a valid index with the new wording.
Configuration menu - View commit details
-
Copy full SHA for cdce32f - Browse repository at this point
Copy the full SHA cdce32fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2fa1f7 - Browse repository at this point
Copy the full SHA c2fa1f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bf1da1 - Browse repository at this point
Copy the full SHA 7bf1da1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 288b1c9 - Browse repository at this point
Copy the full SHA 288b1c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e68d23 - Browse repository at this point
Copy the full SHA 9e68d23View commit details -
Docs meant that Option is returned though the function returns Result.
Configuration menu - View commit details
-
Copy full SHA for c7697ee - Browse repository at this point
Copy the full SHA c7697eeView commit details -
Same with integers — docs meant that Option is returned though the function returns Result.
Configuration menu - View commit details
-
Copy full SHA for b4c49ba - Browse repository at this point
Copy the full SHA b4c49baView commit details -
Fill out blank section headers. Copy edit the entire first section.
1Configuration menu - View commit details
-
Copy full SHA for f01dbf2 - Browse repository at this point
Copy the full SHA f01dbf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for df8d266 - Browse repository at this point
Copy the full SHA df8d266View commit details -
Rollup merge of rust-lang#24234 - thiagooak:academic-research, r=stev…
…eklabnik rust-lang#24004 Something like this?
Configuration menu - View commit details
-
Copy full SHA for dcc70bc - Browse repository at this point
Copy the full SHA dcc70bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b1c5c0 - Browse repository at this point
Copy the full SHA 2b1c5c0View commit details -
Rollup merge of rust-lang#24239 - steveklabnik:editing_pass, r=stevek…
…labnik Now that the new TOC has landed, I've started doing an editing pass to get the old content into the right shape. I felt this introduction was significant enough to send as its own PR, though, as it's the introduction. It's possible that we may just want to replace 'the intro' with this directly, but this PR doesn't do that.
Configuration menu - View commit details
-
Copy full SHA for 019d358 - Browse repository at this point
Copy the full SHA 019d358View commit details -
Configuration menu - View commit details
-
Copy full SHA for 702149c - Browse repository at this point
Copy the full SHA 702149cView commit details -
Rollup merge of rust-lang#24242 - nikomatsakis:escaping-closure-error…
…-message, r=brson Example showing sample inputs, old message, new message: https://gist.github.com/nikomatsakis/11126784ac678b7eb6ba Also adds infrastructure for reporting suggestions "in situ" and does some (minor) cleanups to `CodeMap`. r? @brson
Configuration menu - View commit details
-
Copy full SHA for c6ec2a2 - Browse repository at this point
Copy the full SHA c6ec2a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 003ba7e - Browse repository at this point
Copy the full SHA 003ba7eView commit details -
Rollup merge of rust-lang#24244 - steveklabnik:more_editing, r=stevek…
…labnik Fill out blank section headers. Copy edit the entire first section.
Configuration menu - View commit details
-
Copy full SHA for 3223009 - Browse repository at this point
Copy the full SHA 3223009View commit details -
Rollup merge of rust-lang#24245 - nikomatsakis:issue-24241-coherence-…
…failure, r=pnkfelix Don't use skolemized parameters but rather fresh variables in coherence. Skolemized parameters wind up preventing unification. Surprised we had no test for this! Fixes rust-lang#24241. r? @pnkfelix
Configuration menu - View commit details
-
Copy full SHA for e0f4d92 - Browse repository at this point
Copy the full SHA e0f4d92View commit details -
Rollup merge of rust-lang#24247 - steveklabnik:update_variable_bindin…
…gs, r=huonw keeping on with the edits
Configuration menu - View commit details
-
Copy full SHA for 21eb4a4 - Browse repository at this point
Copy the full SHA 21eb4a4View commit details -
Rollup merge of rust-lang#24253 - steveklabnik:doc_primitive_types, r…
…=alexcrichton A brief introduction to each type, with pointers to the primitive pages for more info.
Configuration menu - View commit details
-
Copy full SHA for d749328 - Browse repository at this point
Copy the full SHA d749328View commit details -
Rollup merge of rust-lang#24259 - lstat:needstest, r=alexcrichton
Closes rust-lang#20772 Closes rust-lang#20939 Closes rust-lang#21950 Closes rust-lang#22034
Configuration menu - View commit details
-
Copy full SHA for bbad292 - Browse repository at this point
Copy the full SHA bbad292View commit details -
Rollup merge of rust-lang#24274 - steveklabnik:fix_pow_docs, r=nikoma…
…tsakis This is very confusing now that these are inherent methods.
Configuration menu - View commit details
-
Copy full SHA for b6ec2d2 - Browse repository at this point
Copy the full SHA b6ec2d2View commit details -
Rollup merge of rust-lang#24279 - libfud:vec_insertion_docs, r=stevek…
…labnik ...to be less confusing. Since 0 is the smallest number possible for usize, it doesn't make sense to mention it if it's already included, and it should be more clear that the length of the vector is a valid index with the new wording. r? @steveklabnik
Configuration menu - View commit details
-
Copy full SHA for e303a7e - Browse repository at this point
Copy the full SHA e303a7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ca00a4 - Browse repository at this point
Copy the full SHA 8ca00a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdcf5da - Browse repository at this point
Copy the full SHA bdcf5daView commit details -
Rollup merge of rust-lang#24291 - xamgore:patch-1, r=steveklabnik
From [here](http://doc.rust-lang.org/nightly/std/primitive.i8.html): > `fn rotate_right(self, n: u32) -> i8` > Shifts the bits to the right by a specified __amount amount__, n, wrapping the truncated bits to the beginning of the resulting integer.
Configuration menu - View commit details
-
Copy full SHA for a7c5f51 - Browse repository at this point
Copy the full SHA a7c5f51View commit details -
Rollup merge of rust-lang#24298 - White-Oak:master, r=alexcrichton
Fixes 'fn from_str_radix' documentation where docs meant that Option is returned, though the function returns Result.
Configuration menu - View commit details
-
Copy full SHA for 6a6c02a - Browse repository at this point
Copy the full SHA 6a6c02aView commit details