| Age | Commit message (Expand) | Author | Lines |
| 2021-11-06 | Auto merge of #90661 - matthiaskrgr:rollup-1umbdlx, r=matthiaskrgr | bors | -7/+11 |
| 2021-11-06 | Rollup merge of #90646 - BoxyUwU:funky_ice, r=estebank | Matthias Krüger | -2/+6 |
| 2021-11-06 | Auto merge of #90655 - the8472:drain-dot-dot, r=jyn514 | bors | -1/+1 |
| 2021-11-06 | Replace some uses of vec.drain(..) with vec.into_iter() | The8472 | -1/+1 |
| 2021-11-06 | use matches!() macro in more places | Matthias Krüger | -5/+5 |
| 2021-11-06 | type error go brrrrrrrr | Ellen | -2/+6 |
| 2021-11-06 | Auto merge of #88441 - jackh726:closure_norm, r=nikomatsakis | bors | -0/+1 |
| 2021-11-05 | Update LLVM comments around NoAliasMutRef | Josh Stone | -3/+4 |
| 2021-11-04 | clippy::perf fixes | Matthias Krüger | -2/+2 |
| 2021-10-29 | Add a few query descriptions | Wesley Wiser | -1/+8 |
| 2021-10-29 | Auto merge of #90380 - Mark-Simulacrum:revert-89558-query-stable-lint, r=lcnr | bors | -1/+0 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 |
| 2021-10-28 | Auto merge of #90145 - cjgillot:sorted-map, r=michaelwoerister | bors | -15/+9 |
| 2021-10-25 | Avoid a branch on key being local for queries that use the same local and ext... | bjorn3 | -4/+132 |
| 2021-10-24 | Auto merge of #89427 - estebank:collect-overlapping-impls, r=jackh726 | bors | -0/+12 |
| 2021-10-24 | Point at overlapping impls when type annotations are needed | Esteban Kuber | -0/+12 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+1 |
| 2021-10-23 | Auto merge of #90104 - spastorino:coherence-for-negative-trait, r=nikomatsakis | bors | -13/+99 |
| 2021-10-23 | Auto merge of #90065 - cjgillot:novalcache, r=Mark-Simulacrum | bors | -4/+1 |
| 2021-10-22 | Auto merge of #89893 - camsteffen:redundant-dump-enabled, r=matthewjasper | bors | -0/+1 |
| 2021-10-22 | Document flip polarity | Santiago Pastorino | -0/+4 |
| 2021-10-21 | Use SortedMap in HIR. | Camille GILLOT | -15/+9 |
| 2021-10-21 | Do not depend on the stored value when trying to cache on disk. | Camille GILLOT | -4/+1 |
| 2021-10-21 | Rollup merge of #90071 - cjgillot:no-blocks, r=oli-obk | Yuki Okushi | -241/+0 |
| 2021-10-20 | Address review. | Camille GILLOT | -7/+0 |
| 2021-10-20 | Inline DepNodeParams methods. | Camille GILLOT | -0/+14 |
| 2021-10-20 | Build jump table at runtime. | Camille GILLOT | -11/+19 |
| 2021-10-20 | Invoke callbacks from rustc_middle. | Camille GILLOT | -0/+30 |
| 2021-10-20 | Merge two query callbacks arrays. | Camille GILLOT | -126/+91 |
| 2021-10-20 | Drop has_params. | Camille GILLOT | -35/+2 |
| 2021-10-20 | Move def_path_hash_to_def_id to rustc_middle. | Camille GILLOT | -10/+22 |
| 2021-10-20 | Avoid trivial lambdas. | Camille GILLOT | -4/+6 |
| 2021-10-20 | Make EvaluationCache consider polarity as cache's key | Santiago Pastorino | -2/+4 |
| 2021-10-20 | Consider negative polarity on overlap check | Santiago Pastorino | -2/+2 |
| 2021-10-20 | Add polarity to TraitPredicate | Santiago Pastorino | -9/+89 |
| 2021-10-19 | Replace FnLikeNode by FnKind. | Camille GILLOT | -83/+0 |
| 2021-10-19 | Cleanup dead code in hir::map::blocks. | Camille GILLOT | -172/+14 |
| 2021-10-19 | Auto merge of #89933 - est31:let_else, r=michaelwoerister | bors | -12/+6 |
| 2021-10-19 | Rollup merge of #89988 - tmiasko:unpromote-const-drop, r=oli-obk | Matthias Krüger | -0/+1 |
| 2021-10-18 | Do not promote values with const drop that need to be dropped | Tomasz Miąsko | -0/+1 |
| 2021-10-18 | Auto merge of #89124 - cjgillot:owner-info, r=michaelwoerister | bors | -630/+102 |
| 2021-10-18 | Rename `needs_drop` to `needs_non_const_drop` | Tomasz Miąsko | -1/+1 |
| 2021-10-18 | Normalize obligations for closure confirmation | jackh726 | -0/+1 |
| 2021-10-18 | Rollup merge of #89990 - petrochenkov:idempty, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2021-10-17 | rustc_span: `Ident::invalid` -> `Ident::empty` | Vadim Petrochenkov | -1/+1 |
| 2021-10-17 | Rollup merge of #89946 - JohnTitor:fix-89686, r=petrochenkov | Matthias Krüger | -5/+10 |
| 2021-10-17 | Rollup merge of #89738 - eddyb:extern-crate-recursion, r=nagisa | Matthias Krüger | -10/+18 |
| 2021-10-17 | Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr | bors | -15/+44 |
| 2021-10-17 | Rollup merge of #89943 - matthiaskrgr:clpcompl, r=oli-obk | Yuki Okushi | -3/+3 |
| 2021-10-16 | clippy::complexity changes | Matthias Krüger | -3/+3 |