Adding a simple vim indent file#386
Merged
Merged
Conversation
Contributor
|
Thanks! |
pcwalton
added a commit
that referenced
this pull request
May 18, 2011
Adding a simple vim indent file
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this pull request
Dec 12, 2017
Bump to 0.2.16
kazcw
pushed a commit
to kazcw/rust
that referenced
this pull request
Oct 23, 2018
dlrobertson
pushed a commit
to dlrobertson/rust
that referenced
this pull request
Nov 29, 2018
Fix more broken links.
ZuseZ4
pushed a commit
to EnzymeAD/rust
that referenced
this pull request
Mar 7, 2023
* Zero Outermost Cache * WIP: Silly billy * Zero cache option Co-authored-by: Valentin Churavy <v.churavy@gmail.com>
calebzulawski
added a commit
to calebzulawski/rust
that referenced
this pull request
Feb 17, 2024
Use core::intrinsics
carolynzech
pushed a commit
to carolynzech/rust
that referenced
this pull request
Jun 13, 2025
…#386) `--enable-unstable` has been removed from Kani's latest version and will, thus, break upgrading to a newer Kani version. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
This file contains hidden or 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
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.
Hello Graydon,
This is a small patch that adds a simple vim indenter for rust. It's just defaulting to the c indenter for now since I think that's compatible with the rust grammar as far as I can tell. It also moves the syntax highlighter into a subdirectory so the vim files are better grouped.