]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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
2019-08-21 Mazdak FarrokhzadRollup merge of #63781 - mati865:clippy, r=oli-obk...
2019-08-21 Mazdak FarrokhzadRollup merge of #63780 - u32i64:issue-63712, r=estebank
2019-08-21 Mazdak FarrokhzadRollup merge of #63772 - pietroalbini:mirrors-libc...
2019-08-21 Mazdak FarrokhzadRollup merge of #63747 - RalfJung:miri, r=RalfJung
2019-08-21 Mazdak FarrokhzadRollup merge of #63717 - petrochenkov:eager, r=matthewj...
2019-08-21 Mazdak FarrokhzadRollup merge of #61236 - GuillaumeGomez:system-theme...
2019-08-21 Mark Mansiadd amanjeev
2019-08-21 Artem Varaksamore `--bless`ing + test error annotations fixes
2019-08-21 borsAuto merge of #63779 - Centril:rollup-sx96dli, r=Centril
2019-08-21 Artem Varaksa`r#type` -> `ty`
2019-08-21 Guillaume GomezFix confusion in theme picker functions
2019-08-21 Guillaume GomezReplaced skipStorage with saveTheme variable
2019-08-21 Artem Varaksaimprove diagnostics: break/continue wrong context
2019-08-21 Mateusz MikułaRun Clippy without json-rendered flag
2019-08-21 Vadim PetrochenkovAdd a regression test for issue #63460
2019-08-21 Mazdak FarrokhzadRollup merge of #63766 - oli-obk:const_eval_dedup,...
2019-08-21 Mazdak FarrokhzadRollup merge of #63762 - rust-lang:fix-async-date,...
2019-08-21 Mazdak FarrokhzadRollup merge of #63760 - ehuss:update-books, r=ehuss
2019-08-21 Mazdak FarrokhzadRollup merge of #63759 - Centril:parse-default-async...
next