| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-10-05 | Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister | bors | -2/+2 | |
| Move ICH to rustc_query_system Based on https://github.com/rust-lang/rust/pull/89183 The StableHashingContext does not need to be in rustc_middle. This PR moves it to rustc_query_system. This will avoid a dependency between rustc_ast_lowering and rustc_middle in https://github.com/rust-lang/rust/pull/89124. | ||||
| 2021-10-03 | Move rustc_middle::middle::cstore to rustc_session. | Camille GILLOT | -2/+2 | |
| 2021-10-02 | Prevent macro ambiguity errors | bjorn3 | -3/+3 | |
| The previous macro_rules! parsers failed when an additional modifier was added with ambiguity errors. The error is pretty unclear as to what exactly the cause here is, but this change simplifies the argument parsing code such that the error is avoided. | ||||
| 2021-09-18 | Querify `fn_abi_of_{fn_ptr,instance}`. | Eduard-Mihai Burtescu | -0/+1 | |
| 2021-07-18 | Remove deadlock virtual call. | Camille GILLOT | -3/+0 | |
| 2021-07-18 | Move OnDiskCache to rustc_query_impl. | Camille GILLOT | -0/+310 | |
