]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 Pascal HertleifUse doc comments for feature gate descriptions
2019-08-24 Pascal HertleifFix tidy feature gate error reporting
2019-08-24 borsAuto merge of #63823 - petrochenkov:noapply2, r=matthew...
2019-08-24 ChristianAdded an extra line to make the formatting conform...
2019-08-24 ChristianRemoved the confusing FnOnce example. closes #47091
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 BaoshanMerge pull request #8 from Wind-River/set_name_003
2019-08-23 Baoshan PangVxWorks does not provide a way to set the task name...
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...
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 Wesley WiserChanged tests
2019-08-22 Wesley WiserHandle statics in `Subst::subst()` by implementing...
2019-08-22 Wesley WiserResolve PR comments
2019-08-22 Wesley WiserRemove unnecessary Option
2019-08-22 Wesley WiserFix tidy
2019-08-22 Wesley WiserMove def_id out add substsref
2019-08-22 Wesley WiserRemove eval_promoted const-prop hack
2019-08-22 Wesley WiserMove promoted out of mir::Body
2019-08-22 Wesley WiserMove 'tcx lifetime on MirPass
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überAdd more tests covering more cases
2019-08-21 Esteban KüberDo not complain about unused code when used in `impl...
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
next