about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-03-09Add documentation about lifetimes to thread::scope.Mara Bos-0/+18
2022-03-09Auto merge of #94761 - Dylan-DPC:rollup-v4emqsy, r=Dylan-DPCbors-64/+76
2022-03-09Rollup merge of #94759 - ehuss:update-cargo, r=ehussDylan DPC-7/+6
2022-03-09Rollup merge of #94756 - ChrisDenton:unreachable, r=yaahcDylan DPC-1/+7
2022-03-09Rollup merge of #94699 - ssomers:btree_prune_insert, r=Dylan-DPCDylan DPC-40/+19
2022-03-09Rollup merge of #94686 - ChayimFriedman2:issue-94629, r=jackh726Dylan DPC-4/+17
2022-03-09Rollup merge of #94583 - dtolnay:fuchsia, r=Mark-SimulacrumDylan DPC-0/+7
2022-03-09Rollup merge of #94312 - pierwill:fix-94311-lattice-docs, r=jackh726Dylan DPC-12/+20
2022-03-08Update cargoEric Huss-7/+6
2022-03-09Auto merge of #94750 - cuviper:dirent64_min, r=joshtriplettbors-10/+47
2022-03-09Use `unreachable!` for an unreachable code pathChris Denton-1/+7
2022-03-08Auto merge of #94751 - Dylan-DPC:rollup-zr7viw0, r=Dylan-DPCbors-53/+262
2022-03-08Rollup merge of #94730 - msabansal:sabansal/b-atomic-mut-ptr, r=Dylan-DPCDylan DPC-0/+1
2022-03-08Rollup merge of #94724 - cuviper:rmdirall-cstr, r=Dylan-DPCDylan DPC-10/+9
2022-03-08Rollup merge of #94723 - dtolnay:mustuse, r=Mark-SimulacrumDylan DPC-0/+123
2022-03-08Rollup merge of #94714 - ChrisDenton:win-close_read_wakes_up, r=Mark-SimulacrumDylan DPC-1/+0
2022-03-08Rollup merge of #94689 - compiler-errors:on-unimplemented-substs, r=petrochenkovDylan DPC-42/+129
2022-03-08unix: reduce the size of DirEntryJosh Stone-10/+47
2022-03-08Auto merge of #94702 - b-naber:static-refs-mir, r=lcnrbors-21/+30
2022-03-08Add core::hint::must_useDavid Tolnay-0/+123
2022-03-08Auto merge of #92260 - jyn514:less-python-logic, r=Mark-Simulacrumbors-49/+171
2022-03-08mention ignored fields of ExprKind::StaticRefb-naber-1/+1
2022-03-08Auto merge of #94734 - matthiaskrgr:rollup-28shqhy, r=matthiaskrgrbors-1110/+2801
2022-03-08Rollup merge of #94726 - lnicola:rust-analyzer-2022-03-08, r=lnicolaMatthias Krüger-18/+17
2022-03-08Rollup merge of #94712 - kckeiks:remove-rwlock-read-error-assumption, r=Mark-...Matthias Krüger-3/+3
2022-03-08Rollup merge of #94708 - notriddle:notriddle/cargo-toml-warning, r=lcnrMatthias Krüger-33/+132
2022-03-08Rollup merge of #94586 - sunfishcode:sunfishcode/io-lifetimes-tests, r=davidtwcoMatthias Krüger-6/+8
2022-03-08Rollup merge of #94580 - xFrednet:55112-only-reason-in-lint-attr, r=lcnrMatthias Krüger-41/+133
2022-03-08Rollup merge of #94559 - m-ou-se:thread-scope-spawn-closure-without-arg, r=Ma...Matthias Krüger-24/+26
2022-03-08Rollup merge of #92385 - clarfonthey:const_option, r=fee1-deadMatthias Krüger-10/+45
2022-03-08Rollup merge of #91993 - estebank:match-span-suggestion, r=oli-obkMatthias Krüger-975/+2437
2022-03-08treat literals in ExprKind::StaticRef as mir::ConstantKind::Valb-naber-21/+30
2022-03-08Auto merge of #94716 - RalfJung:miri, r=RalfJungbors-10/+7
2022-03-07Reverted atomic-mut-ptr feature removal causing compilation breakSandeep Bansal-0/+1
2022-03-08:arrow_up: rust-analyzerLaurențiu Nicola-18/+17
2022-03-07unix: Avoid name conversions in `remove_dir_all_recursive`Josh Stone-10/+9
2022-03-07update MiriRalf Jung-10/+7
2022-03-08Auto merge of #90887 - jackh726:issue-90729, r=nikomatsakisbors-216/+383
2022-03-07Bless testJack Huey-3/+12
2022-03-08Change wording of suggestion to add missing `match` armEsteban Kuber-271/+290
2022-03-08Point at uncovered variants in enum definition in `note` instead of a `span_l...Esteban Kuber-696/+1033
2022-03-08When finding a match expr with multiple arms that requires more, suggest itEsteban Kuber-50/+263
2022-03-08When finding a match expr with a single arm that requires more, suggest itEsteban Kuber-159/+805
2022-03-08When encountering a match expr with no arms, suggest itEsteban Kuber-278/+525
2022-03-07Enable `close_read_wakes_up` on WindowsChris Denton-1/+0
2022-03-07Use `f` instead of `|| f()`.Mara Bos-1/+1
2022-03-07copy over `std::path::absolute` instead of adding `canonicalize` hacksJoshua Nelson-26/+138
2022-03-07fix weird bug when `out` would get overridden by unit testsJoshua Nelson-10/+27
2022-03-07Don't depend on python for RUST_BOOTSTRAP_CONFIGJoshua Nelson-21/+21
2022-03-07Move some more bootstrap logic from python to rustJoshua Nelson-23/+16