Skip to content

Rollup of 8 pull requests #73190

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

Merged
merged 23 commits into from
Jun 10, 2020
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
1f11331
Add Item::is_fake for rustdoc
jyn514 Jun 7, 2020
a1eeadd
Resolve E0584 conflict
cofibrant Jun 8, 2020
f615582
Clean up E0647 explanation
GuillaumeGomez Jun 8, 2020
3aedfbe
Enforce unwind invariants
cofibrant Jun 8, 2020
4158bb0
Relax cleanup to cleanup check
cofibrant Jun 8, 2020
1c4fd22
Strengthen cleanup to cleanup check
cofibrant Jun 8, 2020
54fdb57
Fix the typo (size of the size)
stanislav-tkach Jun 8, 2020
fd483c8
typo: awailable -> available
cuviper Jun 8, 2020
5ceff6b
Fix off-by-one error in `DroplessArena::alloc_raw`.
nnethercote May 21, 2020
7145b87
Remove the `reserve_in_place` calls in `{Typed,Dropless}Arena::grow`.
nnethercote May 21, 2020
cb8bc8e
Remove `RawVec::reserve_in_place`.
nnethercote May 21, 2020
c9cbe7e
Rename some identifiers in `RawVec` and `libarena`.
nnethercote May 20, 2020
aef6335
Add mailmap entry
tspiteri Jun 9, 2020
039da0b
Update comments
cofibrant Jun 9, 2020
9495ee2
Address comments
cofibrant Jun 9, 2020
860e6bd
Rollup merge of #72417 - nnethercote:rm-RawVec-reserve_in_place, r=Am…
Dylan-DPC Jun 9, 2020
cbfdff7
Rollup merge of #73098 - jyn514:rustdoc-is-fake, r=GuillaumeGomez
Dylan-DPC Jun 9, 2020
95479d4
Rollup merge of #73122 - doctorn:issue-73116, r=varkor
Dylan-DPC Jun 9, 2020
4ac3efa
Rollup merge of #73123 - GuillaumeGomez:cleanup-e0647, r=Dylan-DPC
Dylan-DPC Jun 9, 2020
161a8bf
Rollup merge of #73133 - doctorn:unwind-mir-validation, r=jonas-schie…
Dylan-DPC Jun 9, 2020
80d60cc
Rollup merge of #73148 - DarkEld3r:patch-1, r=jonas-schievink
Dylan-DPC Jun 9, 2020
8a0e6e9
Rollup merge of #73149 - cuviper:awailable, r=steveklabnik
Dylan-DPC Jun 9, 2020
74380d7
Rollup merge of #73161 - tspiteri:mailmap, r=nikomatsakis
Dylan-DPC Jun 9, 2020
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
Add mailmap entry
  • Loading branch information
tspiteri committed Jun 9, 2020
commit aef6335c15209bb69990492104a83dbaeb15326b
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ Tim Chevalier <chevalier@alum.wellesley.edu> <catamorphism@gmail.com>
Tim JIANG <p90eri@gmail.com>
Tim Joseph Dumol <tim@timdumol.com>
Torsten Weber <TorstenWeber12@gmail.com> <torstenweber12@gmail.com>
Trevor Spiteri <tspiteri@ieee.org> <trevor.spiteri@um.edu.mt>
Ty Overby <ty@pre-alpha.com>
Ulrik Sverdrup <bluss@users.noreply.github.com> bluss <bluss@users.noreply.github.com>
Ulrik Sverdrup <bluss@users.noreply.github.com> bluss <bluss>
Expand Down