about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-02-21Auto merge of #82340 - kennytm:fix-82254, r=Mark-Simulacrumbors-16/+34
2021-02-21Auto merge of #79100 - a1phyr:better_assert_eq, r=m-ou-sebors-831/+292
2021-02-21Auto merge of #82253 - RalfJung:miri, r=RalfJungbors-10/+7
2021-02-20Fix some Python2->3 error in publish_toolstate.py by type-checking itkennytm-16/+34
2021-02-20Auto merge of #82341 - GuillaumeGomez:rollup-t7y7tyg, r=GuillaumeGomezbors-25/+117
2021-02-20Rollup merge of #82332 - GuillaumeGomez:no-src-link-on-dummy-spans, r=jyn514Guillaume Gomez-0/+19
2021-02-20Rollup merge of #82316 - ehuss:lto-doc-fix, r=GuillaumeGomezGuillaume Gomez-3/+3
2021-02-20Rollup merge of #82260 - ojeda:rustc-argfile, r=jyn514Guillaume Gomez-1/+1
2021-02-20Rollup merge of #82244 - pickfire:patch-6, r=dtolnayGuillaume Gomez-2/+2
2021-02-20Rollup merge of #82176 - RalfJung:mir-fn-ptr-pretty, r=oli-obkGuillaume Gomez-10/+13
2021-02-20Rollup merge of #81991 - osa1:issue81839, r=estebankGuillaume Gomez-8/+71
2021-02-20Rollup merge of #80595 - pthariensflame:patch-1, r=m-ou-seGuillaume Gomez-1/+8
2021-02-20Auto merge of #70951 - cjgillot:anarchy, r=oli-obkbors-1175/+1362
2021-02-20Add test for no src links on dummy spansGuillaume Gomez-0/+12
2021-02-20Don't render [src] link on dummy spansGuillaume Gomez-0/+7
2021-02-20update MiriRalf Jung-10/+7
2021-02-20fn ptr pretty printing: fall back to raw ptr printingRalf Jung-3/+2
2021-02-20Auto merge of #82124 - tmiasko:op-ty-ref, r=oli-obkbors-358/+401
2021-02-20Auto merge of #81427 - klensy:eat-digits, r=m-ou-sebors-5/+2
2021-02-20Auto merge of #78181 - GuillaumeGomez:sized-trait, r=jyn514bors-90/+142
2021-02-19Fix minor mistake in LTO docs.Eric Huss-3/+3
2021-02-19`impl PartialEq<Punct> for char`; symmetry for #78636Alexander Ronald Altman-1/+8
2021-02-19Add tests for !Sized trait displayGuillaume Gomez-0/+17
2021-02-19Show negative implementation of Sized traitGuillaume Gomez-90/+125
2021-02-19Workaround rustdoc not honouring cfg(parallel_compiler).Camille GILLOT-5/+6
2021-02-19Move the query system to rustc_query_impl.Camille GILLOT-83/+170
2021-02-19Introduce a QueryEngine trait object.Camille GILLOT-54/+92
2021-02-19Make encode_query_results more generic.Camille GILLOT-7/+9
2021-02-19Move query names and Providers to parent module.Camille GILLOT-71/+65
2021-02-19Wrap QueryDescription into a macro.Camille GILLOT-32/+17
2021-02-19Split DepKindStruct in two.Camille GILLOT-103/+151
2021-02-19Use QueryCtxt in DepKindStruct.Camille GILLOT-11/+6
2021-02-19Use a QueryContext for try_mark_green.Camille GILLOT-143/+133
2021-02-19Select caching strategy per query.Camille GILLOT-70/+1
2021-02-19Move definition of callbacks to parent module.Camille GILLOT-83/+88
2021-02-19Move handle_deadlock where it is used.Camille GILLOT-33/+31
2021-02-19Move try_load_from_on_disk_cache to the QueryContext.Camille GILLOT-16/+22
2021-02-19Move try_print_query_stack to rustc_interface.Camille GILLOT-54/+62
2021-02-19Make alloc_self_profile_query_strings a standalone function.Camille GILLOT-38/+41
2021-02-19Make QueryEngine opaque to TyCtxt.Camille GILLOT-63/+99
2021-02-19Opacify query invocation.Camille GILLOT-4/+16
2021-02-19Wrap TyCtxt inside a QueryCtxt for queries.Camille GILLOT-49/+82
2021-02-19Decouple the on-disk cache from the query engine.Camille GILLOT-31/+20
2021-02-19Decouple QueryContext from DepContext.Camille GILLOT-53/+87
2021-02-19Remove QueryAccessors::to_dep_node.Camille GILLOT-7/+0
2021-02-19Don't require a QueryContext to access the DepGraph.Camille GILLOT-14/+13
2021-02-19Group logic about the Providers struct.Camille GILLOT-5/+5
2021-02-19Auto merge of #82020 - jyn514:mut-passes, r=camelid,GuillaumeGomezbors-327/+285
2021-02-19simplify eat_digitsklensy-5/+2
2021-02-19Auto merge of #82281 - Dylan-DPC:rollup-raob2tu, r=Dylan-DPCbors-332/+606