summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2013-06-09cmp: remove duplicate free functionsDaniel Micay-55/+23
2013-06-09Fix all issues with sample codeRon Dahlgren-12/+13
2013-06-09Updated documentation to refer to extra moduleRon Dahlgren-3/+3
2013-06-09auto merge of #7029 : luqmana/rust/issue-4228, r=catamorphismbors-17/+50
2013-06-09auto merge of #6904 : catamorphism/rust/rustpkg_version_vcs, r=catamorphismbors-352/+670
2013-06-09rustpkg: Accept package IDs like github.com/foo/bar#0.3Tim Chevalier-341/+542
2013-06-09Check stk before dereferencingRon Dahlgren-1/+1
2013-06-09Add test for #4228.Luqman Aden-0/+23
2013-06-09librustc: Allow adding static fn's in multiple impl's.Luqman Aden-17/+27
2013-06-08auto merge of #7023 : thestinger/rust/vec, r=brsonbors-103/+99
2013-06-08remove deprecated vec::{is_empty, len} functionsDaniel Micay-103/+99
2013-06-08auto merge of #7018 : bill-myers/rust/fix_7017, r=thestingerbors-1/+21
2013-06-09add test for RcMut being Const and Owned, tests #7017 being fixedBill Myers-0/+20
2013-06-09fix decoding of multiple attributes (fixes #7017)Bill Myers-1/+1
2013-06-08auto merge of #7016 : thestinger/rust/ptr, r=luqmanabors-13/+8
2013-06-08auto merge of #7004 : dotdash/rust/allocs, r=thestingerbors-192/+199
2013-06-08auto merge of #6992 : Blei/rust/fix-autoderef-ice, r=catamorphismbors-9/+53
2013-06-08rm some uses of to_mut_unsafe_ptrDaniel Micay-13/+8
2013-06-08rustpkg: Extract version number from git, as per #5684Tim Chevalier-61/+178
2013-06-08std: Fix search-and-replace typosTim Chevalier-1/+1
2013-06-09remove unused import warningsHuon Wilson-52/+14
2013-06-09std: replace the str::each* fns/methods with byte iteratorsHuon Wilson-161/+79
2013-06-09std: remove each_char* fns and methods from str, replaced by iterators.Huon Wilson-149/+80
2013-06-09std: remove foldr and alli methods in vecHuon Wilson-37/+25
2013-06-09std: remove fold[lr] in favour of iteratorsHuon Wilson-192/+71
2013-06-09std: remove {all*,any*,count} in favour of iteratorsHuon Wilson-241/+78
2013-06-09std: add reverse vec iterators, replace vec::each*_reverse.Huon Wilson-126/+107
2013-06-08auto merge of #7008 : thestinger/rust/iterator, r=catamorphismbors-0/+1
2013-06-08rustc::regionck: fix ICE when getting signature of ty_errPhilipp Brüschweiler-0/+4
2013-06-08Add test for #5062Philipp Brüschweiler-0/+15
2013-06-08rustc: Fix an ICE "Autoderef but type not derefable"Philipp Brüschweiler-9/+17
2013-06-08Add a test that causes an ICE currentlyPhilipp Brüschweiler-0/+17
2013-06-08auto merge of #7005 : dotdash/rust/fix_get_str_from, r=bstriebors-10/+8
2013-06-07auto merge of #7000 : Blei/rust/fix-6155, r=catamorphismbors-1/+23
2013-06-07auto merge of #6920 : catamorphism/rust/issue-4765, r=bstriebors-6/+31
2013-06-07testsuite: Add test cases that passTim Chevalier-8/+132