]> git.lizzy.rs Git - rust.git/history - src
Test for cross-crate const in match pattern.
[rust.git] / src /
2013-03-21 Luqman AdenTest for cross-crate const in match pattern.
2013-03-21 Luqman Adenlibrustc: Fix path-qualified and cross-crate constants...
2013-03-21 borsauto merge of #5458 : pcwalton/rust/valgrind-suppress...
2013-03-21 borsauto merge of #5456 : graydon/rust/fixups, r=pcwalton
2013-03-20 borsauto merge of #5455 : pcwalton/rust/framework, r=catamo...
2013-03-20 borsauto merge of #5447 : erickt/rust/incoming, r=graydon
2013-03-20 Patrick Waltonetc: Suppress Linux valgrind issues for new scheduler
2013-03-20 borsauto merge of #5453 : catamorphism/rust/issue-4120...
2013-03-20 Patrick Waltonlibrustc: Fix bug preventing `-framework Foo` from...
2013-03-20 Patrick Waltonlibsyntax: Never use `::<>` in the type grammar
2013-03-20 Graydon Hoareadd stage3 markers where necessary for dist-snap
2013-03-20 Graydon Hoarecore: add Reader, Writer, ReaderUtil, WriterUtil to...
2013-03-20 Tim Chevaliertestsuite: Add test for #4210
2013-03-20 borsauto merge of #5445 : nikomatsakis/rust/issue-3678...
2013-03-20 borsauto merge of #5450 : pcwalton/rust/warnings, r=graydon
2013-03-20 Patrick Waltonlibrustc: Remove debug code and add scary warnings...
2013-03-20 Erick Tryzelaarcore: add str::each{,i}_reverse
2013-03-20 Erick Tryzelaarcore: add char_len method
2013-03-20 Erick Tryzelaarcore: add char_at_reverse
2013-03-20 borsauto merge of #5434 : apasel422/rust/deriving, r=nikoma...
2013-03-20 borsauto merge of #5435 : nikomatsakis/rust/issue-4846...
2013-03-20 Niko MatsakisApply explicit self transformation before we enter...
2013-03-20 Niko MatsakisRefactor the self-info so that the def-id is carried...
2013-03-20 borsauto merge of #5443 : alexcrichton/rust/less-bad-copy...
2013-03-20 borsauto merge of #5432 : ILyoan/rust/arm_use_ndk_rebase...
2013-03-20 Alex Crichtonrustc: Remove some bad copies throughout
2013-03-20 borsauto merge of #5442 : pcwalton/rust/extern-block-restri...
2013-03-20 Patrick Waltontest: Fix test. rs=test
2013-03-20 Alex Crichtonsyntax: Removing some bad copies
2013-03-20 Patrick Waltonlibcore: Make a couple of constructors public. rs=testf...
2013-03-20 Erick Tryzelaarcore: rename vec::rev_each{,i} to vec::each{,i}_reverse
2013-03-20 borsauto merge of #5410 : luqmana/rust/cfg-and, r=graydon
2013-03-20 Patrick Waltonlibsyntax: Forbid `use` (and most other things) within...
2013-03-20 borsauto merge of #5350 : yichoi/rust/pull-0313-2, r=graydo...
2013-03-19 Luqman AdenMark cfg test xfail-fast since check-fast doesn't under...
2013-03-19 Luqman Adencompiletest: Make pretty tests actually use compile...
2013-03-19 Luqman AdenFix pretty printing for cfg test.
2013-03-19 Andrew Paseltinersyntax: split deriving module into submodules for each...
2013-03-19 borsauto merge of #5436 : alexcrichton/rust/assert-message...
2013-03-19 Andrew Paseltinersyntax: move ext/deriving.rs to ext/deriving/mod.rs
2013-03-19 Patrick Waltonlibsyntax: Accept the new `[T, ..N]` style for vec.
2013-03-19 Patrick Waltonlibsyntax: Accept `static` instead of `const` for globals
2013-03-19 Luqman AdenUpdate run-pass/cfg-on-items.rs
2013-03-19 borsauto merge of #5428 : thestinger/rust/tutorial, r=catam...
2013-03-19 Patrick Waltonlibrustc: Enforce privacy for static methods.
2013-03-19 Luqman AdenTests for cfg attribute.
2013-03-19 Luqman Adenlibrustc: adjust logic for cfg attribute and add not...
2013-03-19 borsauto merge of #5426 : nikomatsakis/rust/issue-4846...
2013-03-19 borsauto merge of #5356 : jld/rust/enum-less-magic, r=graydon
2013-03-19 Niko MatsakisRefactor trans_call to separate out the translation...
2013-03-19 Alex CrichtonAllow custom messages on assert statements
2013-03-19 borsauto merge of #5433 : lucab/rust/lucab/cfgspec, r=graydon
2013-03-19 borsauto merge of #5112 : luqmana/rust/3469, r=graydon
2013-03-19 Luca BrunoMake driver::driver::parse_cfgspecs parse any variety...
2013-03-19 ILyoanRewrite arm/ccall.s
2013-03-19 ILyoanUse NDK for building android target objects
2013-03-19 ILyoanEnable arm error handling abi 2
2013-03-19 ILyoanEnable arm error handling abi
2013-03-19 Luqman AdenAdd tests for const exprs in fixed vec length type...
2013-03-19 Luqman AdenFix pretty printer for fixed length vectors.
2013-03-19 Luqman AdenAllow expressions that are not just a single value...
2013-03-19 Luqman AdenNow actually allow using constants in those constant...
2013-03-19 Luqman AdenAllow constant expressions in [Type * n].
2013-03-19 borsauto merge of #5412 : pcwalton/rust/purity, r=pcwalton
2013-03-19 Patrick Waltonlibrustc: Make the compiler ignore purity.
2013-03-19 Patrick Waltonlibsyntax: Stop parsing old lifetimes, except for the...
2013-03-19 Patrick Waltonlibrustc: Convert all uses of old lifetime notation...
2013-03-19 Luqman AdenUpdate rust.vim
2013-03-18 Patrick Waltonlibrustc: Make the compiler ignore purity.
2013-03-18 Niko MatsakisMake &self permit explicit lifetimes, but don't really...
2013-03-18 Patrick Waltonlibsyntax: Stop parsing old lifetimes, except for the...
2013-03-18 Patrick Waltonlibrustc: Convert all uses of old lifetime notation...
2013-03-18 borsauto merge of #5420 : boggle/rust/sudoku-with-traits...
2013-03-17 Stefan PlantikowRefactored sudoku benchmark to use traits and added...
2013-03-17 borsauto merge of #5374 : z0w0/rust/rustdoc-explicit-self...
2013-03-17 Zack Corrrustdoc: Fix method printing tests
2013-03-16 borsauto merge of #5415 : brson/rust/rustdoc, r=thestinger
2013-03-16 Brian Andersonrustdoc: Show all impls of traits. #5406
2013-03-16 borsauto merge of #5342 : brson/rust/debug-mem, r=brson
2013-03-16 Brian Andersonrt: Add RUST_DEBUG_MEM to rust_env to avoid races
2013-03-16 Zack Corrsyntax: Fix fun_to_str test
2013-03-16 borsauto merge of #5408 : thestinger/rust/trie, r=pcwalton
2013-03-16 borsauto merge of #5359 : luqmana/rust/inline-asm, r=pcwalton
2013-03-16 borsauto merge of #5404 : bstrie/rust/decopy, r=pcwalton
2013-03-16 Luqman AdenFix type_use for inline asm.
2013-03-16 Luqman AdenDon't use by_val for passing asm operands.
2013-03-16 Luqman AdenTidy.
2013-03-16 Luqman AdenActually use no or multiple operands properly.
2013-03-16 Luqman AdenImplicitly use addr_of for output operands in asm.
2013-03-16 Luqman AdenInitial support for output operands in asm.
2013-03-16 Luqman AdenProperly handle input operands for inline asm.
2013-03-16 Luqman AdenActually pass inline asm operands around.
2013-03-16 Luqman AdenInline asm exprs should be RvalueStmtExpr.
2013-03-16 Daniel Micayadd a test for the chunk function
2013-03-16 borsauto merge of #5400 : thestinger/rust/misc, r=brson
2013-03-16 Graydon Hoarecore: fix trie chunk function
2013-03-16 Daniel Micayadd constructor to TrieSet (was missing)
2013-03-16 borsauto merge of #5396 : ILyoan/rust/fix_rt_tls, r=graydon
2013-03-15 borsauto merge of #5391 : brson/rust/to-bytes, r=graydon
2013-03-15 Ben StriegelClonify some of run-pass
next