]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #68679 - matthewjasper:needs-type-op, r=varkor
[rust.git] / src /
2020-02-12 borsAuto merge of #68679 - matthewjasper:needs-type-op...
2020-02-12 borsAuto merge of #69094 - Dylan-DPC:rollup-4qe7uv1, r...
2020-02-12 Dylan DPCRollup merge of #69089 - nox:sym64-crash, r=eddyb
2020-02-12 Dylan DPCRollup merge of #69059 - ljedrz:unused_stuff, r=Dylan-DPC
2020-02-12 Dylan DPCRollup merge of #69042 - yaahc:backtrace-header, r...
2020-02-12 Dylan DPCRollup merge of #69034 - petrochenkov:notokind, r=Centril
2020-02-12 Dylan DPCRollup merge of #69032 - chrissimpkins:ice-yield-printl...
2020-02-12 Dylan DPCRollup merge of #68994 - Keruspe:sanitizers-conflict...
2020-02-12 Dylan DPCRollup merge of #68914 - nnethercote:speed-up-SipHasher...
2020-02-12 Dylan DPCRollup merge of #67585 - ranma42:fix/char-is-ascii...
2020-02-12 borsAuto merge of #68241 - ecstatic-morse:unified-dataflow...
2020-02-12 Anthony RamineProperly use the darwin archive format on Apple targets
2020-02-12 borsAuto merge of #69088 - JohnTitor:rollup-x7bk7h7, r...
2020-02-12 Yuki OkushiRollup merge of #69077 - jumbatm:fix-comment, r=Dylan-DPC
2020-02-12 Yuki OkushiRollup merge of #69070 - Bassetts:master, r=alexcrichton
2020-02-12 Yuki OkushiRollup merge of #69058 - TimDiekmann:box, r=Amanieu
2020-02-12 Yuki OkushiRollup merge of #69027 - TimDiekmann:zeroed-alloc,...
2020-02-12 Yuki OkushiRollup merge of #69026 - TimDiekmann:common-usage,...
2020-02-12 Yuki OkushiRollup merge of #68999 - andjo403:itertools, r=Centril
2020-02-12 Yuki OkushiRollup merge of #68947 - chrissimpkins:python-fmt,...
2020-02-12 Yuki OkushiRollup merge of #68937 - ecstatic-morse:unchecked-intri...
2020-02-12 Yuki OkushiRollup merge of #68554 - cjgillot:lang_items, r=Zoxc
2020-02-12 Yuki OkushiRollup merge of #68487 - 0dvictor:nolink, r=tmandry
2020-02-12 Yuki OkushiRollup merge of #67695 - gilescope:truth, r=centril
2020-02-12 ljedrzremove some unused objects
2020-02-12 borsAuto merge of #68998 - lzutao:clippyup, r=Manishearth
2020-02-12 borsAuto merge of #68823 - matthiaskrgr:submodule_upd,...
2020-02-12 Lzu TaoUpdate clippy
2020-02-12 Jane LusbyFix failing backtrace ui tests
2020-02-12 Nicholas NethercoteImprove `u8to64_le`.
2020-02-11 jumbatmFix outdated doc comment.
2020-02-11 Dylan MacKenzieTest failure of unchecked arithmetic intrinsics in...
2020-02-11 Camille GILLOTReview comments.
2020-02-11 Camille GILLOTMerge rustc::middle::*lang_items.
2020-02-11 Camille GILLOTMove it all into rustc_hir.
2020-02-11 Camille GILLOTNits.
2020-02-11 Camille GILLOTMove weak_lang_items checking to librustc_passes.
2020-02-11 Camille GILLOTMove weak_lang_items.rs to librustc_passes.
2020-02-11 Camille GILLOTMove weak lang items to librustc_lang_items.
2020-02-11 Camille GILLOTMove get_lang_items query in librustc_passes.
2020-02-11 Camille GILLOTMove lang_items definitions to librustc_lang_items.
2020-02-11 Camille GILLOTMove hir::check_attr::Target to librustc_lang_items.
2020-02-11 Camille GILLOTMove macro enum_from_u32 to rustc_data_structures.
2020-02-11 borsAuto merge of #68491 - pnkfelix:hide-niches-under-unsaf...
2020-02-11 Giles CopeKeyword docs
2020-02-11 Dylan MacKenzieClarify why you shouldn't override `Analysis::into_engine`
2020-02-11 Dylan MacKenzieUse exhaustive matching
2020-02-11 Dylan MacKenzieAdd note about `elaborate_drops::InitializationData`
2020-02-11 Dylan MacKenzieSkip caching block transfer functions for acyclic MIR
2020-02-11 Dylan MacKenzieUse new dataflow framework for `rustc_peek` tests
2020-02-11 Dylan MacKenzieUse new dataflow framework for drop elaboration and...
2020-02-11 Matthew JasperSpecify overflow checks behaviour in test
2020-02-11 Andreas Jonsonremove some dependencies on itertools
2020-02-11 borsAuto merge of #69062 - Dylan-DPC:rollup-7wpjpqu, r...
2020-02-11 Dylan DPCRollup merge of #69055 - GuillaumeGomez:clean-up-e0307...
2020-02-11 Dylan DPCRollup merge of #69047 - ehuss:rustfmt-vendor, r=Centril
2020-02-11 Dylan DPCRollup merge of #69044 - jonas-schievink:dont-run-coher...
2020-02-11 Dylan DPCRollup merge of #69031 - Centril:dyntest, r=eddyb
2020-02-11 Dylan DPCRollup merge of #69022 - ljedrz:traits_tweak_vecs,...
2020-02-11 Dylan DPCRollup merge of #68824 - ajpaverd:cfguard-rustbuild...
2020-02-11 Dylan DPCRollup merge of #68816 - estebank:fn-mut-closure, r...
2020-02-11 Dylan DPCRollup merge of #66498 - bjorn3:less_feature_flags...
2020-02-11 borsAuto merge of #68725 - jumbatm:invert-control-in-struct...
2020-02-11 Tim DiekmannPreparation for allocator aware `Box`
2020-02-11 Guillaume GomezClean up E0307 explanation
2020-02-11 jumbatmFix stage2 test failures from call to span_lint.
2020-02-11 jumbatmAvoid allocs in a few places.
2020-02-11 jumbatmAddress review nitpicks.
2020-02-11 jumbatmMove more into decorate functions.
2020-02-11 jumbatmRun RustFmt
2020-02-11 jumbatmMake cx.span_lint methods lazy
2020-02-11 jumbatmMove more work into `decorate` functions.
2020-02-11 jumbatmRun RustFmt
2020-02-11 jumbatmAlso check for "use fully-qualified syntax".
2020-02-11 jumbatmBox `decorate` to avoid code bloat.
2020-02-11 jumbatmInvert control in struct_lint_level.
2020-02-11 Andrea CancianiImprove `char::is_ascii_*` code
2020-02-11 Victor DingSupport linking from a .rlink file
2020-02-11 Marc-Antoine Perennourustbuild: include channel in sanitizers installed...
2020-02-11 borsAuto merge of #68961 - eddyb:dbg-stack-dunk, r=nagisa
2020-02-11 borsAuto merge of #68929 - matprec:consistent-issue-referen...
2020-02-10 Jonas SchievinkDon't run coherence twice for future-compat lints
2020-02-10 borsAuto merge of #69030 - Dylan-DPC:rollup-t9uk7vc, r...
2020-02-10 Jane LusbyBump version to backtrace without the header
2020-02-10 Dylan MacKenzieUse new dataflow interface for initialization/borrows...
2020-02-10 Dylan MacKenzieImplement a `find_descendant` method for `MovePath`
2020-02-10 Dylan MacKenzieAdd a `Visitor` for dataflow results
2020-02-10 Dylan MacKenzieAdd an `into_engine` method to `Analysis`
2020-02-10 Dylan MacKenzieAdd a `contains` method to `ResultsCursor`
2020-02-10 Matthias Krügersubmodules: update cargo from 9d32b7b01 to 3c53211c3
2020-02-10 Jethro BeekmanFix SGX RWLock representation for UnsafeCell niche fix
2020-02-10 Felix S. Klock IIAdd `repr(no_niche)` to `UnsafeCell`. Fix #68303.
2020-02-10 Felix S. Klock IItests for `#[repr(no_niche)]`.
2020-02-10 Felix S. Klock IIAdd `#[repr(no_niche)]`.
2020-02-10 Andrew PaverdEnable Control Flow Guard in rustbuild
2020-02-10 Chris Simpkinsadd main function to issue-69017 test
2020-02-10 Tim DiekmannAdd missing `_zeroed` varants to `AllocRef`
2020-02-10 Tim DiekmannRemove common usage pattern from `AllocRef`
2020-02-10 Vadim Petrochenkovparser: Remove `Parser::prev_token_kind`
2020-02-10 Chris Simpkinsadd issue 69017 test
next