| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-04-05 | Query-ify Instance::resolve | Aaron Hill | -1/+0 | |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -2/+2 | |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -4/+4 | |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -2/+2 | |
| 2020-02-13 | Move resolve_instance to rustc_ty. | Camille GILLOT | -0/+1 | |
| 2020-02-04 | remove redundant imports (clippy::single_component_path_imports) | Matthias Krüger | -1/+0 | |
| 2020-01-04 | move def_id to new rustc_hir crate | Mazdak Farrokhzad | -0/+14 | |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -4/+4 | |
| 2019-12-25 | Store callbacks in global statics | Mark Rousskov | -0/+48 | |
| The callbacks have precisely two states: the default, and the one present throughout almost all of the rustc run (the filled in value which has access to TyCtxt). We used to store this as a thread local, and reset it on each thread to the non-default value. But this is somewhat wasteful, since there is no reason to set it globally -- while the callbacks themselves access TLS, they do not do so in a manner that fails in when we do not have TLS to work with. | ||||
