-
Notifications
You must be signed in to change notification settings - Fork 269
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Aug 23, 2023
shadaj
force-pushed
the
pr4459
branch
2 times, most recently
from
August 24, 2023 18:28
c1275a5
to
75716c1
Compare
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
force-pushed
the
pr4459
branch
3 times, most recently
from
September 2, 2023 19:28
359ba31
to
627c4d2
Compare
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
<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>
This was referenced Sep 8, 2023
jtristan
approved these changes
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implement preliminary support for breaking while loops in Rust
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT
license.
Stack created with Sapling. Best reviewed with ReviewStack.