summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-06-18std::rt: Work around a dynamic borrowck bugBrian Anderson-3/+2
2013-06-18rusti: Disable tests on macos harderBrian Anderson-4/+4
2013-06-18std: Work around some failing 'run' tests when valgrinding. #7224Brian Anderson-5/+32
2013-06-18Cleanup src/librustc/backSteven Stewart-Gallus-85/+73
2013-06-18rusti: disable tests on 32bit mac. r=burningtree.Graydon Hoare-0/+6
2013-06-18xfail std::num::complex::test_norm on x86, r=burningtree.Graydon Hoare-0/+2
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-1319/+1319
2013-06-18test: xfail bench/task-perf-one-million. OOM on 32-bit linux w/o optsBrian Anderson-0/+2
2013-06-18Support printf formats in terminfo stringsKevin Ballard-31/+243
2013-06-17auto merge of #7197 : rkbodenner/rust/doc-for-lib-move, r=brsonbors-25/+29
2013-06-17auto merge of #7131 : Blei/rust/windows-dynamic-lib, r=graydonbors-21/+33
2013-06-17auto merge of #7134 : vadimcn/rust/DIBuilder, r=jdmbors-748/+946
2013-06-17Revert "stop using an absolute rpath"Brian Anderson-1/+26
2013-06-17rustc: map node ids through a table that ensures bitset indexes in dataflow a...Graydon Hoare-24/+75
2013-06-17Fixed rebase fallout .Vadim Chugunov-130/+122
2013-06-17Refactoring and tidy warnings cleanup.Vadim Chugunov-55/+63
2013-06-17Made unimplemented debuginfo a note rather than a compiler error.Vadim Chugunov-5/+23
2013-06-17Converted vec::map to member.Vadim Chugunov-1/+1
2013-06-17Fixed remaining issues to pass debug-test/* tests.Vadim Chugunov-28/+73
2013-06-17Fixed compile warnings.Vadim Chugunov-95/+96
2013-06-17Removed extraneous string allocations.Vadim Chugunov-76/+50
2013-06-17Debug loc for local var declarationsVadim Chugunov-14/+18
2013-06-17Move "return" basic block after all other function blocks.Vadim Chugunov-0/+8
2013-06-17Made the while DebugContext mutable, not just created_* hashesVadim Chugunov-224/+248
2013-06-17Use DIBuilder in debuginfoVadim Chugunov-708/+832
2013-06-17auto merge of #7199 : Kimundi/rust/master, r=bstriebors-25/+91
2013-06-17auto merge of #7174 : SiegeLord/rust/remove_trim, r=brsonbors-25/+67
2013-06-17auto merge of #7195 : brson/rust/timertest, r=bstriebors-2/+2
2013-06-17rt: fix jemalloc android cross-compile for macYoung-il Choi-1/+2
2013-06-17std: fix stat struct of android (SEGV error from run-pass/stat.rs on android)Young-il Choi-2/+78
2013-06-17test: adjust some test cases of run-pass for androidYoung-il Choi-4/+10
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-17Improved std::asciiMarvin Löbel-25/+91
2013-06-17auto merge of #7198 : huonw/rust/slice-zeros, r=Aatchbors-0/+42
2013-06-17Reproduce text changes from @brson PR 7176 and fix a typo thereinRalph Bodenner-18/+22
2013-06-17std: add Zero impls for &[] and &str.Huon Wilson-0/+42
2013-06-16Update doc references to new names for std, extra, and std::libcRalph Bodenner-12/+12
2013-06-16std::rt: Reduce the delay on a timer test. SlowBrian Anderson-2/+2
2013-06-16auto merge of #7157 : sstewartgallus/rust/master, r=brsonbors-47/+39
2013-06-16auto merge of #7186 : dotdash/rust/landing_pads, r=pcwaltonbors-13/+31
2013-06-16Do not strip leading whitespace when parsing doc comments.SiegeLord-25/+67
2013-06-16auto merge of #7177 : huonw/rust/unfold-fix, r=thestingerbors-2/+36
2013-06-16auto merge of #7167 : nikomatsakis/rust/ref-bindings-explicit-copy-in-generic...bors-424/+398
2013-06-16Make it illegal to move from *T. This interacts poorly with moves-based-on-type,Niko Matsakis-3/+3
2013-06-16Make type parameters not implicitly copyable, even if they have the Copy bound.Niko Matsakis-1/+1
2013-06-16Remove moves from *T and implement in another wayNiko Matsakis-30/+12
2013-06-16Add copies to type params with Copy boundNiko Matsakis-390/+380
2013-06-16Partial fix for #7158: Save EDX in morestack on x86-32Niko Matsakis-0/+2
2013-06-16auto merge of #7171 : bstrie/rust/delbin, r=thestingerbors-0/+0