rust/src/etc
bors 929b75e220 auto merge of #7747 : chris-morgan/rust/vim-compiler-rustc, r=huonw
Note that this is not actually *used* by default; it is a matter of
configuration still, because you might want to:

- Compile all .rs files with `rustc %` (where each can be built itself)

- Compile all .rs files with `rustc some-file.rs` (where you are editing
  part of a crate)

- Compile with a different tool, such as `make`. (In this case you might
  put a `~/.vim/after/compiler/rustc.vim` to match such cases, set
  makeprg and extend errorformat as appropriate. That should probably go
  in a different compiler mode, e.g. make-rustc.)

To try using it, `:compiler rustc`. Then, `:make` on a file you would
run `rustc` on will work its magic, invoking rustc. To automate this,
you could have something like `autocmd FileType rust compiler rustc` in
your Vim config.
2013-07-18 05:07:39 -07:00
..
emacs Fix typo 2013-04-26 14:47:15 +03:00
gedit add regions, unicode idents, attributes to GtkSourceView language-spec 2013-07-14 23:44:55 -05:00
kate Bump version numbers to 0.8-pre 2013-07-08 10:25:45 -07:00
pkg mk: Make windows installer work with -pre versions 2013-06-27 19:00:10 -07:00
vim auto merge of #7747 : chris-morgan/rust/vim-compiler-rustc, r=huonw 2013-07-18 05:07:39 -07:00
zsh fix zsh completion for lint and debug flags 2013-06-29 00:58:24 -04:00
adb_run_wrapper.sh etc: add TEST_EXEC_ENV for run-pass to adb_run_wrapper.sh 2013-06-17 18:46:04 +09:00
apple-darwin.supp
check-links.pl add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
check-summary.py
cmathconsts.c
combine-tests.py Fix some warnings in the check-fast tests 2013-06-26 18:08:23 -04:00
ctags.rust ctags: add macros 2013-06-28 16:17:04 +02:00
extract_grammar.py
extract-tests.py more testing fallout from core->std/std->extra move 2013-05-23 15:06:29 -05:00
get-snapshot.py Fix #3225: Incorporate feedback from Graydon. 2013-07-09 13:08:50 +02:00
indenter add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
latest-unix-snaps.py add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
libc.c add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
licenseck.py add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
local_stage0.sh Copy the correct libs when using local-rust-root 2013-07-04 16:18:05 +02:00
make-snapshot.py
mirror-all-snapshots.py add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
monodebug.pl add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
snapshot.py configure: Require one of wget or curl. 2013-06-30 02:08:02 -04:00
sugarise-doc-comments.py add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
tidy.py add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
unicode.py rustc: add a lint to enforce uppercase statics. 2013-07-01 17:52:57 +10:00
x86.supp add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
ziggurat_tables.py libcore: add N(0,1) and Exp(1) distributions to core::rand. 2013-05-01 16:51:45 -07:00