| Age | Commit message (Expand) | Author | Lines |
| 2021-04-06 | Add spans to E0277 for impl/trait type/fn obligation disparity | Esteban Küber | -25/+96 |
| 2021-04-06 | review comments | Esteban Küber | -2/+2 |
| 2021-04-06 | Always mention `Box::pin` when dealing with `!Unpin` | Esteban Küber | -1/+4 |
| 2021-04-06 | Point at `impl` and type defs introducing requirements on E0277 | Esteban Küber | -110/+621 |
| 2021-04-06 | Suggest Pin/Box/Arc for more cases | Esteban Küber | -52/+53 |
| 2021-04-07 | Auto merge of #83955 - ehuss:update-stage0, r=Mark-Simulacrum | bors | -2/+2 |
| 2021-04-06 | Use a more appropriate span for `;` suggestion | Esteban Küber | -9/+42 |
| 2021-04-07 | Disable using non-ascii identifiers in extern blocks. | Charles Lew | -3/+80 |
| 2021-04-06 | Bump bootstrap compiler | Eric Huss | -2/+2 |
| 2021-04-06 | Do not ICE when closure is involved in TAIT | Esteban Küber | -1/+42 |
| 2021-04-06 | Remove trailing `:` from E0119 message | Esteban Küber | -83/+83 |
| 2021-04-06 | Account for `ExprKind::Block` when suggesting .into() and deref | Esteban Küber | -4/+41 |
| 2021-04-06 | Auto merge of #83828 - camelid:rustdoc-vec-perf, r=jyn514 | bors | -3/+5 |
| 2021-04-06 | Fix handling of `--output-format json` flag | Joshua Nelson | -15/+28 |
| 2021-04-06 | Fix a couple resolve bugs from binder refactor | Jack Huey | -1/+56 |
| 2021-04-06 | add lint deref_nullptr | Aliénore Bouttefeux | -0/+94 |
| 2021-04-06 | Add regression test | Giacomo Stevanato | -0/+65 |
| 2021-04-06 | Add reborrow suggestion when mutable reference is moved in a for loop | Giacomo Stevanato | -1/+18 |
| 2021-04-06 | Store links in Cache instead of on items directly | Joshua Nelson | -82/+82 |
| 2021-04-06 | Symbol optimizations | Cameron Steffen | -82/+67 |
| 2021-04-06 | Auto merge of #83934 - Dylan-DPC:rollup-nw5dadn, r=Dylan-DPC | bors | -146/+135 |
| 2021-04-06 | Auto merge of #7044 - camsteffen:match-path, r=Manishearth | bors | -0/+8 |
| 2021-04-06 | rustdoc: Use `ThinVec` in a few places | Camelid | -3/+5 |
| 2021-04-06 | Auto merge of #7043 - camsteffen:dead-utils, r=flip1995 | bors | -41/+4 |
| 2021-04-06 | Soft deprecate match_path and match_qpath | Cameron Steffen | -0/+8 |
| 2021-04-06 | Remove paths::PATH_BUF | Cameron Steffen | -1/+0 |
| 2021-04-06 | Remove get_node_span | Cameron Steffen | -40/+4 |
| 2021-04-06 | Merge branch 'master' into stab_peek_mut | lukaslueg | -37251/+16322 |
| 2021-04-06 | Update library/core/src/iter/adapters/peekable.rs | lukaslueg | -1/+1 |
| 2021-04-06 | Rollup merge of #83920 - ortem:fix-hashmap-lldb-pretty-printer-1.52, r=pnkfelix | Dylan DPC | -6/+8 |
| 2021-04-06 | Rollup merge of #83910 - ehuss:update-cargo, r=ehuss | Dylan DPC | -0/+0 |
| 2021-04-06 | Rollup merge of #83903 - rust-lang:GuillaumeGomez-patch-1, r=lcnr | Dylan DPC | -1/+1 |
| 2021-04-06 | Rollup merge of #83902 - alexcrichton:update-llvm, r=nikic | Dylan DPC | -0/+0 |
| 2021-04-06 | Rollup merge of #83895 - eggyal:issue-83883, r=jyn514 | Dylan DPC | -4/+43 |
| 2021-04-06 | Rollup merge of #83829 - petrochenkov:minclean, r=nagisa | Dylan DPC | -52/+6 |
| 2021-04-06 | Rollup merge of #82963 - camelid:move-sharedcontext, r=GuillaumeGomez | Dylan DPC | -83/+77 |
| 2021-04-06 | Auto merge of #83875 - jyn514:diag_info, r=bugadani | bors | -129/+67 |
| 2021-04-06 | Auto merge of #6931 - Jarcho:needless_borrow, r=phansch,flip1995 | bors | -2162/+2150 |
| 2021-04-06 | forbid `impl Trait` in generic param defaults | SNCPlay42 | -66/+134 |
| 2021-04-06 | use a `SmallVec` in `impl_or_trait_item` | lcnr | -2/+4 |
| 2021-04-06 | Fix all occurences of `needless_borrow` internally | Jason Newcomb | -2162/+2150 |
| 2021-04-06 | Auto merge of #7036 - horacimacias:master, r=giraffate | bors | -19/+111 |
| 2021-04-06 | Auto merge of #83922 - RalfJung:miri, r=RalfJung | bors | -52/+60 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -3/+7 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -242/+281 |
| 2021-04-06 | update Miri | Ralf Jung | -52/+60 |
| 2021-04-06 | Auto merge of #83821 - camelid:improve-thinvec, r=petrochenkov | bors | -0/+91 |
| 2021-04-06 | Fix HashMap/HashSet LLDB pretty-printer after hashbrown 0.11.0 | ortem | -6/+8 |
| 2021-04-06 | consider mutability on useless_vec suggestions | Horaci Macias | -19/+111 |
| 2021-04-06 | Add listing of lints (eg via -W help) to rustdoc | Alan Egerton | -4/+43 |