| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-10-15 | rename `QueryResult` to `QueryResponse` | Niko Matsakis | -10/+10 |
| 2018-10-05 | rustc/ty: use Cow<str> where applicable | ljedrz | -0/+1 |
| 2018-10-03 | Only promote calls to `#[rustc_promotable]` const fns | Oliver Schneider | -2/+17 |
| 2018-09-29 | don't elide lifetimes in paths in librustc/ | Zack M. Davis | -3/+3 |
| 2018-09-18 | Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs. | Nicholas Nethercote | -4/+4 |
| 2018-09-06 | crates that provide a `panic_handler` are exempt from `unused_extern_crates` | Jorge Aparicio | -0/+1 |
| 2018-09-03 | Auto merge of #53673 - michaelwoerister:incr-thinlto-2000, r=alexcrichton | bors | -2/+1 |
| 2018-08-31 | Make codegen not be a query (since it's not a real query anyway). | Michael Woerister | -2/+1 |
| 2018-08-31 | trip const_to_alloc query | csmoe | -12/+1 |
| 2018-08-23 | Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakis | bors | -2/+2 |
| 2018-08-22 | miri/CTFE refactor | Ralf Jung | -4/+4 |
| 2018-08-20 | Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet. | Nicholas Nethercote | -2/+2 |
| 2018-08-09 | Move SVH structure to data structures | Mark Rousskov | -1/+1 |
| 2018-08-05 | Add lint for unknown feature attributes | varkor | -0/+8 |
| 2018-08-02 | Basic profiling | Wesley Wiser | -0/+1 |
| 2018-07-21 | Convert implied_outlives_bounds to a query | Tyler Mandry | -0/+8 |
| 2018-07-17 | Categorize queries for later self-profiling | Wesley Wiser | -451/+551 |
| 2018-07-10 | Upgrade to LLVM's master branch (LLVM 7) | Alex Crichton | -1/+0 |
| 2018-07-02 | introduce `predicates_defined_on` for traits | Niko Matsakis | -4/+29 |
| 2018-06-28 | Merge `ConstVal` and `ConstValue` | Oliver Schneider | -4/+4 |