]> git.lizzy.rs Git - rust.git/history - src/libstd
rollup merge of #21494: jatinn/jsnav
[rust.git] / src / libstd /
2015-01-30 Alex Crichtonrollup merge of #21494: jatinn/jsnav
2015-01-30 Alex Crichtonrollup merge of #21385: nick29581/save-fix2
2015-01-30 Alex Crichtonrollup merge of #20790: japaric/for-loops
2015-01-30 Jorge Apariciofixes after rebase
2015-01-30 Jorge Aparicios/while let/for/g now that #21245 has been fixed
2015-01-30 Jorge Apariciosmoke out remaining bugs
2015-01-30 Jorge Apariciofix tests
2015-01-30 Jorge Apariciofix fallout
2015-01-30 borsAuto merge of #21717 - nick29581:prelude-fullrange...
2015-01-29 Nick CameronChange from core::ops::RangeFull to std::ops
2015-01-29 Nick CameronRename FullRange to RangeFull
2015-01-29 borsAuto merge of #21692 - pnkfelix:fsk-fix-coerce-match...
2015-01-29 borsAuto merge of #21691 - edwardw:double-closure, r=nikoma...
2015-01-29 borsAuto merge of #21677 - japaric:no-range, r=alexcrichton
2015-01-29 Jorge Aparicios/Show/Debug/g
2015-01-29 Jorge Aparicioremove unused imports
2015-01-29 Jorge Apariciofix inference fallout
2015-01-29 Jorge Aparicioconvert remaining `range(a, b)` to `a..b`
2015-01-29 Jorge Aparicio`for x in range(a, b)` -> `for x in a..b`
2015-01-29 Jorge Aparicio`range(a, b).foo()` -> `(a..b).foo()`
2015-01-29 borsAuto merge of #21730 - Manishearth:rollup, r=alexcrichton
2015-01-29 borsAuto merge of #21680 - japaric:slice, r=alexcrichton
2015-01-28 borsAuto merge of #21522 - nikomatsakis:assoc-type-ice...
2015-01-28 Manish GoregaokarRollup merge of 21643 - semarie:break-local_stage0...
2015-01-28 Manish GoregaokarRollup merge of 21651 - nelsonjchen:add--webkit-overflo...
2015-01-28 Manish GoregaokarRollup merge of 21654 - FlaPer87:unify-impls, r=alexcri...
2015-01-28 Manish GoregaokarRollup merge of 21662 - oli-obk:hashmap_enum_json,...
2015-01-28 Manish GoregaokarRollup merge of 21663 - tbu-:pr_doc_cell_static_safety...
2015-01-28 Manish GoregaokarRollup merge of 21671 - akiss77:pr-aarch64-fastisel0...
2015-01-28 Manish GoregaokarRollup merge of 21681 - japaric:no-warn, r=alexcrichton
2015-01-28 Manish GoregaokarRollup merge of 21708 - brson:internals, r=huonw
2015-01-28 Manish GoregaokarRollup merge of 21711 - thepowersgang:patch-1, r=alexcr...
2015-01-28 Manish GoregaokarRollup merge of 21722 - orpheuslummis:patch-1, r=Gankro
2015-01-28 Manish GoregaokarRollup merge of #21640 - retep998:rmdir, r=alexcrichton
2015-01-28 Manish GoregaokarRollup merge of #21626 - Ms2ger:various-cleanup, r...
2015-01-28 borsAuto merge of #21698 - Manishearth:rollup, r=alexcrichton
2015-01-28 Manish GoregaokarMerge remote-tracking branch 'origin/master' into rollup
2015-01-28 borsAuto merge of #21158 - alkor:issue-21131, r=nick29581
2015-01-28 borsAuto merge of #21248 - brson:feature-staging, r=alexcri...
2015-01-27 Manish GoregaokarRollup merge of #21666 - tshepang:rm-unloved-file,...
2015-01-27 borsAuto merge of #21523 - nikomatsakis:issue-21245-japaric...
2015-01-27 Manish GoregaokarRollup merge of #21667 - nagisa:sbook-links, r=Gankro
2015-01-27 Manish GoregaokarRollup merge of #21676 - Victory:fix-deprication-in...
2015-01-27 Brian AndersonMerge remote-tracking branch 'rust-lang/master'
2015-01-27 Manish GoregaokarRollup merge of #21686 - richo:python-fixes, r=alexcrichton
2015-01-27 Manish GoregaokarRollup merge of #21658 - Manishearth:index_on_unimpleme...
2015-01-27 Manish GoregaokarRollup merge of #21625 - carols10cents:sliceext-example...
2015-01-27 Manish GoregaokarRollup merge of #21624 - emanueLczirai:vim_syntastic_fi...
2015-01-27 Manish GoregaokarRollup merge of #21623 - dinfuehr:patch-1, r=alexcrichton
2015-01-27 Manish GoregaokarRollup merge of #21618 - snowe2010:documentation, r...
2015-01-27 Manish GoregaokarRollup merge of #21612 - bombless:patch-3, r=alexcrichton
2015-01-27 Manish GoregaokarRollup merge of #21608 - JeffBelgum:collections-reform...
2015-01-27 Manish GoregaokarRollup merge of #21602 - japaric:derive-copy, r=alexcri...
2015-01-27 Manish GoregaokarRollup merge of #21597 - iKevinY:mobile-api-docs, r=cmr
2015-01-27 Manish GoregaokarRollup merge of #21591 - GuillaumeGomez:hash, r=alexcri...
2015-01-27 Jorge Apariciocleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant...
2015-01-27 borsAuto merge of #21586 - pyfisch:patch-1, r=alexcrichton
2015-01-27 borsAuto merge of #21657 - pnkfelix:block-remainder-extents...
2015-01-27 Felix S. Klock IIaccommodate new scoping rules in libstd unit tests.
2015-01-27 borsAuto merge of #21564 - steveklabnik:doc_cell, r=alexcri...
2015-01-27 borsAuto merge of #21646 - dotdash:default_target_cpu,...
2015-01-27 borsAuto merge of #21543 - alexcrichton:old-io, r=aturon
2015-01-27 VictoryDon't use if we can avoid it
2015-01-27 Victorycleanup depricated `uint` in rand mod and rand os
2015-01-27 Alex Crichtonstd: Rename Writer::write to Writer::write_all
2015-01-27 Alex CrichtonFallout of io => old_io
2015-01-27 Alex Crichtonstd: Rename io to old_io
2015-01-26 Brian AndersonMerge remote-tracking branch 'rust-lang/master'
2015-01-26 borsAuto merge of #21606 - arielb1:clean-cast, r=huonw
2015-01-26 borsAuto merge of #21617 - alexcrichton:less-quotes, r...
2015-01-26 borsAuto merge of #21614 - kvark:typedef, r=huonw
2015-01-26 borsAuto merge of #21401 - kballard:optimize-shrink-to...
2015-01-26 Flavio PercocoMake Unix and Windows impls consistent
2015-01-26 Flavio PercocoMake Unix and Windows impls consistent
2015-01-26 borsAuto merge of #21605 - huonw:omg-muscle-memory, r=eddyb
2015-01-26 Brian AndersonMerge remote-tracking branch 'rust-lang/master'
2015-01-26 Peter Atashianwrmdir -> RemoveDirectoryW
2015-01-25 borsAuto merge of #21574 - japaric:walk-projections, r...
2015-01-25 borsAuto merge of #21561 - edwardw:deref, r=nikomatsakis
2015-01-25 borsAuto merge of #21519 - michaelwoerister:misc, r=eddyb
2015-01-25 Jorge Apariciocleanup: s/impl Copy/#[derive(Copy)]/g
2015-01-25 borsAuto merge of #21518 - Zoxc:asm-err, r=luqmana
2015-01-25 borsAuto merge of #21582 - FlaPer87:rollup, r=brson
2015-01-25 borsAuto merge of #20613 - dgriffen:master, r=alexcrichton
2015-01-25 Brian AndersonMerge remote-tracking branch 'rust-lang/master'
2015-01-25 borsAuto merge of #20373 - huonw:self-call-lint, r=luqmana
2015-01-25 borsAuto merge of #21558 - alexcrichton:result-debug, r...
2015-01-24 borsAuto merge of #21452 - bleibig:bison-grammar, r=nikomat...
2015-01-24 borsAuto merge of #21488 - aturon:os-str, r=alexcrichton
2015-01-24 Aaron TuronAdd ffi::OsString and OsStr
2015-01-24 borsAuto merge of #21542 - vadimcn:fix-exported-macro-paths...
2015-01-24 Daniel GriffenImplement winsize() for unix.
2015-01-24 Flavio Percoco PremoliRollup merge of #21541 - steveklabnik:gh13179, r=huonw
2015-01-24 Flavio Percoco PremoliRollup merge of #21540 - steveklabnik:gh13082, r=brson
2015-01-24 Flavio Percoco PremoliRollup merge of #21535 - steveklabnik:gh19759, r=alexcr...
2015-01-24 Flavio Percoco PremoliRollup merge of #21532 - steveklabnik:gh21531, r=alexcr...
2015-01-24 Flavio Percoco PremoliRollup merge of #21504 - blackbeam:has_test_signature_f...
2015-01-24 Flavio Percoco PremoliRollup merge of #21498 - quantheory:master, r=alexcrichton
2015-01-24 Flavio Percoco PremoliRollup merge of #21445 - P1start:no-implemented, r...
2015-01-24 Flavio Percoco PremoliRollup merge of #21108 - steveklabnik:gh16969, r=alexcr...
next