]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/match-range-static.rs
rollup merge of #17355 : gamazeps/issue17210
[rust.git] / src / test / run-pass / match-range-static.rs
2014-09-19 Alex Crichtonrollup merge of #17355 : gamazeps/issue17210
2014-09-19 Alex Crichtonrollup merge of #17350 : pablobm/doc-fix
2014-09-19 Alex Crichtonrollup merge of #17338 : nick29581/variants-namespace
2014-09-19 Alex Crichtonrollup merge of #17318 : nick29581/slice
2014-09-18 Nick CameronImplement slicing syntax.
2014-02-10 borsauto merge of #12095 : FlaPer87/rust/issue-11709, r...
2014-02-09 borsauto merge of #12114 : brson/rust/faqs, r=cmr
2014-02-08 borsauto merge of #12090 : bjz/rust/unimplemented, r=cmr
2014-02-08 borsauto merge of #12096 : brson/rust/morestack-addr, r...
2014-02-08 borsauto merge of #12099 : alexcrichton/rust/rpath-tests...
2014-02-08 borsauto merge of #12094 : adridu59/rust/licensing, r=brson
2014-02-07 borsauto merge of #12029 : zkamsler/rust/merge-sort-allocat...
2014-02-07 borsauto merge of #12073 : alexcrichton/rust/doc-examples...
2014-02-07 borsauto merge of #12055 : dguenther/rust/tidy_test, r...
2014-02-07 Derek GuentherAdded tests to make tidy
2013-09-28 borsauto merge of #9459 : eliovir/rust/patch-1, r=bstrie
2013-09-27 borsauto merge of #9544 : alexcrichton/rust/clean-docs...
2013-09-26 borsauto merge of #9497 : pnkfelix/rust/fsk-7752-use-fcnptr...
2013-09-26 borsauto merge of #9490 : alexcrichton/rust/issue-9487...
2013-09-26 borsauto merge of #9404 : blake2-ppc/rust/result-map-opt...
2013-09-25 borsauto merge of #9345 : Dretch/rust/digest-result-bytes...
2013-09-25 borsauto merge of #9493 : huonw/rust/move-tuples, r=thestinger
2013-09-25 borsauto merge of #9428 : alexcrichton/rust/llvm-zlib-and...
2013-09-25 borsauto merge of #9491 : thestinger/rust/noreturn, r=huonw
2013-09-25 borsauto merge of #9492 : pnkfelix/rust/fsk-syntax-visit...
2013-09-25 borsauto merge of #9455 : jesseray/rust/master, r=pnkfelix
2013-09-25 borsauto merge of #9481 : jbclements/rust/minor-cleanup...
2013-09-25 borsauto merge of #9432 : alexcrichton/rust/correct-item...
2013-09-25 Alex CrichtonFix run-pass tests to have 'pub fn main'
2013-06-06 borsauto merge of #6053 : nikomatsakis/rust/fixme-2699...
2013-05-30 borsauto merge of #6825 : caitp/rust/issue-6824, r=Aatch
2013-05-28 borsauto merge of #6783 : hoelzro/rust/master, r=bstrie
2013-05-27 borsauto merge of #6688 : graydon/rust/issue-3396-mystery...
2013-05-21 borsauto merge of #6604 : bjz/rust/ptr-to-option, r=brson
2013-05-21 borsauto merge of #6576 : nikomatsakis/rust/issue-5362...
2013-05-19 borsauto merge of #6106 : thestinger/rust/iter, r=bstrie
2013-05-19 borsauto merge of #6595 : bjz/rust/core-tuple, r=thestinger
2013-05-19 borsauto merge of #6603 : thestinger/rust/whitespace, r...
2013-05-19 Daniel Micayminor automated whitespace fixes
2013-05-18 borsauto merge of #6249 : crabtw/rust/arm, r=brson
2013-05-16 borsauto merge of #6536 : kud1ing/rust/patch-1, r=brson
2013-05-15 borsauto merge of #6486 : recrack/rust/gitignore, r=catamor...
2013-05-09 borsauto merge of #6325 : sammykim/rust/lint-name, r=graydon
2013-05-08 borsauto merge of #6119 : brson/rust/main, r=brson
2013-05-08 borsauto merge of #6267 : huonw/rust/syntax-deriving-genera...
2013-05-08 borsauto merge of #6297 : sammykim/rust/static-lint-table...
2013-05-07 borsauto merge of #6295 : yichoi/rust/pull-mingw32, r=brson
2013-05-07 borsauto merge of #6294 : sonwow/rust/renamed-test, r=thest...
2013-05-07 borsauto merge of #6292 : thestinger/rust/cleanup, r=brson
2013-05-07 borsauto merge of #6290 : brson/rust/issue-3707, r=thestinger
2013-05-07 borsauto merge of #6254 : alexcrichton/rust/issues-5311...
2013-05-07 borsauto merge of #6282 : alexcrichton/rust/issue-5517...
2013-05-07 borsauto merge of #6276 : brson/rust/issue-6122, r=graydon
2013-05-07 borsauto merge of #6271 : pnkfelix/rust/issue6009-condition...
2013-05-07 borsauto merge of #6255 : brson/rust/nobreakpoint, r=graydon
2013-05-07 borsauto merge of #6251 : thestinger/rust/non_owned, r...
2013-05-07 borsauto merge of #6245 : youknowone/rust/match-range-stati...
2013-05-05 Jeong YunWonAllow non-literal static range pattern for match arms