about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-12-04rewrite of shootout-reverse-complement.rsGuillaume Pinot-142/+70
2013-12-03auto merge of #10768 : Blei/rust/logging-enabled-macros, r=alexcrichtonbors-0/+44
2013-12-03Resume propagation of linking to native dylibsAlex Crichton-7/+1
2013-12-03Add test to check for debug logging disabled at compile timePhilipp Brüschweiler-0/+21
2013-12-02auto merge of #10772 : alexcrichton/rust/issue-3053, r=alexcrichtonbors-0/+26
2013-12-02auto merge of #10742 : alexcrichton/rust/frameworks, r=cmrbors-0/+59
2013-12-02Add a macro to check if logging at a given label is enabledPhilipp Brüschweiler-0/+23
2013-12-02auto merge of #10728 : sanxiyn/rust/proc, r=cmrbors-0/+18
2013-12-02Add test for #3053. Fixes #3053.Niko Matsakis-0/+26
2013-12-02Fix type inference for proc expressionsSeo Sanghyeon-0/+18
2013-12-01rustc: filter out empty linker argsPhilipp Brüschweiler-0/+7
2013-11-30Rewrite the issue-10734 rpass fileKevin Ballard-3/+27
2013-11-30Support OSX frameworksAlex Crichton-0/+59
2013-11-30auto merge of #10528 : alexcrichton/rust/static-linking-v2, r=pcwaltonbors-8/+458
2013-11-30Test fixes and merge conflictsAlex Crichton-2/+4
2013-11-30auto merge of #10727 : erickt/rust/json, r=huonwbors-2/+2
2013-11-30auto merge of #10735 : alexcrichton/rust/issue-10734, r=cmrbors-0/+20
2013-11-30Don't run cleanups twice in "if true" blocksAlex Crichton-0/+20
2013-11-30Wrap the return value of the type_id intrinsic in an opaque boxCorey Richardson-18/+41
2013-11-29Make -Z gen-crate-map usable for I/OAlex Crichton-0/+50
2013-11-29Add a new run-make test directoryAlex Crichton-0/+370
2013-11-29Statically link librustrt to libstdAlex Crichton-8/+36
2013-11-29extra: Rename json constructors into *::initErick Tryzelaar-2/+2
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-13/+13
2013-11-28Fix initial debug statements printing twiceAlex Crichton-0/+36
2013-11-28auto merge of #10709 : alexcrichton/rust/snapshot, r=pcwaltonbors-66/+64
2013-11-28Register new snapshotsAlex Crichton-66/+64
2013-11-28shootout-spectralnorm resurection with parallelizationGuillaume Pinot-31/+66
2013-11-28auto merge of #10519 : nikomatsakis/rust/issue-8624-borrowck-overly-permissiv...bors-0/+43
2013-11-28Test that reborrowing contents of an `&'a mut &'b mut` pointer can onlyNiko Matsakis-0/+43
2013-11-27auto merge of #10621 : Florob/rust/unicode63, r=cmrbors-50/+48
2013-11-27auto merge of #10642 : cmr/rust/strict_doccomment, r=alexcrichtonbors-0/+18
2013-11-27Be more strict about doc commentsCorey Richardson-0/+18
2013-11-27Fix handling of upper/lowercase, and whitespaceFlorian Zeitz-9/+7
2013-11-27Update Unicode data to version 6.3Florian Zeitz-44/+44
2013-11-27auto merge of #10680 : alexcrichton/rust/relax-feature-gate, r=thestingerbors-3/+17
2013-11-27Relax restrictions on unknown feature directivesAlex Crichton-3/+17
2013-11-26Support multiple item macrosSteven Fackler-1/+31
2013-11-26librustc: Fix merge fallout.Patrick Walton-7/+17
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-62/+60
2013-11-26test: Remove all remaining non-procedure uses of `do`.Patrick Walton-60/+58
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-310/+226
2013-11-26libsyntax: Remove the old-style borrowed closure type syntax from thePatrick Walton-6/+6
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-45/+47
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-256/+249
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-12/+12
2013-11-25auto merge of #10316 : klutzy/rust/attr-lint, r=cmrbors-5/+48
2013-11-26rustc: Add crate-level attribute lintklutzy-0/+2
2013-11-26rustc: Update obsolete attribute listklutzy-1/+2
2013-11-26Add test for unknown attribute lintklutzy-0/+18