]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-10-12 borsAuto merge of #77821 - tmiasko:discriminant-value-is...
2020-10-12 borsAuto merge of #75914 - arlosi:aarch64-ci, r=pietroalbini
2020-10-12 borsAuto merge of #77837 - Aaron1011:bump-miri-backtrace...
2020-10-12 borsAuto merge of #75956 - jonas-schievink:lto-opt-sz,...
2020-10-12 borsAuto merge of #77819 - mati865:crossbeam-ub, r=Mark...
2020-10-12 borsAuto merge of #77790 - jyn514:undivided, r=ollie27
2020-10-12 Joshua NelsonRemove unnecessary `RefCell` for doc_strings
2020-10-12 Joshua NelsonShow summary lines on cross-crate re-exports
2020-10-11 Jonas SchievinkUse no-prefer-dynamic
2020-10-11 Aaron HillBump miri
2020-10-11 Jonas SchievinkFix -Clinker-plugin-lto with opt-levels s and z
2020-10-11 borsAuto merge of #75991 - shepmaster:silicon-ci, r=pietroa...
2020-10-11 Mateusz MikułaUpdate crossbeam-channel to avoid UB
2020-10-11 borsAuto merge of #76859 - Aaron1011:fix/llvm-cgu-reuse...
2020-10-11 borsAuto merge of #77824 - Aaron1011:bump-backtrace-miri...
2020-10-11 Aaron HillBump backtrace-rs
2020-10-11 borsAuto merge of #77793 - tmiasko:no-op-discriminant,...
2020-10-11 borsAuto merge of #77727 - thomcc:mach-info-order, r=Amanieu
2020-10-11 borsAuto merge of #77743 - bugadani:idl-cleanup, r=bugadani
2020-10-11 borsAuto merge of #77769 - camelid:regression-untriaged...
2020-10-11 borsAuto merge of #77565 - khyperia:codegen-backend-dep...
2020-10-11 borsAuto merge of #77774 - petrochenkov:floatuple, r=estebank
2020-10-11 borsAuto merge of #77649 - dash2507:replace_run_compiler...
2020-10-11 Tomasz MiąskoRemove unnecessary unsafe block around calls to discrim...
2020-10-10 Vadim Petrochenkovrustc_parse: More precise spans for `tuple.0.0`
2020-10-10 borsAuto merge of #77087 - estebank:issue-45817, r=matthewj...
2020-10-10 borsAuto merge of #76934 - camelid:rustdoc-allow-generic...
2020-10-10 CamelidFix query docs
2020-10-10 borsAuto merge of #77798 - JohnTitor:rollup-82u711m, r...
2020-10-10 Yuki OkushiRollup merge of #77787 - jyn514:consistent-versions...
2020-10-10 Yuki OkushiRollup merge of #77782 - nhayama:fix-typo, r=jonas...
2020-10-10 Yuki OkushiRollup merge of #77777 - cuviper:doc-stat, r=jonas...
2020-10-10 Yuki OkushiRollup merge of #77766 - JohnTitor:fix-debug-config...
2020-10-10 Yuki OkushiRollup merge of #77754 - bugadani:find_map_relevant_imp...
2020-10-10 Yuki OkushiRollup merge of #77748 - mati865:dead-code-cleanup...
2020-10-10 Yuki OkushiRollup merge of #77738 - RalfJung:alloc-error-handler...
2020-10-10 Yuki OkushiRollup merge of #77709 - pickfire:patch-1, r=jyn514
2020-10-10 Yuki OkushiRollup merge of #77629 - Julian-Wollersberger:recompute...
2020-10-10 Yuki OkushiRollup merge of #77195 - follower:patch-2, r=jyn514
2020-10-10 borsAuto merge of #77337 - lzutao:asm-mips64, r=Amanieu
2020-10-10 borsAuto merge of #77771 - nagisa:revert-77023, r=Mark...
2020-10-10 Yuki OkushiClarify the debug-related values should take boolean
2020-10-10 Ivan ThamImprove vec leak wording
2020-10-10 Ivan ThamAlloc vec doc mention cannot undo leak
2020-10-10 Joshua NelsonUpdate `changelog-seen` in config.toml.example
2020-10-10 Dániel BugaRe-enable test case
2020-10-10 Dániel BugaApply suggestions from code review
2020-10-10 Dániel BugaRefactor path resolution and use Symbols instead of...
2020-10-10 Dániel BugaApply suggestions from code review
2020-10-10 Dániel BugaClean up hard to follow control flow
2020-10-10 Dániel BugaClean up check_full_res
2020-10-10 borsAuto merge of #77731 - cuviper:big-endian-backtrace...
2020-10-10 borsAuto merge of #77717 - tmiasko:posix-spawn-error-check...
2020-10-10 borsAuto merge of #77580 - petrochenkov:norestarg, r=matthe...
2020-10-10 Naoki HayamaFix typo in error code description
2020-10-10 borsAuto merge of #77336 - pietroalbini:pkgname, r=Mark...
2020-10-10 Esteban Küberaddress review comments
2020-10-10 Josh Stonedoc: disambiguate stat in MetadataExt::as_raw_stat
2020-10-10 Tomasz MiąskoRecognize discriminant reads as no-ops in RemoveNoopLan...
2020-10-09 CamelidMove `@has` checks closer to corresponding doc comments
2020-10-09 CamelidUse `next()` instead of `peek()` where possible
2020-10-09 CamelidLink to GitHub issue re macro resolution
2020-10-09 Simonas KazlauskasRevert "Assume slice len is bounded by allocation size"
2020-10-09 Esteban KüberAdd docstring
2020-10-09 Esteban KüberGiven `<T as Trait>::A: Ty` suggest `T: Trait<A = Ty>`
2020-10-09 Esteban KüberSuggest removing bounds even when potential typo
2020-10-09 Esteban KüberTweak output and add test cases
2020-10-09 Esteban KüberPoint out why a trait is expected on `Struct + 'lt`
2020-10-09 CamelidAuto-prioritize issues with `regression-untriaged`
2020-10-09 borsAuto merge of #77276 - GuillaumeGomez:reexported-item...
2020-10-09 borsAuto merge of #77674 - cuviper:direntry-diet, r=dtolnay
2020-10-09 Guillaume GomezDon't filter out imports added by the compiler for...
2020-10-09 Guillaume GomezRemove unneeded ImportItem on glob ones
2020-10-09 Guillaume GomezSimplify included import items handling
2020-10-09 Guillaume GomezAdd test to ensure that external items aren't lint...
2020-10-09 Guillaume GomezCorrectly handle "pub use" reexports
2020-10-09 Guillaume GomezAdd test for reexported items lints
2020-10-09 Guillaume GomezDon't remove export items so that we can run lints...
2020-10-09 Josh Stonesimplify the cfg in ReadDir construction
2020-10-09 borsAuto merge of #77747 - flip1995:clippyup, r=Manishearth
2020-10-09 Josh Stoneremove ReadDir.end_of_stream on targets that don't...
2020-10-09 Josh Stoneunix/vxworks: make DirEntry slightly smaller
2020-10-09 Dániel BugaRevert calculate_dtor signature change
2020-10-09 borsAuto merge of #77609 - ortem:fix-lldb-commands, r=Mark...
2020-10-09 Dániel BugaReimplement for_each_relevant_impl on top of find_map...
2020-10-09 Dániel BugaAdd find_map_relevant_impl
2020-10-09 Pietro Albinibootstrap: always use the Rust version in package names
2020-10-09 borsAuto merge of #77690 - est31:llvm_8_required, r=matthew...
2020-10-09 Mateusz MikułaRemove useless `all` in cfg
2020-10-09 Mateusz MikułaRemove some dead code in windows-gnu std
2020-10-09 flip1995Update Cargo.lock
2020-10-09 flip1995Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b...
2020-10-09 borsAuto merge of #77698 - vandenheuvel:chalkup, r=jackh726
2020-10-09 Ralf Jungrename __default_lib_allocator -> __default_alloc_error...
2020-10-09 Ralf Jungalso extend global allocator comment
2020-10-09 Ralf Jungfix __rust_alloc_error_handler comment
2020-10-09 Julian WollersbergerNoticed a potential bug in `eat_while()`: it doesn...
2020-10-09 borsAuto merge of #6136 - dtolnay:serve, r=flip1995
2020-10-09 borsAuto merge of #77687 - est31:hash_shorter_path, r=davidtwco
2020-10-09 borsAuto merge of #6115 - ebroto:changelog_1_48, r=flip1995
next