| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-05-31 | Auto merge of #85266 - cjgillot:hir-dep-clean, r=michaelwoerister | bors | -34/+1 | |
| Remove obsolete workaround. The regression test for #62649 appears to pass even without the workaround. | ||||
| 2021-05-27 | Remove obsolete workaround. | Camille GILLOT | -34/+1 | |
| 2021-05-15 | Remove def_path_str. | Camille GILLOT | -5/+2 | |
| 2021-05-15 | Move key recovering into force_query. | Camille GILLOT | -14/+1 | |
| 2021-05-01 | Apply `--cfg parallel_compiler` when documenting | Joshua Nelson | -6/+4 | |
| This also reverts commit 9823c2cc700fea541bf2670fcee93af662b63022 working around the bug. | ||||
| 2021-04-12 | Introduce CompileMonoItem DepNode | bjorn3 | -0/+5 | |
| 2021-03-30 | Stream the dep-graph to a file. | Camille GILLOT | -4/+1 | |
| 2021-03-29 | Don't duplicate the extern providers once for each crate | bjorn3 | -13/+12 | |
| 2021-02-21 | Simplify hashing. | Camille GILLOT | -2/+2 | |
| 2021-02-20 | Move print_query_stack to rustc_query_system. | Camille GILLOT | -32/+2 | |
| 2021-02-20 | Move report_cycle to rustc_query_system. | Camille GILLOT | -56/+6 | |
| The call to `ty::print::with_forced_impl_filename_line` is done when constructing the description, at the construction of the QueryStackFrame. | ||||
| 2021-02-20 | Move Query to rustc_query_system. | Camille GILLOT | -42/+16 | |
| Rename it to QueryStackFrame and document a bit. | ||||
| 2021-02-20 | Do not hold query key in Query. | Camille GILLOT | -52/+61 | |
| 2021-02-20 | Access the session directly from DepContext. | Camille GILLOT | -15/+0 | |
| 2021-02-19 | Workaround rustdoc not honouring cfg(parallel_compiler). | Camille GILLOT | -4/+6 | |
| 2021-02-19 | Move the query system to rustc_query_impl. | Camille GILLOT | -0/+726 | |
