| Age | Commit message (Expand) | Author | Lines |
| 2022-01-17 | Rollup merge of #92953 - azdavis:azdavis-copy-example, r=dtolnay | Matthias Krüger | -15/+61 |
| 2022-01-17 | Rollup merge of #92937 - GuillaumeGomez:dot-separator, r=jsha | Matthias Krüger | -3/+38 |
| 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 | -61/+115 |
| 2022-01-17 | Rollup merge of #92819 - euclio:atty, r=CraftSpider | Matthias Krüger | -41/+17 |
| 2022-01-17 | Rollup merge of #92808 - compiler-errors:wrap-struct-shorthand-field-in-varia... | Matthias Krüger | -94/+135 |
| 2022-01-17 | Rollup merge of #92799 - rust-lang:followup-from-92533, r=Aaron1011 | Matthias Krüger | -7/+3 |
| 2022-01-17 | Rollup merge of #92795 - jsha:link-to-top, r=GuillaumeGomez | Matthias Krüger | -1/+8 |
| 2022-01-16 | Auto merge of #92935 - Xanewok:update-rls, r=pietroalbini | bors | -264/+10 |
| 2022-01-16 | Auto merge of #92970 - matthiaskrgr:rollup-tcx7cfb, r=matthiaskrgr | bors | -362/+906 |
| 2022-01-16 | Rollup merge of #92814 - lcnr:unused-fixme, r=Mark-Simulacrum | Matthias Krüger | -4/+0 |
| 2022-01-16 | Rollup merge of #92792 - mdibaiee:92662/fix-intra-doc-generics, r=camelid | Matthias Krüger | -3/+54 |
| 2022-01-16 | Rollup merge of #92746 - estebank:question-mark-in-type, r=davidtwco | Matthias Krüger | -37/+125 |
| 2022-01-16 | Rollup merge of #92710 - jackh726:issue-92280, r=nikomatsakis | Matthias Krüger | -6/+92 |
| 2022-01-16 | Rollup merge of #92706 - umanwizard:btree, r=dtolnay | Matthias Krüger | -4/+11 |
| 2022-01-16 | Rollup merge of #92646 - mdibaiee:76935/pass-by-value, r=lcnr | Matthias Krüger | -138/+372 |
| 2022-01-16 | Rollup merge of #92635 - camelid:yet-more-cleanup, r=Manishearth | Matthias Krüger | -163/+182 |
| 2022-01-16 | Rollup merge of #92619 - Alexendoo:macro-diagnostic-items, r=matthewjasper | Matthias Krüger | -0/+62 |
| 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 | -7/+7 |
| 2022-01-16 | Use new Racer from crates.io | Igor Matuszewski | -2/+3 |
| 2022-01-16 | Drop duplicate checks for now missing rustc_ast dep in tidy | Igor Matuszewski | -1/+0 |
| 2022-01-16 | Update RLS and drop rustc-ap-packages | Igor Matuszewski | -263/+9 |
| 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 | -886/+405 |
| 2022-01-16 | Auto merge of #92740 - cuviper:update-rayons, r=Mark-Simulacrum | bors | -88/+53 |
| 2022-01-16 | rustc_metadata: Switch all decoder methods from vectors to iterators | Vadim Petrochenkov | -87/+66 |
| 2022-01-16 | Auto merge of #92356 - kellerkindt:saturating_int_assign_impl, r=dtolnay | bors | -0/+187 |
| 2022-01-15 | Touch up stray comment in PR 92953 | David Tolnay | -2/+2 |
| 2022-01-15 | Clear up discriminants with more examples | Ariel Davis | -18/+52 |
| 2022-01-15 | Add nll revision for issue-92096 test that passes | Jack Huey | -7/+9 |
| 2022-01-15 | Tweak btree iterator wording to not use 'yield' | David Tolnay | -4/+5 |
| 2022-01-16 | Auto merge of #92598 - Badel2:panic-update-hook, r=yaahc | bors | -6/+124 |
| 2022-01-15 | Copy an example to PartialOrd as well | Ariel Davis | -3/+15 |
| 2022-01-15 | Auto merge of #90146 - cjgillot:no-id-map, r=nagisa | bors | -413/+374 |
| 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 | -140/+151 |
| 2022-01-15 | Add fast path to `opt_local_def_id`. | Camille GILLOT | -2/+6 |
| 2022-01-15 | Fix broken link | Noah Lev | -1/+1 |
| 2022-01-15 | Add test for dot separator | Guillaume Gomez | -0/+31 |
| 2022-01-15 | Fix missing dot separator | Guillaume Gomez | -3/+7 |
| 2022-01-15 | Auto merge of #92441 - cjgillot:resolve-trait-impl-item, r=matthewjasper | bors | -511/+474 |
| 2022-01-15 | Auto merge of #92927 - matthiaskrgr:rollup-pgzwfcm, r=matthiaskrgr | bors | -69/+156 |
| 2022-01-15 | Rollup merge of #92892 - compiler-errors:const-param-env-for-const-block, r=f... | Matthias Krüger | -1/+39 |