summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
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
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