]> git.lizzy.rs Git - rust.git/history - src/libregex/re.rs
rollup merge of #17355 : gamazeps/issue17210
[rust.git] / src / libregex / re.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 Nick CameronAdd enum variants to the type namespace
2014-08-31 Alex Crichtonrollup merge of #16840 : huonw/feature-has-added
2014-08-11 borsauto merge of #15410 : LemmingAvalanche/rust/patch...
2014-07-31 borsauto merge of #15385 : jroweboy/rust/master, r=brson
2014-07-24 borsauto merge of #15424 : TeXitoi/rust/relicense-shootout...
2014-07-24 borsauto merge of #15407 : sneves/rust/master, r=aturon
2014-07-22 borsauto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexc...
2014-07-19 borsauto merge of #15638 : blake2-ppc/rust/ptr-arithmetic...
2014-07-18 borsauto merge of #15743 : Ryman/rust/mandelbrot_fix, r...
2014-07-18 borsauto merge of #15733 : sanxiyn/rust/use-from-type,...
2014-07-18 borsauto merge of #15732 : bgamari/rust/to-tokens, r=alexcr...
2014-07-18 borsauto merge of #15727 : fhahn/rust/remove-some-unwraps...
2014-07-18 borsauto merge of #15726 : aturon/rust/macro-stability...
2014-07-18 borsauto merge of #15725 : aochagavia/rust/vec, r=alexcrichton
2014-07-18 borsauto merge of #15719 : michaelwoerister/rust/global_var...
2014-07-17 borsauto merge of #15718 : treeman/rust/integer-doc, r...
2014-07-17 borsauto merge of #15716 : treeman/rust/bigint-doc, r=alexc...
2014-07-17 borsauto merge of #15706 : phi-gamma/rust/master, r=huonw
2014-07-17 borsauto merge of #15705 : klutzy/rust/cross-ld-library...
2014-07-17 borsauto merge of #15675 : errordeveloper/rust/json_docs...
2014-07-17 borsauto merge of #15698 : Zoxc/rust/code-model, r=alexcrichton
2014-07-17 borsauto merge of #15668 : steveklabnik/rust/tree_set_examp...
2014-07-17 borsauto merge of #15652 : nick29581/rust/vec_index, r...
2014-07-17 Nick Camerondeprecate Vec::get
2014-06-27 borsauto merge of #15166 : zookoatleastauthoritycom/rust...
2014-06-25 borsauto merge of #15165 : zookoatleastauthoritycom/rust...
2014-06-11 borsauto merge of #14777 : alexcrichton/rust/issue-14747...
2014-06-10 borsauto merge of #14752 : jakub-/rust/issue-11940, r=alexc...
2014-06-10 borsauto merge of #14696 : jakub-/rust/dead-struct-fields...
2014-06-10 borsauto merge of #14694 : aochagavia/rust/num-cleanup...
2014-06-10 borsauto merge of #14590 : pcwalton/rust/overloaded-call...
2014-06-09 borsauto merge of #14554 : kmcallister/rust/plugin_registra...
2014-06-09 Keegan McAllisterUse phase(plugin) in other crates
2014-06-09 borsauto merge of #14709 : alexcrichton/rust/collections...
2014-06-09 Brian Andersoncore: Rename `container` mod to `collections`. Closes...
2014-06-06 borsauto merge of #14680 : Kimundi/rust/master, r=brson
2014-06-06 borsauto merge of #14676 : brson/rust/double-rainbow, r...
2014-06-06 borsauto merge of #14673 : sylvestre/rust/master, r=alexcri...
2014-06-06 borsauto merge of #14671 : aochagavia/rust/patch-1, r=alexc...
2014-06-06 borsauto merge of #14667 : aochagavia/rust/pr2, r=huonw
2014-06-06 borsauto merge of #14669 : TeXitoi/rust/relicense-shootout...
2014-06-06 borsauto merge of #14664 : reem/rust/lifetimes-guide-gramma...
2014-06-06 borsauto merge of #14653 : alexcrichton/rust/travis-opt...
2014-06-05 borsauto merge of #14641 : darnuria/rust/add_documentation_...
2014-06-05 borsauto merge of #14538 : alexcrichton/rust/libcollections...
2014-06-05 Alex CrichtonFallout from the libcollections movement
2014-06-05 borsauto merge of #14568 : erickt/rust/slice-update, r...
2014-06-05 borsauto merge of #14592 : alexcrichton/rust/rustdoc-links...
2014-06-05 borsauto merge of #14610 : alexcrichton/rust/issue-14008...
2014-06-04 borsauto merge of #14633 : huonw/rust/nodylibc, r=alexcrichton
2014-06-04 borsauto merge of #14630 : cmr/rust/rewrite-lexer, r=alexcr...
2014-06-04 borsauto merge of #14623 : exscape/rust-fork/master, r...
2014-06-04 borsauto merge of #14616 : forticulous/rust/rc-show, r...
2014-06-04 borsauto merge of #14635 : BurntSushi/rust/regex-doco-touch...
2014-06-04 Andrew GallantSome minor documentation touchups for libregex. Fixes...
2014-05-31 borsauto merge of #14563 : dotdash/rust/clone_kill, r=huonw
2014-05-30 borsauto merge of #14547 : reem/rust/remove-owned-vec-docs...
2014-05-30 borsauto merge of #14536 : zwarich/rust/issue-14498, r...
2014-05-30 borsauto merge of #14535 : sfackler/rust/bitv-show, r=alexc...
2014-05-30 borsauto merge of #14524 : ahmedcharles/rust/to_string...
2014-05-30 borsauto merge of #14522 : aturon/rust/make_unique, r=alexc...
2014-05-30 borsauto merge of #14517 : lucy/rust/issue-14499, r=alexcri...
2014-05-30 borsauto merge of #14514 : Randati/rust/patch-1, r=huonw
2014-05-30 borsauto merge of #14512 : Heather/rust/patch-1, r=alexcrichton
2014-05-30 borsauto merge of #14510 : kballard/rust/rename_strallocati...
2014-05-29 borsauto merge of #14483 : ahmedcharles/rust/patbox, r...
2014-05-29 borsauto merge of #14492 : alexcrichton/rust/totaleq, r...
2014-05-29 borsauto merge of #14488 : SimonSapin/rust/patch-11, r...
2014-05-29 borsauto merge of #14487 : arielb1/rust/fix-13933, r=alexcr...
2014-05-29 borsauto merge of #14481 : alexcrichton/rust/no-format...
2014-05-29 borsauto merge of #14472 : huonw/rust/native-lib-warnings...
2014-05-29 borsauto merge of #14477 : alexcrichton/rust/issue-14456...
2014-05-29 Kevin BallardReplace StrAllocating.into_owned() with .into_string()
2014-05-29 borsauto merge of #14451 : alexcrichton/rust/issue-14442...
2014-05-29 borsauto merge of #14476 : luqmana/rust/docs, r=alexcrichton
2014-05-28 borsauto merge of #14465 : Ryman/rust/patch-1, r=alexcrichton
2014-05-28 Alex Crichtonstd: Remove format_strbuf!()
2014-05-28 borsauto merge of #14463 : SergioBenitez/rust/deprecation...
2014-05-28 borsauto merge of #14459 : seanmonstar/rust/select-docs...
2014-05-28 borsauto merge of #14455 : crabtw/rust/mips, r=alexcrichton
2014-05-28 borsauto merge of #14454 : omasanori/rust/cfg_cxx, r=alexcr...
2014-05-28 borsauto merge of #14387 : alan-andrade/rust/remove_managed...
2014-05-28 borsauto merge of #14414 : richo/rust/features/nerf_unused_...
2014-05-27 Richo Healeystd: Rename strbuf operations to string
2014-05-27 borsauto merge of #14428 : alexcrichton/rust/issue-14422...
2014-05-27 borsauto merge of #14429 : sanrodari/rust/patch-1, r=sfackler
2014-05-26 borsauto merge of #14374 : swgillespie/rust/swgillespie...
2014-05-26 borsauto merge of #14300 : cmr/rust/enum-size-lint, r=kballard
2014-05-26 borsauto merge of #14432 : kballard/rust/nt_block, r=huonw
2014-05-26 borsauto merge of #14430 : kballard/rust/squelch_os_warning...
2014-05-25 borsauto merge of #14423 : Kimundi/rust/static_regex, r...
2014-05-25 Marvin LöbelChange regex! macro to expand to a constexpr, allowing...
2014-05-25 borsauto merge of #14370 : cmr/rust/design-faq, r=brson
2014-05-25 borsauto merge of #14415 : Sawyer47/rust/ascii-fixme, r...
2014-05-25 borsauto merge of #14323 : richo/rust/features/strbuf_to_st...
2014-05-25 Richo Healeycore: rename strbuf::StrBuf to string::String
2014-05-20 borsauto merge of #13975 : nikomatsakis/rust/issue-13794...
next