| Age | Commit message (Expand) | Author | Lines |
| 2021-09-03 | Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebank | bors | -5/+2 |
| 2021-08-30 | Fix clippy for let-else | Cameron Steffen | -2/+5 |
| 2021-08-28 | Teach tools that macros are now HIR items | inquisitivecrystal | -1/+9 |
| 2021-08-28 | Treat macros as HIR items | inquisitivecrystal | -0/+1 |
| 2021-08-27 | Path remapping: Make behavior of diagnostics output dependent on presence of ... | Michael Woerister | -5/+2 |
| 2021-08-26 | update `TypeFlags` to deal with missing ct substs | lcnr | -1/+1 |
| 2021-08-26 | add `tcx` to `fn walk` | lcnr | -14/+14 |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -7/+3 |
| 2021-08-26 | require a `tcx` for `TypeVisitor` | lcnr | -6/+9 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -9/+9 |
| 2021-08-22 | Rollup merge of #88211 - petrochenkov:withhilo, r=jyn514 | Guillaume Gomez | -2/+2 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -1/+1 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -3/+3 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -5/+5 |
| 2021-08-21 | cleanup: `Span::new` -> `Span::with_lo` | Vadim Petrochenkov | -2/+2 |
| 2021-08-19 | Fix clippy let expressions fallout | Cameron Steffen | -100/+91 |
| 2021-08-18 | remove box_syntax uses from cranelift and tools | Marcel Hellwig | -248/+247 |
| 2021-08-16 | Auto merge of #84039 - jyn514:uplift-atomic-ordering, r=wesleywiser | bors | -235/+1 |
| 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 |