]> git.lizzy.rs Git - rust.git/history - src
Stabilize `core::slice::fill`
[rust.git] / src /
2020-12-14 borsAuto merge of #79959 - JohnTitor:tidy-entries, r=petroc...
2020-12-14 borsAuto merge of #79944 - sivadeilra:syms_proc_macro_testi...
2020-12-14 Yuki OkushiCheck the number of entries in UI test
2020-12-13 borsAuto merge of #80005 - ssomers:btree_cleanup_3, r=Mark...
2020-12-13 Joshua NelsonUse imports instead of rewriting the type signature...
2020-12-13 borsAuto merge of #79978 - Aaron1011:fix/capture-broken...
2020-12-13 borsAuto merge of #79987 - ssomers:btree_cleanup_4, r=Mark...
2020-12-13 Alexis BourgetRefactor test_lang_string_parse to make it clearer
2020-12-13 borsAuto merge of #79376 - ssomers:btree_choose_parent_kv...
2020-12-13 EFanZhFix `cargo-binutils` link
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 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 CamelidResolve enum field visibility correctly
2020-12-12 Aaron HillProperly capture trailing 'unglued' token
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 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 Petrochenkovtidy: Re-enable check for inline unit tests
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 Rich KadelFixes reported bugs in Rust Coverage
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::{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 Jack HueyMove binder for dyn to each list item
2020-12-11 Guillaume GomezFix main section position so that the search input...
2020-12-11 Ralf Jungupdate Miri
2020-12-11 Guillaume GomezFix item name display on mobile
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 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 borsAuto merge of #79656 - jnqnfe:ordering, r=sfackler
2020-12-11 Tomasz MiąskoLower `discriminant_value` intrinsic
2020-12-10 borsAuto merge of #77801 - fusion-engineering-forks:pin...
2020-12-10 Aaron HillUse `def_path_hash_to_def_id` when re-using a `RawDefId`
2020-12-10 Ralf Jungre-bless tests
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 Burtescutests: 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 Chenguang Wangfix test case issue ref
2020-12-10 borsAuto merge of #79274 - the8472:probe-eperm, r=nagisa
2020-12-10 Chenguang Wangfix issue #78496
2020-12-10 borsAuto merge of #78837 - petrochenkov:keyvalexpr, r=davidtwco
2020-12-09 borsAuto merge of #79867 - tmandry:rollup-7mubs3b, r=tmandry
2020-12-09 Tyler MandryRollup merge of #79862 - GuillaumeGomez:tab-lock, r...
2020-12-09 Tyler MandryRollup merge of #79861 - tmiasko:llvm, r=cuviper
2020-12-09 Tyler MandryRollup merge of #79844 - tmiasko:rwu-table-mod, r=lcnr
2020-12-09 Tyler MandryRollup merge of #79826 - LingMan:match_if, r=lcnr
next