about summary refs log tree commit diff
path: root/src/compiletest
AgeCommit message (Expand)AuthorLines
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-52/+52
2012-08-16Update the rock-paper-scissors example in the tutorial, and rename some types...Eric Holk-1/+1
2012-08-16Allocate less on empty reads in procsrvEric Holk-1/+1
2012-08-15Convert more core types to camel caseBrian Anderson-2/+2
2012-08-14Convert more core types to camel caseBrian Anderson-4/+4
2012-08-14Fix compiletest breakageBrian Anderson-2/+2
2012-08-08Convert impls to new syntaxBrian Anderson-4/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-19/+19
2012-08-06Add missing =>Eric Holk-1/+1
2012-08-06Refcount tasks in packets to avoid races.Eric Holk-17/+15
2012-08-05Switch alts to use arrowsBrian Anderson-43/+46
2012-08-03Once again, revert "Use pipes in compiletest"Eric Holk-15/+17
2012-08-02Revert "Revert "Use pipes in compiletest""Eric Holk-17/+15
2012-08-01Convert ret to returnBrian Anderson-26/+26
2012-08-01Clean out transitional lint.Graydon Hoare-5/+0
2012-07-31Introduce 'return', 'match' and 'module' as synonymsBrian Anderson-16/+16
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-52/+52
2012-07-26Nomenclature fixes in the lint checker. Fewer double-negatives.Graydon Hoare-0/+5
2012-07-24Import reader_utilEric Holk-1/+1
2012-07-14~strify win32-specific fnsNiko Matsakis-9/+9
2012-07-14remove typestate from code, tests, and docsNiko Matsakis-2/+1
2012-07-14More platform specific deprecated strings...Michael Sullivan-3/+3
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-189/+191
2012-07-11Fix some version numbers.Graydon Hoare-2/+2
2012-07-04Remove empty argument lists from do expressionsBen Striegel-2/+2
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-2/+2
2012-07-01Convert to new closure syntaxBrian Anderson-22/+20
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-9/+9
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-2/+2
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-54/+55
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-45/+45
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-1/+1
2012-06-21Remove some singleton vector appends.Eric Holk-6/+6
2012-06-21Comment only: annotate FIXMETim Chevalier-1/+1
2012-06-20Remove bind. Issue #2189Brian Anderson-1/+1
2012-06-08core: Don't deadlock on io streams in run::program_outputBrian Anderson-0/+1
2012-06-05Have "aborting due to previous errors" message show an error countLindsey Kuper-1/+1
2012-06-04Make vecs implicitly copyable for all of our projects.Michael Sullivan-0/+2
2012-06-01compiletest: Add the libaux path to PATH on win32Brian Anderson-1/+5
2012-05-26core: Make range follow the for loop protocolBrian Anderson-1/+1
2012-05-03Fix compiletest::header::iter_header to work with new-style for loopsTim Chevalier-12/+10
2012-04-27compiletest: Unbreak on Win32Brian Anderson-1/+1
2012-04-13add option exec-env to set env variables during test executionNiko Matsakis-30/+59
2012-04-10test: Build auxiliary libraries for each testHaitao Li-12/+35
2012-04-06Re-rename option functionsTim Chevalier-1/+1
2012-04-06Remove support for old-style forMarijn Haverbeke-1/+4
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-6/+6
2012-04-05handle the case where multiple instances of same error are expected on the sa...Niko Matsakis-1/+2
2012-04-05Explicitly use version 0.2 of cratesBrian Anderson-1/+6
2012-04-04Logfile output from tests; summarise in make checkGrahame Bowland-2/+13