| Age | Commit message (Expand) | Author | Lines |
| 2021-09-05 | Change return type for T::{log,log2,log10} to u32. The value is at | Falk Hüffner | -35/+29 |
| 2021-09-05 | Auto merge of #88662 - m-ou-se:rollup-h6lgp7k, r=m-ou-se | bors | -74/+426 |
| 2021-09-05 | Rollup merge of #88657 - camelid:fix-dyn-sugg, r=m-ou-se | Mara Bos | -4/+25 |
| 2021-09-05 | Rollup merge of #88511 - matthiaskrgr:xpyclippydefaulttarget, r=jyn514 | Mara Bos | -2/+18 |
| 2021-09-05 | Rollup merge of #88432 - terrarier2111:patch-1, r=joshtriplett | Mara Bos | -1/+1 |
| 2021-09-05 | Rollup merge of #88257 - estebank:invalid-attr-error, r=oli-obk | Mara Bos | -67/+382 |
| 2021-09-05 | Auto merge of #88603 - nikic:llvm-update, r=cuviper | bors | -0/+0 |
| 2021-09-05 | Auto merge of #88559 - bjorn3:archive_logic_dedup, r=cjgillot | bors | -163/+84 |
| 2021-09-05 | Auto merge of #88469 - patrick-gu:master, r=dtolnay | bors | -25/+33 |
| 2021-09-04 | Fix 2021 `dyn` suggestion that used code as label | Noah Lev | -4/+25 |
| 2021-09-04 | Auto merge of #88626 - cjgillot:lfitb, r=petrochenkov | bors | -235/+195 |
| 2021-09-04 | Auto merge of #88364 - pietroalbini:llvm-install-filecheck, r=Mark-Simulacrum | bors | -0/+5 |
| 2021-09-04 | Auto merge of #88574 - camelid:box-genericarg-const, r=GuillaumeGomez | bors | -4/+9 |
| 2021-09-04 | Auto merge of #88550 - dpaoliello:dpaoliello/allocdebuginfo, r=estebank | bors | -41/+66 |
| 2021-09-04 | Auto merge of #88547 - notriddle:notriddle/is-expr-delims-necessary, r=davidtwco | bors | -7/+104 |
| 2021-09-04 | Auto merge of #88538 - bjorn3:no_session_in_crate_loader, r=petrochenkov | bors | -94/+77 |
| 2021-09-04 | Auto merge of #88633 - Mark-Simulacrum:bump-version, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-09-03 | Bump version to 1.57 | Mark Rousskov | -1/+1 |
| 2021-09-04 | Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiser | bors | -5/+67 |
| 2021-09-03 | Fix accidentally deleted part | patrick-gu | -1/+1 |
| 2021-09-03 | Add a missing backtick | patrick-gu | -1/+1 |
| 2021-09-03 | Remove excessive linking | patrick-gu | -58/+53 |
| 2021-09-03 | Auto merge of #88482 - athei:add-import-test, r=the8472 | bors | -0/+30 |
| 2021-09-03 | Replace Vec by Option. | Camille GILLOT | -35/+14 |
| 2021-09-03 | Simplify lifetimes_from_impl_trait_bounds. | Camille GILLOT | -200/+181 |
| 2021-09-03 | rustdoc: Box `GenericArg::Const` to reduce enum size | Noah Lev | -4/+9 |
| 2021-09-03 | Auto merge of #88572 - matthewjasper:if-let-scoping-fix, r=oli-obk | bors | -562/+596 |
| 2021-09-03 | Update coverage tests | Matthew Jasper | -5/+5 |
| 2021-09-03 | Auto merge of #88454 - devnexen:sunos_asan, r=wesleywiser | bors | -2/+6 |
| 2021-09-03 | Auto merge of #88597 - cjgillot:lower-global, r=petrochenkov | bors | -279/+231 |
| 2021-09-03 | Detect bare blocks with type ascription that were meant to be a `struct` literal | Esteban Kuber | -5/+67 |
| 2021-09-03 | Auto merge of #88618 - m-ou-se:rollup-6tss5z6, r=m-ou-se | bors | -56/+64 |
| 2021-09-03 | Rollup merge of #88613 - m-ou-se:array-docs-2021, r=Amanieu | Mara Bos | -7/+11 |
| 2021-09-03 | Rollup merge of #88610 - m-ou-se:array-into-iter-docs, r=Amanieu | Mara Bos | -2/+7 |
| 2021-09-03 | Rollup merge of #88579 - ast-ral:master, r=m-ou-se | Mara Bos | -4/+0 |
| 2021-09-03 | Rollup merge of #88557 - lcnr:const-generics-cleanup, r=BoxyUwU | Mara Bos | -31/+6 |
| 2021-09-03 | Rollup merge of #88507 - atsuzaki:slice-fill-maybeuninit-test, r=RalfJung | Mara Bos | -0/+8 |
| 2021-09-03 | Rollup merge of #88483 - jethrogb:jb/llvm-libunwind-self-contained, r=petroch... | Mara Bos | -12/+20 |
| 2021-09-03 | Rollup merge of #88202 - azdavis:master, r=jyn514 | Mara Bos | -0/+12 |
| 2021-09-03 | Update primitive docs for rust 2021. | Mara Bos | -7/+11 |
| 2021-09-03 | Update outdated docs of array::IntoIter::new. | Mara Bos | -2/+7 |
| 2021-09-03 | Auto merge of #86454 - tlyu:refactor-unsized-suggestions, r=davidtwco | bors | -67/+112 |
| 2021-09-03 | Auto merge of #88428 - petrochenkov:stmtid, r=Aaron1011 | bors | -55/+108 |
| 2021-09-03 | Auto merge of #88386 - estebank:unmatched-delims, r=jackh726 | bors | -67/+82 |
| 2021-09-03 | Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebank | bors | -41/+83 |
| 2021-09-02 | Auto merge of #85868 - Aaron1011:projection-cache, r=jackh726 | bors | -82/+62 |
| 2021-09-02 | Update LLVM submodule | Nikita Popov | -0/+0 |
| 2021-09-02 | Provide more context on incorrect inner attribute | Esteban Kuber | -67/+382 |
| 2021-09-02 | Auto merge of #88596 - m-ou-se:rollup-cidzt4v, r=m-ou-se | bors | -216/+726 |
| 2021-09-02 | Bless ast-json tests. | Camille GILLOT | -2/+2 |