]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-02-14 Matthew JasperSplit `type_of` out of collect.rs
2020-02-14 Matthew JasperAdd fast path to eq_opaque_type_and_type
2020-02-14 Matthew JasperFix and test nested impl Trait
2020-02-14 Matthew JasperUpdate tests
2020-02-14 Matthew JasperUse member constraint for most opaque types in NLL
2020-02-14 Matthew JasperAlways check upper bounds when choosing member regions
2020-02-14 Matthew JasperImprove opaque type lifetime errors
2020-02-14 Matthew JasperHandle equal regions in opaque type inference
2020-02-14 Matthew JasperShow inferred opaque types with `#[rustc_regions]`
2020-02-14 Matthew JasperAddress review comments
2020-02-14 Matthew JasperUpdate tests
2020-02-14 Matthew JasperErase regions in opaque types in typeck
2020-02-14 Matthew JasperEnsure RPIT types get recorded in borrowck
2020-02-14 Matthew JasperAvoid unnecessary opaque type errors in borrowck
2020-02-14 Matthew JasperInfer opaque type regions in borrow checking
2020-02-14 Matthew JasperPrepare to use borrowck to resolve opaque types
2020-02-14 Matthew JasperArena allocate the result of mir_borrowck
2020-02-14 Matthew JasperGenerate more accurate MIR in `construct_error`
2020-02-14 Matthew JasperSimplify function signature in opaque_types
2020-02-14 Matthew JasperGive some more queries descriptions
2020-02-14 Matthew JasperDistinguish RPIT from other impl trait
2020-02-14 Matthew JasperCall `is_freeze` less in unsafety-checking
2020-02-14 Matthew JasperCheck associated opaque types don't use unconstrained...
2020-02-14 Matthew JasperExplain a test
2020-02-14 borsAuto merge of #69100 - cjgillot:resolve_instance, r...
2020-02-14 borsAuto merge of #69162 - RalfJung:miri, r=RalfJung
2020-02-14 Ralf Jungupdate miri
2020-02-14 borsAuto merge of #68693 - Zoxc:query-no-arc, r=michaelwoer...
2020-02-13 borsAuto merge of #69144 - Dylan-DPC:rollup-apt6zjj, r...
2020-02-13 Dylan DPCRollup merge of #69141 - mark-i-m:proper-linkcheck...
2020-02-13 Dylan DPCRollup merge of #69135 - drewrip:drewrip-spelling,...
2020-02-13 Dylan DPCRollup merge of #69127 - tmiasko:new-pass-manager-use...
2020-02-13 Dylan DPCRollup merge of #69126 - RalfJung:exact-div, r=oli-obk
2020-02-13 Dylan DPCRollup merge of #69125 - jethrogb:jb/cleanup-sgx-entry...
2020-02-13 Dylan DPCRollup merge of #69108 - cjgillot:trait_candidate,...
2020-02-13 Dylan DPCRollup merge of #69057 - Centril:clean-expand, r=petroc...
2020-02-13 Dylan DPCRollup merge of #68938 - Areredify:gat_lifetime_shadowi...
2020-02-13 Dylan DPCRollup merge of #68728 - Centril:towards-fn-merge,...
2020-02-13 borsAuto merge of #68406 - andjo403:selfprofileLlvm, r...
2020-02-13 Camille GILLOTMove resolve_instance to rustc_ty.
2020-02-13 Mark Mansidon't error on network failures
2020-02-13 Drew RipbergerSpelling error "represening" to "representing"
2020-02-13 Camille GILLOTMake TraitCandidate generic.
2020-02-13 Camille GILLOTUse HirId in TraitCandidate.
2020-02-13 Mazdak Farrokhzadparser: inline parse_assoc_macro_invoc
2020-02-13 Mazdak Farrokhzadparser: misc small item related improvements & cleanups.
2020-02-13 Mazdak Farrokhzadparser: extract `recover_const_mut`.
2020-02-13 Mazdak Farrokhzadparser: fuse `trait` parsing & layer with `is_path_star...
2020-02-13 Mazdak Farrokhzadparser: make `eat_macro_def` redundant.
2020-02-13 Mazdak Farrokhzadparser: remove `Option<Vec<Attribute>>` in `ItemInfo`.
2020-02-13 Mazdak Farrokhzadparser_item_mod: avoid cloning outer attributes
2020-02-13 Mazdak Farrokhzadparser: introduce `parse_item_kind` as central `ItemInf...
2020-02-13 Mazdak Farrokhzadparser: extract `recover_missing_kw_before_item`
2020-02-13 Mazdak Farrokhzadparser: unify item list parsing.
2020-02-13 Mazdak Farrokhzadparser: extract common foreign item code for each kind
2020-02-13 borsAuto merge of #68969 - RalfJung:dont-panic, r=oli-obk
2020-02-13 Ralf Jungfix typo
2020-02-13 Mazdak Farrokhzadexpand: simplify flat_map_item wrt. inline module detection
2020-02-13 Mazdak Farrokhzadexpand: simplify flat_map_item
2020-02-13 Mazdak Farrokhzadexpand: simplify classify_*
2020-02-13 Mazdak Farrokhzadexpand: extract error_wrong_fragment_kind
2020-02-13 Mazdak Farrokhzadexpand: extract error_recursion_limit_reached
2020-02-13 Ralf Jungmiri: fix exact_div
2020-02-13 Ralf Jungrename PanicInfo -> AssertKind
2020-02-13 Ralf Jungimprove comments:
2020-02-13 Ralf Jungsmall cleanup in ConstEvalErr::struct_generic
2020-02-13 Ralf Jungmove PanicInfo to mir module
2020-02-13 Ralf Jungno need for hook_panic_fn to return a bool
2020-02-13 Ralf Jungremove PanicInfo::Panic variant that MIR does not use...
2020-02-13 Ralf Jungconst-prop: handle overflow_check consistently for...
2020-02-13 Ralf Jungremove Panic variant from InterpError
2020-02-13 Mazdak Farrokhzadexpand: extract error_derive_forbidden_on_non_adt
2020-02-13 Mazdak Farrokhzadsimplify config::features
2020-02-13 Mazdak FarrokhzadStripUnconfigured::in_cfg: simplify with slice patterns
2020-02-13 borsAuto merge of #69023 - Centril:parse_fn, r=petrochenkov
2020-02-13 Mazdak Farrokhzadparser: is_fn_front_matter -> check_fn_front_matter
2020-02-13 Mazdak Farrokhzadparser: add test for 'extern crate async'
2020-02-13 Mazdak Farrokhzadrustc_bulltin_macros: tweak span_labels
2020-02-13 Mazdak Farrokhzadast_validation: tweak diagnostic output
2020-02-13 Mazdak Farrokhzadparser: simplify ParamCfg -> ReqName
2020-02-13 Mazdak Farrokhzadparser: address review comments
2020-02-13 Mazdak Farrokhzadparser: move `ban_async_in_2015` to `fn` parsing &...
2020-02-13 Mazdak Farrokhzadparser: inline `parse_assoc_fn` and friends.
2020-02-13 Mazdak Farrokhzadparser: solidify `fn` parsing with `parse_fn`.
2020-02-13 Mazdak Farrokhzadparser: fuse free `fn` parsing together.
2020-02-13 Mazdak Farrokhzadparser_fn_front_matter: allow `const .. extern`
2020-02-13 Mazdak FarrokhzadIsAsync -> enum Async { Yes { span: Span, .. }, No }
2020-02-13 Mazdak FarrokhzadConstness -> enum Const { Yes(Span), No }
2020-02-13 Jethro BeekmanAdd comment to SGX entry code
2020-02-13 Andreas Jonsonadd selfprofiling for new llvm passmanager
2020-02-13 borsAuto merge of #69118 - Dylan-DPC:rollup-7hpm1fj, r...
2020-02-13 Dylan DPCRollup merge of #69104 - tmiasko:configure-cmake, r...
2020-02-13 Dylan DPCRollup merge of #69082 - estebank:boxfuture-box-pin...
2020-02-13 Dylan DPCRollup merge of #69068 - Goirad:make-sgx-arg-cleanup...
2020-02-13 Dylan DPCRollup merge of #69050 - nnethercote:micro-optimize...
2020-02-13 Dylan DPCRollup merge of #69049 - pthariensflame:improvement...
2020-02-13 Dylan DPCRollup merge of #69048 - estebank:hrlt-assoc, r=nagisa
2020-02-13 Dylan DPCRollup merge of #69008 - Aaron1011:fix/opaque-ty-parent...
2020-02-13 Dylan DPCRollup merge of #68848 - nnethercote:hasten-macro-parsi...
2020-02-13 Dylan DPCRollup merge of #67642 - Mark-Simulacrum:relax-bounds...
next