]> git.lizzy.rs Git - rust.git/history - src/libstd/local_data.rs
std: add result.map_move, result.map_err_move
[rust.git] / src / libstd / local_data.rs
2013-08-07 Erick Tryzelaarstd: add result.map_move, result.map_err_move
2013-08-07 borsauto merge of #8323 : kballard/rust/saturating, r=thest...
2013-08-07 borsauto merge of #8285 : huonw/rust/deriving+++, r=alexcri...
2013-08-06 borsauto merge of #8321 : alexcrichton/rust/enable-rusti...
2013-08-06 borsauto merge of #8317 : bblum/rust/fast-spawn-unlinked...
2013-08-06 borsauto merge of #8313 : msullivan/rust/cleanup, r=catamor...
2013-08-06 borsauto merge of #8312 : alexcrichton/rust/use-treemap...
2013-08-06 borsauto merge of #8308 : blake2-ppc/rust/str-slice-bytes...
2013-08-06 borsauto merge of #8278 : cmr/rust/workaround, r=brson
2013-08-05 borsauto merge of #8288 : Kimundi/rust/opteitres4, r=brson
2013-08-05 Marvin LöbelUpdated std::Option, std::Either and std::Result
2013-07-26 borsauto merge of #7820 : pnkfelix/rust/fill-in-some-missin...
2013-07-25 borsauto merge of #7931 : blake2-ppc/rust/chain-mut-ref...
2013-07-23 borsauto merge of #7964 : pnkfelix/rust/fsk-issue3994-readm...
2013-07-23 borsauto merge of #7954 : zslayton/rust/master, r=huonw
2013-07-23 borsauto merge of #7944 : blake2-ppc/rust/dlist-move-nodes...
2013-07-23 borsauto merge of #7934 : sfackler/rust/smallintset, r...
2013-07-23 borsauto merge of #7875 : sstewartgallus/rust/fubar, r...
2013-07-23 borsauto merge of #7873 : sstewartgallus/rust/cleanup_synta...
2013-07-23 borsauto merge of #7703 : sfackler/rust/bitv, r=alexcrichton
2013-07-22 borsauto merge of #7943 : Dretch/rust/vec-slice-from-to...
2013-07-22 borsauto merge of #7942 : Dretch/rust/os-listdir-path-no...
2013-07-22 borsauto merge of #7940 : cmr/rust/comments, r=pnkfelix
2013-07-22 borsauto merge of #7941 : dotdash/rust/codegen, r=huonw
2013-07-22 borsauto merge of #7926 : brson/rust/issue-4116, r=graydon
2013-07-22 borsauto merge of #7955 : thestinger/rust/snapshot, r=huonw
2013-07-22 Daniel Micaynew snapshot
2013-07-21 borsauto merge of #7923 : alexcrichton/rust/add-tests,...
2013-07-20 borsauto merge of #7855 : brson/rust/rt-overcommit, r=pcwalton
2013-07-19 borsauto merge of #7863 : catamorphism/rust/issue-5883...
2013-07-19 borsauto merge of #7859 : kmcallister/rust/rt-diag-messages...
2013-07-19 borsauto merge of #7856 : brson/rust/no-thread-per-core...
2013-07-19 borsauto merge of #7854 : brson/rust/rt-test-threads, r...
2013-07-18 borsauto merge of #7847 : alexcrichton/rust/verbose-submodu...
2013-07-18 borsauto merge of #7846 : alexcrichton/rust/static-mut...
2013-07-18 borsauto merge of #7845 : gifnksm/rust/tutorial-remove...
2013-07-18 borsauto merge of #7842 : thestinger/rust/closure, r=huonw
2013-07-18 borsauto merge of #7840 : alexcrichton/rust/better-test...
2013-07-18 borsauto merge of #7747 : chris-morgan/rust/vim-compiler...
2013-07-18 borsauto merge of #7849 : nikomatsakis/rust/issue-7444...
2013-07-18 borsauto merge of #7851 : dotdash/rust/intrinsics, r=pcwalton
2013-07-17 Patrick Waltonlibrustc: Remove all uses of the `Copy` bound.
2013-07-17 Patrick Waltonlibrustc: Remove all uses of "copy".
2013-07-17 borsauto merge of #7829 : graydon/rust/codegen-compiletests...
2013-07-17 borsauto merge of #7844 : huonw/rust/no-implicit-prelude...
2013-07-17 borsauto merge of #7826 : michaelwoerister/rust/end_of_span...
2013-07-17 borsauto merge of #7843 : alexcrichton/rust/better-lint...
2013-07-17 borsauto merge of #7835 : omasanori/rust/l10n-improvement...
2013-07-17 borsauto merge of #7841 : alexcrichton/rust/tls++, r=huonw
2013-07-17 Alex CrichtonAdd a `get_mut` method for TLS
2013-07-16 borsauto merge of #7684 : pnkfelix/rust/fsk-invert-range...
2013-07-15 borsauto merge of #7802 : catamorphism/rust/issue-6128...
2013-07-15 borsauto merge of #7796 : thomaslee/rust/issue-6247, r...
2013-07-14 borsauto merge of #7788 : MarkJr94/rust/from_iter, r=cmr
2013-07-14 borsauto merge of #7751 : alexcrichton/rust/finish-tls...
2013-07-14 Alex CrichtonMake TLS keys actually take up space
2013-07-14 Alex CrichtonPurge the last remnants of the old TLS api
2013-07-13 borsauto merge of #7734 : alexcrichton/rust/issue-3395...
2013-07-13 borsauto merge of #7725 : msullivan/rust/default-methods...
2013-07-12 borsauto merge of #7730 : chris-morgan/rust/bitv-eq_vec...
2013-07-12 borsauto merge of #7728 : bcully/rust/largestack64, r=cmr
2013-07-12 borsauto merge of #7717 : dotdash/rust/transmute, r=pcwalton
2013-07-12 borsauto merge of #7706 : sanxiyn/rust/qualification-lint...
2013-07-12 borsauto merge of #7696 : glinscott/rust/utf8_perf, r=cmr
2013-07-12 borsauto merge of #7705 : sanxiyn/rust/simd-op, r=cmr
2013-07-12 borsauto merge of #7695 : cmr/rust/assert_eq_msg, r=pnkfelix
2013-07-12 Daniel MicayMerge pull request #7679 from alexcrichton/consume...
2013-07-12 borsauto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwalton
2013-07-12 Alex CrichtonFix tests
2013-07-11 Alex CrichtonRemove all external requirements of `@` from TLS
2013-07-11 Alex CrichtonFix a soundness problem with `get`
2013-07-11 Alex CrichtonWork around stage0 to remove '@' requirements from TLS
2013-07-10 Alex CrichtonRename local_data methods/types for less keystrokes
2013-07-10 Alex CrichtonChange TLS to almost be able to contain owned types
2013-07-10 Alex CrichtonChange the elements in the task-local map to be actual...
2013-07-08 Eric ReedMerge remote-tracking branch 'upstream/io' into io
2013-07-06 borsauto merge of #7194 : jensnockert/rust/endian, r=cmr
2013-07-03 Brian AndersonMerge remote-tracking branch 'mozilla/master'
2013-07-01 borsauto merge of #7443 : yjh0502/rust/fix_field_dup, r...
2013-06-30 borsauto merge of #7374 : Jeaye/rust/func_highlight, r=cmr
2013-06-30 borsauto merge of #7475 : Seldaek/rust/fixsplit, r=cmr
2013-06-30 borsauto merge of #7457 : Blei/rust/fix-ffi-floats, r=cmr
2013-06-29 borsauto merge of #7449 : yichoi/rust/std_test, r=cmr
2013-06-29 borsauto merge of #7442 : graydon/rust/clean-llvm-trigger...
2013-06-29 borsauto merge of #7441 : catamorphism/rust/testcases_2013...
2013-06-29 borsauto merge of #7363 : bblum/rust/soundness, r=nikomatsakis
2013-06-29 borsauto merge of #7244 : bblum/rust/once, r=nikomatsakis
2013-06-29 Ben BlumChange taskgroup key type to fn:Copy in prep for noncop...
2013-06-29 borsauto merge of #7439 : catamorphism/rust/cut-rustpkg...
2013-06-28 borsauto merge of #7437 : brson/rust/winver, r=brson
2013-06-28 borsauto merge of #7436 : kballard/rust/term-dumb, r=cmr
2013-06-28 borsauto merge of #7397 : catamorphism/rust/rustpkg_path...
2013-06-28 borsauto merge of #7432 : michaelwoerister/rust/WP3, r=jdm
2013-06-27 borsauto merge of #7430 : huonw/rust/vec-kill, r=thestinger
2013-06-27 Huon Wilsonstd: silence some test warnings.
2013-06-17 Eric ReedMerge remote-tracking branch 'upstream/io' into io
2013-06-16 Brian AndersonMerge remote-tracking branch 'brson/io'
2013-06-06 borsauto merge of #6053 : nikomatsakis/rust/fixme-2699...
2013-06-01 borsauto merge of #6851 : alexcrichton/rust/bugfixes, r...
2013-05-31 borsauto merge of #6857 : alexcrichton/rust/ebml-fixes...
next