]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-08-27 Mazdak Farrokhzadtoken: refactor with is_non_raw_ident_where.
2019-08-26 Mazdak Farrokhzadparser: fix span for leading vert.
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-24 Mazdak Farrokhzadparser: 'while parsing this or-pattern...'
2019-08-24 Mazdak Farrokhzadparser: simplify parse_pat_with_or_{inner}
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 borsAuto merge of #63823 - petrochenkov:noapply2, r=matthew...
2019-08-24 borsAuto merge of #63637 - alexcrichton:remove-libtest...
2019-08-24 borsAuto merge of #63824 - Centril:split-feature_gate,...
2019-08-23 Alex Crichtonbootstrap: Merge the libtest build step with libstd
2019-08-23 borsAuto merge of #63814 - malbarbo:wasi-error-kind, r...
2019-08-23 borsAuto merge of #63819 - najamelan:patch-1, r=Centril
2019-08-23 Marco A L BarbosaImplement decode_error_kind for wasi
2019-08-23 borsAuto merge of #63815 - sebastinez:sebastinez-doc-#63792...
2019-08-23 borsAuto merge of #63521 - newpavlov:redox_builder, r=pietr...
2019-08-23 borsAuto merge of #63808 - Rosto75:master, r=KodrAus
2019-08-23 borsAuto merge of #63801 - jeremystucki:patch-1, r=jonas...
2019-08-22 Mazdak Farrokhzad`--bless` some tests due to message format change.
2019-08-22 Mazdak FarrokhzadFix `tidy` fallout due to `feature_gate.rs` refactoring.
2019-08-22 Mazdak Farrokhzadsyntax: move `feature_gate.rs`.
2019-08-22 Mazdak Farrokhzadsyntax: extract `check.rs`.
2019-08-22 Mazdak Farrokhzadbuiltin_attrs.rs: retain FIXMEs.
2019-08-22 Mazdak Farrokhzadbuiltin_attrs.rs: organize!
2019-08-22 Mazdak Farrokhzadbuiltin_attrs.rs: cleanup with `(un)gated!`.
2019-08-22 Mazdak Farrokhzadbuiltin_attrs.rs: refactor `rustc_attrs` entries.
2019-08-22 Mazdak Farrokhzadbuiltin_attrs.rs: simplify `cfg_fn`.
2019-08-22 Mazdak Farrokhzadsyntax: extract `builin_attrs.rs`.
2019-08-22 Mazdak Farrokhzadsyntax: extract `active.rs` feature gates.
2019-08-22 Mazdak Farrokhzadsyntax: extract `removed.rs` feature gates.
2019-08-22 Mazdak Farrokhzadsyntax: extract `accepted.rs` feature gates.
2019-08-22 Vadim PetrochenkovRemove default macro transparencies
2019-08-22 Vadim Petrochenkovhygiene: Require passing transparency explicitly to...
2019-08-22 Vadim Petrochenkovincremental: Do not rely on default transparency when...
2019-08-22 Vadim Petrochenkovresolve: Do not rely on default transparency when detec...
2019-08-22 Vadim PetrochenkovAudit uses of `apply_mark` in built-in macros
2019-08-22 Naja MelanUpdate single-use-lifetimes
2019-08-22 borsAuto merge of #63522 - topecongiro:rustfmt-1.4.5, r...
2019-08-22 Sebastian MartinezUpdate occurences of as_slice
2019-08-22 borsAuto merge of #63807 - Centril:rollup-b8lo8ct, r=Centril
2019-08-22 Tomasz RóżańskiFix for 7e13679.
2019-08-22 Jeremy StuckiUpdate .mailmap
2019-08-22 Mazdak FarrokhzadRollup merge of #63805 - mati865:clippy, r=Centril
2019-08-22 Mazdak FarrokhzadRollup merge of #63796 - estebank:opaque_future, r...
2019-08-22 Mazdak FarrokhzadRollup merge of #63788 - mark-i-m:rustc-guide-toolstate...
2019-08-22 Mazdak FarrokhzadRollup merge of #63782 - GuillaumeGomez:theme-switch...
2019-08-22 Mazdak FarrokhzadRollup merge of #63767 - lzutao:integer-ord-suboptimal...
2019-08-22 Mazdak FarrokhzadRollup merge of #63737 - HowJMay:fix_naming, r=jonas...
2019-08-22 Mazdak FarrokhzadRollup merge of #63624 - estebank:unreachable-macro...
2019-08-22 Tomasz RóżańskiChange variables names to be more consistent.
2019-08-22 Tomasz RóżańskiMake use of existing constants.
2019-08-22 Tomasz RóżańskiChange code formatting for readability.
2019-08-22 Tomasz RóżańskiFix punctuation.
2019-08-22 Tomasz RóżańskiRemove redundant `mut`.
2019-08-22 Tomasz RóżańskiFix formatting.
2019-08-22 Tomasz RóżańskiFix a typo.
2019-08-22 Mateusz MikułaApply clippy::let_and_return suggestion
2019-08-22 Mateusz MikułaApply clippy::needless_return suggestions
2019-08-22 Mateusz MikułaApply clippy::redundant_field_names suggestion
2019-08-22 Jeremy StuckiUpdate .mailmap
2019-08-22 YangHauFix naming misspelling
2019-08-22 borsAuto merge of #63175 - jsgf:argsfile, r=jsgf
2019-08-21 Esteban Küberreview comments: reword and add test
2019-08-21 Esteban Küberreview comments
2019-08-21 Esteban KüberWhen declaring a declarative macro in an item it's...
2019-08-21 borsAuto merge of #63705 - mark-i-m:fix-guide-1, r=ehuss
2019-08-21 Esteban KüberAdd clarification on E0308 about opaque types
2019-08-21 Esteban KüberFix typo in E0308 if/else label
2019-08-21 newpavlovrevert num_cpus change
2019-08-21 borsAuto merge of #63790 - Centril:rollup-m4ax3r9, r=Centril
2019-08-21 Lzu TaoAdd codegen test for integers compare
2019-08-21 Mark Mansiupdate rustc-guide
next