]> git.lizzy.rs Git - rust.git/history - src/libcollections/string.rs
auto merge of #17654 : gereeter/rust/no-unnecessary-cell, r=alexcrichton
[rust.git] / src / libcollections / string.rs
2014-10-01 borsauto merge of #17654 : gereeter/rust/no-unnecessary...
2014-10-01 borsauto merge of #17653 : kaini/rust/master, r=alexcrichton
2014-10-01 borsauto merge of #17630 : sfackler/rust/cfg-warnings,...
2014-10-01 borsauto merge of #17501 : pcwalton/rust/improve-method...
2014-10-01 borsauto merge of #17132 : reem/rust/any-static-bound,...
2014-10-01 borsauto merge of #17584 : pcwalton/rust/range-patterns...
2014-09-30 borsauto merge of #17479 : gamazeps/rust/issue17478, r...
2014-09-30 borsauto merge of #17639 : brson/rust/windbg2, r=pcwalton
2014-09-30 Patrick Waltonlibrustc: Forbid `..` in range patterns.
2014-09-30 borsauto merge of #17640 : brson/rust/wininst, r=alexcrichton
2014-09-30 borsauto merge of #17563 : brson/rust/wintcbfix, r=thestinger
2014-09-29 borsauto merge of #17475 : pnkfelix/rust/fix-17303, r=huonw
2014-09-29 borsauto merge of #17629 : alexcrichton/rust/rollup, r...
2014-09-29 Alex Crichtonrollup merge of #17621 : sfackler/new-snap
2014-09-29 Alex Crichtonrollup merge of #17625 : Boddlnagg/lexer-fix
2014-09-29 Alex Crichtonrollup merge of #17623 : bkoropoff/issue-17607
2014-09-29 Alex Crichtonrollup merge of #17619 : wizeman/fix-perm
2014-09-29 Alex Crichtonrollup merge of #17614 : nick29581/slice3
2014-09-29 Alex Crichtonrollup merge of #17613 : bkoropoff/issue-17593
2014-09-29 Alex Crichtonrollup merge of #17602 : Tobba/defailbloat-static
2014-09-29 Alex Crichtonrollup merge of #17599 : Gankro/enum-ord
2014-09-29 Alex Crichtonrollup merge of #17598 : bkoropoff/issue-17441
2014-09-29 Alex Crichtonrollup merge of #17592 : kmcallister/inline-asm-loc
2014-09-29 Alex Crichtonrollup merge of #17586 : Sawyer47/test-16465
2014-09-29 Alex Crichtonrollup merge of #17585 : sfackler/string-slice
2014-09-29 Alex Crichtonrollup merge of #17582 : kmcallister/gc-box
2014-09-29 Alex Crichtonrollup merge of #17577 : squeaky-pl/patch-1
2014-09-29 Alex Crichtonrollup merge of #17510 : MatejLach/find_fix
2014-09-29 borsauto merge of #17538 : brson/rust/winmk, r=alexcrichton
2014-09-29 borsauto merge of #17409 : farcaller/rust/patch-1, r=huonw
2014-09-28 borsauto merge of #17527 : sfackler/rust/cfg-syntax, r...
2014-09-27 borsauto merge of #17517 : pczarn/rust/hashmap-lifetimes...
2014-09-27 borsauto merge of #17511 : MatejLach/rust/iter_guide_typo...
2014-09-27 borsauto merge of #17512 : nodakai/rust/fix-ptr-guide,...
2014-09-27 Steven FacklerImplement Slice for String and str
2014-09-27 borsauto merge of #17469 : sfackler/rust/into-result, r...
2014-09-27 borsauto merge of #17506 : sfackler/rust/cfg-attr, r=alexcr...
2014-09-27 SqueakyCorrect stability marker in string.rs
2014-09-26 borsauto merge of #17504 : danburkert/rust/tuple-serializat...
2014-09-26 borsauto merge of #17495 : alexcrichton/rust/snapshots...
2014-09-25 borsauto merge of #17455 : steveklabnik/rust/document_defau...
2014-09-25 borsauto merge of #17498 : coyotebush/rust/iter-doc, r...
2014-09-25 borsauto merge of #17497 : nodakai/rust/libnative-misc...
2014-09-25 borsauto merge of #17492 : alexcrichton/rust/issue-16274...
2014-09-25 borsauto merge of #17378 : Gankro/rust/hashmap-entry, r...
2014-09-24 borsauto merge of #17477 : vhbit/rust/ios-deprecation-fix...
2014-09-24 borsauto merge of #17472 : kaseyc/rust/ICE_fix, r=aturon
2014-09-24 borsauto merge of #17438 : alexcrichton/rust/string-stable...
2014-09-24 Alex CrichtonDeal with the fallout of string stabilization
2014-09-23 borsauto merge of #17366 : ohazi/rust/master, r=steveklabnik
2014-09-23 borsauto merge of #17413 : jakub-/rust/issue-17385, r=pcwalton
2014-09-23 borsauto merge of #17432 : nick29581/rust/contrib, r=brson
2014-09-22 borsauto merge of #17408 : bkoropoff/rust/bot-ice, r=alexcr...
2014-09-22 Alex Crichtoncollections: Deprecate shift_char for insert/remove
2014-09-22 Alex Crichtoncollections: Stabilize String
2014-09-22 borsauto merge of #17425 : klutzy/rust/win-backtrace, r...
2014-09-22 borsauto merge of #17339 : treeman/rust/doc-things, r=alexc...
2014-09-22 borsauto merge of #17212 : mahkoh/rust/vim, r=kballard
2014-09-22 borsauto merge of #17029 : alexcrichton/rust/vec-stable...
2014-09-22 Alex CrichtonFix fallout from Vec stabilization
2014-09-21 borsauto merge of #17412 : vadimcn/rust/gccpref, r=alexcrichton
2014-09-20 borsauto merge of #17382 : brson/rust/gdbwin, r=sfackler
2014-09-20 borsauto merge of #17404 : alexcrichton/rust/bitflags-u32...
2014-09-20 borsauto merge of #17319 : kmcallister/rust/method-macro...
2014-09-20 borsauto merge of #17399 : alexcrichton/rust/rollup, r...
2014-09-19 Alex Crichtonrollup merge of #17379 : pcwalton/keywords-followed...
2014-09-19 Alex Crichtonrollup merge of #17370 : klutzy/win64-backtrace
2014-09-19 Alex Crichtonrollup merge of #17363 : thestinger/aslr
2014-09-19 Alex Crichtonrollup merge of #17358 : epdtry/pcg-lto
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-09-17 Alex Crichtonrollup merge of #17326 : brson/wintest
2014-08-31 Alex Crichtonrollup merge of #16840 : huonw/feature-has-added
2014-08-31 Alex Crichtonrollup merge of #16769 : rgawdzik/abs_doc_addition
2014-08-31 Alex Crichtonrollup merge of #16726 : tshepang/consistency
2014-08-31 Alex Crichtonrollup merge of #16721 : tshepang/convenience
2014-08-31 Alex Crichtonrollup merge of #16716 : tshepang/temp
2014-08-30 borsauto merge of #16393 : SimonSapin/rust/patch-9, r=steve...
2014-08-30 borsauto merge of #16598 : bkoropoff/rust/import-shadow...
2014-08-28 borsauto merge of #16626 : ruud-v-a/rust/duration-reform...
2014-08-27 borsauto merge of #16757 : steveklabnik/rust/lets_not_lie_i...
2014-08-27 borsauto merge of #16766 : kevinmehall/rust/issue-15976...
2014-08-27 borsauto merge of #16761 : mrmonday/rust/patch-1, r=alexcri...
2014-08-27 borsauto merge of #16751 : luqmana/rust/tr, r=alexcrichton
2014-08-27 borsauto merge of #16724 : tshepang/rust/misleading, r...
2014-08-27 borsauto merge of #16689 : wickerwaka/rust/crate-as, r...
2014-08-27 borsauto merge of #16685 : alexcrichton/rust/remove-glob...
2014-08-27 borsauto merge of #16704 : flugsio/rust/fix-rustc-ice-lint...
2014-08-26 borsauto merge of #16742 : vhbit/rust/ios-ffi-fix, r=alexcr...
2014-08-26 borsauto merge of #16720 : tshepang/rust/trailing-prompt...
2014-08-26 borsauto merge of #14397 : nick29581/rust/coerce, r=pnkfelix
2014-08-26 Nick CameronRebasing changes
2014-08-24 borsauto merge of #16646 : P1start/rust/trailing-commas...
2014-08-23 borsauto merge of #16612 : nham/rust/twoway_searcher_fix...
2014-08-22 borsauto merge of #16663 : Gankro/rust/heapify, r=alexcrichton
2014-08-22 borsauto merge of #16509 : luqmana/rust/uw, r=alexcrichton
2014-08-22 borsauto merge of #16512 : wickerwaka/rust/getopt-16348...
2014-08-21 borsauto merge of #16632 : pcwalton/rust/unboxed-closures...
next