]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #67953 - cjgillot:split_infer, r=Zoxc
[rust.git] / src /
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 John Kåre AlsakerConstruct query job latches on-demand
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 Esteban KüberSuggest named lifetime in ADT with hrtb
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 Esteban KüberSuggestion when encountering assoc types from hrtb
2020-02-11 Andreas Jonsonremove some dependencies on itertools
2020-02-11 Dario Gonzalezmake the sgx arg cleanup implementation a no op
2020-02-11 borsAuto merge of #69062 - Dylan-DPC:rollup-7wpjpqu, r...
2020-02-11 Jane Lusbyremove intentionally failing test
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 Mazdak Farrokhzadsimplify_try: address some of eddyb's comments
2020-02-11 Marc-Antoine Perennourustbuild: include channel in sanitizers installed...
2020-02-11 Nicholas NethercoteMicro-optimize the heck out of LEB128 reading and writing.
2020-02-11 borsAuto merge of #68961 - eddyb:dbg-stack-dunk, r=nagisa
2020-02-11 Jane Lusbybackwards again, god damnit
2020-02-11 Jane Lusbyrule over the code in libstd with an iron fist
2020-02-11 Jane Lusbymaximum alternative consistency!
2020-02-11 Aaron HillOnly use the parent if it's an opaque type
2020-02-11 ImgBotApp[ImgBot] Optimize images
2020-02-11 borsAuto merge of #68929 - matprec:consistent-issue-referen...
2020-02-11 Jane Lusbymake symbol printing consistent with backtrace_rs
2020-02-11 Jane Lusbyadd nice alt fmt for debug
2020-02-11 Jane Lusbyuse debug_map and skip empty frames
2020-02-10 Jane Lusbyremove Some from fn name
2020-02-10 Jane Lusbyfinal format cleanups
2020-02-10 Jane Lusbymake it compile
2020-02-10 Jonas SchievinkDon't run coherence twice for future-compat lints
2020-02-10 Jane Lusbyremove unnecessary Debug impl for BacktraceFrame
2020-02-10 Jane Lusbyremove unnecessary derives
2020-02-10 Jane Lusbyless noisy format
2020-02-10 borsAuto merge of #69030 - Dylan-DPC:rollup-t9uk7vc, r...
2020-02-10 Jane LusbyGet vaguely working with a test for checking output
2020-02-10 Jane LusbyAdd initial debug fmt for Backtrace
2020-02-10 Jane LusbyBump version to backtrace without the header
2020-02-10 Esteban Küberreview comment: wording
2020-02-10 Ralf Jungremove outdated comment
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 BeekmanAvoid jumping to Rust code with user %rsp (reentry_panic)
2020-02-10 Raoul Strackxsanitize MXCSR/FPU control registers
2020-02-10 Raoul StrackxCorrected ac_mitigation patch. That patch used the...
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.
next