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