about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
2013-08-16doc: convert remaining uses of core:: to std::.Huon Wilson-3/+3
2013-08-11auto merge of #8410 : luqmana/rust/mcpu, r=sanxiynbors-1/+2
2013-08-10rustc: Add --target-cpu flag to select a more specific processor instead of t...Luqman Aden-1/+2
2013-08-10Merge branch 'master' of https://github.com/p2j4d2c/rust into rollupErick Tryzelaar-6/+11
2013-08-08rust-mode: make indentation customizablePaul Collins-6/+11
2013-08-07Gedit/gtksourceview language spec: add 'in' keywordSimon Sapin-0/+1
2013-08-04Merge pull request #8284 from huonw/emacs-in-kwDaniel Micay-1/+1
2013-08-04auto merge of #8254 : brson/rust/libuv-mac-supp, r=pcwaltonbors-0/+13
2013-08-03auto merge of #8264 : thestinger/rust/snapshot, r=Aatchbors-2/+2
2013-08-03remove obsolete `foreach` keywordDaniel Micay-2/+2
2013-08-03etc: add the `in` keyword to the emacs mode.Huon Wilson-1/+1
2013-08-03Vim highlighting: remove `foreach` keywordChris Morgan-1/+1
2013-08-02Suppress a libuv leak on macBrian Anderson-0/+13
2013-08-03Highlight sigils and operators in Vim.Chris Morgan-6/+23
2013-07-27auto merge of #8067 : alexcrichton/rust/issue-3636, r=huonwbors-8/+4
2013-07-26Deny all warnings by default in doc testsAlex Crichton-8/+4
2013-07-26auto merge of #8031 : graydon/rust/emacs-mode-rewrite, r=catamorphismbors-557/+209
2013-07-24rewrite rust-mode to use font-lock-mode and emacs builtin syntax analysisGraydon Hoare-557/+209
2013-07-24auto merge of #8006 : emillon/rust/issue-6060, r=pcwaltonbors-3/+3
2013-07-23auto merge of #7964 : pnkfelix/rust/fsk-issue3994-readme-note, r=huonwbors-0/+5
2013-07-23tidy: allow arbitrary spaces between // and NOTEEtienne Millon-3/+3
2013-07-22Note incompatibility with global-whitespace-mode.Felix S. Klock II-0/+5
2013-07-21Merge pull request #7936 from thestinger/cleanupDaniel Micay-6/+0
2013-07-20rm obsolete no-op lintsDaniel Micay-6/+0
2013-07-19mk: Remove CFG_INSTALL_SNAP logic. #2664Brian Anderson-34/+2
2013-07-18auto merge of #7747 : chris-morgan/rust/vim-compiler-rustc, r=huonwbors-0/+33
2013-07-14add regions, unicode idents, attributes to GtkSourceView language-specsp3d-8/+32
2013-07-12rustc compiler config for Vim.Chris Morgan-0/+33
2013-07-12Fix problem with switching between Rust buffers.Chris Morgan-1/+1
2013-07-12Vim syntax: support lifetimes with delimitMate.Chris Morgan-1/+13
2013-07-11Fix Vim indentation for inline closures.Chris Morgan-1/+1
2013-07-11Fix comment indenting properly for Vim files.Chris Morgan-8/+31
2013-07-10auto merge of #7637 : pnkfelix/rust/fsk-guard-against-stale-libraries-issue32...bors-1/+12
2013-07-10Do indentation properly in Vim.Chris Morgan-3/+129
2013-07-10Add a Vim filetype plugin with useful tweaks.Chris Morgan-0/+25
2013-07-10A few slight tweaks to the Vim syntax file.Chris Morgan-11/+19
2013-07-09Fix #3225: Incorporate feedback from Graydon.Felix S. Klock II-1/+12
2013-07-08Bump version numbers to 0.8-preBrian Anderson-1/+1
2013-07-07auto merge of #7586 : g5pw/rust/master, r=cmrbors-1/+1
2013-07-05vim: Highlight 0i as numberSeo Sanghyeon-1/+1
2013-07-04Copy the correct libs when using local-rust-rootAljaž "g5pw" Srebrnič-1/+1
2013-07-03auto merge of #7523 : huonw/rust/uppercase-statics-lint, r=cmrbors-0/+1
2013-07-02auto merge of #7498 : luqmana/rust/cow, r=catamorphismbors-2/+8
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-0/+1
2013-06-30auto merge of #7487 : huonw/rust/vec-kill, r=cmrbors-12/+26
2013-06-30Bump version from 0.7-pre to 0.7Brian Anderson-1/+1
2013-06-30auto merge of #7374 : Jeaye/rust/func_highlight, r=cmrbors-0/+1
2013-06-30Convert vec::{bsearch, bsearch_elem} to methods.Huon Wilson-2/+2
2013-06-30etc: update etc/unicode.py for the changes made to std::unicode.Huon Wilson-10/+24
2013-06-30configure: Require one of wget or curl.Luqman Aden-2/+8