about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
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
2014-07-07Add libunicode; move unicode functions from corekwantam-468/+351
2014-07-07librustc (RFC #34): Implement the new `Index` and `IndexMut` traits.Patrick Walton-1/+1
2014-07-04vim: set Rust tab conventionsKevin Ballard-0/+6
2014-07-04Relicense shootout-threadring.rsGuillaume Pinot-0/+1
2014-07-04auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brsonbors-1/+1
2014-07-03remove duplicated slash in install script pathRuud van Asseldonk-1/+1
2014-07-02install: Correct libdir for Windows installs.Mike Boutin-2/+67
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-15/+21
2014-07-02auto merge of #15295 : TeXitoi/rust/relicense-shootout-mandelbrot, r=brsonbors-0/+1
2014-07-01relicense shootout-mandelbrot.rsGuillaume Pinot-0/+1
2014-07-01Vim syntax file types and traits cleanupAlexandre Gagnon-15/+20
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-1/+1
2014-06-24auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brsonbors-2/+1
2014-06-23auto merge of #15100 : rapha/rust/master, r=alexcrichtonbors-1/+1
2014-06-23Change /bin/env to /usr/bin/env in helper python script, as it is more portableRaphael Speyer-1/+1
2014-06-22Update few files after comparison traits renamingPiotr Jawniak-4/+4
2014-06-18Deprecate the bytes!() macro.Simon Sapin-0/+138
2014-06-18Vim: highlight invalid characters in char literals.Chris Morgan-2/+7
2014-06-18Vim: highlight escapes for byte literals.Chris Morgan-7/+11
2014-06-18Add commands :RustEmitIr and :RustEmitAsmKevin Ballard-0/+62
2014-06-18Write documentation for the Rust vim pluginKevin Ballard-25/+131
2014-06-18Rename :Run and :Expand to :RustRun and :RustExpandKevin Ballard-17/+17
2014-06-18vim: Add :Run and :Expand commandsKevin Ballard-37/+265
2014-06-17emacs: Remove outdated references to ~ in testsTom Jakubowski-3/+3