]> git.lizzy.rs Git - rust.git/history - src/test/bench/sudoku.rs
Auto merge of #28827 - thepowersgang:unsafe-const-fn-2, r=Aatch
[rust.git] / src / test / bench / sudoku.rs
2015-10-07 Steve KlabnikRollup merge of #28878 - sourcefrog:doc-links, r=stevek...
2015-10-07 borsAuto merge of #28877 - sourcefrog:doc-fuse, r=alexcrichton
2015-07-31 borsAuto merge of #26897 - RalfJung:stdin-mut, r=alexcrichton
2015-07-30 borsAuto merge of #26734 - Gankro:deprecate-vecmap, r=alexc...
2015-07-27 Mathieu DavidFix the relative path issue by including the files...
2015-07-17 Manish GoregaokarRollup merge of #27069 - Eljay:fix-raw-attr-typo, r...
2015-07-17 Manish GoregaokarRollup merge of #25993 - nham:fix_23969, r=nikomatsakis
2015-07-16 Steve KlabnikMerge branch 'fix-26673' of https://github.com/nhowell...
2015-07-16 Steve KlabnikMerge branch 'more-ref-fixes' of https://github.com...
2015-07-16 Steve KlabnikMerge branch 'coercions' of https://github.com/tshepang...
2015-07-16 Manish GoregaokarRollup merge of #26898 - GuillaumeGomez:fixup, r=eddyb
2015-07-16 Manish GoregaokarRollup merge of #26838 - P1start:refactor-diagnostic...
2015-07-16 Manish GoregaokarRollup merge of #26695 - rutsky:patch-2, r=Manishearth
2015-07-16 Manish GoregaokarRollup merge of #26693 - rutsky:patch-1, r=Manishearth
2015-07-14 Alexis Beingessnermove everything into the Rust tree
2015-07-13 borsAuto merge of #26947 - nagisa:unicode-escape-error...
2015-07-13 borsAuto merge of #26750 - nrc:refactor-submod, r=sfackler
2015-07-12 borsAuto merge of #26895 - jroesch:modernize-typeck-names...
2015-07-12 Manish GoregaokarRollup merge of #26974 - tshepang:trailing-comma, r...
2015-07-12 Manish GoregaokarRollup merge of #26881 - andreastt:international_keyboa...
2015-07-11 borsAuto merge of #26913 - sfackler:tuple-debug, r=alexcrichton
2015-07-11 borsAuto merge of #26882 - andreastt:style_improvements...
2015-07-11 borsAuto merge of #26878 - Esption:master, r=pnkfelix
2015-07-10 borsAuto merge of #26926 - alexcrichton:llvm-archive-writer...
2015-07-10 borsAuto merge of #26896 - tbu-:pr_getcwd, r=alexcrichton
2015-07-10 borsAuto merge of #26919 - alexcrichton:msvc-turn-off-unwin...
2015-07-10 borsAuto merge of #26751 - retep998:copy-that-floppy, r...
2015-07-10 borsAuto merge of #26907 - nrc:save-fns, r=brson
2015-07-09 borsAuto merge of #26766 - jespino:add-more-filetypes,...
2015-07-09 borsAuto merge of #26814 - tshepang:array-examples, r=bluss
2015-07-09 borsAuto merge of #26909 - rick68:patch-10, r=dotdash
2015-07-09 borsAuto merge of #26904 - bluss:no-repeat, r=alexcrichton
2015-07-09 Ulrik SverdrupUse vec![elt; n] where possible
2015-06-17 borsAuto merge of #22681 - mzabaluev:extend-faster, r=huonw
2015-06-12 Manish GoregaokarRollup merge of #24495 - nathanl:nathanl-explain-bin...
2015-06-04 borsAuto merge of #25991 - Jexell:master, r=alexcrichton
2015-05-07 Steve KlabnikRollup merge of #24576 - cactorium:errorcodes, r=pnkfelix
2015-05-04 borsAuto merge of #24652 - achanda:ip-long, r=alexcrichton
2015-04-27 borsAuto merge of #24765 - pnkfelix:fsk-enum-swapindrop...
2015-04-26 borsAuto merge of #24367 - ebfull:fix_ice_cat_expr, r=pnkfelix
2015-04-25 Manish GoregaokarRollup merge of #24649 - nham:path_new_examples, r...
2015-04-25 Nick CameronMerge branch 'syntax' of https://github.com/aochagavia...
2015-04-24 borsAuto merge of #24553 - nikomatsakis:issue-22779-overcon...
2015-04-24 borsAuto merge of #24594 - doomsplayer:patch-2, r=alexcrichton
2015-04-24 Manish GoregaokarRollup merge of #24523 - GuillaumeGomez:clean-error...
2015-04-23 borsAuto merge of #24615 - arielb1:rapid-reject, r=nikomatsakis
2015-04-23 borsAuto merge of #24537 - rprichard:fix-parallel-check...
2015-04-23 borsAuto merge of #24664 - steveklabnik:doc_ufcs, r=alexcri...
2015-04-23 borsAuto merge of #24683 - P1start:help-suggestions, r=nrc
2015-04-22 Manish GoregaokarRollup merge of #24688 - SimonSapin:fmt-write-char...
2015-04-22 Manish GoregaokarRollup merge of #24675 - steveklabnik:two_more_chapters...
2015-04-22 Manish GoregaokarRollup merge of #24673 - steveklabnik:doc_attributes...
2015-04-22 borsAuto merge of #24685 - nrc:span-pred, r=huonw
2015-04-22 borsAuto merge of #24671 - steveklabnik:doc_const_static...
2015-04-22 borsAuto merge of #24674 - alexcrichton:rollup, r=alexcrichton
2015-04-21 Alex CrichtonMerge remote-tracking branch 'origin/master' into rollup
2015-04-21 Alex Crichtonrollup merge of #24636: alexcrichton/remove-deprecated
2015-04-21 Alex Crichtonstd: Bring back f32::from_str_radix as an unstable API
2015-04-07 Manish GoregaokarRollup merge of #23277 - aochagavia:intro, r=steveklabnik
2015-04-07 borsAuto merge of #23277 - aochagavia:intro, r=steveklabnik
2015-04-02 Alex Crichtonrollup merge of #23176: huonw/rm-bounds
2015-04-01 Manish GoregaokarRollup merge of #23066 - michaelwoerister:unreachable...
2015-03-31 Manish GoregaokarRollup merge of #23558 - steveklabnik:explain_elision...
2015-03-28 Manish GoregaokarRollup merge of #23332 - jakub-:rustup-curl-silent...
2015-03-27 Alex Crichtonrollup merge of #23763: brson/installer
2015-03-27 Alex Crichtonrollup merge of #23197: aatxe/master
2015-03-27 Alex Crichtonrollup merge of #23791: jviereck/fix-23713
2015-03-27 Alex Crichtonrollup merge of #23665: steveklabnik/doc_std_ascii
2015-03-27 Alex Crichtonrollup merge of #23285: steveklabnik/gh11794
2015-03-25 borsAuto merge of #23434 - alexcrichton:misc-stab, r=aturon
2015-03-25 Manish GoregaokarRollup merge of #23702 - dotdash:match_reass, r=eddyb
2015-03-25 Manish GoregaokarRollup merge of #23617 - steveklabnik:gh23564, r=Manish...
2015-03-25 borsAuto merge of #23670 - cmr:vec-push-slowpath, r=pcwalton
2015-03-24 Alex Crichtonrollup merge of #23671: steveklabnik/doc_std_clone
2015-03-24 Alex Crichtonrollup merge of #23668: alexcrichton/io-zero
2015-03-24 Alex Crichtonrollup merge of #23662: steveklabnik/gh23421
2015-03-24 Alex Crichtonrollup merge of #23661: steveklabnik/any_docs
2015-03-24 Alex Crichtonrollup merge of #23659: GBGamer/master
2015-03-24 Alex Crichtonrollup merge of #23646: steveklabnik/doc_file
2015-03-24 Alex Crichtonrollup merge of #23629: liammonahan/master
2015-03-24 Alex Crichtonrollup merge of #23592: alexcrichton/tweak-at-exit
2015-03-24 Alex Crichtonrollup merge of #23573: steveklabnik/doc_associated_types
2015-03-24 Alex Crichtonrollup merge of #23282: nikomatsakis/fn-trait-inheritance
2015-03-24 borsAuto merge of #23654 - alexcrichton:rollup, r=alexcrichton
2015-03-24 Alex CrichtonMerge remote-tracking branch 'origin/master' into rollup
2015-03-24 Alex Crichtonrollup merge of #23653: dhuseby/bitrig-stage0-c64d671
2015-03-24 Alex Crichtonrollup merge of #23652: alexcrichton/stabilize-hasher...
2015-03-24 Alex Crichtonrollup merge of #23645: steveklabnik/gh23642
2015-03-24 Alex Crichtonrollup merge of #23644: mbrubeck/doc-edit
2015-03-24 Alex Crichtonrollup merge of #23509: aturon/stab-entry
2015-03-23 Alex Crichtonrollup merge of #23506: alexcrichton/remove-some-deprec...
2015-03-23 Alex Crichtonrollup merge of #23503: alexcrichton/fix-ptr-docs
2015-03-23 Alex Crichtonrollup merge of #23484: alexcrichton/marker-trait-stable
2015-03-23 Alex Crichtonrollup merge of #23383: alexcrichton/fs-create-dir-all
2015-03-23 Alex Crichtonrollup merge of #23598: brson/gate
2015-03-23 Brian AndersonRequire feature attributes, and add them where necessary
2015-03-20 Manish GoregaokarRollup merge of #23447 - kjpgit:kjp/pointerexample...
2015-03-14 borsAuto merge of #23289 - mihneadb:rustdoc-search-by-type...
2015-03-14 borsAuto merge of #22948 - rprichard:simple-panic-opt,...
2015-03-13 Manish GoregaokarRollup merge of #21468 - sanxiyn:dead-variant, r=
next