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