about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-06-11auto merge of #7033 : influenza/rust/rust-7022, r=graydonbors-2/+2
2013-06-11auto merge of #7040 : alexcrichton/rust/issue-6511-threadsafe-llvm, r=graydonbors-165/+212
2013-06-11Replace tabs with spacesRon Dahlgren-2/+2
2013-06-11auto merge of #7035 : influenza/rust/getopts-doc-update, r=bstriebors-14/+15
2013-06-11Assert stk rather than checking nullRon Dahlgren-3/+3
2013-06-11auto merge of #7047 : bblum/rust/bug_triage, r=graydonbors-23/+18
2013-06-11auto merge of #7058 : Blei/rust/fix-7048, r=bstriebors-55/+59
2013-06-11ty: several small fixes to is_instantiablePhilipp Brüschweiler-49/+49
2013-06-11decoder: better error message when failing to look up an idPhilipp Brüschweiler-5/+5
2013-06-11lexer: show correct span on unrecognized token startPhilipp Brüschweiler-1/+5
2013-06-11auto merge of #7050 : huonw/rust/extra-complex-work, r=Aatchbors-34/+83
2013-06-10auto merge of #7054 : yichoi/rust/after_jemalloc, r=brsonbors-0/+7
2013-06-11rt: dummy function pthread_atfork for androidYoung-il Choi-0/+7
2013-06-10auto merge of #7046 : luqmana/rust/issue-7044, r=sanxiynbors-36/+44
2013-06-11extra: implement .norm(), and Polar conversion functions for complex numbers.Huon Wilson-14/+63
2013-06-11std: convert pow, hypot, atan2, log to take arguments by reference.Huon Wilson-20/+20
2013-06-10terminfo: Support more terminfo directory structuresKevin Ballard-2/+13
2013-06-10Tag a bunch of destructors that need mutable self with FIXME for #4330. Close...Ben Blum-2/+5
2013-06-10Add test for #7044.Luqman Aden-0/+14
2013-06-10librustc: Better errors for duplicate definitions.Luqman Aden-22/+16
2013-06-10Remove 'this could be clearer' FIXME. Looks fine. Close #2618.Ben Blum-1/+0
2013-06-10Replace str::raw::buf_as_slice with c_str_to_static_slice. Close #3843.Ben Blum-20/+13
2013-06-10librustc: Don't allow newtype or unit-like structs to shadow other names in t...Luqman Aden-14/+14
2013-06-10Have JIT execution take ownership of the LLVMContextRefAlex Crichton-59/+93
2013-06-10Remove all usage of the global LLVMContextRefAlex Crichton-113/+126
2013-06-11fix tests, remove some warningsHuon Wilson-38/+12
2013-06-11std: replace str::is_{alphanumeric,whitespace} with the methods.Huon Wilson-29/+11
2013-06-11std: replace str::{starts,ends}_with with the method.Huon Wilson-66/+40
2013-06-11std: replace str::substr with the method.Huon Wilson-19/+9
2013-06-11std: remove str::to_charsHuon Wilson-10/+6
2013-06-11std: basic documentation for the new str methodsHuon Wilson-20/+68
2013-06-10std: remove str::{connect,concat}*.Huon Wilson-86/+62
2013-06-10clean-up unused import warningsHuon Wilson-11/+1
2013-06-10std: fix testsHuon Wilson-13/+13
2013-06-10std: convert str::char_at* to methods.Huon Wilson-152/+146
2013-06-10std: convert str::trim* to methods.Huon Wilson-114/+94
2013-06-10std: convert str::reserve* to methods, and methodise str::push_*.Huon Wilson-248/+248
2013-06-10std: remove str::contains in favour of the methodHuon Wilson-127/+101
2013-06-10std: replace str::find_str* with a methodHuon Wilson-125/+54
2013-06-10std: replace str::{any,all}_between with the iterator equivalent.Huon Wilson-64/+3
2013-06-10std: convert character-based str::find_* to methods. Add .slice_{to,from} met...Huon Wilson-405/+158
2013-06-10std: convert each_split_str to an iteratorHuon Wilson-117/+114
2013-06-10std: fix compile & testHuon Wilson-6/+5
2013-06-10std: remove str::{len, slice, is_empty} in favour of methods.Huon Wilson-204/+182
2013-06-10std: replace str::all/any fns and methods with iteratorsHuon Wilson-60/+15
2013-06-10std: replace str::each_split* with an iteratorHuon Wilson-515/+269
2013-06-10STATIC_PAGE_SHIFT for cross-compiling jemallocJames Miller-161/+170
2013-06-09auto merge of #7038 : alexcrichton/rust/issue-6935, r=catamorphismbors-20/+59
2013-06-09Track the source of the type_target and value_target separately for ImportRes...Alex Crichton-20/+59
2013-06-09auto merge of #7028 : thestinger/rust/cmp, r=brsonbors-55/+23