| Age | Commit message (Expand) | Author | Lines |
| 2021-11-09 | Rollup merge of #90035 - SparrowLii:rfc2528, r=jackh726 | Matthias Krüger | -0/+4 |
| 2021-11-09 | Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakis | Matthias Krüger | -26/+173 |
| 2021-11-08 | Don't abort compilation after giving a lint error | Joshua Nelson | -2/+6 |
| 2021-11-07 | Remove some fields from `ObligationCauseCode` | Matthew Jasper | -2/+0 |
| 2021-11-07 | Rename functions reflect that inline const is also "typeck_child" | Gary Guo | -10/+11 |
| 2021-11-07 | Implement type inference for inline consts | Gary Guo | -22/+159 |
| 2021-11-07 | Give inline const separate DefKind | Gary Guo | -3/+12 |
| 2021-11-06 | Improve terminology around "after typeck" | pierwill | -7/+7 |
| 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-11-04 | Remove eval_always from upvars. | Camille GILLOT | -1/+0 |
| 2021-11-04 | Remove eval_always for inherent_impls. | Camille GILLOT | -5/+1 |
| 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-28 | implement type-changing-struct-update | SparrowLii | -0/+4 |
| 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 | Remove NullOp::Box | Gary Guo | -6/+1 |
| 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 |