| Age | Commit message (Expand) | Author | Lines |
| 2021-12-17 | Eliminate duplicate codes of expected_found_bool | lzh | -9/+1 |
| 2021-12-17 | Auto merge of #91672 - b-naber:merge-normalize-erasing-regions-queries, r=jac... | bors | -23/+7 |
| 2021-12-16 | Only cache local adt_def results on disk | Aaron Hill | -1/+1 |
| 2021-12-15 | Run x.py fmt | Aaron Hill | -2/+8 |
| 2021-12-15 | Remove `in_band_lifetimes` from `rustc_middle` | Aaron Hill | -111/+111 |
| 2021-12-15 | Auto merge of #86986 - lcnr:simplify_type, r=nikomatsakis,oli-obk | bors | -49/+78 |
| 2021-12-15 | Cache adt_def query result on disk | Aaron Hill | -2/+5 |
| 2021-12-15 | Fully serialize AdtDef | Aaron Hill | -26/+18 |
| 2021-12-15 | Rollup merge of #91920 - Aaron1011:pred-stable-cmp, r=oli-obk | Matthias Krüger | -1/+1 |
| 2021-12-15 | Rollup merge of #91898 - compiler-errors:dont_suggest_closure_return_type, r=... | Matthias Krüger | -10/+54 |
| 2021-12-15 | Rollup merge of #91880 - matthiaskrgr:clippy_perf_dec, r=jyn514 | Matthias Krüger | -10/+10 |
| 2021-12-15 | Remove unnecessary sigils around `Ident::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -6/+6 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -6/+5 |
| 2021-12-15 | Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcm | Matthias Krüger | -1/+0 |
| 2021-12-15 | Rollup merge of #90939 - estebank:wg-af-polish, r=tmandry | Matthias Krüger | -0/+6 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-12-14 | Minor cleanup | Chase Wilson | -7/+7 |
| 2021-12-14 | Make TyS::is_suggestable more structual | Michael Goulet | -10/+54 |
| 2021-12-14 | Added -Z layout_seed for allowing user-defined randomization seeds | Chase Wilson | -1/+8 |
| 2021-12-14 | Use `tcx.def_path_hash` in `ExistentialPredicate.stable_cmp` | Aaron Hill | -1/+1 |
| 2021-12-14 | add some comments | lcnr | -32/+33 |
| 2021-12-14 | replace `DefId` with `D` in `SimplifiedType` | lcnr | -2/+2 |
| 2021-12-14 | extend `simplify_type` | lcnr | -17/+45 |
| 2021-12-14 | fix clippy::single_char_pattern perf findings | Matthias Krüger | -10/+10 |
| 2021-12-13 | get rid of normalize_generic_arg... queries | b-naber | -23/+7 |
| 2021-12-13 | Keep info on pre-desugaring expression for better "incorrect `.await`" sugges... | Esteban Kuber | -1/+1 |
| 2021-12-13 | Reduce verbosity for `?` on non-`Try` expressions | Esteban Kuber | -0/+2 |
| 2021-12-13 | Reduce verbosity when calling `for`-loop on non-`Iterator` expression | Esteban Kuber | -0/+2 |
| 2021-12-13 | When `.await` is called on a non-`Future` expression, suggest removal | Esteban Kuber | -0/+2 |
| 2021-12-13 | Avoid cloning refcounted types during folding | Alan Egerton | -6/+68 |
| 2021-12-12 | Auto merge of #91549 - fee1-dead:const_env, r=spastorino | bors | -79/+161 |
| 2021-12-12 | Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnr | bors | -4/+2 |
| 2021-12-12 | Small performance tweaks | Deadbeef | -0/+4 |
| 2021-12-12 | Remap more env constness for queries | Deadbeef | -0/+23 |
| 2021-12-12 | Query modifier | Deadbeef | -0/+40 |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -79/+89 |
| 2021-12-12 | Fix #91489 | Deadbeef | -0/+5 |
| 2021-12-11 | Auto merge of #91769 - estebank:type-trait-bound-span-2, r=oli-obk | bors | -4/+2 |
| 2021-12-11 | Auto merge of #91799 - matthiaskrgr:rollup-b38xx6i, r=matthiaskrgr | bors | -34/+36 |
| 2021-12-11 | Rollup merge of #89734 - estebank:issue-72312, r=nikomatsakis | Matthias Krüger | -34/+22 |
| 2021-12-11 | Rollup merge of #83174 - camelid:borrow-help, r=oli-obk | Matthias Krüger | -0/+14 |
| 2021-12-11 | Rollup merge of #91640 - cjgillot:in-band-collect, r=oli-obk | Matthias Krüger | -7/+11 |
| 2021-12-11 | Rollup merge of #91617 - nnethercote:improve-List-readability, r=lcnr | Matthias Krüger | -51/+89 |
| 2021-12-11 | Tweak assoc type obligation spans | Esteban Kuber | -4/+2 |
| 2021-12-10 | Suggest using a temporary variable to fix borrowck errors | Noah Lev | -0/+14 |
| 2021-12-10 | remove feature gate and cleanup code | Ellen | -4/+2 |
| 2021-12-10 | Use a more accurate `Span` for `'static` obligation from return type | Esteban Kuber | -34/+22 |
| 2021-12-09 | Improve the readability of `List<T>`. | Nicholas Nethercote | -51/+89 |
| 2021-12-09 | Remove redundant [..]s | est31 | -12/+12 |