]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-08-26 Mazdak FarrokhzadRollup merge of #63317 - estebank:dead-code, r=matthewj...
2019-08-26 Esteban Küberreview comment
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 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 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 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 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 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...
2019-08-24 CaioModifies how Arg, Arm, Field, FieldPattern and Variant...
2019-08-24 Matthias Krügersubmodules: update clippy from cd3df6be to 2bcb6155
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-24 Wesley WiserFix incremental tests
2019-08-24 Oliver SchererEnsure miri can do bit ops on pointer values
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 Esteban KüberSuggest calling closure with resolved return type when...
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 Esteban KüberDo not suggest `.try_into()` on `i32::from(x)`
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...
next