about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
2014-08-17auto merge of #16547 : huonw/rust/new-kw, r=pcwaltonbors-3/+9
2014-08-17auto merge of #16535 : michaelsproul/rust/vim-traits, r=pcwaltonbors-8/+8
2014-08-17Add new keywords (particularly `where` & `virtual`) to editor modes.Huon Wilson-3/+9
2014-08-16vim: Update syntax file for Prelude changes.Michael Sproul-8/+8
2014-08-15vim: Don't set foldmethod in the syntax file eitherKevin Ballard-11/+14
2014-08-15auto merge of #16486 : kballard/rust/vim_conceal, r=chrisbors-2/+9
2014-08-15auto merge of #16435 : vadimcn/rust/windows, r=pcwaltonbors-1/+3
2014-08-13vim: Stop setting conceallevel in the syntax fileKevin Ballard-2/+9
2014-08-13core: Add binary_search and binary_search_elem methods to slices.Brian Anderson-21/+25
2014-08-12Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")]Vadim Chugunov-1/+3
2014-08-11Download snapshots using HTTPSBrian Anderson-1/+1
2014-08-08auto merge of #16285 : alexcrichton/rust/rename-share, r=huonwbors-1/+1
2014-08-07Rename `Share` to `Sync`Alex Crichton-1/+1
2014-08-06Merge commit 'd92eaf0273af8c09112f951b2f483505b2f3e8c9' into rollupAlex Crichton-1/+1
2014-08-06Merge commit '881bfb1a180a1b545daa9da1539ec4c8ebda7ed1' into rollupAlex Crichton-1/+1
2014-08-06auto merge of #15865 : jamesrhurst/rust/ctags-regex, r=alexcrichtonbors-1/+1
2014-08-06Gtksourceview language spec: add the \0 escape sequence.Simon Sapin-1/+1
2014-08-05auto merge of #16231 : michaelsproul/rust/gedit-macro, r=alexcrichtonbors-0/+8
2014-08-04Use mingw64 target spelling.Vadim Chugunov-1/+1
2014-08-04auto merge of #15986 : Florob/rust/nfKc-new, r=alexcrichtonbors-2/+33
2014-08-04Gedit/GTKSourceView: Add macro syntax highlighting.Michael Sproul-0/+8
2014-07-31auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichtonbors-1/+6
2014-07-29Gedit/gtksourceview language spec: add raw stringsSimon Sapin-0/+11
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-1/+6
2014-07-28collections, unicode: Add support for NFC and NFKCFlorian Zeitz-2/+33
2014-07-26Relicense shootout-k-nucleotide.rsGuillaume Pinot-0/+1
2014-07-24auto merge of #15424 : TeXitoi/rust/relicense-shootout-threadring, r=brsonbors-0/+1
2014-07-24Improved the tags impl regexJames Hurst-1/+1
2014-07-23vim: Add MutableSeqBrian Anderson-1/+1
2014-07-21Fix :syn-include usage of Vim filetype.Chris Morgan-3/+5
2014-07-21Highlight $(…)* and $foo in Vim.Chris Morgan-0/+7
2014-07-16auto merge of #15573 : michaelwoerister/rust/lldb-tests-rebased-09-Jul, r=ale...bors-3/+232
2014-07-16auto merge of #15476 : kballard/rust/more_vim_tweaks, r=chrisbors-7/+31
2014-07-16debuginfo: Remove atexit()-debugger shutdown from lldb_batchmode.pyMichael Woerister-3/+0
2014-07-16debuginfo: Add python formatters that allow LLDB to print values with Rust sy...Michael Woerister-0/+232
2014-07-14add Graphemes iterator; tidy unicode exportskwantam-5/+124
2014-07-12auto merge of #15610 : brson/rust/0.12.0, r=alexcrichtonbors-1/+1
2014-07-12auto merge of #15597 : brson/rust/ldconfig, r=pcwaltonbors-3/+12
2014-07-11Only run ldconfig on LinuxBrian Anderson-5/+3
2014-07-11Bump version to 0.12.0-preBrian Anderson-1/+1
2014-07-10install: Run ldconfig when installing on Unix. Closes #15596.Brian Anderson-1/+13
2014-07-10install: Make the LD_LIRARY_PATH warning more aestheticBrian Anderson-2/+1
2014-07-10Some documentation fixes and improvementsYuri Albuquerque-3/+7
2014-07-09auto merge of #15550 : alexcrichton/rust/install-script, r=brsonbors-6/+35
2014-07-09auto merge of #15283 : kwantam/rust/master, r=alexcrichtonbors-468/+351
2014-07-09etc: Fix install script for rpath removalAlex Crichton-6/+35
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-07-07Remove rust_colorcolumn, set textwidth to 99Kevin Ballard-27/+2
2014-07-07Set softtabstop, textwidth, and optionally colorcolumnKevin Ballard-4/+32
2014-07-07Define a new setting g:rust_foldKevin Ballard-3/+24