]> git.lizzy.rs Git - rust.git/history - src/librustc_data_structures/base_n.rs
Rollup merge of #47277 - tspiteri:log-correctness, r=frewsxcv
[rust.git] / src / librustc_data_structures / base_n.rs
2018-01-15 kennytmRollup merge of #47277 - tspiteri:log-correctness,...
2018-01-15 kennytmRollup merge of #47126 - sdroege:exact-chunks, r=bluss
2018-01-15 kennytmRollup merge of #47120 - clarcharr:io_error_debug,...
2018-01-14 borsAuto merge of #47274 - Manishearth:rustdoc-span, r...
2018-01-14 borsAuto merge of #47261 - estebank:immutable-arg, r=petroc...
2018-01-14 borsAuto merge of #46832 - Diggsey:bufread-cheaper-seek...
2018-01-13 borsAuto merge of #47251 - rkruppe:rm-simd-attr, r=eddyb
2018-01-13 borsAuto merge of #47242 - estebank:issue-15980, r=petrochenkov
2018-01-13 borsAuto merge of #47181 - michaelwoerister:var-len-def...
2018-01-13 borsAuto merge of #46461 - zackmdavis:elemental_method_sugg...
2018-01-12 kennytmRollup merge of #47365 - Diggsey:issue-42630, r=alexcri...
2018-01-12 kennytmRollup merge of #47305 - cramertj:better-calendar-alone...
2018-01-12 kennytmRollup merge of #47298 - cramertj:path-as-modrs, r...
2018-01-12 kennytmRollup merge of #47289 - etaoins:skip-linker-output...
2018-01-12 kennytmRollup merge of #47288 - cuviper:jobserver-pipe2, r...
2018-01-12 kennytmRollup merge of #47283 - malbarbo:musl-1.1.18, r=alexcr...
2018-01-12 kennytmRollup merge of #47282 - malbarbo:i586-musl, r=alexcrichton
2018-01-12 kennytmRollup merge of #47185 - ritiek:ui-test-failed-output...
2018-01-12 kennytmRollup merge of #47081 - pietroalbini:fix-nested-tree...
2018-01-12 kennytmRollup merge of #47069 - Kagamihime:master, r=nrc
2018-01-12 kennytmRollup merge of #46985 - Diggsey:path-component-asref...
2018-01-12 borsAuto merge of #46551 - jseyfried:improve_legacy_modern_...
2018-01-11 borsAuto merge of #47180 - varkor:range-iterator-overrides...
2018-01-11 borsAuto merge of #47087 - Zoxc:incr_no_in_ignore, r=michae...
2018-01-11 borsAuto merge of #47243 - wesleywiser:incr_fingerprint_enc...
2018-01-10 borsAuto merge of #47167 - ivanbakel:builtin_indexing,...
2018-01-10 borsAuto merge of #46830 - Diggsey:cursor-vec-mut, r=alexcr...
2018-01-10 Corey FarwellRollup merge of #47301 - GuillaumeGomez:fix-error-index...
2018-01-10 Corey FarwellRollup merge of #47285 - AndrewBrinker:master, r=kennytm
2018-01-10 Corey FarwellRollup merge of #47262 - estebank:issue-45562, r=petroc...
2018-01-10 Corey FarwellRollup merge of #46777 - frewsxcv:frewsxcv-rotate,...
2018-01-10 borsAuto merge of #47248 - EdSchouten:cloudabi-liblibc...
2018-01-09 borsAuto merge of #47269 - michaelwoerister:mangled-cgu...
2018-01-08 Michael WoeristerShorten names of some compiler generated artifacts.
2017-09-29 Oliver SchneiderMerge remote-tracking branch 'miri/upstream' into miri
2017-08-15 Corey FarwellRollup merge of #43846 - frewsxcv:frewsxcv-mailmap...
2017-05-31 Mark SimulacrumRollup merge of #42252 - stjepang:clarify-alignof-docs...
2017-05-28 Mark SimulacrumRollup merge of #42260 - stjepang:document-cmp-traits...
2017-05-27 DjzinMerge remote-tracking branch 'upstream/master' into...
2017-05-06 David LeGareMerge remote-tracking branch 'rust-lang/master' into...
2017-04-20 Corey FarwellRollup merge of #40987 - maccoda:convert-docs, r=stevek...
2017-04-20 Corey FarwellRollup merge of #40812 - mgattozzi:ChildDocs, r=stevekl...
2017-04-12 borsAuto merge of #40765 - pirate:patch-3, r=aturon
2017-04-09 QuietMisdreavusmerge with master to pick up pulldown switch
2017-04-09 borsAuto merge of #40829 - mgattozzi:ChildStderr, r=stevekl...
2017-04-07 Corey FarwellRollup merge of #40797 - GAJaloyan:patch-1, r=arielb1
2017-04-06 borsAuto merge of #40996 - alexcrichton:update-cargo, r...
2017-04-05 Ariel Ben-YehudaRollup merge of #41015 - arielb1:new-block-stack, r...
2017-04-05 Ariel Ben-YehudaRollup merge of #40927 - stjepang:docs-atomic-overflow...
2017-04-05 Corey FarwellRollup merge of #40949 - stjepang:fix-vecdeque-docs...
2017-04-04 Esteban KüberMerge branch 'master' into issue-32540
2017-04-03 Esteban KüberMerge branch 'master' into issue-40006
2017-04-01 borsAuto merge of #40967 - alexcrichton:old-osx, r=brson
2017-03-31 Corey FarwellRollup merge of #40947 - stjepang:test-sort-random...
2017-03-31 Corey FarwellRollup merge of #40871 - projektir:atomic_links, r...
2017-03-31 Corey FarwellRollup merge of #40763 - pirate:patch-2, r=steveklabnik
2017-03-31 Corey FarwellRollup merge of #40703 - GuillaumeGomez:pointer-docs...
2017-03-31 Corey FarwellRollup merge of #40842 - Mic92:RawFd, r=aturon
2017-03-31 borsAuto merge of #40737 - nagisa:safe-slicing-strs, r...
2017-03-30 borsAuto merge of #40524 - alexcrichton:update-bootstrap...
2017-03-29 Corey FarwellRollup merge of #40832 - pftbest:fix_msp430, r=stjepang
2017-03-29 Corey FarwellRollup merge of #40816 - estebank:issue-38321, r=nikoma...
2017-03-29 Corey FarwellRollup merge of #40814 - abonander:issue_39436, r=jseyfried
2017-03-29 Corey FarwellRollup merge of #40780 - aidanhs:aphs-cache-git-modules...
2017-03-29 Corey FarwellRollup merge of #40866 - projektir:once_docs, r=estebank
2017-03-29 Corey FarwellRollup merge of #40841 - arielb1:immutable-blame, r...
2017-03-29 Corey FarwellRollup merge of #40720 - mitsuhiko:feature/rev-key...
2017-03-29 borsAuto merge of #40338 - GuillaumeGomez:pulldown-switch...
2017-03-29 Corey FarwellRollup merge of #40864 - steveklabnik:update-submodules...
2017-03-29 Corey FarwellRollup merge of #40838 - lukaramu:std-net-docs, r=Guill...
2017-03-29 Corey FarwellRollup merge of #40783 - stepancheg:cursor-new-0, r...
2017-03-29 Corey FarwellRollup merge of #40731 - sfackler:vec-from-iter-spec...
2017-03-29 Corey FarwellRollup merge of #40682 - TigleyM:str_doc, r=steveklabnik
2017-03-29 borsAuto merge of #40836 - arielb1:issue-32330-copy, r...
2017-03-28 borsAuto merge of #40867 - alexcrichton:rollup, r=alexcrichton
2017-03-27 Alex CrichtonRollup merge of #40865 - alexcrichton:downgrade-mingw...
2017-03-27 Alex CrichtonRollup merge of #40853 - ollie27:error-index, r=stevekl...
2017-03-27 Alex CrichtonRollup merge of #40852 - ollie27:rustbuild_compiler_doc...
2017-03-27 Alex CrichtonRollup merge of #40849 - jseyfried:finalize_trait_macro...
2017-03-27 Alex CrichtonRollup merge of #40837 - alanstoate:ascii-docs, r=steve...
2017-03-27 Alex CrichtonRollup merge of #40833 - Wallacoloo:doc_to_uppercase_ty...
2017-03-27 Alex CrichtonRollup merge of #40832 - pftbest:fix_msp430, r=stjepang
2017-03-27 Alex CrichtonRollup merge of #40828 - projektir:markdown_metadata...
2017-03-27 Alex CrichtonRollup merge of #40824 - donniebishop:fromstr_docexampl...
2017-03-27 Alex CrichtonRollup merge of #40819 - donniebishop:master, r=alexcri...
2017-03-27 Alex CrichtonRollup merge of #40818 - theotherphil:master, r=stevekl...
2017-03-27 Alex CrichtonRollup merge of #40813 - jseyfried:fix_expansion_regres...
2017-03-27 Alex CrichtonRollup merge of #40778 - alexcrichton:update-cargo...
2017-03-27 Alex CrichtonRollup merge of #40751 - nrc:save-callback, r=eddyb
2017-03-27 Alex CrichtonRollup merge of #40683 - nikomatsakis:incr-comp-coerce...
2017-03-27 Alex CrichtonRollup merge of #40606 - oli-obk:interned_str_usability...
2017-03-27 Oliver SchneiderFix various useless derefs and slicings
2017-02-05 borsAuto merge of #38161 - durka:rustdoc-crate-attrs, r...
2017-01-17 borsAuto merge of #37972 - bluss:iter-find-is-on-a-roll...
2017-01-12 borsAuto merge of #37926 - bluss:from-utf8-small-simplifica...
2017-01-10 borsAuto merge of #38138 - rkruppe:no_std-no_loop, r=stevek...
2017-01-04 borsAuto merge of #38414 - estebank:doc-dissambiguate,...
2017-01-03 borsAuto merge of #38066 - bluss:string-slice-error, r...
2016-12-28 Esteban KüberMerge branch 'master' into escape-reason-docs
2016-12-27 borsAuto merge of #38329 - ollie27:rustdoc_stab_em_div...
next