summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
2013-06-30auto merge of #7487 : huonw/rust/vec-kill, r=cmrbors-12/+26
2013-06-30Bump version from 0.7-pre to 0.7Brian Anderson-1/+1
2013-06-30auto merge of #7374 : Jeaye/rust/func_highlight, r=cmrbors-0/+1
2013-06-30Convert vec::{bsearch, bsearch_elem} to methods.Huon Wilson-2/+2
2013-06-30etc: update etc/unicode.py for the changes made to std::unicode.Huon Wilson-10/+24
2013-06-29auto merge of #7457 : Blei/rust/fix-ffi-floats, r=cmrbors-0/+1
2013-06-29fix zsh completion for lint and debug flagsDaniel Micay-35/+36
2013-06-28ctags: add macrosPhilipp Brüschweiler-0/+1
2013-06-27mk: Make windows installer work with -pre versionsBrian Anderson-1/+2
2013-06-27auto merge of #7361 : brson/rust/incoming, r=brsonbors-1/+1
2013-06-26Fix some warnings in the check-fast testsPhilipp Brüschweiler-1/+1
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-06-24rust.vim: Links previously unused rustFuncCallJeaye-0/+1
2013-06-24vim/syntax/rust.vim: fix date headerTuncer Ayaz-1/+1
2013-06-23Add rules for assert, fail, and deriving to vim syntax file. Also highlight t...Ben Blum-6/+18
2013-06-20auto merge of #7128 : yichoi/rust/fix_sometc, r=brsonbors-2/+3
2013-06-20core -> extra for macJames Miller-1/+1
2013-06-20Fix update snapshot script for renameJames Miller-4/+4
2013-06-17etc: add TEST_EXEC_ENV for run-pass to adb_run_wrapper.shYoung-il Choi-1/+2
2013-06-17etc: modify adb_run_wrapper.sh to avoid 'expr' unrecognization at some androi...Young-il Choi-1/+1
2013-06-13automated whitespace fixesDaniel Micay-3/+3
2013-06-01etc: adb_run_wrapper.sh - fix to clean test (not produce Text File Busy)Young-il Choi-7/+19
2013-06-01etc: adb_run_wrapper argument changeYoung-il Choi-14/+20
2013-06-01etc: adb_run_wrapper addedYoung-il Choi-0/+17
2013-05-31auto merge of #6853 : bblum/rust/sized, r=pcwaltonbors-1/+2
2013-05-30Highlight Sized in vim and kateBen Blum-1/+2
2013-05-30add a zsh completion file for rustcDaniel Micay-0/+102
2013-05-29etc: Fix more check-fast breakage. rs=burningtreePatrick Walton-0/+1
2013-05-28auto merge of #6783 : hoelzro/rust/master, r=bstriebors-5/+0
2013-05-28Remove colorcolumn settingRob Hoelz-5/+0
2013-05-27update ctags defineILyoan-3/+1
2013-05-23more testing fallout from core->std/std->extra moveTed Horst-2/+2
2013-05-23etc: Fix test combiner for core->std/std->extra change. rs=burningtreePatrick Walton-2/+2
2013-05-15vim: `be` is still a reserved keywordDaniel Micay-2/+2
2013-05-15vim: no more drop blocksDaniel Micay-1/+1
2013-05-14vim: swap operator is goneDaniel Micay-4/+0
2013-05-14Fix test fallout from removing vecs_implicitly_copyableAlex Crichton-5/+1
2013-05-08General fixes for vimJames Miller-3/+3
2013-05-08Improved vim indent file for rustJames Miller-1/+4
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-23/+9
2013-05-02auto merge of #6184 : kud1ing/rust/master, r=sanxiynbors-0/+4
2013-05-02Explain that the source code was generated by this scriptkud1ing-0/+4
2013-05-01libcore: add N(0,1) and Exp(1) distributions to core::rand.Huon Wilson-0/+121
2013-04-27auto merge of #6066 : djui/rust/patch-1, r=graydonbors-1/+6
2013-04-26Suppress all 'cond' errors in valgrind. #5856Brian Anderson-162/+2
2013-04-26Fix typoUwe Dauernheim-1/+1
2013-04-26Allow customization of indent offsetUwe Dauernheim-1/+6
2013-04-22Rename Div operator trait to Quot and Modulo operator trait to RemBrendan Zabarauskas-3/+3
2013-04-19auto merge of #5945 : graydon/rust/fix-unicode-tables, r=pcwaltonbors-1/+44
2013-04-19Try to suppress valgrind errorsBrian Anderson-1/+1