about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-03-14Remove unused imports in stdILyoan-1/+0
2013-03-14Remove unused import in coreILyoan-9/+2
2013-03-14Remove unused variableILyoan-1/+0
2013-03-13reinstate test/bench/shootout-threadring.rsTed Horst-0/+74
2013-03-13add the mutate_values method to the Map traitDaniel Micay-12/+61
2013-03-13auto merge of #5340 : brson/rust/column, r=brsonbors-1/+1
2013-03-14updated from L to ull for easier mingw32 builds.xenocons-1/+1
2013-03-13auto merge of #5307 : nikomatsakis/rust/remove-by-val, r=nikomatsakisbors-303/+579
2013-03-13Remove `++` mode from the compiler (it is parsed as `+` mode)Niko Matsakis-144/+89
2013-03-13Revamp foreign code not to consider the Rust modes. This requiresNiko Matsakis-161/+492
2013-03-13auto merge of #5339 : catamorphism/rust/less-copy, r=catamorphismbors-6/+5
2013-03-13work on release notesDaniel Micay-6/+11
2013-03-13auto merge of #5337 : yichoi/rust/pull-0312, r=sanxiynbors-0/+0
2013-03-13auto merge of #5319 : brson/rust/debuginfo, r=brsonbors-102/+220
2013-03-13auto merge of #5293 : brson/rust/logging, r=brsonbors-995/+892
2013-03-14mk: rt.mk ar desinated by target-triplesYoung-il Choi-1/+1
2013-03-13Represent enums with regular structs; no more alignment-breaking casts.Jed Davis-38/+74
2013-03-12Work around linkage bug cross-compiling from x86_64-apple-darwin to i686-appl...Brian Anderson-36/+47
2013-03-13mk: target triple rename arm-unknown-android->arm-linux-androideabiYoung-il Choi-38/+38
2013-03-12libcore: Attempt to put out burning tree on Mac by using the old symbol on 32...Patrick Walton-5/+20
2013-03-12core: Turn off rtdebug loggingBrian Anderson-2/+3
2013-03-12Disable debuginfo tests on mac since gdb requires rootBrian Anderson-0/+4
2013-03-12auto merge of #5332 : jdm/rust/transitivelink, r=graydonbors-1/+5
2013-03-12Increase tidy column limit to 100Brian Anderson-1/+1
2013-03-12auto merge of #5320 : apasel422/rust/metaderive, r=graydonbors-0/+134
2013-03-12rustc: One Less Bad CopyTim Chevalier-6/+5
2013-03-12syntax: implement #[deriving] meta-attributeAndrew Paseltiner-0/+134
2013-03-12auto merge of #5329 : wanderview/rust/std-getopts-opts_present, r=graydonbors-4/+5
2013-03-12auto merge of #5317 : luqmana/rust/inline-asm, r=graydonbors-11/+269
2013-03-12regression patch libuv submoduleYoung-il Choi-0/+0
2013-03-12auto merge of #5335 : larryv/rust/local_stage0-libsyntax, r=luqmanabors-0/+1
2013-03-12auto merge of #5333 : brson/rust/context, r=brsonbors-31/+63
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-12auto merge of #5324 : brson/rust/relnotes, r=graydonbors-2/+79
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-955/+874
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