about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
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
2014-04-17configure: Enable libc++ with LLVM with clangAlex Crichton-8/+23
2014-04-16auto merge of #13432 : ruediger/rust/rustmode, r=nikomatsakisbors-51/+58
2014-04-15dist: Make Windows installer uninstall first. Closes #9563Brian Anderson-2/+74
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-3/+3
2014-04-09rust-mode cleanup.Rüdiger Sonderfeld-51/+58
2014-04-08Improve searching for XXX in tidy script (#3303)Boris Egorov-2/+3
2014-04-07auto merge of #13288 : alexcrichton/rust/remove-check-fast, r=brsonbors-98/+13
2014-04-07auto merge of #13347 : HeroesGrave/rust/master, r=alexcrichtonbors-1/+1
2014-04-06mk: Pass the name of the make command to maketest.pyBrian Anderson-7/+8
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-91/+5
2014-04-06auto merge of #13340 : FlaPer87/rust/code-model, r=cmrbors-0/+1
2014-04-06Add support for different relocation modelsFlavio Percoco-0/+1
2014-04-06auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,mebors-1/+1
2014-04-06fix kate syntax highlightingHeroesGrave-1/+1
2014-04-04Fix inner attribute syntax from `#[foo];` to `#![foo]`Timothée Ravier-1/+1
2014-04-04Fix fallout from std::libc separationCorey Richardson-1/+1