about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-03-21Test for cross-crate const in match pattern.Luqman Aden-0/+22
2013-03-21librustc: Fix path-qualified and cross-crate constants in match patterns.Luqman Aden-16/+71
2013-03-20auto merge of #5458 : pcwalton/rust/valgrind-suppress, r=pcwaltonbors-0/+15
2013-03-20auto merge of #5456 : graydon/rust/fixups, r=pcwaltonbors-28/+39
2013-03-20auto merge of #5455 : pcwalton/rust/framework, r=catamorphismbors-21/+15
2013-03-20auto merge of #5447 : erickt/rust/incoming, r=graydonbors-105/+297
2013-03-20etc: Suppress Linux valgrind issues for new schedulerPatrick Walton-0/+15
2013-03-20auto merge of #5453 : catamorphism/rust/issue-4120, r=catamorphismbors-0/+17
2013-03-20librustc: Fix bug preventing `-framework Foo` from working cross-crate.Patrick Walton-5/+1
2013-03-20libsyntax: Never use `::<>` in the type grammarPatrick Walton-16/+14
2013-03-20add stage3 markers where necessary for dist-snapGraydon Hoare-0/+8
2013-03-20core: add Reader, Writer, ReaderUtil, WriterUtil to prelude. Close #4182.Graydon Hoare-28/+31
2013-03-20testsuite: Add test for #4210Tim Chevalier-0/+17
2013-03-20auto merge of #5445 : nikomatsakis/rust/issue-3678-refactor-trans_call, r=gra...bors-34/+26
2013-03-20auto merge of #5450 : pcwalton/rust/warnings, r=graydonbors-3/+10
2013-03-20librustc: Remove debug code and add scary warnings for rusti/rustpkgPatrick Walton-3/+10
2013-03-20core: add str::each{,i}_reverseErick Tryzelaar-89/+221
2013-03-20core: add char_len methodErick Tryzelaar-1/+5
2013-03-20core: add char_at_reverseErick Tryzelaar-1/+34
2013-03-20auto merge of #5434 : apasel422/rust/deriving, r=nikomatsakisbors-1271/+1358
2013-03-20Apply explicit self transformation before we enter check_fnNiko Matsakis-50/+21
2013-03-20Refactor the self-info so that the def-id is carried in ty_self()Niko Matsakis-38/+34
2013-03-20auto merge of #5443 : alexcrichton/rust/less-bad-copy, r=catamorphismbors-472/+469
2013-03-19auto merge of #5432 : ILyoan/rust/arm_use_ndk_rebase, r=sanxiynbors-26/+73
2013-03-20rustc: Remove some bad copies throughoutAlex Crichton-404/+400
2013-03-19auto merge of #5442 : pcwalton/rust/extern-block-restriction, r=pcwaltonbors-188/+411
2013-03-19test: Fix test. rs=testPatrick Walton-1/+1
2013-03-20syntax: Removing some bad copiesAlex Crichton-68/+69
2013-03-19libcore: Make a couple of constructors public. rs=testfixingPatrick Walton-3/+3
2013-03-19core: rename vec::rev_each{,i} to vec::each{,i}_reverseErick Tryzelaar-14/+37
2013-03-19auto merge of #5410 : luqmana/rust/cfg-and, r=graydonbors-14/+65
2013-03-19libsyntax: Forbid `use` (and most other things) within `extern { ... }` blocksPatrick Walton-69/+58
2013-03-19auto merge of #5350 : yichoi/rust/pull-0313-2, r=graydon,pcwaltonbors-3/+3
2013-03-19Mark cfg test xfail-fast since check-fast doesn't understand compile-flags.Luqman Aden-0/+1
2013-03-19compiletest: Make pretty tests actually use compile-flags.Luqman Aden-2/+3
2013-03-19Fix pretty printing for cfg test.Luqman Aden-4/+7
2013-03-19syntax: split deriving module into submodules for each traitAndrew Paseltiner-977/+1062
2013-03-19auto merge of #5436 : alexcrichton/rust/assert-message, r=pcwaltonbors-0/+20
2013-03-19syntax: move ext/deriving.rs to ext/deriving/mod.rsAndrew Paseltiner-0/+2
2013-03-19libsyntax: Accept the new `[T, ..N]` style for vec.Patrick Walton-4/+20
2013-03-19libsyntax: Accept `static` instead of `const` for globalsPatrick Walton-6/+24
2013-03-19Update run-pass/cfg-on-items.rsLuqman Aden-1/+1
2013-03-19librustc: Enforce privacy for static methods.Patrick Walton-106/+306
2013-03-19Tests for cfg attribute.Luqman Aden-0/+45
2013-03-19librustc: adjust logic for cfg attribute and add not predicate.Luqman Aden-12/+13
2013-03-19auto merge of #5426 : nikomatsakis/rust/issue-4846-lifetimes-in-expl-self, r=...bors-55/+166
2013-03-19auto merge of #5356 : jld/rust/enum-less-magic, r=graydonbors-38/+74
2013-03-19Refactor trans_call to separate out the translation of the arguments, environ...Niko Matsakis-34/+26
2013-03-19Allow custom messages on assert statementsAlex Crichton-0/+20
2013-03-19auto merge of #5433 : lucab/rust/lucab/cfgspec, r=graydonbors-8/+24