| Age | Commit message (Expand) | Author | Lines |
| 2019-02-15 | Always emit an error for a query cycle | John Kåre Alsaker | -30/+22 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -2/+2 |
| 2019-02-13 | Cleanup imports | Taiki Endo | -2/+2 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -1/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -19/+19 |
| 2019-02-08 | Remove no_hash from optimized_mir | John Kåre Alsaker | -1/+1 |
| 2019-02-08 | Move no_hash from mir_built to optimized_mir | John Kåre Alsaker | -2/+2 |
| 2019-02-08 | Remove no_hash from typeck_tables_of | John Kåre Alsaker | -1/+1 |
| 2019-02-08 | Remove no_hash from optimized_mir | John Kåre Alsaker | -1/+1 |
| 2019-02-08 | Add a query type which is always marked as red if it runs | John Kåre Alsaker | -6/+7 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -39/+39 |
| 2019-01-29 | Make impl_wf_check incremental | John Kåre Alsaker | -0/+2 |
| 2019-01-28 | Use multiple threads by default. Limits tests to one thread. Do some renaming. | John Kåre Alsaker | -1/+1 |
| 2019-01-24 | Implement optimize(size) and optimize(speed) | Simonas Kazlauskas | -1/+2 |
| 2019-01-19 | Auto merge of #57752 - Centril:rollup, r=Centril | bors | -1/+6 |
| 2019-01-19 | Rollup merge of #57573 - Xanewok:querify-entry-fn, r=Zoxc | Mazdak Farrokhzad | -1/+4 |
| 2019-01-17 | Querify glob map usage (last use of CrateAnalysis) | Igor Matuszewski | -0/+2 |
| 2019-01-15 | Make the query comment into a doc comment | Igor Matuszewski | -1/+2 |
| 2019-01-15 | Querify entry_fn | Igor Matuszewski | -1/+3 |
| 2019-01-15 | Make privacy checking, intrinsic checking and liveness checking incremental | John Kåre Alsaker | -0/+6 |
| 2019-01-11 | Make more passes incremental | John Kåre Alsaker | -0/+12 |
| 2019-01-07 | Fix and optimize query profiling | John Kåre Alsaker | -0/+1 |
| 2019-01-04 | implement a hack to make traitobject 0.1.0 compile | Ariel Ben-Yehuda | -0/+2 |
| 2019-01-02 | rename `type_moves_by_default` to `type_is_copy_modulo_regions` | Niko Matsakis | -1/+1 |
| 2018-12-30 | Stop well-formedness checking unreachable code. | David Wood | -10/+1 |
| 2018-12-30 | Always check well-formedness. | David Wood | -1/+10 |
| 2018-12-28 | Auto merge of #57118 - Zoxc:query-stats, r=wesleywiser | bors | -0/+1 |
| 2018-12-27 | Integrate chalk engine | scalexm | -0/+7 |
| 2018-12-27 | Return an instantiated environment instead of a generic one | scalexm | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-25 | Add a command line flag to print some query stats | John Kåre Alsaker | -0/+1 |
| 2018-12-19 | Auto merge of #54252 - arielb1:deref-query, r=nikomatsakis | bors | -0/+5 |
| 2018-12-17 | Tweak query code for performance | John Kåre Alsaker | -3/+3 |
| 2018-12-15 | make autoderef steps a query | Ariel Ben-Yehuda | -0/+5 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -9/+9 |
| 2018-11-30 | proc_macro: introduce a "bridge" between clients (proc macros) and servers (c... | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-19 | Make const_eval_raw query return just an AllocId | Ralf Jung | -2/+2 |
| 2018-11-15 | Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb | Pietro Albini | -5/+6 |
| 2018-11-14 | Wrap some query results in `Lrc`. | Nicholas Nethercote | -5/+6 |
| 2018-11-13 | Auto merge of #55912 - kennytm:rollup, r=kennytm | bors | -1/+2 |
| 2018-11-13 | Replace type params with bound vars in `rustc_traits::lowering` | scalexm | -1/+1 |
| 2018-11-11 | Reference count `crate_inherent_impls`s return value. | Hugo van der Wijst | -1/+2 |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -0/+12 |
| 2018-10-24 | introduce (but do not use) `ascribe_user_type` goal | Niko Matsakis | -3/+14 |
| 2018-10-19 | Auto merge of #55040 - scalexm:param-env, r=nikomatsakis | bors | -1/+4 |
| 2018-10-18 | Rollup merge of #55016 - oli-obk:vtables💥_vtables_everywhere, r=RalfJung | kennytm | -8/+8 |
| 2018-10-17 | Add `FromEnv` for input types in the environment | scalexm | -3/+3 |
| 2018-10-17 | Implement the `environment` query | scalexm | -0/+1 |
| 2018-10-17 | Use `Environment` instead of `ty::ParamEnv` in chalk context | scalexm | -1/+3 |
| 2018-10-15 | Uplift some comments to doc comments | Oliver Scherer | -8/+8 |