summary refs log tree commit diff
path: root/src/test/bench/shootout-pfib.rs
AgeCommit message (Expand)AuthorLines
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-1/+2
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-1/+1
2012-09-25use + mode for (almost) everything when not using legacy modesNiko Matsakis-1/+1
2012-09-23core: Demode optionBrian Anderson-2/+2
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-1/+1
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-0/+2
2012-09-15int/uint parse_buf => parse_bytes (#3444)Erick Tryzelaar-2/+2
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-08test: bunch of test cleanup from sendable_futures changeJeff Olson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-10/+10
2012-08-28Convert core::pipes to camel caseBrian Anderson-3/+3
2012-08-27Convert core::result to camel caseBrian Anderson-3/+3
2012-08-23Rename str::bytes to str::to_bytesTim Chevalier-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-3/+3
2012-08-16Update the rock-paper-scissors example in the tutorial, and rename some types...Eric Holk-1/+1
2012-08-14Convert more core types to camel caseBrian Anderson-1/+1
2012-08-14fix more fallout from future de-mode-ing.Graydon Hoare-1/+1
2012-08-07Change task().future_result's argument modeBen Blum-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-06Add missing =>Eric Holk-3/+2
2012-08-06Refcount tasks in packets to avoid races.Eric Holk-2/+0
2012-08-03Xfailing until the pipe race is fixed.Eric Holk-0/+2
2012-08-02Convert pfib to pipes. This is a useful stress test.Eric Holk-12/+12
2012-08-01Convert ret to returnBrian Anderson-2/+2
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-3/+3
2012-07-23Convert bench and run-pass tests to new task_builder interfaceBen Blum-3/+5
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-7/+7
2012-07-01Convert to new closure syntaxBrian Anderson-8/+8
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-4/+4
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-7/+7
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-5/+5
2012-05-26core: Make range follow the for loop protocolBrian Anderson-3/+3
2012-05-23bench: Add hard mode to benchmarks. Activate with RUST_BENCH.Brian Anderson-22/+23
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-1/+1
2012-04-05Rename task::task_builder to task::builderTim Chevalier-1/+1
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-2/+2
2012-03-13Overhaul constructor naming in libsBrian Anderson-1/+1
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-1/+1
2012-03-09Add an infinite loop constructTim Chevalier-1/+1
2012-02-22Make the various from_str functions return optionsMarijn Haverbeke-1/+2
2012-02-20core: New task APIBrian Anderson-3/+5
2012-01-11Major clean-up of std::ioMarijn Haverbeke-9/+2
2012-01-06update to use new spawn syntaxNiko Matsakis-8/+7
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-1/+1
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-2/+2
2011-12-18std: getopts now uses result::t (fixes #1289)Stefan Plantikow-2/+5
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-11/+11
2011-10-21Remove some semicolons after block callsMarijn Haverbeke-3/+3
2011-10-21Remove remaining uses of iter and for-eachMarijn Haverbeke-6/+7