| Age | Commit message (Expand) | Author | Lines |
| 2018-12-27 | Return an instantiated environment instead of a generic one | scalexm | -1/+1 |
| 2018-12-27 | Correctly lift empty lists of clauses and goals | scalexm | -0/+8 |
| 2018-12-27 | Add a def-id in `ty::ParamEnv` | scalexm | -9/+20 |
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -12/+10 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -340/+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 | -2/+106 |
| 2018-12-22 | Auto merge of #57063 - kennytm:rollup, r=kennytm | bors | -1/+17 |
| 2018-12-22 | Auto merge of #56887 - emilio:enum-field-reordering, r=eddyb | bors | -2/+3 |
| 2018-12-23 | Rollup merge of #57034 - Zoxc:query-perf8, r=michaelwoerister | kennytm | -0/+13 |
| 2018-12-23 | Rollup merge of #57027 - Zoxc:query-perf5, r=michaelwoerister | kennytm | -1/+4 |
| 2018-12-22 | Short-circuit DefIdForest::intersection() | Nikita Popov | -1/+12 |
| 2018-12-21 | Sidestep ICE in `FieldPlacement::count` by not calling it when count will not... | Felix S. Klock II | -1/+5 |
| 2018-12-21 | Uninline some debugging code and use unlikely! macro | John Kåre Alsaker | -23/+37 |
| 2018-12-21 | Inline tweaks | John Kåre Alsaker | -0/+13 |
| 2018-12-21 | Remove "visited" set from inhabitedness checking | Nikita Popov | -44/+10 |
| 2018-12-21 | Optimize away a move | John Kåre Alsaker | -1/+4 |
| 2018-12-20 | Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko... | bors | -5/+62 |
| 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 | -62/+103 |
| 2018-12-19 | query: simplify stack trimming in cycle_check | ljedrz | -1/+1 |
| 2018-12-19 | Auto merge of #56601 - Zoxc:lifetime-killer, r=nikomatsakis | bors | -22/+37 |
| 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-18 | Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakis | bors | -0/+1 |
| 2018-12-18 | Auto merge of #56481 - arielb1:dynamic-order, r=nikomatsakis | bors | -9/+67 |
| 2018-12-17 | Revert thread-local changes | John Kåre Alsaker | -14/+4 |
| 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 | -68/+115 |
| 2018-12-16 | Disable field reordering for repr(int). | Emilio Cobos Álvarez | -2/+3 |
| 2018-12-15 | Fixed minor issues raised in review. | Alexander Regueiro | -8/+8 |
| 2018-12-15 | Fixed issue #56199. | Alexander Regueiro | -32/+52 |
| 2018-12-15 | make autoderef steps a query | Ariel Ben-Yehuda | -0/+12 |
| 2018-12-14 | add coherence future-compat warnings for marker-only trait objects | Ariel Ben-Yehuda | -9/+67 |
| 2018-12-13 | Auto merge of #56461 - oli-obk:alloc_ids, r=RalfJung | bors | -1/+1 |
| 2018-12-13 | Some changes | John Kåre Alsaker | -1/+3 |
| 2018-12-13 | Make the 'a lifetime on TyCtxt useless | John Kåre Alsaker | -21/+34 |
| 2018-12-11 | Consider privacy in more locations | varkor | -7/+7 |
| 2018-12-11 | Update ub-uninhabit tests | varkor | -2/+2 |
| 2018-12-11 | Add note on nonzero-sized uninhabited types | varkor | -1/+2 |
| 2018-12-11 | Improve `conservative_is_uninhabited` comment | varkor | -3/+7 |
| 2018-12-11 | Use unions for uninhabitedness checking rather than mem::transmute | varkor | -1/+1 |
| 2018-12-11 | conservative_is_uninhabited implies abi.is_uninhabited | varkor | -4/+10 |
| 2018-12-11 | Nonempty arrays of uninhabited arrays are Abi::Uninhabited | varkor | -1/+7 |
| 2018-12-11 | Fix Ref inhabitedness comment | varkor | -4/+3 |
| 2018-12-11 | Address comments | varkor | -1/+5 |
| 2018-12-11 | Make uninhabitedness checking more intelligent | varkor | -3/+29 |
| 2018-12-11 | Check for uninhabitedness instead of never | varkor | -0/+11 |