about summary refs log tree commit diff
path: root/src/test/bench/sudoku.rs
AgeCommit message (Expand)AuthorLines
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-1/+0
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-57/+57
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-1/+1
2015-02-28std: Implement stdio for `std::io`Alex Crichton-24/+26
2015-02-18Fix remaining bench/debuginfo tests (and a few stragglers)Niko Matsakis-7/+7
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-3/+3
2015-02-11shift bindings to accommodate new lifetime/dtor rules.Felix S. Klock II-1/+3
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-7/+7
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-2/+2
2015-01-26Fallout of io => old_ioAlex Crichton-6/+6
2015-01-09Merge pull request #20718 from tshepang/bench-fix-some-warningsbors-13/+1
2015-01-08bench: fix a few compiler warningsTshepang Lekhonkhobe-13/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+1
2015-01-03Remove deprecated functionalityAlex Crichton-9/+9
2015-01-02std: Stabilize the prelude moduleAlex Crichton-2/+3
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-3/+3
2014-12-03Back io::stdin with a global singleton BufferedReaderSteven Fackler-2/+2
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+1
2014-11-06Fallout from collection conventionsAlexis Beingessner-3/+3
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-21/+15
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-1/+1
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-06-24librustc: Remove cross borrowing from mutable `Box`es to `&mut`.Patrick Walton-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2/+2
2014-06-18Merge the Bitwise and ByteOrder traits into the Int traitBrendan Zabarauskas-1/+0
2014-05-30windows: Allow snake_case errors for now.Kevin Butler-0/+1
2014-05-27std: Remove String's to_ownedRicho Healey-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-1/+4
2014-05-13Touch up and rebase previous commitsAlex Crichton-2/+2
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+2
2014-04-15Use the unsigned integer types for bitwise intrinsics.Huon Wilson-4/+2
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-0/+1
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-18/+29
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-4/+4
2014-03-20rename std::vec -> std::sliceDaniel Micay-4/+4
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-2/+0
2014-03-12Update io iterators to produce IoResultsPalmer Cox-1/+1
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-1/+1
2014-02-20Return a buffered stdin by default.Alex Crichton-1/+1
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-01-21Remove unnecessary parentheses.Huon Wilson-1/+1
2014-01-17Tweak the interface of std::ioAlex Crichton-1/+1
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-2/+3
2014-01-03test: De-`@mut` the test suitePatrick Walton-2/+2