]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-08-12 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-08-12 borsAuto merge of #75405 - flip1995:clippyup, r=Manishearth
2020-08-11 flip1995Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6...
2020-08-11 borsAuto merge of #5892 - matthiaskrgr:redundant_mut, r...
2020-08-11 borsAuto merge of #5891 - flip1995:rustup, r=flip1995
2020-08-11 flip1995Fix sync fallout
2020-08-11 Matthias Krügerunnecessary-mut-passed: make lint message say if fn...
2020-08-11 Yuki OkushiRollup merge of #75226 - pnadon:miri-undef-uninit,...
2020-08-10 Dylan DPCRollup merge of #75098 - Ryan1729:clippy-pointer-cast...
2020-08-10 borsAuto merge of #5888 - matthiaskrgr:lints, r=yaahc
2020-08-10 Matthias Krügerupdate test stderr
2020-08-10 borsAuto merge of #5889 - ebroto:5886_or_fun_call_const_0_a...
2020-08-10 Matthias Krügerrun cargo dev update-lints
2020-08-10 Matthias KrügerUpdate clippy_lints/src/unwrap.rs
2020-08-10 Matthias KrügerUpdate clippy_lints/src/neg_cmp_op_on_partial_ord.rs
2020-08-10 Matthias Krügerneg-cmp-op-on-partial-ord: make lint adhere to lint...
2020-08-10 Matthias Krügerneg-multiply: make lint adhere to lint message convention
2020-08-10 Matthias Krügeroverflow-check-conditional: make lint adhere to lint...
2020-08-10 Matthias Krügerpath-buf-push-overwrite: make lint adhere to lint messa...
2020-08-10 Matthias Krügerrange-zip-with-len: make lint adhere to lint message...
2020-08-10 Matthias Krügerredundant-static-lifetimes: make lint adhere to lint...
2020-08-10 Matthias Krügeralso change "deprecated-attribute" message
2020-08-10 Matthias Krügersuspicious-arithmetic-impl: make lint adhere to lint...
2020-08-10 Matthias Krügerunknown: make lint adhere to lint message convention
2020-08-10 Matthias Krügerref_in_deref: make lint adhere to lint message convention
2020-08-10 Matthias Krügerunneeded-field-pattern: make lint adhere to lint messag...
2020-08-10 Matthias Krügerempty-liner-after-outer-attr: make lint adhere to lint...
2020-08-10 Matthias Krügerdrop_bounds: make lint adhere to lint message convention
2020-08-10 Matthias Krügerdouble-parens: make lint adhere to lint message convent...
2020-08-10 Matthias Krügerdouble-comparisons: make lint adhere to lint message...
2020-08-10 Matthias Krügerdefault-trait-access: make lint adhere to lint message...
2020-08-10 Matthias Krügercmp_null: make lint adhere to lint message convention
2020-08-10 Matthias Krügerunnecessary_unwrap, panicking_unwrap: make lints adhere...
2020-08-10 Matthias Krügerchecked-conversions: make lint adhere to lint message...
2020-08-10 Eduardo BrotoAvoid or_fun_call for const_fn with no args
2020-08-10 Matthias Krügernaive_bytecount: make lint adhere to lint message conve...
2020-08-10 Matthias Krügerbuiltin-type-shadow: make lint adhere to lint message...
2020-08-10 Matthias Krügerbool-comparison: make lint adhere to lint message conve...
2020-08-10 Matthias Krügertoo-many-lines: make lint adhere to lint message convention
2020-08-10 borsAuto merge of #5887 - robojumper:patch-1, r=flip1995
2020-08-10 robojumperFix CHANGELOG's commit range links
2020-08-10 borsAuto merge of #5883 - flip1995:rollup-x9mftxe, r=flip1995
2020-08-10 Philipp KronesRollup merge of #5874 - camelid:patch-1, r=flip1995
2020-08-10 Philipp KronesRollup merge of #5871 - wiomoc:feature/methodcall-minma...
2020-08-10 Philipp KronesRollup merge of #5870 - ebroto:5789_allow_unsafe_derive...
2020-08-10 Philipp KronesRollup merge of #5869 - wiomoc:feature/implicit-self...
2020-08-10 Philipp KronesRollup merge of #5825 - giraffate:same_item_push, r...
2020-08-09 borsAuto merge of #5882 - dima74:ra_setup-prevent-compile...
2020-08-09 Dmitry MurzinPrevent compile parts of rustc when using `cargo dev...
2020-08-09 Ryan1729add allow unused_unsafe and allow dead_code
2020-08-09 Ryan1729fix unary minus on usize and unused variable errors...
2020-08-09 Ryan1729add a test example of where transmutes_expressible_as_p...
2020-08-09 Ryan1729update stderr for transmutes_expressible_as_ptr_casts
2020-08-08 borsAuto merge of #5877 - ebroto:5872_loops_ice, r=Manishearth
2020-08-08 borsAuto merge of #5878 - flip1995:rustup, r=flip1995
2020-08-08 flip1995Run fmt
2020-08-08 Eduardo BrotoFix ICE in `loops` module
2020-08-08 Philippe NadonMiri: Renamed "undef" to "uninit"
2020-08-08 Nicholas NethercoteEliminate the `SessionGlobals` from `librustc_ast`.
2020-08-07 CamelidMake the docs clearer for new contributors
2020-08-07 Christoph Walchercheck impl Ord / is_float
2020-08-07 Christoph Walcherignore mutable self reference parameters
2020-08-07 Christoph Walcherfix nits
2020-08-07 Christoph Walcherfix ui tests
2020-08-07 Christoph Walcheradopt comments from review
2020-08-07 Christoph Walcherfix doc
2020-08-07 Christoph WalcherLint against `Self` as an arbitrary self type
2020-08-07 borsAuto merge of #74821 - oli-obk:const_eval_read_uninit_f...
2020-08-07 Ryan1729copy over *.fixed file
2020-08-06 Vadim PetrochenkovAdd some comments for magic numbers + Add tests
2020-08-06 Vadim PetrochenkovFix clippy
2020-08-06 Ryan WiedemannApply suggestions from code review
2020-08-06 Ryan1729run clippy_dev fmt
2020-08-06 Ryan1729run clippy_dev update_lints
2020-08-06 Ryan1729add newline to transmutes_expressible_as_ptr_casts.rs
2020-08-06 Ryan1729change filter to assert, and update comments
2020-08-06 Ryan1729add extra error message to the expected stderr for...
2020-08-06 Ryan1729add documentation to functions that call `do_check...
2020-08-06 Ryan1729add description to assert
2020-08-06 Ryan1729address some review comments
2020-08-06 Ryan1729get the expected number of errors by acknowledging...
2020-08-06 Ryan1729try putting the can_be_expressed_as_pointer_cast at...
2020-08-06 Ryan1729accidentally cause an ICE by putting the TRANSMUTES_EXP...
2020-08-06 Ryan1729write currently failing test for transmutes_expressible...
2020-08-06 Ryan1729initial compiling version of TRANSMUTES_EXPRESSIBLE_AS_...
2020-08-06 Ryan1729run cargo dev new_lint then move transmutes_expressible...
2020-08-06 Christoph WalcherLint .min(x).max(y) with x < y
2020-08-05 Eduardo Brotoenable #[allow(clippy::unsafe_derive_deserialize)]
2020-08-05 borsAuto merge of #5809 - JarredAllen:stable_sort_primitive...
2020-08-05 borsAuto merge of #5859 - ebroto:5765_manual_async_fn_fp...
2020-08-05 Takayuki Nakatarustfmt
2020-08-05 Takayuki NakataJust check if it contains `_` in `for pat`
2020-08-05 Takayuki NakataUse `mutated_variables`
2020-08-05 Takayuki Nakatarustfmt
2020-08-05 Takayuki NakataFix a lint message
2020-08-05 Takayuki Nakatacargo dev update_lints
2020-08-05 Takayuki NakataRename TypeckTables to TypeckResults
2020-08-05 Takayuki NakataAdd test case for `same_item_push`
2020-08-05 Takayuki NakataAdd lint `same_item_push`
2020-08-05 borsAuto merge of #5857 - tmiasko:try-err-poll, r=matthiaskrgr
next