]> git.lizzy.rs Git - rust.git/history - src
Suggest a comma if a struct initializer field fails to parse
[rust.git] / src /
2020-02-15 Aaron HillSuggest a comma if a struct initializer field fails...
2020-02-14 borsAuto merge of #69172 - JohnTitor:rollup-6cbmwcw, r...
2020-02-14 Yuki OkushiRollup merge of #69164 - GuillaumeGomez:update-pulldown...
2020-02-14 Yuki OkushiRollup merge of #69150 - nnethercote:68848-follow-up...
2020-02-14 Yuki OkushiRollup merge of #69128 - Centril:fix-69103, r=davidtwco
2020-02-14 Yuki OkushiRollup merge of #69051 - Centril:st-fixes, r=eddyb
2020-02-14 Yuki OkushiRollup merge of #68856 - Centril:or-pat-ref-pat, r...
2020-02-14 Yuki OkushiRollup merge of #68475 - Aaron1011:fix/forest-caching...
2020-02-14 Yuki OkushiRollup merge of #68129 - varkor:infer-binary-operand...
2020-02-14 Guillaume GomezUpdate pulldown-cmark dependency
2020-02-14 borsAuto merge of #69115 - ehuss:update-books, r=Dylan-DPC
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 Nicholas NethercoteFix a typo in a variable name.
2020-02-13 Nicholas NethercoteAvoid `base_parser`, it's not needed.
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 Eric HussUpdate books.
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 Mazdak Farrokhzadfix extra subslice lowering
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...
2020-02-13 borsAuto merge of #69097 - Xanewok:update-rls-rustfmt,...
2020-02-13 Esteban KüberAdd trait `Self` filtering to `rustc_on_unimplemented`
2020-02-13 Tomasz MiąskoEnable use after scope detection in the new LLVM pass...
2020-02-12 Esteban KüberAccount for `Pin::new(_)` and `Pin::new(Box::new(_...
2020-02-12 Esteban KüberAccount for `Box::new(impl Future)` and emit help ...
2020-02-12 Esteban KüberRemove std lib `Span` from expected boxed future test
2020-02-12 Esteban KüberWhen expecting `BoxFuture` and using `async {}`, sugges...
2020-02-12 borsAuto merge of #69105 - Dylan-DPC:rollup-n73lh5h, r...
2020-02-12 Dylan DPCRollup merge of #69095 - GuillaumeGomez:minified-theme...
next