]> git.lizzy.rs Git - rust.git/history - src/librustc
Rollup merge of #52763 - petrhosek:fuchsia-triple, r=alexcrichton
[rust.git] / src / librustc /
2018-07-28 kennytmRollup merge of #52763 - petrhosek:fuchsia-triple,...
2018-07-28 kennytmRollup merge of #52760 - cuviper:test_loading_atoi...
2018-07-28 kennytmRollup merge of #52759 - stjepang:impl-send-sync-for...
2018-07-28 kennytmRollup merge of #52740 - estebank:crate-name, r=petroch...
2018-07-28 kennytmRollup merge of #52703 - ljedrz:vec_improvements, r...
2018-07-28 kennytmRollup merge of #52702 - csmoe:mut_diff, r=estebank
2018-07-27 borsAuto merge of #52336 - ishitatsuyuki:dyn-rollup, r...
2018-07-27 borsAuto merge of #52770 - pietroalbini:bump-bootstrap...
2018-07-27 borsAuto merge of #52648 - davidtwco:issue-52533, r=nikomat...
2018-07-27 borsAuto merge of #52733 - pnkfelix:issue-51348-make-temp...
2018-07-27 David WoodImproved mechanism for naming regions in non-annotated...
2018-07-27 David WoodAdded fully elaborated type label for inferred arguments.
2018-07-27 borsAuto merge of #52681 - pnkfelix:z-borrowck-migrate...
2018-07-27 borsAuto merge of #52650 - oli-obk:associated_existential_t...
2018-07-27 borsAuto merge of #52724 - alexcrichton:update-compiler...
2018-07-26 borsAuto merge of #52673 - oli-obk:mutable_promoted, r...
2018-07-26 ljedrzImprove a few vectors - calculate capacity or build...
2018-07-26 borsAuto merge of #52735 - Mark-Simulacrum:rollup, r=Mark...
2018-07-26 borsAuto merge of #52488 - nikomatsakis:nll-issue-48071...
2018-07-26 Mark RousskovRollup merge of #52734 - nagisa:sparcfix, r=oli-obk
2018-07-26 Mark RousskovRollup merge of #52723 - alexcrichton:fix-extern-rename...
2018-07-26 Mark RousskovRollup merge of #52721 - cramertj:try-poll, r=aturon
2018-07-26 Mark RousskovRollup merge of #52718 - fintelia:patch-2, r=cramertj
2018-07-26 Mark RousskovRollup merge of #52695 - oli-obk:const_err_panic, r...
2018-07-26 Mark RousskovRollup merge of #52692 - ljedrz:sort_improvements,...
2018-07-26 Mark RousskovRollup merge of #52690 - paoloteti:rclass-dsp, r=alexcr...
2018-07-26 Mark RousskovRollup merge of #52674 - tinaun:patch-2, r=cramertj
2018-07-26 Mark RousskovRollup merge of #52667 - japaric:stdsimd-up, r=alexcrichton
2018-07-26 Mark RousskovRollup merge of #52654 - alecmocatta:master, r=alexcrichton
2018-07-26 Mark RousskovRollup merge of #52649 - estebank:fmt-span, r=oli-obk
2018-07-26 Mark RousskovRollup merge of #52647 - csmoe:closure_arg_ignore,...
2018-07-26 Mark RousskovRollup merge of #52635 - yodaldevoid:issue_18804, r...
2018-07-26 Mark RousskovRollup merge of #52617 - matthewjasper:remove-unused...
2018-07-26 Mark RousskovRollup merge of #52610 - MajorBreakfast:task-terminolog...
2018-07-26 Mark RousskovRollup merge of #52558 - wesleywiser:ice_melting, r...
2018-07-26 Felix S. Klock IIintegrate the edition code.
2018-07-26 Felix S. Klock IIBug fix: `#![feature(nll)]` takes precedence over ...
2018-07-26 Felix S. Klock IIAdd `migrate` to list of values for `-Z borrowck=...`
2018-07-26 Felix S. Klock IIAdd `-Z borrowck=migrate` flag, use it to link NLL...
2018-07-26 Felix S. Klock IIAdd flag indicating whether AST `borrowck` query signal...
2018-07-25 borsAuto merge of #52561 - ljedrz:fixme_cc_271, r=alexcrichton
2018-07-25 Oliver SchneiderAdd type system canaries for potential future bugs
2018-07-25 Oliver SchneiderRemove useless comment
2018-07-25 Oliver SchneiderFix associated existentials for generic traits
2018-07-25 Niko Matsakisintroduce new subtyping
2018-07-25 Niko Matsakissimplify `NLLRegionVariableOrigin`
2018-07-25 Niko Matsakisparameterize `BitVector` and `BitMatrix` by their index...
2018-07-25 csmoeUpdate comment and do suggest
2018-07-25 Tatsuyuki IshiDeny bare_trait_objects globally
2018-07-25 Tatsuyuki IshiMerge remote-tracking branches 'ljedrz/dyn_libcore...
2018-07-25 borsAuto merge of #52680 - Mark-Simulacrum:rollup, r=Mark...
2018-07-25 csmoeSuggest in separate line
2018-07-24 Mark RousskovRollup merge of #52677 - SimonSapin:relnotes, r=Mark...
2018-07-24 Mark RousskovRollup merge of #52668 - RalfJung:ptr-doc, r=cramertj
2018-07-24 Mark RousskovRollup merge of #52658 - Wallacoloo:topics/use-option...
2018-07-24 Mark RousskovRollup merge of #52656 - jD91mZM2:stablize-uds, r=alexc...
2018-07-24 Mark RousskovRollup merge of #52645 - oli-obk:existential_in_fn_body...
2018-07-24 Mark RousskovRollup merge of #52402 - crepererum:build_hasher_eq...
2018-07-24 Mark RousskovRollup merge of #52391 - Amanieu:volatile_unaligned...
2018-07-24 borsAuto merge of #52257 - steveklabnik:refactor-rustdoc...
2018-07-24 Niko Matsakisimplement `Step` for `Idx` types
2018-07-24 borsAuto merge of #52181 - QuietMisdreavus:panicked-tester...
2018-07-24 borsAuto merge of #51587 - mark-i-m:at_most_once_rep_2018...
2018-07-24 borsAuto merge of #52597 - oli-obk:promotion_simplify,...
2018-07-24 borsAuto merge of #52189 - cuviper:static-box-leak, r=bluss
2018-07-24 borsAuto merge of #52646 - ljedrz:single_char_pattern,...
2018-07-24 Colin Wallacelibrustc: Prefer `Option::map`/etc over `match` where...
2018-07-24 borsAuto merge of #52655 - kennytm:rollup, r=kennytm
2018-07-24 markAllow by default, fix tests
2018-07-24 markFix test and errors
2018-07-24 markImplement 2015 vs 2018 `?` kleene op + test
2018-07-24 markExtend ParseSess to support buffering lints
2018-07-24 csmoeMark the suggestion applicable
2018-07-24 kennytmRollup merge of #52642 - ljedrz:expect_fun_call, r...
2018-07-24 kennytmRollup merge of #52641 - ljedrz:mir_dataflow_misc,...
2018-07-24 kennytmRollup merge of #52640 - Thomasdezeeuw:fix-localwaker...
2018-07-24 kennytmRollup merge of #52637 - RalfJung:rc, r=joshtriplett
2018-07-24 kennytmRollup merge of #52627 - Mark-Simulacrum:rustdoc-test...
2018-07-24 kennytmRollup merge of #52622 - estebank:lifetime-multispan...
2018-07-24 kennytmRollup merge of #52621 - ehuss:atty-fix, r=alexcrichton
2018-07-24 kennytmRollup merge of #52605 - estebank:str-plus-eq, r=oli-obk
2018-07-24 kennytmRollup merge of #52548 - tko:cursor-doc, r=sfackler
2018-07-24 kennytmRollup merge of #52538 - ljedrz:old_musl_i586_flags...
2018-07-24 borsAuto merge of #52618 - alexcrichton:capture-more, r...
2018-07-23 borsAuto merge of #52175 - fpoli:testsuite-callsite-span...
2018-07-23 borsAuto merge of #50494 - F001:as_cell, r=alexcrichton
2018-07-23 borsAuto merge of #52566 - pnkfelix:buffer-nll-errors-for...
2018-07-23 Oliver SchneiderImplement associated existential types
2018-07-23 csmoeSuggest to take and ignore args while closure args...
2018-07-23 borsAuto merge of #52506 - alexcrichton:dont-duplicate...
2018-07-23 ljedrzChange single char str patterns to chars
2018-07-23 Felix S. Klock IISeparate the construction of a generic bound failure...
2018-07-23 borsAuto merge of #52589 - petrochenkov:derlint, r=alexcrichton
2018-07-23 Santiago Pastorinogcx outlives tcx which outlives a, no need to explicitl...
2018-07-23 borsAuto merge of #52211 - bjorn3:misc_rustdoc_changes...
2018-07-23 Oliver SchneiderPromoteds are statics and statics have a place, not...
2018-07-23 borsAuto merge of #52612 - matthewjasper:remove-unnecessary...
2018-07-23 borsAuto merge of #52571 - oli-obk:promotion_abort, r=nagisa
2018-07-23 borsAuto merge of #52568 - oli-obk:span_bug_error, r=varkor
2018-07-22 borsAuto merge of #52564 - pnkfelix:issue-52126-lhs-of...
next