about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-03-12Add alignstack option for inline asm.Luqman Aden-10/+19
2013-03-12Keep everything tidy.Luqman Aden-11/+10
2013-03-12Parse operands properly and add a way to indicate volatile asm.Luqman Aden-18/+145
2013-03-12Stop parsing __asm__.Luqman Aden-10/+1
2013-03-12Create asm! syntax extension.Luqman Aden-1/+58
2013-03-12Require unsafe block for inline assembly.Luqman Aden-1/+4
2013-03-12Wrap llvm::InlineAsm::AsmDialectLuqman Aden-11/+19
2013-03-12Parse inline assembly.Luqman Aden-8/+72
2013-03-12auto merge of #5328 : bstrie/rust/optadd, r=graydonbors-0/+40
2013-03-12Copy libsyntax from local Rust to stage0.Lawrence Velázquez-0/+1
2013-03-11core: Add context switching for ARM and MIPSBrian Anderson-31/+63
2013-03-11Remove the log keyword (by renaming it to __log)Brian Anderson-24/+10
2013-03-11core: Remove logging constantsBrian Anderson-24/+16
2013-03-11Remove uses of logBrian Anderson-890/+862
2013-03-11auto merge of #5310 : thestinger/rust/treeset, r=graydonbors-113/+94
2013-03-12Avoid propagating link_arg values that are unlikely to be resolveable under a...Josh Matthews-1/+5
2013-03-11auto merge of #5304 : jld/rust/const-adjustments, r=graydonbors-53/+193
2013-03-11Fix std::getopts::opts_present() to check value.Ben Kelly-4/+5
2013-03-11Implement Add on Option typesBen Striegel-0/+40
2013-03-11core: Add rt mod and add the new scheduler codeBrian Anderson-252/+2788
2013-03-11treemap: fix a bug in the union implementationDaniel Micay-0/+4
2013-03-11treemap: add more set testsDaniel Micay-0/+10
2013-03-11treemap: refactor the set operation testsDaniel Micay-80/+34
2013-03-11auto merge of #5292 : thestinger/rust/nil, r=graydonbors-1/+6
2013-03-11core: Convert obsolete fn syntaxBrian Anderson-2/+2
2013-03-11core: convert asserts to fail_unless!Jeff Olson-5/+5
2013-03-11core: link pthreads explicitly in linux buildJeff Olson-0/+1
2013-03-11core: formatting appeasementJeff Olson-3/+5
2013-03-11core: fix broken tests on windowsJeff Olson-3/+3
2013-03-11core: change import of exchange_alloc for win32 os::_list_dirJeff Olson-1/+1
2013-03-11rt/core: port os::list_dir to rust ref #4812Jeff Olson-86/+174
2013-03-11core: rt/core: impl os::env() in rust ref #4812Jeff Olson-40/+196
2013-03-11rt/core: impl os::getcwd() in rust ref #4812Jeff Olson-22/+8
2013-03-11More descriptive error messages for debug info testsBrian Leibig-2/+2
2013-03-11Re-enable struct value printing in debug info tests with gdb pretty printing offBrian Leibig-10/+9
2013-03-11Disable struct value printing in debug info testsBrian Leibig-8/+4
2013-03-11Debuginfo revampBrian Leibig-98/+217
2013-03-11auto merge of #5305 : brson/rust/mut_buf_as_slice, r=brsonbors-0/+14
2013-03-11core: Add vec::raw::mut_buf_as_sliceBrian Anderson-0/+14
2013-03-11auto merge of #5318 : jdm/rust/deriving_cell, r=pcwaltonbors-0/+1
2013-03-11Add deriving_eq to Cell.Josh Matthews-0/+1
2013-03-11treemap: add more tests for set differenceDaniel Micay-16/+21
2013-03-11treemap: inline the TreeSet wrappersDaniel Micay-12/+20
2013-03-11treemap: indentation fixesDaniel Micay-14/+14
2013-03-11treemap: make set_advance publicDaniel Micay-2/+2
2013-03-11auto merge of #5314 : jld/rust/adt-simplification, r=pcwaltonbors-77/+40
2013-03-11librustc: Lint the old `drop` destructor notation offPatrick Walton-66/+36
2013-03-11librustc: Remove old-style operator overloadingPatrick Walton-14/+34
2013-03-11test: Fix tests. rs=testsPatrick Walton-32/+32
2013-03-11libsyntax: Stop parsing newtype enumsPatrick Walton-10/+9