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

Implement preliminary support for breaking while loops in Rust #4459

Merged
merged 2 commits into from
Sep 8, 2023

Conversation

shadaj
Copy link
Collaborator

@shadaj shadaj commented Aug 23, 2023

@shadaj shadaj force-pushed the pr4459 branch 2 times, most recently from c1275a5 to 75716c1 Compare August 24, 2023 18:28
jtristan pushed a commit that referenced this pull request Aug 29, 2023
Support indexing into collections in the Rust backend




<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT

license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>

---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4452).
* #4468
* #4459
* #4458
* #4456
* __->__ #4452
@shadaj shadaj force-pushed the pr4459 branch 3 times, most recently from 359ba31 to 627c4d2 Compare September 2, 2023 19:28
jtristan added a commit that referenced this pull request Sep 5, 2023
…4456)

Support tail recursion and nullable references in the Rust backend




<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT

license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>

---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4456).
* #4468
* #4459
* #4458
* __->__ #4456

Co-authored-by: John Tristan <[email protected]>
jtristan pushed a commit that referenced this pull request Sep 6, 2023
Fix Rust backend crashes due to match cases and static consts

<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT

license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>

---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4458).
* #4518
* #4468
* #4459
* __->__ #4458
@shadaj shadaj marked this pull request as ready for review September 6, 2023 22:47
@shadaj shadaj requested a review from jtristan September 6, 2023 22:54
<small>By submitting this pull request, I confirm that my contribution is made under the terms of the [MIT
license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>
@jtristan jtristan enabled auto-merge (squash) September 8, 2023 17:42
@jtristan jtristan merged commit ed13e3c into dafny-lang:master Sep 8, 2023
keyboardDrummer pushed a commit to keyboardDrummer/dafny that referenced this pull request Sep 15, 2023
Support indexing into collections in the Rust backend




<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT

license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>

---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4452).
* dafny-lang#4468
* dafny-lang#4459
* dafny-lang#4458
* dafny-lang#4456
* __->__ dafny-lang#4452
keyboardDrummer pushed a commit to keyboardDrummer/dafny that referenced this pull request Sep 15, 2023
…afny-lang#4456)

Support tail recursion and nullable references in the Rust backend




<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT

license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>

---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4456).
* dafny-lang#4468
* dafny-lang#4459
* dafny-lang#4458
* __->__ dafny-lang#4456

Co-authored-by: John Tristan <[email protected]>
keyboardDrummer pushed a commit to keyboardDrummer/dafny that referenced this pull request Sep 15, 2023
…lang#4458)

Fix Rust backend crashes due to match cases and static consts

<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT

license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>

---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4458).
* dafny-lang#4518
* dafny-lang#4468
* dafny-lang#4459
* __->__ dafny-lang#4458
keyboardDrummer pushed a commit to keyboardDrummer/dafny that referenced this pull request Sep 15, 2023
…-lang#4459)

Implement preliminary support for breaking while loops in Rust



<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT

license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>

---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4459).
* dafny-lang#4527
* dafny-lang#4526
* dafny-lang#4525
* dafny-lang#4518
* dafny-lang#4468
* __->__ dafny-lang#4459
keyboardDrummer pushed a commit that referenced this pull request Sep 15, 2023
…4456)

Support tail recursion and nullable references in the Rust backend




<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT

license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>

---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4456).
* #4468
* #4459
* #4458
* __->__ #4456

Co-authored-by: John Tristan <[email protected]>
keyboardDrummer pushed a commit that referenced this pull request Sep 15, 2023
Fix Rust backend crashes due to match cases and static consts

<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT

license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>

---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4458).
* #4518
* #4468
* #4459
* __->__ #4458
keyboardDrummer pushed a commit that referenced this pull request Sep 15, 2023
Implement preliminary support for breaking while loops in Rust



<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT

license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>

---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4459).
* #4527
* #4526
* #4525
* #4518
* #4468
* __->__ #4459
keyboardDrummer pushed a commit that referenced this pull request Sep 19, 2023
Support indexing into collections in the Rust backend




<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT

license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>

---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4452).
* #4468
* #4459
* #4458
* #4456
* __->__ #4452
keyboardDrummer pushed a commit that referenced this pull request Sep 19, 2023
…4456)

Support tail recursion and nullable references in the Rust backend




<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT

license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>

---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4456).
* #4468
* #4459
* #4458
* __->__ #4456

Co-authored-by: John Tristan <[email protected]>
keyboardDrummer pushed a commit that referenced this pull request Sep 19, 2023
Fix Rust backend crashes due to match cases and static consts

<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT

license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>

---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4458).
* #4518
* #4468
* #4459
* __->__ #4458
keyboardDrummer pushed a commit that referenced this pull request Sep 19, 2023
Implement preliminary support for breaking while loops in Rust



<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT

license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>

---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4459).
* #4527
* #4526
* #4525
* #4518
* #4468
* __->__ #4459
keyboardDrummer pushed a commit that referenced this pull request Sep 19, 2023
…4456)

Support tail recursion and nullable references in the Rust backend




<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT

license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>

---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4456).
* #4468
* #4459
* #4458
* __->__ #4456

Co-authored-by: John Tristan <[email protected]>
keyboardDrummer pushed a commit that referenced this pull request Sep 19, 2023
Fix Rust backend crashes due to match cases and static consts

<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT

license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>

---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4458).
* #4518
* #4468
* #4459
* __->__ #4458
keyboardDrummer pushed a commit that referenced this pull request Sep 19, 2023
Implement preliminary support for breaking while loops in Rust



<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT

license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>

---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4459).
* #4527
* #4526
* #4525
* #4518
* #4468
* __->__ #4459
@shadaj shadaj deleted the pr4459 branch January 17, 2025 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants