8000 Rollup of 7 pull requests by Centril · Pull Request #64713 · rust-lang/rust · GitHub
[go: up one dir, main page]

Skip to content

Rollup of 7 pull requests #64713

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 29 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
9755fe8
Add fs::read_dir() and ReadDir warning about iterator order + example
Aug 7, 2019
8068812
Remove Iteration order heading
Aug 8, 2019
53c5046
Fix gramitcal error in read_dir example
Aug 15, 2019
3c820fe
Comment out println in read_dir sorting example
Aug 26, 2019
91fd8ef
document the unstable iter_order_by library feature
KodrAus Sep 8, 2019
1161aeb
Replace println statements with explanatory comments
Sep 9, 2019
df7789c
Made a thread local storage panic message more explanatory
tomtau Sep 14, 2019
68c3739
updated the panic message wording
tomtau Sep 16, 2019
983e035
add long error explanation for E0524
GuillaumeGomez Sep 13, 2019
d2b873b
update ui tests
GuillaumeGomez Sep 13, 2019
c16a547
libtest: Add --report-time flag to print test execution time
jakoschiko Sep 21, 2019
645cdca
reduce visibility of a bunch of stuff in ext::tt
matklad Sep 22, 2019
827a5b2
rename libsyntax::ext::tt to mbe
matklad Sep 22, 2019
49f849c
rename tt -> mbe, part 2
matklad Sep 22, 2019
e30c516
move mbe module to a separate file
matklad Sep 22, 2019
636b354
docstring for mbe module
matklad Sep 22, 2019
9fd75f5
pull mbe token tree definition up
matklad Sep 22, 2019
9835697
push TokenTree::parse down
matklad Sep 22, 2019
81fe857
make mbe::TokenTree private to module
matklad Sep 22, 2019
d91b965
libtest: Make --report-time an unstable option
jakoschiko Sep 22, 2019
4ea371e
Delete iter-order-by.md
KodrAus Sep 23, 2019
0423c2a
Remove unused dependencies
sinkuu Sep 19, 2019
81ba34e
Rollup merge of #63356 - ali-raheem:issue#63183, r=KodrAus
Centril Sep 23, 2019
4d54581
Rollup merge of #64296 - KodrAus:chore/iter_order_by, r=Centril
Centril Sep 23, 2019
5d8a8b6
Rollup merge of #64428 - GuillaumeGomez:error-explanation-E0524, r=Ce…
Centril Sep 23, 2019
855bac5
Rollup merge of #64481 - tomtau:fix/tls-error-message, r=KodrAus
Centril Sep 23, 2019
4ac9261
Rollup merge of #64663 - jakoschiko:report-time, r=alexcrichton
Centril Sep 23, 2019
16f8f54
Rollup merge of #64689 - matklad:refactor-mbe, r=petrochenkov
Centril Sep 23, 2019
da42509
Rollup merge of #64702 - sinkuu:deps, r=jonas-schievink
Centril Sep 23, 2019
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
< 8000 /details-toggle>
Prev Previous commit
Next Next commit
Delete iter-order-by.md
  • Loading branch information
KodrAus authored Sep 23, 2019
commit 4ea371e40bfff6254f66c9b35510be09de5db1e6
9 changes: 0 additions & 9 deletions src/doc/unstable-book/src/iter-order-by.md

This file was deleted.

0