]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-02-24 borsAuto merge of #82159 - BoxyUwU:uwu, r=varkor
2021-02-24 Esteban KüberSubstitute erased lifetimes on bad placeholder type
2021-02-24 Dan Gohmanx.py fmt
2021-02-24 Dan GohmanMention "wasi" in the comment about "main modules".
2021-02-24 Dan GohmanMake the main `wasi` module `cfg(not(doc))`.
2021-02-24 Dan GohmanUse `super::` to refer to WASI-specific names.
2021-02-24 Dan GohmanCast `libc::STDIN_FILENO` to `RawFd`.
2021-02-24 Eric HussUpdate cargo
2021-02-24 Dániel BugaAdd test
2021-02-24 Dániel BugaRemove duplicate string
2021-02-24 borsAuto merge of #6786 - smoelius:move-conf-rs-back-into...
2021-02-24 borsAuto merge of #80914 - GuillaumeGomez:remove-is_spotlig...
2021-02-24 Ivan ThamUse Oxform comma
2021-02-24 Maarten de... Bump minimum libc version to 0.2.85 for std.
2021-02-24 Maarten de... Use libc::accept4 on Android instead of raw syscall.
2021-02-24 Samuel E. Moelius IIIMove conf.rs back into clippy_lints
2021-02-24 borsAuto merge of #6756 - smoelius:clippy_utils, r=flip1995...
2021-02-24 borsAuto merge of #6782 - ojeda:readme-as-wrapper, r=flip1995
2021-02-24 Guillaume GomezMake DocContext &mut for clean
2021-02-24 Guillaume GomezPrevent to compute Item attributes twice
2021-02-24 Ömer Sinan... Turn Pick field comments into documentation
2021-02-24 borsAuto merge of #80475 - simonvandel:fix-77355, r=oli-obk
2021-02-24 Amanieu d'AntrasProperly reject non-const arguments
2021-02-24 Ömer Sinan... Move pick_by_value_method docs above function header
2021-02-24 Miguel Ojedalibrary: Normalize safety-for-unsafe-block comments
2021-02-24 Camelidrustdoc: Name fields of `ResolutionFailure::WrongNamespace`
2021-02-24 Eric HussUpdate outdated comment in unix Command.
2021-02-24 Jeff Muizelaarpanic_bounds_checks should be panic_bounds_check
2021-02-24 borsAuto merge of #80891 - cjgillot:noq, r=Mark-Simulacrum
2021-02-24 Amanieu d'AntrasTODO -> FIXME
2021-02-24 Miguel OjedaREADME: Add subsection on running Clippy as a rustc...
2021-02-24 Tomasz MiąskoUse small hash set in `mir_inliner_callees`
2021-02-24 Tomasz MiąskoConsider inexpensive inlining criteria first
2021-02-23 Samuel E. Moelius IIIMove `declare_clippy_lint` back into clippy_lints
2021-02-23 Samuel E. Moelius IIIUpdate references in doc directory
2021-02-23 Samuel E. MoeliusUpdate clippy_utils/Cargo.toml
2021-02-23 Samuel E. Moelius IIITypo
2021-02-23 Samuel E. Moelius IIIRemove file accidentally re-added during rebase
2021-02-23 Samuel E. Moelius IIIUpdate custom_ice_message.stderr
2021-02-23 Samuel E. Moelius IIIFix update_lints
2021-02-23 Samuel E. Moelius IIIFix doc test
2021-02-23 Samuel E. Moelius IIIBump clippy_utils version
2021-02-23 Samuel E. Moelius IIIFix versioncheck test
2021-02-23 Samuel E. Moelius IIIFix one import
2021-02-23 Samuel E. Moelius IIIImprove tests
2021-02-23 Samuel E. Moelius IIIRemove unused features
2021-02-23 Samuel E. Moelius IIIRemove unused dependencies
2021-02-23 Samuel E. Moelius IIIGet tests to pass
2021-02-23 Samuel E. Moelius IIIUpdate clippy_utils/src/lib.rs
2021-02-23 Samuel E. Moelius IIIUpdate clippy_lints/src/lib.rs
2021-02-23 Samuel E. Moelius IIIFactor out `clippy_utils` crate
2021-02-23 klensyreplaced some map_or with map_or_else
2021-02-23 Ellenyeet
2021-02-23 borsAuto merge of #6573 - Jarcho:option_match_map, r=llogiq
2021-02-23 Guillaume GomezImprove code readability
2021-02-23 Guillaume Gomez* Fix some typo
2021-02-23 Guillaume GomezPut clean::Trait extra information into a new struct...
2021-02-23 Guillaume GomezUse a qualified path to make it more clear where `list_...
2021-02-23 Guillaume GomezRemove is_spotlight field from `Trait`
2021-02-23 klensyreplaced some unwrap_or with unwrap_or_else
2021-02-23 Michael HowellDo not consider using a semicolon inside of a different...
2021-02-23 Amanieu d'AntrasMove tests to subdirectory
2021-02-23 Amanieu d'AntrasAdd #[rustc_legacy_const_generics]
2021-02-23 borsAuto merge of #82443 - Dylan-DPC:rollup-yni7uio, r...
2021-02-23 Albin HedmanConstify ptr::write and the write[_unaligned] methods...
2021-02-23 Ryan LopopoloMake ascii_change_case_unchecked const
2021-02-23 Ryan LopopoloUpdate since attributes for new const_ascii_methods_on_...
2021-02-23 Ryan LopopoloRemove const from iterator fns
2021-02-23 YenForYangMake char methods const
2021-02-23 Dylan DPCRollup merge of #82391 - RalfJung:miri-atomic-minmax...
2021-02-23 Dylan DPCRollup merge of #82362 - osa1:issue81918, r=oli-obk
2021-02-23 Dylan DPCRollup merge of #82311 - aDotInTheVoid:jsondocck-improv...
2021-02-23 Dylan DPCRollup merge of #82308 - estebank:issue-82290, r=lcnr
2021-02-23 Dylan DPCRollup merge of #82305 - camelid:no-more-refcell, r...
2021-02-23 Dylan DPCRollup merge of #82297 - tmiasko:write-only, r=oli-obk
2021-02-23 Dylan DPCRollup merge of #82296 - spastorino:pubrules, r=nikomat...
2021-02-23 Dylan DPCRollup merge of #82258 - tmiasko:foreign-hir-stats...
2021-02-23 Dylan DPCRollup merge of #82113 - m-ou-se:panic-format-lint...
2021-02-23 Dylan DPCRollup merge of #81629 - 1000teslas:issue-81365-fix...
2021-02-23 LeSeulArtichautUse #[doc = include_str!()] in std
2021-02-23 Aaron HillSkip emitting closure diagnostic when closure_kind_orig...
2021-02-23 borsAuto merge of #82127 - tgnottingham:tune-ahead-of-time...
2021-02-23 Corey FarwellFix typo in sanitizer flag in unstable book.
2021-02-23 Joshua NelsonFix link
2021-02-23 Joshua NelsonConvert core/num/mod.rs to intra-doc links
2021-02-23 Dan GohmanEnable API documentation for `std::os::wasi`.
2021-02-23 borsAuto merge of #6781 - matthiaskrgr:lintcheck_fix, r...
2021-02-23 Matthias Krügerlintcheck fix build (forgot to pass function parameter...
2021-02-23 borsAuto merge of #82102 - nagisa:nagisa/fix-dwo-name,...
2021-02-23 borsAuto merge of #6780 - matthiaskrgr:lintcheck2, r=flip1995
2021-02-23 Ömer Sinan... Improve error msgs when found type is deref of expected
2021-02-23 Matthias Krügerlintcheck: rerun if clippy changed
2021-02-23 borsAuto merge of #82076 - jyn514:update-bootstrap, r=Mark...
2021-02-23 kadminSmall optimizations to obligation forest
2021-02-23 borsAuto merge of #6777 - giraffate:remove_unneeded_blank_l...
2021-02-23 borsAuto merge of #6774 - Y-Nak:quick-fix-bless, r=phansch
2021-02-23 borsAuto merge of #82430 - Dylan-DPC:rollup-nu4kfyc, r...
2021-02-23 Aaron HillSet RUST_BACKTRACE=0 when running `treat-err-as-bug...
2021-02-23 Dylan DPCRollup merge of #82255 - nhwn:nonzero-err-as-bug, r...
2021-02-23 Dylan DPCRollup merge of #82234 - GuillaumeGomez:remove-query...
next