about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-06-02Auto merge of #85892 - tmiasko:i, r=oli-obkbors-0/+45
2021-06-02Auto merge of #85908 - cjgillot:private-dep-query, r=Aaron1011bors-12/+12
2021-06-02Miscellaneous inlining improvementsTomasz Miąsko-0/+45
2021-06-02Auto merge of #85905 - cjgillot:one-trait-map, r=Aaron1011bors-69/+28
2021-06-01Auto merge of #85331 - cjgillot:dirty-dancing, r=Aaron1011bors-104/+28
2021-06-01Auto merge of #85829 - bjorn3:simplify_crate_num, r=jackh726bors-66/+7
2021-06-01Make trait_map an Option.Camille GILLOT-15/+6
2021-06-01Make is_private_dep a query.Camille GILLOT-12/+12
2021-06-01Rename take_trait_map.Camille GILLOT-3/+3
2021-06-01Check that trait_map is not moved twice.Camille GILLOT-0/+9
2021-06-01Remove StableVec.Camille GILLOT-41/+8
2021-06-01Only compute the trait_map once.Camille GILLOT-27/+19
2021-06-01Auto merge of #85886 - GuillaumeGomez:rollup-l3yr3np, r=GuillaumeGomezbors-1/+1
2021-06-01Rollup merge of #85473 - infinity0:master, r=jackh726Guillaume Gomez-1/+1
2021-06-01Revert "Reduce the amount of untracked state in TyCtxt"Camille Gillot-214/+237
2021-06-01Auto merge of #85153 - cjgillot:qresolve, r=Aaron1011bors-237/+214
2021-05-31Auto merge of #85702 - Aaron1011:no-vec-sort, r=michaelwoeristerbors-30/+16
2021-05-31Auto merge of #85704 - Aaron1011:const-panic-hard-err, r=RalfJungbors-54/+62
2021-05-31Auto merge of #85266 - cjgillot:hir-dep-clean, r=michaelwoeristerbors-73/+47
2021-05-31Auto merge of #85597 - 0yoyoyo:fix-issue-71563-remove-redundant-args, r=petro...bors-31/+44
2021-05-30Auto merge of #85559 - 12101111:sanitizer-crt-static, r=nagisabors-0/+8
2021-05-30Auto merge of #85838 - GuillaumeGomez:rollup-rk2rh7m, r=GuillaumeGomezbors-6/+28
2021-05-30Rollup merge of #85818 - LeSeulArtichaut:85794-diag-drop-ice, r=petrochenkovGuillaume Gomez-1/+4
2021-05-30Rollup merge of #85709 - Aaron1011:fix-pat-crate-edition, r=petrochenkovGuillaume Gomez-5/+24
2021-05-30Rename take_trait_map.Camille GILLOT-3/+3
2021-05-30Check that trait_map is not moved twice.Camille GILLOT-0/+9
2021-05-30Drop metadata_encoding_version.Camille GILLOT-13/+8
2021-05-30Correct comments about untracked accesses.Camille GILLOT-24/+31
2021-05-30Make is_private_dep a query.Camille GILLOT-15/+10
2021-05-30Make allocator_kind a query.Camille GILLOT-10/+10
2021-05-30Avoid a clone of output_filenames.Camille GILLOT-3/+3
2021-05-30Remove StableVec.Camille GILLOT-41/+9
2021-05-30Restrict access to crate_name.Camille GILLOT-28/+20
2021-05-30Make resolutions a query.Camille GILLOT-101/+120
2021-05-30Auto merge of #85362 - jsgf:fix-emit-metadata, r=estebankbors-0/+5
2021-05-30Only compute the trait_map once.Camille GILLOT-27/+19
2021-05-30Emit a hard error when a panic occurs during const-evalAaron Hill-54/+62
2021-05-30Auto merge of #85804 - bjorn3:merge_crate_disambiguator, r=cjgillotbors-215/+130
2021-05-30Fix span of redundant generic arguments0yoyoyo-31/+44
2021-05-30Remove CrateNum::ReservedForIncrCompCachebjorn3-66/+7
2021-05-30Fix testbjorn3-8/+5
2021-05-30Merge CrateDisambiguator into StableCrateIdbjorn3-207/+125
2021-05-30Auto merge of #85319 - cjgillot:query-simp, r=Mark-Simulacrumbors-171/+167
2021-05-30Auto merge of #83772 - jhpratt:revamp-step-trait, r=Mark-Simulacrumbors-2/+25
2021-05-30Don't drop `PResult` without handling the errorLeSeulArtichaut-1/+4
2021-05-29Move reconstruct test inwards.Camille GILLOT-5/+4
2021-05-29Auto merge of #85698 - ehuss:incremental-session-panic, r=estebankbors-27/+61
2021-05-29Use correct edition when parsing `:pat` matchersAaron Hill-5/+24
2021-05-29Auto merge of #85767 - lqd:stackless_span_stacks, r=oli-obkbors-7/+18
2021-05-28Use command line metadata path if providedJeremy Fitzhardinge-0/+5