| Age | Commit message (Expand) | Author | Lines |
| 2019-01-08 | Move diagnostics out from QueryJob and optimize for the case with no diagnostics | John Kåre Alsaker | -42/+54 |
| 2019-01-08 | Auto merge of #57114 - Zoxc:query-perf11, r=michaelwoerister | bors | -1/+1 |
| 2019-01-07 | Rename some functions | John Kåre Alsaker | -2/+2 |
| 2019-01-07 | Fix and optimize query profiling | John Kåre Alsaker | -22/+26 |
| 2019-01-05 | Rollup merge of #57295 - d-e-s-o:topic/be-be, r=zackmdavis | kennytm | -1/+1 |
| 2019-01-05 | Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis | bors | -0/+3 |
| 2019-01-04 | Auto merge of #56723 - oli-obk:lazy_const, r=nikomatsakis | bors | -1/+1 |
| 2019-01-04 | implement a hack to make traitobject 0.1.0 compile | Ariel Ben-Yehuda | -0/+3 |
| 2019-01-02 | Fix 'be be' constructs | Daniel Mueller | -1/+1 |
| 2019-01-02 | rename `type_moves_by_default` to `type_is_copy_modulo_regions` | Niko Matsakis | -1/+1 |
| 2019-01-01 | `<&'tcx ty::Const as Deref>::deref` | Oliver Scherer | -1/+1 |
| 2019-01-01 | Auto merge of #55937 - davidtwco:issue-54943, r=pnkfelix | bors | -2/+2 |
| 2018-12-31 | Clean up and optimize OpenTask / read_index | John Kåre Alsaker | -1/+1 |
| 2018-12-31 | Auto merge of #57035 - Zoxc:query-pref9, r=michaelwoerister | bors | -23/+34 |
| 2018-12-30 | Stop well-formedness checking unreachable code. | David Wood | -22/+2 |
| 2018-12-30 | Always check well-formedness. | David Wood | -2/+22 |
| 2018-12-28 | Auto merge of #57118 - Zoxc:query-stats, r=wesleywiser | bors | -1/+105 |
| 2018-12-27 | Integrate chalk engine | scalexm | -0/+17 |
| 2018-12-27 | Return an instantiated environment instead of a generic one | scalexm | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -70/+0 |
| 2018-12-25 | Auto merge of #56983 - ljedrz:parallel_query_tweaks, r=Zoxc | bors | -22/+10 |
| 2018-12-25 | Add a command line flag to print some query stats | John Kåre Alsaker | -1/+105 |
| 2018-12-23 | Rollup merge of #57034 - Zoxc:query-perf8, r=michaelwoerister | kennytm | -0/+3 |
| 2018-12-21 | Uninline some debugging code and use unlikely! macro | John Kåre Alsaker | -23/+34 |
| 2018-12-21 | Inline tweaks | John Kåre Alsaker | -0/+3 |
| 2018-12-21 | Optimize away a move | John Kåre Alsaker | -1/+4 |
| 2018-12-19 | Auto merge of #54252 - arielb1:deref-query, r=nikomatsakis | bors | -0/+12 |
| 2018-12-19 | Auto merge of #56613 - Zoxc:query-perf1, r=michaelwoerister | bors | -61/+101 |
| 2018-12-19 | query: simplify stack trimming in cycle_check | ljedrz | -1/+1 |
| 2018-12-19 | query: minor refactoring | ljedrz | -10/+3 |
| 2018-12-19 | query: insert visited queries more eagerly | ljedrz | -6/+3 |
| 2018-12-19 | query: faster stack reversal in remove_cycle | ljedrz | -5/+3 |
| 2018-12-17 | Remove *_inlined variants | John Kåre Alsaker | -2/+2 |
| 2018-12-17 | Rename await into cycle_error for the single threaded case and add some comments | John Kåre Alsaker | -2/+6 |
| 2018-12-17 | Tweak query code for performance | John Kåre Alsaker | -63/+99 |
| 2018-12-15 | make autoderef steps a query | Ariel Ben-Yehuda | -0/+12 |
| 2018-12-13 | Make the 'a lifetime on TyCtxt useless | John Kåre Alsaker | -1/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -9/+9 |
| 2018-12-07 | Auto merge of #56502 - Zoxc:hir-func, r=eddyb | bors | -5/+5 |
| 2018-12-06 | Fix a race condition | John Kåre Alsaker | -2/+5 |
| 2018-12-06 | Show usages of query cycles and correctly shift queries in a cycle | John Kåre Alsaker | -30/+61 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -5/+5 |
| 2018-11-30 | proc_macro: introduce a "bridge" between clients (proc macros) and servers (c... | Eduard-Mihai Burtescu | -3/+3 |
| 2018-11-19 | Make const_eval_raw query return just an AllocId | Ralf Jung | -2/+2 |
| 2018-11-18 | Rollup merge of #55827 - ljedrz:various_stashed, r=alexcrichton | Pietro Albini | -1/+1 |
| 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 | -3/+4 |
| 2018-11-13 | Replace type params with bound vars in `rustc_traits::lowering` | scalexm | -1/+1 |
| 2018-11-13 | Rollup merge of #55882 - hugwijst:rc_return_crate_inherent_impls, r=Mark-Simu... | kennytm | -1/+2 |