about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-05-17syntax: Tighten search paths for inner modulesAlex Crichton-1/+41
2014-05-15core: Update all tests for fmt movementAlex Crichton-3/+8
2014-05-15Updates with core::fmt changesAlex Crichton-16/+19
2014-05-15test: Move syntax extension tests to cfail-fullAlex Crichton-0/+0
2014-05-15std: Remove run_in_bare_threadBrian Anderson-3/+3
2014-05-15Unit tests for flowgraph pretty printing.Felix S. Klock II-0/+1190
2014-05-15shootout-mandelbrot: Precalc initial values & use SIMD in the main loop. +80-...Kevin Butler-61/+125
2014-05-15shootout-mandlebrot: calculate two bits of the result per inner loop, +10-15%Kevin Butler-20/+52
2014-05-15std: Modify TempDir to not fail on drop. Closes #12628Brian Anderson-0/+59
2014-05-15auto merge of #13954 : aturon/rust/issue-11650, r=alexcrichtonbors-90/+48
2014-05-15Added tests checking that changes in type sig are recognized in SVH.Felix S. Klock II-0/+183
2014-05-15A test case for a bug I found in the new SVH while reviewing it.Felix S. Klock II-0/+113
2014-05-15Some basic acceptance tests for better SVH.Felix S. Klock II-0/+615
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-90/+48
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-772/+843
2014-05-14auto merge of #14086 : Ryman/rust/resolve_error_suggestions, r=alexcrichtonbors-4/+75
2014-05-14rustc: Improve error messages for resolve failures.Kevin Butler-4/+75
2014-05-14librustc: Make sure to add argument attributes to extern fns from non-local c...Luqman Aden-0/+72
2014-05-13io: Implement process wait timeoutsAlex Crichton-10/+10
2014-05-13rustllvm: Add LLVMRustArrayTypeklutzy-1/+13
2014-05-13test: Give a test a bigger stack for pretty printingAlex Crichton-0/+4
2014-05-13test: Ignore a pretty expanded failing testAlex Crichton-0/+2
2014-05-13test: Fix a pretty printing testAlex Crichton-2/+2
2014-05-13syntax: Fix parsing << with closure typesAlex Crichton-1/+17
2014-05-13syntax: Fix printing INT64_MINAlex Crichton-0/+1
2014-05-13Touch up and rebase previous commitsAlex Crichton-51/+14
2014-05-13compiletest: Test `--pretty expanded`klutzy-1/+11
2014-05-13test: Add missing `#![feature(managed_boxes)]`klutzy-4/+8
2014-05-13Fix #8391Edward Wang-2/+3
2014-05-13Allow blocks in const expressionsMarvin Löbel-0/+235
2014-05-13std: Move the owned module from core to stdAlex Crichton-1/+1
2014-05-13Test Unicode support of process spawningPhil Ruffwind-0/+86
2014-05-12auto merge of #13919 : thomaslee/rust/thomaslee_proposed_tcpstream_open, r=al...bors-6/+10
2014-05-12Try to parse TcpStream::connect 'host' parameter as an IP.Tom Lee-5/+3
2014-05-12Easier interface for TCP ::connect and ::bind.Tom Lee-6/+12
2014-05-12shootout-nbody improvementGuillaume Pinot-23/+20
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-5/+5
2014-05-11auto merge of #14090 : TeXitoi/rust/shootout-nbody-improvement, r=alexcrichtonbors-97/+87
2014-05-11core: Remove the cast moduleAlex Crichton-77/+74
2014-05-10shootout-nbody improvementsGuillaume Pinot-97/+87
2014-05-10auto merge of #14073 : alexcrichton/rust/snapshots, r=huonwbors-10/+10
2014-05-10auto merge of #14066 : edwardw/rust/pod-to-copy, r=alexcrichtonbors-0/+17
2014-05-09Register new snapshotsAlex Crichton-10/+10
2014-05-09auto merge of #14063 : TeXitoi/rust/shootout-meteor-improvement, r=pcwaltonbors-90/+111
2014-05-09auto merge of #14057 : kballard/rust/remove_no-bounds, r=sfacklerbors-1/+1
2014-05-09auto merge of #14055 : nikomatsakis/rust/issue-5527-use-substs-in-trans, r=pc...bors-0/+41
2014-05-10Rename Pod to CopyEdward Wang-0/+17
2014-05-09shootout-meteor improvementGuillaume Pinot-90/+111
2014-05-09auto merge of #14044 : hirschenberger/rust/lint_mut_match, r=alexcrichtonbors-0/+16
2014-05-09Check lifetime parameters when we do check for supertrait impls. Fixes #14050.Niko Matsakis-0/+41