]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-08-27 Mazdak FarrokhzadRollup merge of #62600 - emmericp:libtest-add-show...
2019-08-27 borsAuto merge of #63926 - Centril:rollup-6kckn9n, r=Centril
2019-08-26 Mazdak FarrokhzadRollup merge of #63921 - RalfJung:file-check, r=alexcri...
2019-08-26 Mazdak FarrokhzadRollup merge of #63855 - killercup:refactor/feature...
2019-08-26 Mazdak FarrokhzadRollup merge of #63845 - DevQps:47091-remove-bad-exampl...
2019-08-26 Mazdak FarrokhzadRollup merge of #63836 - Wind-River:master_003, r=alexc...
2019-08-26 Mazdak FarrokhzadRollup merge of #63693 - Centril:polish-parse-or-pats...
2019-08-26 Mazdak FarrokhzadRollup merge of #63317 - estebank:dead-code, r=matthewj...
2019-08-26 Esteban Küberreview comment
2019-08-26 Mazdak Farrokhzadparser: fix span for leading vert.
2019-08-26 Ralf Jungadd link to FileCheck docs
2019-08-26 borsAuto merge of #63901 - estebank:unknown-receiver-type...
2019-08-26 borsAuto merge of #63897 - petrochenkov:prettycomma, r...
2019-08-26 borsAuto merge of #63580 - wesleywiser:move_promoted_out...
2019-08-26 borsAuto merge of #62891 - vext01:improve-black-box-docs...
2019-08-26 borsAuto merge of #62603 - cuviper:no-unwind-abort, r=josht...
2019-08-25 Esteban KüberPoint at method call on missing annotation error
2019-08-25 borsAuto merge of #61613 - sinkuu:impl_trait_inline, r...
2019-08-25 Pascal HertleifRefactor feature gate checking code
2019-08-25 Vadim Petrochenkovpprust: Do not print spaces before some tokens
2019-08-25 Josh StoneForce #[unwind(aborts)] in test/codegen/c-variadic.rs
2019-08-25 Josh StoneRevert "Allow a dirty MirBuilt for make_extern and...
2019-08-25 Mark RousskovPermit unwinding through FFI by default
2019-08-25 borsAuto merge of #63878 - phansch:update_clippy_submodule...
2019-08-25 Philipp Hanschsubmodules: update clippy from 2bcb6155948e2f8b86db0815...
2019-08-25 Pascal HertleifIntroduce and use `Feature` type for feature gates
2019-08-25 borsAuto merge of #63874 - spastorino:places-drive-by-clean...
2019-08-25 borsAuto merge of #63862 - Centril:match-cleanup, r=oli-obk
2019-08-25 Mazdak Farrokhzadparser: TopLevel -> RecoverComma.
2019-08-25 Mazdak Farrokhzador_patterns: add run-rustfix tests.
2019-08-25 Mazdak Farrokhzadparser: gracefully handle `fn foo(A | B: type)`.
2019-08-25 Santiago PastorinoAdd a period at the end of the sentence
2019-08-25 Santiago PastorinoJoin arms patterns, body is empty in all arms
2019-08-25 Santiago PastorinoAllow lifetime parameters to be inferred
2019-08-25 borsAuto merge of #63873 - Centril:rollup-jgglypd, r=Centril
2019-08-25 Mazdak FarrokhzadRollup merge of #63859 - matthewjasper:check-snippet...
2019-08-25 Mazdak FarrokhzadRollup merge of #63854 - c410-f3r:attrs-visit, r=petroc...
2019-08-25 Mazdak FarrokhzadRollup merge of #63839 - oli-obk:intptrcast, r=RalfJung
2019-08-25 Mazdak FarrokhzadRollup merge of #63833 - estebank:suggest-closure-call...
2019-08-25 Mazdak FarrokhzadRollup merge of #63813 - estebank:int-from, r=varkor
2019-08-25 Mazdak FarrokhzadRollup merge of #62744 - llogiq:tiny-list-refactor...
2019-08-24 Mazdak Farrokhzadparser: 'while parsing this or-pattern...'
2019-08-24 Mazdak Farrokhzadparser: simplify parse_pat_with_or_{inner}
2019-08-24 Mazdak Farrokhzadtypeck/pat.rs: dedup in `check_pat_box`.
2019-08-24 Mazdak Farrokhzadtypeck/pat.rs: dedup in `check_pat_ref`.
2019-08-24 Esteban Küberreview comment
2019-08-24 Mazdak Farrokhzadparser: reword || recovery.
2019-08-24 Mazdak Farrokhzadparser: extract recover_inner_leading_vert.
2019-08-24 Mazdak Farrokhzadparse_top_pat: silence leading vert gating sometimes.
2019-08-24 Mazdak Farrokhzadparser: bool -> TopLevel.
2019-08-24 Mazdak Farrokhzadparser: bool -> GateOr.
2019-08-24 Mazdak Farrokhzadparser: better recovery for || in inner pats.
2019-08-24 Mazdak Farrokhzador-patterns: harden feature gating tests.
2019-08-24 Mazdak Farrokhzadmove `feature-gate-or_patterns.*` -> `ui/or-patterns/`
2019-08-24 Mazdak Farrokhzador-patterns: add syntactic tests.
2019-08-24 Mazdak Farrokhzadmove `ui/or-pattern-mismatch` -> `ui/or-patterns/`.
2019-08-24 Mazdak Farrokhzadparser: drive-by: simplify `parse_arg_general`.
2019-08-24 Mazdak Farrokhzadparser: `let` stmts & `for` exprs: allow or-patterns.
2019-08-24 Mazdak Farrokhzadparser: document `parse_pat`.
2019-08-24 Mazdak Farrokhzadparser: `parse_pats` -> `parse_top_pat{_unpack}`.
2019-08-24 Mazdak Farrokhzadparser: document `ban_unexpected_or_or`.
2019-08-24 Mazdak Farrokhzadparser: move `maybe_recover_unexpected_comma` to a...
2019-08-24 Mazdak Farrokhzadparser: use `eat_or_separator` for leading vert.
2019-08-24 Mazdak Farrokhzadparser: improve `parse_pat_with_or` docs.
2019-08-24 Mazdak Farrokhzadparser: extract `eat_or_separator`.
2019-08-24 Mazdak Farrokhzadparser: integrate `maybe_recover_unexpected_comma`...
2019-08-24 Mazdak Farrokhzadparser: extract `maybe_recover_unexpected_comma`.
2019-08-24 Mazdak Farrokhzadparser: simplify `parse_pat_with_or`.
2019-08-24 Mazdak Farrokhzadparser: `multiple-pattern-typo`: cover more or-pattern...
2019-08-24 Mazdak Farrokhzadparser: move `multiple-pattern-typo` -> `or-patterns...
2019-08-24 Mazdak Farrokhzadparser: improve or-patterns recovery.
2019-08-24 Mazdak Farrokhzadparser: refactor `parse_pat_with_or` + use it in [p0...
2019-08-24 Mazdak Farrokhzadparser: type alias `type Expected = Option<&'static...
2019-08-24 Mazdak Farrokhzadparser: extract `ban_unexpected_or_or`.
2019-08-24 Edd BarrettImprove the documentation for std::hint::black_box.
2019-08-24 Mazdak Farrokhzadtypeck/pat.rs: extract `error_inexistent_fields`.
2019-08-24 Mazdak Farrokhzadtypeck/pat.rs: extract `error_unmentioned_fields`.
2019-08-24 Mazdak Farrokhzadtypeck/pat.rs: extract `error_field_already_bound`.
2019-08-24 Mazdak Farrokhzadtypeck/pat.rs: extract diagnostics from `check_pat_slice`.
2019-08-24 Mazdak Farrokhzadtypeck/pat.rs: extract `new_ref_ty`.
2019-08-24 Mazdak Farrokhzadtypeck/pat.rs: some common imports.
2019-08-24 Mazdak Farrokhzadtypeck/pat.rs: `check_pat_walk` -> `check_pat`.
2019-08-24 Mazdak Farrokhzadtypeck/pat.rs: `check_pat_top` is the entry point.
2019-08-24 borsAuto merge of #63858 - matthiaskrgr:submodule_upd,...
2019-08-24 Matthew JasperDon't unwrap the result of `span_to_snippet`
2019-08-24 Mazdak Farrokhzadtypeck/pat.rs: `(*)` -> `(note_1)` for clarity.
2019-08-24 Mazdak Farrokhzadtypeck/pat.rs: simplify `check_pat_walk`.
2019-08-24 Mazdak Farrokhzadtypeck/pat.rs: extract `check_pat_slice`.
2019-08-24 Mazdak Farrokhzadtypeck/pat.rs: extract `check_pat_ref`.
2019-08-24 Mazdak Farrokhzadtypeck/pat.rs: extract `check_pat_box`.
2019-08-24 Mazdak Farrokhzadtypeck/pat.rs: extract `check_pat_tuple`.
2019-08-24 Mazdak Farrokhzadtypeck/pat.rs: extract `check_pat_ident`.
2019-08-24 Mazdak Farrokhzadtypeck/pat.rs: extract `check_pat_range`.
2019-08-24 Mazdak Farrokhzadtypeck/pat.rs: extract `check_pat_lit`.
2019-08-24 Mazdak Farrokhzadtypeck/pat.rs: extract `calc_default_binding_mode`.
2019-08-24 Mazdak Farrokhzadtypeck/pat.rs: simplify `peel_off_references`.
2019-08-24 Mazdak Farrokhzadtypeck/pat.rs: extract `peel_off_references` and define...
2019-08-24 Mazdak Farrokhzadtypeck/pat.rs: extract `is_non_ref_pat`.
2019-08-24 Mazdak Farrokhzadtypeck/pat.rs: move note out of `check_dereferenceable...
2019-08-24 Mazdak Farrokhzadtypeck: move `check_pat_walk` and children to `pat...
next