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 7 pull requests #41977

Closed
wants to merge 15 commits into from

Conversation

GuillaumeGomez and others added 15 commits May 8, 2017 14:25
…, r=frewsxcv

Add markdown-[before|after]-content options

cc @nical

r? @rust-lang/docs
Include the crate's root module in save-analysis

r? @eddyb
…petrochenkov

rustc_resolve: don't deny outer type parameters in embedded constants.

This solves a problem noted at rust-lang#29646 (comment), where an associated const default in a trait couldn't refer to `Self` or type parameters, due to inaccuracies in lexical scoping.

I've also allowed "embedded expressions" (`[T; expr]`,  `[x; expr]`, `typeof expr`) to refer to type parameters in scope. *However*, the typesystem still doesn't handle rust-lang#34344.
Fully resolving that issue requires breaking cycles more aggressively (e.g. lazy evaluation), *even* in when the expression doesn't depend on type parameters, to type-check it at all, and then also type-level "constant projections" (in the vein of `{expr}` from const generics).
…loat, r=petrochenkov

Disallow ._ in float literal.

This patch makes lexer stop parsing number literals before `._`, as well as before `.a`. Underscore itself is still allowed like in `4_000_000.000_000_`.

Fixes a half part of rust-lang#41723. The other is `""_`.
…wsxcv

Fix anchor invalid redirection to search

Fixes rust-lang#41933.

r? @rust-lang/docs
Update RLS to solve serious crash

As a follow-up to rust-lang/rls#312, this PR contains the fix to the latest experienced RLS crashes, which should hopefully reach the nightly release as soon as possible.
…-cmake-config, r=alexcrichton

Pass static crt to llvm cmake configuration

Solves rust-lang#40246
@rust-highfive
Copy link
Collaborator

Some changes occurred in HTML/CSS.

cc @GuillaumeGomez

@rust-highfive
Copy link
Collaborator

r? @eddyb

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

@Mark-Simulacrum
Copy link
Member Author

@bors r+ p=10

@bors
Copy link
Contributor

bors commented May 13, 2017

📌 Commit f9dc605 has been approved by Mark-Simulacrum

@bors
Copy link
Contributor

bors commented May 13, 2017

⌛ Testing commit f9dc605 with merge bc9bd97...

@Mark-Simulacrum
Copy link
Member Author

@bors r-
@bors retry

@Centril Centril added the rollup A PR which is a rollup label Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants