| Age | Commit message (Expand) | Author | Lines |
| 2021-07-21 | Rollup merge of #87326 - ehuss:update-cargo, r=ehuss | Eric Huss | -0/+0 |
| 2021-07-21 | Rollup merge of #87278 - lnicola:rust-analyzer-2021-07-19, r=lnicola | Eric Huss | -16/+15 |
| 2021-07-20 | Update cargo | Eric Huss | -0/+0 |
| 2021-07-20 | Auto merge of #87310 - spastorino:update_miri, r=RalfJung | bors | -12/+8 |
| 2021-07-20 | Update MIRI | Santiago Pastorino | -12/+8 |
| 2021-07-19 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+15 |
| 2021-07-19 | Merge commit '4c41a222ca5d1325fb4b6709395bd06e766cc042' into clippyup | flip1995 | -298/+468 |
| 2021-07-19 | Auto merge of #86848 - notriddle:notriddle/drop-dyn, r=varkor | bors | -1/+1 |
| 2021-07-18 | fix(clippy): add missing allow(dyn_drop) | Michael Howell | -1/+1 |
| 2021-07-18 | update Miri | Ralf Jung | -9/+12 |
| 2021-07-17 | Auto merge of #86676 - cjgillot:localexpn, r=petrochenkov | bors | -2/+2 |
| 2021-07-17 | Use LocalExpnId where possible. | Camille GILLOT | -2/+2 |
| 2021-07-16 | Auto merge of #87140 - camsteffen:pat-slice-refs, r=oli-obk | bors | -14/+14 |
| 2021-07-16 | Rollup merge of #87069 - sexxi-goose:copy_ref_always, r=nikomatsakis | Guillaume Gomez | -14/+9 |
| 2021-07-15 | Update cargo | Eric Huss | -0/+0 |
| 2021-07-15 | Remove refs from pat slices | Cameron Steffen | -14/+14 |
| 2021-07-15 | Auto merge of #87152 - flip1995:clippyup, r=Manishearth | bors | -607/+2225 |
| 2021-07-15 | Rollup merge of #87147 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-07-15 | Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e' into clippyup | flip1995 | -607/+2225 |
| 2021-07-14 | Update cargo | Eric Huss | -0/+0 |
| 2021-07-14 | Add -Zfuture-incompat-test to assist with testing future-incompat reports. | Eric Huss | -4/+1 |
| 2021-07-14 | ExprUseVisitor::Delegate consume only when moving | Aman Arora | -14/+9 |
| 2021-07-13 | Auto merge of #86827 - camsteffen:hash-lint-resolved, r=oli-obk | bors | -1/+1 |
| 2021-07-13 | Auto merge of #86922 - joshtriplett:target-abi, r=oli-obk | bors | -0/+1 |
| 2021-07-12 | :arrow_up: rust-analyzer | Laurențiu Nicola | -17/+17 |
| 2021-07-11 | update Miri | Ralf Jung | -8/+9 |
| 2021-07-10 | rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro` | Vadim Petrochenkov | -26/+4 |
| 2021-07-09 | clippy: allow default_hash_types on bootstrap | Cameron Steffen | -1/+1 |
| 2021-07-08 | Rollup merge of #84961 - GuillaumeGomez:rework-session-globals, r=oli-obk | Guillaume Gomez | -6/+11 |
| 2021-07-08 | Rework SESSION_GLOBALS API to prevent overwriting it | Guillaume Gomez | -6/+11 |
| 2021-07-08 | Auto merge of #85363 - EFanZh:gdb-pretty-print-slices, r=michaelwoerister | bors | -2/+2 |
| 2021-07-08 | Auto merge of #86949 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2021-07-07 | update Miri | Ralf Jung | -8/+8 |
| 2021-07-07 | Implement cfg(target_abi) (RFC 2992) | Josh Triplett | -0/+1 |
| 2021-07-07 | Add memchr to list of permitted cg_clif deps | bjorn3 | -0/+1 |
| 2021-07-07 | Auto merge of #86920 - JohnTitor:rollup-buvzpkr, r=JohnTitor | bors | -6/+8 |
| 2021-07-07 | Auto merge of #86901 - sexxi-goose:query_remove, r=nikomatsakis | bors | -6/+8 |
| 2021-07-06 | Make type_implements_trait not a query | Aman Arora | -6/+8 |
| 2021-07-06 | Add s to non_fmt_panic | Ryan Levick | -5/+5 |
| 2021-07-06 | Allow lint names to have ascii numbers | Ryan Levick | -1/+3 |
| 2021-07-06 | Auto merge of #86231 - nagisa:nagisa/abi-allowlist, r=petrochenkov | bors | -1/+1 |
| 2021-07-06 | Replace per-target ABI denylist with an allowlist | Simonas Kazlauskas | -1/+1 |
| 2021-07-06 | Rollup merge of #86878 - lnicola:rust-analyzer-2021-07-05, r=lnicola | Yuki Okushi | -16/+17 |
| 2021-07-05 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+17 |
| 2021-07-05 | Auto merge of #86861 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2021-07-05 | Auto merge of #86663 - fee1-dead:use-rustdoc-css, r=GuillaumeGomez | bors | -0/+1 |
| 2021-07-05 | update miri | Ralf Jung | -8/+8 |
| 2021-07-05 | Rollup merge of #86874 - klensy:bump-deps, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-07-04 | Auto merge of #86866 - nikomatsakis:issue-84841, r=oli-obk | bors | -1/+3 |
| 2021-07-04 | tidy: update cargo_metadata to 0.12 | klensy | -1/+1 |