| Age | Commit message (Expand) | Author | Lines |
| 2022-01-17 | Rollup merge of #92921 - dtolnay:printernew, r=wesleywiser | Matthias Krüger | -27/+27 |
| 2022-01-17 | Rollup merge of #92876 - compiler-errors:fix-turbofish-lifetime-suggestion, r... | Matthias Krüger | -17/+30 |
| 2022-01-17 | Rollup merge of #92808 - compiler-errors:wrap-struct-shorthand-field-in-varia... | Matthias Krüger | -84/+104 |
| 2022-01-16 | Auto merge of #92970 - matthiaskrgr:rollup-tcx7cfb, r=matthiaskrgr | bors | -52/+241 |
| 2022-01-16 | Rollup merge of #92814 - lcnr:unused-fixme, r=Mark-Simulacrum | Matthias Krüger | -4/+0 |
| 2022-01-16 | Rollup merge of #92746 - estebank:question-mark-in-type, r=davidtwco | Matthias Krüger | -3/+57 |
| 2022-01-16 | Rollup merge of #92710 - jackh726:issue-92280, r=nikomatsakis | Matthias Krüger | -6/+19 |
| 2022-01-16 | Rollup merge of #92646 - mdibaiee:76935/pass-by-value, r=lcnr | Matthias Krüger | -33/+127 |
| 2022-01-16 | Rollup merge of #92619 - Alexendoo:macro-diagnostic-items, r=matthewjasper | Matthias Krüger | -0/+31 |
| 2022-01-16 | Rollup merge of #92581 - Meziu:armv6k-3ds-target, r=nagisa | Matthias Krüger | -0/+1 |
| 2022-01-16 | Rollup merge of #92487 - dtolnay:traitalias, r=matthewjasper | Matthias Krüger | -6/+6 |
| 2022-01-16 | Auto merge of #92245 - petrochenkov:cmrval, r=nagisa | bors | -87/+66 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -823/+340 |
| 2022-01-16 | Auto merge of #92740 - cuviper:update-rayons, r=Mark-Simulacrum | bors | -8/+8 |
| 2022-01-16 | rustc_metadata: Switch all decoder methods from vectors to iterators | Vadim Petrochenkov | -87/+66 |
| 2022-01-15 | Add inline. | Camille GILLOT | -0/+2 |
| 2022-01-15 | Do not ICE when accesing large LocalDefId. | Camille GILLOT | -1/+1 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -237/+182 |
| 2022-01-15 | Make ty_param_owner return a LocalDefId. | Camille GILLOT | -8/+8 |
| 2022-01-15 | Use LocalDefId in rustc_passes::hir_id_validator. | Camille GILLOT | -6/+5 |
| 2022-01-15 | Simplify DefIdForest. | Camille GILLOT | -5/+5 |
| 2022-01-15 | Use LocalDefId in rustc_passes::entry. | Camille GILLOT | -15/+15 |
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -98/+107 |
| 2022-01-15 | Add fast path to `opt_local_def_id`. | Camille GILLOT | -2/+6 |
| 2022-01-15 | Auto merge of #92441 - cjgillot:resolve-trait-impl-item, r=matthewjasper | bors | -260/+214 |
| 2022-01-15 | Rollup merge of #92892 - compiler-errors:const-param-env-for-const-block, r=f... | Matthias Krüger | -1/+1 |
| 2022-01-15 | Rollup merge of #92873 - eholk:async-symbol-names, r=tmandry | Matthias Krüger | -2/+8 |
| 2022-01-15 | Rollup merge of #92865 - jackh726:gats-outlives-no-static, r=nikomatsakis | Matthias Krüger | -46/+48 |
| 2022-01-15 | Auto merge of #92604 - nnethercote:optimize-impl_read_unsigned_leb128, r=mich... | bors | -21/+22 |
| 2022-01-14 | Rename Printer constructor from mk_printer() to Printer::new() | David Tolnay | -27/+27 |
| 2022-01-14 | Don't use source-map when detecting struct field shorthand | Michael Goulet | -119/+102 |
| 2022-01-14 | Fix `try wrapping expression in variant` suggestion with struct field shorthand | Michael Goulet | -25/+62 |
| 2022-01-15 | Rollup merge of #92875 - BoxyUwU:infer_arg_opt_const_param_of, r=lcnr | Matthias Krüger | -208/+216 |
| 2022-01-15 | Rollup merge of #92743 - bjorn3:less_symbol_intern, r=camelid | Matthias Krüger | -13/+17 |
| 2022-01-15 | Rollup merge of #92625 - inquisitivecrystal:mirbug-caller, r=michaelwoerister | Matthias Krüger | -0/+1 |
| 2022-01-15 | Rollup merge of #92191 - jackh726:issue-89352, r=nikomatsakis | Matthias Krüger | -26/+44 |
| 2022-01-15 | nyahggdshjjghsdfhgsf | Ellen | -6/+7 |
| 2022-01-15 | unrevert # 88557 | Ellen | -28/+5 |
| 2022-01-15 | attempt to re-add `ty::Unevaluated` visitor and friends | Ellen | -122/+175 |
| 2022-01-15 | initial revert | Ellen | -987/+473 |
| 2022-01-14 | Do not fail evaluation in const blocks | Michael Goulet | -1/+1 |
| 2022-01-14 | Auto merge of #91948 - nnethercote:rustdoc-more-Symbols, r=GuillaumeGomez | bors | -0/+1 |
| 2022-01-14 | rustdoc: avoid many `Symbol` to `String` conversions. | Nicholas Nethercote | -0/+1 |
| 2022-01-14 | Auto merge of #92883 - matthiaskrgr:rollup-uoudywx, r=matthiaskrgr | bors | -64/+96 |
| 2022-01-14 | Auto merge of #92681 - Aaron1011:task-deps-ref, r=cjgillot | bors | -61/+87 |
| 2022-01-14 | reviews ish | Ellen | -6/+19 |
| 2022-01-14 | Rollup merge of #92840 - hafeoz:master, r=ehuss | Matthias Krüger | -5/+37 |
| 2022-01-14 | Rollup merge of #92810 - compiler-errors:deduplicate-box-deref-suggestion, r=... | Matthias Krüger | -26/+11 |
| 2022-01-14 | Rollup merge of #92381 - ThePuzzlemaker:issue-92308, r=estebank | Matthias Krüger | -1/+12 |
| 2022-01-14 | Rollup merge of #92045 - oli-obk:cleanup, r=petrochenkov | Matthias Krüger | -32/+36 |