| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-02-13 | Return a Result for query cache. | Camille GILLOT | -87/+68 | |
| 2021-02-13 | Merge {get,ensure}_query. | Camille GILLOT | -24/+22 | |
| 2021-02-09 | Auto merge of #81892 - jyn514:no-inline, r=cjgillot | bors | -10/+0 | |
| [experiment] remove `#[inline]` from rustc_query_system::plumbing These functions have a ton of generic parameters and are instantiated over and over again. Hopefully this will reduce binary bloat and speed up bootstrapping times. r? `@cjgillot` | ||||
| 2021-02-08 | Switch query descriptions to just String | Mark Rousskov | -2/+1 | |
| In practice we never used the borrowed variant anyway. | ||||
| 2021-02-08 | [experiment] remove `#[inline]` from rustc_query_system::plumbing | Joshua Nelson | -10/+0 | |
| These functions have a ton of generic parameters and are instantiated over and over again. Hopefully this will reduce binary bloat and speed up bootstrapping times. | ||||
| 2021-01-16 | Undo assertion change | Aaron Hill | -6/+1 | |
| 2021-01-16 | Run fmt | Aaron Hill | -3/+8 | |
| 2021-01-16 | Print result on unstable fingerprint error | Aaron Hill | -1/+1 | |
| 2021-01-16 | Enforce that query results implement Debug | Aaron Hill | -6/+8 | |
| 2021-01-08 | Don't mark `force_query_with_job` as `inline(always)` | Joshua Nelson | -1/+0 | |
| It's rather large, and using `inline(always)` forces it to be recompiled in each calling crate. | ||||
| 2020-11-21 | Fix typos | Dániel Buga | -3/+3 | |
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -4/+2 | |
| 2020-10-22 | Remove unused ProfileCategory. | Camille GILLOT | -2/+0 | |
| 2020-10-19 | Remove <CTX: QueryContext> in a bunch of places. | Julian Wollersberger | -152/+193 | |
| It was only needed by `find_cycle_in_stack()` in job.rs, but needed to be forwarded through dozens of types. | ||||
| 2020-10-12 | Remove generic argument from `QueryConfig`. | Julian Wollersberger | -4/+2 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+1732 | |
