| Age | Commit message (Expand) | Author | Lines |
| 2021-08-16 | Uplift the `invalid_atomic_ordering` lint from clippy to rustc | Thom Chiovoloni | -235/+1 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -482/+633 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -3/+3 |
| 2021-08-12 | Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735' into clippyup | flip1995 | -263/+477 |
| 2021-08-04 | Auto merge of #87568 - petrochenkov:localevel, r=cjgillot | bors | -47/+47 |
| 2021-08-02 | Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-08-01 | bump bootstrap compiler to 1.55 | Pietro Albini | -2/+0 |
| 2021-07-31 | Fix clippy | Vadim Petrochenkov | -47/+47 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |
| 2021-07-29 | Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup | flip1995 | -2681/+2934 |
| 2021-07-27 | Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr | bors | -4/+23 |
| 2021-07-26 | Actually infer args in visitors | kadmin | -47/+1 |
| 2021-07-25 | Introduce OwnerNode::Crate. | Camille GILLOT | -1/+1 |
| 2021-07-25 | Add inferred args to typeck | kadmin | -4/+69 |
| 2021-07-19 | Merge commit '4c41a222ca5d1325fb4b6709395bd06e766cc042' into clippyup | flip1995 | -184/+159 |
| 2021-07-16 | Auto merge of #87140 - camsteffen:pat-slice-refs, r=oli-obk | bors | -5/+5 |
| 2021-07-16 | Rollup merge of #87069 - sexxi-goose:copy_ref_always, r=nikomatsakis | Guillaume Gomez | -12/+7 |
| 2021-07-15 | Remove refs from pat slices | Cameron Steffen | -5/+5 |
| 2021-07-15 | Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e' into clippyup | flip1995 | -414/+575 |
| 2021-07-14 | ExprUseVisitor::Delegate consume only when moving | Aman Arora | -12/+7 |
| 2021-07-13 | Auto merge of #86827 - camsteffen:hash-lint-resolved, r=oli-obk | bors | -1/+1 |
| 2021-07-10 | rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro` | Vadim Petrochenkov | -14/+2 |
| 2021-07-09 | clippy: allow default_hash_types on bootstrap | Cameron Steffen | -1/+1 |
| 2021-07-08 | Rework SESSION_GLOBALS API to prevent overwriting it | Guillaume Gomez | -4/+8 |
| 2021-07-06 | Add s to non_fmt_panic | Ryan Levick | -1/+1 |
| 2021-07-01 | Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup | flip1995 | -718/+1213 |
| 2021-06-18 | Auto merge of #85421 - Smittyvb:rm_pushpop_unsafe, r=matthewjasper | bors | -3/+1 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -10/+12 |
| 2021-06-06 | Remove some last remants of {push,pop}_unsafe! | Smitty | -3/+1 |
| 2021-06-04 | Remove `doc(include)` | Joshua Nelson | -17/+2 |
| 2021-06-03 | Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup | flip1995 | -722/+1087 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-20 | Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577' into clippyup | flip1995 | -469/+1052 |
| 2021-05-18 | Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr | bors | -3/+3 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -4/+4 |
| 2021-05-12 | Use () for inherent_impls. | Camille GILLOT | -2/+2 |
| 2021-05-12 | Use () for HIR queries. | Camille GILLOT | -2/+2 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -5/+4 |
| 2021-05-12 | Implement span quoting for proc-macros | Aaron Hill | -2/+2 |
| 2021-05-06 | Fix clippy | Scott McMurray | -3/+3 |
| 2021-05-06 | Merge commit 'b71f3405606d49b9735606b479c3415a0ca9810f' into clippyup | flip1995 | -941/+1701 |
| 2021-05-05 | Use local and remapped paths where appropriate | Andy Wang | -5/+4 |
| 2021-04-28 | Rollup merge of #84484 - jyn514:check-tools, r=Mark-Simulacrum | Jack Huey | -1/+1 |
| 2021-04-27 | Switch `rustc::internal` from deny to warn | Joshua Nelson | -1/+1 |
| 2021-04-27 | Merge commit '7c7683c8efe447b251d6c5ca6cce51233060f6e8' into clippyup | flip1995 | -138/+136 |
| 2021-04-25 | fix clippy | Ralf Jung | -1/+1 |
| 2021-04-22 | Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyup | flip1995 | -794/+1718 |
| 2021-04-08 | Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup | flip1995 | -5304/+6573 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -2/+5 |
| 2021-03-31 | Track bound vars | Jack Huey | -5/+5 |