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