summary refs log tree commit diff
path: root/src/test/bench/shootout-ackermann.rs
AgeCommit message (Expand)AuthorLines
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-1/+2
2012-09-25use + mode for (almost) everything when not using legacy modesNiko Matsakis-1/+1
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-08-01Convert ret to returnBrian Anderson-3/+3
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-4/+4
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-3/+3
2012-06-28Make a bunch of tests stop using the deprecated vector syntax.Michael Sullivan-2/+2
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-1/+1
2012-05-23bench: Add hard mode to benchmarks. Activate with RUST_BENCH.Brian Anderson-3/+6
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-1/+1
2012-02-22Make the various from_str functions return optionsMarijn Haverbeke-1/+1
2012-01-29core: Remove sys::set_min_stackBrian Anderson-2/+0
2012-01-14bench: Lower the default inputs on many shootout benchmarksBrian Anderson-1/+1
2012-01-14bench: Update shootout-ackermann for performanceBrian Anderson-15/+14
2011-08-20ReformatBrian Anderson-1/+1
2011-07-27Reformat for new syntaxMarijn Haverbeke-3/+3
2011-07-24The Big Test Suite OverhaulBrian Anderson-0/+25