]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-12-15 Joshua NelsonSwitch to Symbol for item.name
2020-12-15 Joshua NelsonRemove unnecessary unwrap_or
2020-12-13 borsAuto merge of #79376 - ssomers:btree_choose_parent_kv...
2020-12-13 borsAuto merge of #79668 - coolreader18:recover-const-impl...
2020-12-13 borsAuto merge of #79956 - camelid:variant-field-vis, r...
2020-12-13 borsAuto merge of #79994 - JohnTitor:rollup-43wl2uj, r...
2020-12-13 Yuki OkushiRollup merge of #79985 - GuillaumeGomez:fix-submit...
2020-12-13 Yuki OkushiRollup merge of #79984 - Nadrieril:remove-unused-dep...
2020-12-13 Yuki OkushiRollup merge of #79973 - camelid:rustdoc-search-tab...
2020-12-13 Yuki OkushiRollup merge of #79970 - bjorn3:no_unnecessary_llvm_che...
2020-12-13 Yuki OkushiRollup merge of #79963 - LeSeulArtichaut:debruijn-typo...
2020-12-13 Yuki OkushiRollup merge of #79954 - jyn514:normalize-oops, r=Mark...
2020-12-13 Yuki OkushiRollup merge of #79942 - JCTyblaidd:static-mem-init...
2020-12-13 Yuki OkushiRollup merge of #79940 - matthiaskrgr:cl15ppy, r=Dylan-DPC
2020-12-13 Yuki OkushiRollup merge of #79845 - jyn514:python3, r=Mark-Simulacrum
2020-12-13 Yuki OkushiRollup merge of #79834 - m-ou-se:bye-linked-list-extras...
2020-12-13 Yuki OkushiRollup merge of #79398 - pickfire:keyword, r=Dylan-DPC
2020-12-13 Yuki OkushiRollup merge of #79360 - wchargin:wchargin-doc-iter...
2020-12-13 borsAuto merge of #79988 - ssomers:btree_cleanup_5, r=Mark...
2020-12-12 Stein SomersBTreeMap: capture a recurring use pattern as replace_kv
2020-12-12 Guillaume GomezFixes submit event of the search input
2020-12-12 borsAuto merge of #79976 - jyn514:assertion-failure, r...
2020-12-12 Joshua NelsonFix building compiler docs with stage 0
2020-12-12 NadrierilRemove an unused dependency that made `rustdoc` crash
2020-12-12 CamelidResolve enum field visibility correctly
2020-12-12 NoahRecover on `const impl<> X for Y`
2020-12-12 Joshua NelsonRemove incorrect assert
2020-12-12 Camelidrustdoc light theme: Fix CSS for selected buttons
2020-12-12 borsAuto merge of #79957 - jyn514:smaller-span, r=Guillaume...
2020-12-12 Stein SomersBTreeMap: clarify comments and panics surrounding choos...
2020-12-12 borsAuto merge of #79969 - petrochenkov:outestidy, r=Mark...
2020-12-12 bjorn3Don't require cmake and ninja when the LLVM backend...
2020-12-12 bjorn3Don't checkout llvm-project when the LLVM backend isn...
2020-12-12 Vadim PetrochenkovRemove some no longer necessary `#[cfg(test)]`s
2020-12-12 Vadim Petrochenkovtidy: Re-enable check for inline unit tests
2020-12-12 LeSeulArtichautFix typo in `DebruijnIndex` documentation
2020-12-12 borsAuto merge of #79370 - jyn514:tidy-error, r=GuillaumeGomez
2020-12-12 Joshua NelsonSmall cleanups
2020-12-12 Joshua NelsonIgnore .css files in the diff
2020-12-12 Joshua NelsonIf tidy isn't installed, only give one error, not many
2020-12-12 Joshua NelsonDon't abort rustdoc tests if `tidy` isn't installed
2020-12-12 borsAuto merge of #79169 - LeSeulArtichaut:ty-lib, r=nikoma...
2020-12-12 borsAuto merge of #79937 - RalfJung:miri, r=RalfJung
2020-12-12 Joshua NelsonFix the JSON backend
2020-12-12 Joshua NelsonCalculate span info on-demand instead of ahead of time
2020-12-12 Joshua NelsonPass Session into renderer
2020-12-12 borsAuto merge of #79931 - RalfJung:no-redundant-storage...
2020-12-12 borsAuto merge of #79553 - sexxi-goose:mir_min_cap_writebac...
2020-12-11 Matthias Krügerfix clippy::unnecessary_filter_map
2020-12-11 Matthias Krügeruse if let Some(x) = .. instead of ...map(|x|) to...
2020-12-11 Matthias Krügerfix clippy::{needless_bool, manual_unwrap_or}
2020-12-11 Matthias Krügerdon't clone types that are copy (clippy::clone_on_copy)
2020-12-11 Matthias Krügerdon't convert types into identical types with .into...
2020-12-11 Matthias Krügeruse strip_prefix over slicing (clippy::manual_strip)
2020-12-11 borsAuto merge of #79349 - Nemo157:issue-79201, r=jyn514
2020-12-11 JCTyblaiddRustfmt
2020-12-11 JCTyblaiddFix rustfmt failure
2020-12-11 JCTyblaiddAdd post-initialization hook for static memory initiali...
2020-12-11 Ralf Jungupdate Miri
2020-12-11 borsAuto merge of #79925 - camelid:flatten-docs, r=scottmcm
2020-12-11 borsAuto merge of #79910 - RalfJung:abort-msg, r=oli-obk
2020-12-11 Ralf Jungmake redundant StorageLive UB
2020-12-11 borsAuto merge of #79915 - Aaron1011:fix/fix-reuse-def...
2020-12-11 Aman AroraTest cases for RFC 2229
2020-12-11 borsAuto merge of #79893 - RalfJung:forget-windows, r=oli-obk
2020-12-11 borsAuto merge of #79927 - tmandry:rollup-pwn4b1v, r=tmandry
2020-12-11 Tyler MandryRollup merge of #79917 - sivadeilra:asm_symbols, r...
2020-12-11 Tyler MandryRollup merge of #79896 - GuillaumeGomez:more-elements...
2020-12-11 Tyler MandryRollup merge of #79871 - Pratyush:patch-1, r=joshtriplett
2020-12-11 Tyler MandryRollup merge of #79860 - rust-lang:frewsxcv-patch-2...
2020-12-11 Tyler MandryRollup merge of #79858 - sasurau4:doc/update-unstable...
2020-12-11 Tyler MandryRollup merge of #79851 - camelid:better-error-for-defau...
2020-12-11 Tyler MandryRollup merge of #79809 - Eric-Arellano:split-once,...
2020-12-11 Tyler MandryRollup merge of #79698 - m-ou-se:libs-tracking-issue...
2020-12-11 Tyler MandryRollup merge of #79639 - sasurau4:feature/add-long...
2020-12-11 Tyler MandryRollup merge of #79375 - vext01:kernel-copy-temps,...
2020-12-11 Tyler MandryRollup merge of #77027 - termhn:mul_add_doc_change...
2020-12-11 CamelidImprove wording of `flatten()` docs
2020-12-11 borsAuto merge of #79656 - jnqnfe:ordering, r=sfackler
2020-12-10 borsAuto merge of #77801 - fusion-engineering-forks:pin...
2020-12-10 Mara BosAdd tracking issue template for library features.
2020-12-10 Arlie DavisUse Symbol for inline asm register class names
2020-12-10 Aaron HillUse `def_path_hash_to_def_id` when re-using a `RawDefId`
2020-12-10 Lyndon BrownAdd some core::cmp::Ordering helpers
2020-12-10 Ralf Jungre-bless tests
2020-12-10 Ralf JungCTFE: tweak abort-on-uninhabited message
2020-12-10 borsAuto merge of #79814 - lcnr:deque-f, r=Mark-Simulacrum
2020-12-10 borsAuto merge of #79536 - davidtwco:focal-fossa-ci, r...
2020-12-10 David Woodci: use 20.04 on x86_64-gnu-nopt builder
2020-12-10 Daiki IharaUpdate const-fn doc in unstable-book
2020-12-10 borsAuto merge of #79801 - eddyb:scalar-transmute, r=nagisa
2020-12-10 Eduard-Mihai... tests: codegen/transmute-scalar needs optimizations...
2020-12-10 borsAuto merge of #79621 - usbalbin:constier_maybe_uninit...
2020-12-10 Guillaume GomezMake search results tab and help button focusable with...
2020-12-10 Ralf JungWindows TLS: ManuallyDrop instead of mem::forget
2020-12-10 Aman AroraUse closure_min_captures in borrow checker
2020-12-10 Aman AroraUse precise places when lowering Closures in THIR
2020-12-10 Aman AroraUse Places for captures in MIR
2020-12-10 borsAuto merge of #79274 - the8472:probe-eperm, r=nagisa
2020-12-10 borsAuto merge of #78837 - petrochenkov:keyvalexpr, r=davidtwco
next