| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-06-30 | auto merge of #7487 : huonw/rust/vec-kill, r=cmr | bors | -12/+26 | |
| Continuation of #7430. I haven't removed the `map` method, since the replacement `v.iter().transform(f).collect::<~[SomeType]>()` is a little ridiculous at the moment. | ||||
| 2013-06-30 | Bump version from 0.7-pre to 0.7 | Brian Anderson | -1/+1 | |
| 2013-06-30 | auto merge of #7374 : Jeaye/rust/func_highlight, r=cmr | bors | -0/+1 | |
| This allows for highlighting of function calls for free floating, member, and static functions. | ||||
| 2013-06-30 | Convert vec::{bsearch, bsearch_elem} to methods. | Huon Wilson | -2/+2 | |
| 2013-06-30 | etc: update etc/unicode.py for the changes made to std::unicode. | Huon Wilson | -10/+24 | |
| 2013-06-29 | auto merge of #7457 : Blei/rust/fix-ffi-floats, r=cmr | bors | -0/+1 | |
| Also contains a fix to help ctag pick up macro definitions. | ||||
| 2013-06-29 | fix zsh completion for lint and debug flags | Daniel Micay | -35/+36 | |
| this correctly makes them accept 1 argument, and auto-completes the comma-separated list of lint flags | ||||
| 2013-06-28 | ctags: add macros | Philipp Brüschweiler | -0/+1 | |
| 2013-06-27 | mk: Make windows installer work with -pre versions | Brian Anderson | -1/+2 | |
| 2013-06-27 | auto merge of #7361 : brson/rust/incoming, r=brson | bors | -1/+1 | |
| 2013-06-26 | Fix some warnings in the check-fast tests | Philipp Brüschweiler | -1/+1 | |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -1/+1 | |
| 2013-06-24 | rust.vim: Links previously unused rustFuncCall | Jeaye | -0/+1 | |
| This allows for highlighting of function calls for free floating, member, and static functions. | ||||
| 2013-06-24 | vim/syntax/rust.vim: fix date header | Tuncer Ayaz | -1/+1 | |
| The last change was made in 2013 not 2012. | ||||
| 2013-06-23 | Add rules for assert, fail, and deriving to vim syntax file. Also highlight ↵ | Ben Blum | -6/+18 | |
| the mod path in "use module;" properly. | ||||
| 2013-06-20 | auto merge of #7128 : yichoi/rust/fix_sometc, r=brson | bors | -2/+3 | |
| - Fix stat struct for Android (found by SEGV at run-pass/stat.rs) - Adjust some test cases to rpass for Android - Modify some script to rpass for Android | ||||
| 2013-06-20 | core -> extra for mac | James Miller | -1/+1 | |
| 2013-06-20 | Fix update snapshot script for rename | James Miller | -4/+4 | |
| 2013-06-17 | etc: add TEST_EXEC_ENV for run-pass to adb_run_wrapper.sh | Young-il Choi | -1/+2 | |
| 2013-06-17 | etc: modify adb_run_wrapper.sh to avoid 'expr' unrecognization at some ↵ | Young-il Choi | -1/+1 | |
| android devices | ||||
| 2013-06-13 | automated whitespace fixes | Daniel Micay | -3/+3 | |
| 2013-06-01 | etc: adb_run_wrapper.sh - fix to clean test (not produce Text File Busy) | Young-il Choi | -7/+19 | |
| 2013-06-01 | etc: adb_run_wrapper argument change | Young-il Choi | -14/+20 | |
| 2013-06-01 | etc: adb_run_wrapper added | Young-il Choi | -0/+17 | |
| 2013-05-31 | auto merge of #6853 : bblum/rust/sized, r=pcwalton | bors | -1/+2 | |
| r? @nikomatsakis @pcwalton | ||||
| 2013-05-30 | Highlight Sized in vim and kate | Ben Blum | -1/+2 | |
| 2013-05-30 | add a zsh completion file for rustc | Daniel Micay | -0/+102 | |
| 2013-05-29 | etc: Fix more check-fast breakage. rs=burningtree | Patrick Walton | -0/+1 | |
| 2013-05-28 | auto merge of #6783 : hoelzro/rust/master, r=bstrie | bors | -5/+0 | |
| I think settings like this should be left up to the user. | ||||
| 2013-05-28 | Remove colorcolumn setting | Rob Hoelz | -5/+0 | |
| 2013-05-27 | update ctags define | ILyoan | -3/+1 | |
| 2013-05-23 | more testing fallout from core->std/std->extra move | Ted Horst | -2/+2 | |
| 2013-05-23 | etc: Fix test combiner for core->std/std->extra change. rs=burningtree | Patrick Walton | -2/+2 | |
| 2013-05-15 | vim: `be` is still a reserved keyword | Daniel Micay | -2/+2 | |
| 2013-05-15 | vim: no more drop blocks | Daniel Micay | -1/+1 | |
| 2013-05-14 | vim: swap operator is gone | Daniel Micay | -4/+0 | |
| 2013-05-14 | Fix test fallout from removing vecs_implicitly_copyable | Alex Crichton | -5/+1 | |
| 2013-05-08 | General fixes for vim | James Miller | -3/+3 | |
| Makes colorcolumn setlocal instead of set. Makes conceal opt-in. Removes the seem-to-be obsolete old keywords/types | ||||
| 2013-05-08 | Improved vim indent file for rust | James Miller | -1/+4 | |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -23/+9 | |
| 2013-05-02 | auto merge of #6184 : kud1ing/rust/master, r=sanxiyn | bors | -0/+4 | |
| 2013-05-02 | Explain that the source code was generated by this script | kud1ing | -0/+4 | |
| 2013-05-01 | libcore: add N(0,1) and Exp(1) distributions to core::rand. | Huon Wilson | -0/+121 | |
| Sample from the normal and exponential distributions using the Ziggurat algorithm. | ||||
| 2013-04-27 | auto merge of #6066 : djui/rust/patch-1, r=graydon | bors | -1/+6 | |
| 2013-04-26 | Suppress all 'cond' errors in valgrind. #5856 | Brian Anderson | -162/+2 | |
| 2013-04-26 | Fix typo | Uwe Dauernheim | -1/+1 | |
| 2013-04-26 | Allow customization of indent offset | Uwe Dauernheim | -1/+6 | |
| 2013-04-22 | Rename Div operator trait to Quot and Modulo operator trait to Rem | Brendan Zabarauskas | -3/+3 | |
| 2013-04-19 | auto merge of #5945 : graydon/rust/fix-unicode-tables, r=pcwalton | bors | -1/+44 | |
| This switches the unicode functions in core to use static character-range tables and a binary search helper rather than open-coded switch statements. It adds about 50k of read only data to the libcore binary but cuts out a similar amount of compiled IR. Would have done it this way in the first place but we didn't have structured statics for a long time. | ||||
| 2013-04-19 | Try to suppress valgrind errors | Brian Anderson | -1/+1 | |
| I can't reproduce the one on the bots, but this might fix it | ||||
