| Age | Commit message (Expand) | Author | Lines |
| 2020-10-01 | Merge commit 'd28211ddb6bec659acd523ef63966a5032a618b7' into beta | flip1995 | -17/+65 |
| 2020-08-20 | Capture tokens for Pat used in macro_rules! argument | Aaron Hill | -0/+1 |
| 2020-08-17 | Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk | bors | -12/+12 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -12/+12 |
| 2020-08-17 | clippy: support `QPath::LangItem` | David Wood | -123/+108 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -5/+5 |
| 2020-08-12 | Auto merge of #75405 - flip1995:clippyup, r=Manishearth | bors | -228/+1155 |
| 2020-08-11 | Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyup | flip1995 | -228/+1155 |
| 2020-08-11 | Rollup merge of #75226 - pnadon:miri-undef-uninit, r=RalfJung | Yuki Okushi | -3/+3 |
| 2020-08-11 | Rollup merge of #75098 - Ryan1729:clippy-pointer-cast-lint-experiment, r=oli-obk | Dylan DPC | -2/+106 |
| 2020-08-08 | Miri: Renamed "undef" to "uninit" | Philippe Nadon | -3/+3 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -11/+9 |
| 2020-08-06 | Add some comments for magic numbers + Add tests | Vadim Petrochenkov | -1/+3 |
| 2020-08-06 | Fix clippy | Vadim Petrochenkov | -49/+39 |
| 2020-08-06 | Apply suggestions from code review | Ryan Wiedemann | -2/+2 |
| 2020-08-06 | run clippy_dev fmt | Ryan1729 | -22/+12 |
| 2020-08-06 | run clippy_dev update_lints | Ryan1729 | -3/+3 |
| 2020-08-06 | change filter to assert, and update comments | Ryan1729 | -7/+13 |
| 2020-08-06 | add documentation to functions that call `do_check` and add a test against li... | Ryan1729 | -2/+8 |
| 2020-08-06 | add description to assert | Ryan1729 | -1/+4 |
| 2020-08-06 | address some review comments | Ryan1729 | -6/+3 |
| 2020-08-06 | get the expected number of errors by acknowledging that other lints are cover... | Ryan1729 | -41/+39 |
| 2020-08-06 | try putting the can_be_expressed_as_pointer_cast at the top and find that we ... | Ryan1729 | -19/+23 |
| 2020-08-06 | accidentally cause an ICE by putting the TRANSMUTES_EXPRESSIBLE_AS_PTR_CASTS ... | Ryan1729 | -15/+19 |
| 2020-08-06 | initial compiling version of TRANSMUTES_EXPRESSIBLE_AS_PTR_CASTS | Ryan1729 | -2/+72 |
| 2020-08-06 | run cargo dev new_lint then move transmutes_expressible_as_ptr_casts into tra... | Ryan1729 | -0/+26 |
| 2020-08-04 | rustc_ast: `(Nested)MetaItem::check_name` -> `has_name` | Vadim Petrochenkov | -19/+19 |
| 2020-07-31 | Rename HAIR to THIR (Typed HIR). | Valentin Lazureanu | -1/+1 |
| 2020-07-27 | clippy | Bastian Kauschke | -5/+5 |
| 2020-07-27 | introduce PredicateAtom | Bastian Kauschke | -5/+5 |
| 2020-07-27 | this might be unqualified, but at least it's now quantified | Bastian Kauschke | -3/+3 |
| 2020-07-27 | clippy | Bastian Kauschke | -22/+22 |
| 2020-07-26 | Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c' into clippyup | flip1995 | -140/+404 |
| 2020-07-20 | trait_sel: only test predicates w/ no substs | David Wood | -1/+1 |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -416/+463 |
| 2020-07-17 | Avoid storing `SymbolStr` in a struct. | Nicholas Nethercote | -8/+9 |
| 2020-07-15 | WithOptConstParam::dummy -> WithOptConstParam::unknown | Bastian Kauschke | -1/+1 |
| 2020-07-15 | improve naming | Bastian Kauschke | -1/+1 |
| 2020-07-15 | const_eval_resolve | Bastian Kauschke | -1/+1 |
| 2020-07-15 | Remove lots of `Symbol::as_str()` calls. | Nicholas Nethercote | -1/+5 |
| 2020-07-14 | Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyup | flip1995 | -876/+1948 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -18/+18 |
| 2020-07-07 | Auto merge of #74117 - Manishearth:rollup-ds7z0kx, r=Manishearth | bors | -1/+1 |
| 2020-07-06 | Rollup merge of #73870 - sexxi-goose:projection-ty, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2020-07-06 | Auto merge of #73978 - Mark-Simulacrum:shrink-paramenv, r=nnethercote | bors | -1/+1 |
| 2020-07-05 | Shrink ParamEnv to 16 bytes | Mark Rousskov | -1/+1 |
| 2020-07-03 | Use 'tcx for references to AccessLevels wherever possible. | Eduard-Mihai Burtescu | -1029/+954 |
| 2020-07-02 | rustc_lint: avoid using TypeckTables::empty for LateContext. | Eduard-Mihai Burtescu | -69/+70 |
| 2020-06-29 | typeck: adding type information to projection | Azhng | -1/+1 |
| 2020-06-26 | Auto merge of #73756 - Manishearth:rollup-aehswb2, r=Manishearth | bors | -1/+1 |