Skip to content

Rollup of 7 pull requests #51406

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

Closed
wants to merge 20 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
b78457f
Stabilize unit tests with non-`()` return type
Dylan-DPC Jun 2, 2018
bc74162
fixed feature gate to right place
Dylan-DPC Jun 2, 2018
72f2f19
Merge branch 'master' into stabilise/termination-test
Dylan-DPC Jun 4, 2018
f375577
Fix the use of closures within #[panic_implementation]
varkor Jun 5, 2018
aa23aba
[fuchsia] Migrate from launchpad to fdio_spawn_etc
Jun 1, 2018
4cbf400
flag changed to none
Dylan-DPC Jun 5, 2018
e8fd74a
remove redundant match branch
Dylan-DPC Jun 5, 2018
e73941a
rustdoc: Fix missing stability and src links for inlined external macros
ollie27 Jun 6, 2018
1048ae2
append unused variables with _
Dylan-DPC Jun 6, 2018
5c36e01
Use scope tree depths to speed up `nearest_common_ancestor`.
nnethercote Jun 6, 2018
8ecbd35
fix stderrs
Dylan-DPC Jun 6, 2018
f1c9247
NLL performance boost
ngg Jun 6, 2018
50224ec
It turns out that the diagnostics generated from NLL for these cases …
pnkfelix May 29, 2018
5925905
Rollup merge of #51186 - pnkfelix:remove-unneccessary-nll-stderr-file…
Mark-Simulacrum Jun 7, 2018
b252339
Rollup merge of #51298 - Dylan-DPC:stabilise/termination-test, r=niko…
Mark-Simulacrum Jun 7, 2018
2733b0b
Rollup merge of #51359 - cramertj:fdio_spawn, r=sfackler
Mark-Simulacrum Jun 7, 2018
ef8f02a
Rollup merge of #51368 - varkor:panic_implementation-closures, r=eddyb
Mark-Simulacrum Jun 7, 2018
b4c2ad8
Rollup merge of #51389 - ollie27:rustdoc_cross_macro_src_stab, r=Quie…
Mark-Simulacrum Jun 7, 2018
51c87f2
Rollup merge of #51394 - nnethercote:NCA-depths, r=nikomatsakis
Mark-Simulacrum Jun 7, 2018
9d78241
Rollup merge of #51399 - ngg:nll-performance, r=nikomatsakis
Mark-Simulacrum Jun 7, 2018
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
It turns out that the diagnostics generated from NLL for these cases …
…are now exactly the same as that produced by AST borrowck. Bravo!
  • Loading branch information
pnkfelix committed Jun 6, 2018
commit 50224ec1a90eff7a3c475fcd1a19c99e10ee5b26
11 changes: 0 additions & 11 deletions src/test/ui/generator/pattern-borrow.nll.stderr

This file was deleted.

34 changes: 0 additions & 34 deletions src/test/ui/issue-45697.nll.stderr

This file was deleted.