about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
2014-06-17emacs: Add shebang to test scriptTom Jakubowski-0/+1
2014-06-17emacs: Don't overwrite font lock for attributesTom Jakubowski-27/+87
2014-06-17auto merge of #14818 : tomjakubowski/rust/emacs-attributes-key-value, r=pnkfelixbors-3/+3
2014-06-17auto merge of #14955 : alexcrichton/rust/rollup, r=alexcrichtonbors-2/+59
2014-06-16Update repo locationBrian Anderson-2/+2
2014-06-16Add a Syntastic plugin for Rust.Andrew Gallant-0/+57
2014-06-17auto merge of #14855 : TeXitoi/rust/relicense-shootout-binarytrees, r=brsonbors-0/+1
2014-06-16rustc: Start accepting `*const T`Alex Crichton-2/+1
2014-06-16auto merge of #14852 : TeXitoi/rust/relicense-shootout-pidigits, r=brsonbors-0/+1
2014-06-12Relicense shootout-binarytrees.rsGuillaume Pinot-0/+1
2014-06-12Relicense shootout-pidigits.rsGuillaume Pinot-0/+1
2014-06-11sync: Move underneath libstdAlex Crichton-3/+3
2014-06-11emacs: highlight `#[foo = "bar"]` attributesTom Jakubowski-2/+2
2014-06-11emacs: do not highlight `#foo]` as an attributeTom Jakubowski-1/+1
2014-06-08relicense shootout-fannkuch-redux.rsGuillaume Pinot-0/+1
2014-06-07relicense shootout-regex-dna.rsGuillaume Pinot-0/+1
2014-06-05relicense shootout-meteor.rsGuillaume Pinot-0/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-3/+5
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-3/+3
2014-05-20vim: Handle box expressions speciallyKevin Ballard-7/+20
2014-05-20Update rust.vim for the latest prelude/keywordsKevin Ballard-18/+23
2014-05-18Refactoring: Introduce distinct host and target rpath var setters.Felix S. Klock II-7/+8
2014-05-14Get rid of the android-cross-path flag to rustc.Luqman Aden-1/+0
2014-05-13std: Rename str::Normalizations to str::DecompositionsFlorian Zeitz-6/+6
2014-05-13core: Move Hangul decomposition into unicode.rsFlorian Zeitz-19/+58
2014-05-13std, core: Generate unicode.rs using unicode.pyFlorian Zeitz-55/+76
2014-05-12emacs: highlight `macro_name!` in macro invocations using [] delimitersHuon Wilson-1/+1
2014-05-12add shebang to scripts that have execute bit setDavid Creswick-3/+13
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-12auto merge of #13922 : Rufflewind/rust/patch-1, r=pnkfelixbors-5/+5
2014-05-08vim: Fix an indentation issue with cindentKevin Ballard-11/+16
2014-05-08auto merge of #13986 : alexcrichton/rust/box-keyword, r=thestingerbors-1/+3
2014-05-07debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldbMichael Woerister-0/+184
2014-05-06etc: Add box as a keyword to editor configsAlex Crichton-1/+3
2014-05-05auto merge of #13925 : kballard/rust/vim_indent_bracket_fix, r=thestingerbors-3/+19
2014-05-04vim: Fix indentation at global scope after non-semantic ([{/)]}Kevin Ballard-3/+19
2014-05-03Recommend autoload instead of requirePhil Ruffwind-3/+4
2014-05-03Use defvar for rust-top-item-beg-re insteadPhil Ruffwind-5/+5
2014-05-02emacs: Add 'box' to keywordsBrian Anderson-1/+1
2014-05-01Fix a/an typosJorge Aparicio-1/+1
2014-04-28test: Fix run-make on windowsklutzy-10/+37
2014-04-25Add a regex crate to the Rust distribution.Andrew Gallant-0/+292
2014-04-24Fix Vim indent regressions from #13600.Chris Morgan-1/+1
2014-04-22There are no 64-bit Windows snapshots yet, so we'll use 32-bit ones instead.Vadim Chugunov-1/+3
2014-04-19auto merge of #13609 : richo/rust/str-type-vim, r=alexcrichtonbors-1/+1
2014-04-18auto merge of #13513 : alexcrichton/rust/up-llvm, r=brsonbors-25/+46
2014-04-18vim: Add StrBuf as type to hilightingRicho Healey-1/+1
2014-04-18Add another case where cindent is correctBrandon Waskiewicz-0/+11
2014-04-17llvm: Add an option to statically link libstdc++Alex Crichton-3/+10
2014-04-17etc: The --system-libs flag is LLVM 3.5+Alex Crichton-26/+25