| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-01-29 | Pull configs out into individual repositories | Steve Klabnik | -225/+0 | |
| As we grow, these don't belong in-tree. http://internals.rust-lang.org/t/moving-editor-highlighting-into-their-own-repos/1395 * https://github.com/rust-lang/rust.vim * https://github.com/rust-lang/rust-mode * https://github.com/rust-lang/gedit-config * https://github.com/rust-lang/kate-config * https://github.com/rust-lang/nano-config * https://github.com/rust-lang/zsh-config | ||||
| 2014-10-22 | vim: Fix :RustRun when cwd has a space in it | Kevin Ballard | -6/+6 | |
| 2014-06-18 | Add commands :RustEmitIr and :RustEmitAsm | Kevin Ballard | -0/+33 | |
| 2014-06-18 | Rename :Run and :Expand to :RustRun and :RustExpand | Kevin Ballard | -1/+1 | |
| 2014-06-18 | vim: Add :Run and :Expand commands | Kevin Ballard | -0/+192 | |
| Define a command :Run to compile and run the current file. This supports unnamed buffers (by writing to a temporary file). See the comment above the command definition for notes on usage. Define <D-r> and <D-R> mappings for :Run to make it easier to invoke in MacVim. Define a command :Expand to display the --pretty expanded output for the current file. This can be configured to use different pretty types. See the comment above the command definition for notes on usage. Create an autoload file and put function definitions there to speed up load time. | ||||
