]> git.lizzy.rs Git - rust.git/history - src/librustc_parse
Prevent const trait methods from being marked stable
[rust.git] / src / librustc_parse /
2020-02-18 borsAuto merge of #69271 - Centril:rollup-iupsol6, r=Centril
2020-02-18 Mazdak FarrokhzadRollup merge of #69236 - Centril:mut-parens-at-recovery...
2020-02-18 Mazdak FarrokhzadRollup merge of #69217 - LeSeulArtichaut:remove-lint...
2020-02-18 Mazdak FarrokhzadRollup merge of #69211 - petrochenkov:prevtok, r=Centril
2020-02-18 Mazdak FarrokhzadRollup merge of #69194 - Centril:assoc-extern-fuse...
2020-02-18 Mazdak FarrokhzadRollup merge of #69159 - estebank:use-appropriate-lt...
2020-02-18 Mazdak FarrokhzadRollup merge of #69146 - matthewjasper:literal-qualif...
2020-02-18 Dylan DPCRollup merge of #69233 - GuillaumeGomez:cleanup-e0310...
2020-02-18 Dylan DPCRollup merge of #69205 - JohnTitor:allow-whitespaces...
2020-02-18 Dylan DPCRollup merge of #69200 - jonas-schievink:yield-print...
2020-02-18 Dylan DPCRollup merge of #69192 - JohnTitor:add-tests, r=Centril
2020-02-18 Dylan DPCRollup merge of #69181 - skinny121:const-eval-return...
2020-02-18 borsAuto merge of #69234 - JohnTitor:clippy-up, r=JohnTitor
2020-02-18 Yuki OkushiRollup merge of #69249 - LeSeulArtichaut:stabilize...
2020-02-18 Yuki OkushiRollup merge of #69223 - spunit262:empty-string-gdb...
2020-02-18 Yuki OkushiRollup merge of #69175 - estebank:shall-not-ice, r...
2020-02-18 Yuki OkushiRollup merge of #68767 - kubo39:patch-macos, r=shepmaster
2020-02-18 Yuki OkushiRollup merge of #68597 - ollie27:skip_nth_last, r=Amanieu
2020-02-18 Yuki OkushiRollup merge of #67272 - fisherdarling:master, r=varkor...
2020-02-17 Vadim Petrochenkovparser: Remove `Option`s from unnormalized tokens
2020-02-17 Vadim Petrochenkovparser: Set previous and unnormalized tokens in couple...
2020-02-17 Vadim Petrochenkovparser: Do not call `bump` recursively
2020-02-17 Mazdak Farrokhzadparse: recover `mut (x @ y)` as `(mut x @ mut y)`.
2020-02-17 borsAuto merge of #69129 - Centril:macro-legacy-errors...
2020-02-17 borsAuto merge of #69226 - JohnTitor:rollup-syn03oj, r...
2020-02-17 Yuki OkushiRollup merge of #69188 - GuillaumeGomez:clean-up-e0309...
2020-02-17 Yuki OkushiRollup merge of #69186 - petrochenkov:kwrules, r=Centril
2020-02-17 Yuki OkushiRollup merge of #69179 - JohnTitor:rename-to-fnretty...
2020-02-17 Yuki OkushiRollup merge of #69158 - ecstatic-morse:graphviz-diff...
2020-02-17 Yuki OkushiRollup merge of #68701 - amosonn:patch-2, r=RalfJung
2020-02-17 Yuki OkushiRollup merge of #68495 - sdegutis:patch-1, r=Mark-Simul...
2020-02-17 Yuki OkushiRename `FunctionRetTy` to `FnRetTy`
2020-02-16 borsAuto merge of #67885 - tobithiel:fix_group_lint_allow_o...
2020-02-16 borsAuto merge of #68997 - Zoxc:pure-node-id, r=petrochenkov
2020-02-16 borsAuto merge of #69156 - ecstatic-morse:unified-dataflow...
2020-02-16 borsAuto merge of #68814 - Aaron1011:fix/proc-macro-order...
2020-02-15 borsAuto merge of #68668 - GuillaumeGomez:struct-variant...
2020-02-15 Mazdak Farrokhzadreject assoc statics & extern consts during parsing
2020-02-15 Aaron HillRecord proc macro harness order for use during metadata...
2020-02-15 Mazdak Farrokhzadfuse extern & associated item parsing up to defaultness
2020-02-15 Mazdak Farrokhzadparse extern consts
2020-02-15 Mazdak Farrokhzadparse associated statics.
2020-02-15 Mazdak Farrokhzadast/parser: fuse `static` & `const` grammars in all...
2020-02-15 Mazdak Farrokhzadast: make `= <expr>;` optional in free statics/consts.
2020-02-15 Mazdak Farrokhzadast: normalize `ForeignItemKind::Ty` & `AssocItemKind...
2020-02-15 Mazdak Farrokhzadast: move Generics into AssocItemKinds
2020-02-15 borsAuto merge of #69168 - brainlock:test-textrel-regressio...
2020-02-15 Vadim Petrochenkovparser: `macro_rules` is a weak keyword
2020-02-15 borsAuto merge of #69182 - Dylan-DPC:rollup-ifsa9fx, r...
2020-02-15 Dylan DPCRollup merge of #69180 - Aaron1011:feature/comma-struct...
2020-02-15 Dylan DPCRollup merge of #69106 - RReverser:wasi-fs-copy, r...
2020-02-15 Dylan DPCRollup merge of #64069 - danielhenrymantilla:feature...
2020-02-15 Aaron HillSuggest a comma if a struct initializer field fails...
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 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 #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 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 Mazdak Farrokhzadmacro_legacy_warnings -> error
2020-02-13 borsAuto merge of #68969 - RalfJung:dont-panic, r=oli-obk
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: 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 }
next