| Age | Commit message (Expand) | Author | Lines |
| 2019-02-17 | Make `intern_lazy_const` actually intern its argument. | Nicholas Nethercote | -10/+12 |
| 2019-01-13 | Rollup merge of #57113 - Zoxc:query-perf10, r=michaelwoerister | Mazdak Farrokhzad | -3/+12 |
| 2019-01-13 | Rollup merge of #57547 - Xanewok:ptr-eq, r=petrochenkov | Mazdak Farrokhzad | -10/+7 |
| 2019-01-12 | Use `ptr::eq` where applicable | Igor Matuszewski | -10/+7 |
| 2019-01-08 | [Cleanup] This is the first in the series of removals of with_freevars usage. | Blitzerr | -1/+1 |
| 2019-01-08 | Issue 56905 | Blitzerr | -0/+10 |
| 2019-01-08 | Move diagnostics out from QueryJob and optimize for the case with no diagnostics | John Kåre Alsaker | -3/+12 |
| 2019-01-08 | Auto merge of #57114 - Zoxc:query-perf11, r=michaelwoerister | bors | -5/+5 |
| 2019-01-08 | Auto merge of #57095 - Zoxc:prof-fix, r=michaelwoerister | bors | -1/+5 |
| 2019-01-07 | Rename some functions | John Kåre Alsaker | -1/+1 |
| 2019-01-07 | Fix and optimize query profiling | John Kåre Alsaker | -1/+5 |
| 2019-01-07 | Rollup merge of #57290 - mark-i-m:remove-outdated-comment, r=michaelwoerister | Pietro Albini | -3/+0 |
| 2019-01-02 | remove outdated comment | Mark Mansi | -3/+0 |
| 2019-01-01 | Check the correct arena | Oliver Scherer | -1/+1 |
| 2019-01-01 | Remove unused function | Oliver Scherer | -8/+0 |
| 2019-01-01 | Macrofy more `Lift` impls | Oliver Scherer | -200/+48 |
| 2019-01-01 | Properly lift `Allocations` | Oliver Scherer | -9/+2 |
| 2019-01-01 | what is going on? | Oliver Scherer | -7/+7 |
| 2019-01-01 | Git is drunk | Oliver Scherer | -7/+7 |
| 2019-01-01 | rebase fallout | Oliver Scherer | -6/+1 |
| 2019-01-01 | `<&'tcx ty::Const as Deref>::deref` | Oliver Scherer | -24/+3 |
| 2019-01-01 | Move the `Unevaluated` constant arm upwards in the type structure | Oliver Scherer | -2/+23 |
| 2018-12-31 | Clean up and optimize OpenTask / read_index | John Kåre Alsaker | -5/+5 |
| 2018-12-30 | Refactor `UserTypeAnnotation`. | David Wood | -42/+104 |
| 2018-12-28 | Auto merge of #57118 - Zoxc:query-stats, r=wesleywiser | bors | -1/+1 |
| 2018-12-27 | Correctly lift empty lists of clauses and goals | scalexm | -0/+8 |
| 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 | -1/+1 |
| 2018-12-21 | Inline tweaks | John Kåre Alsaker | -0/+10 |
| 2018-12-19 | Auto merge of #56613 - Zoxc:query-perf1, r=michaelwoerister | bors | -1/+2 |
| 2018-12-19 | Auto merge of #56601 - Zoxc:lifetime-killer, r=nikomatsakis | bors | -20/+35 |
| 2018-12-17 | Revert thread-local changes | John Kåre Alsaker | -14/+4 |
| 2018-12-17 | Tweak query code for performance | John Kåre Alsaker | -5/+16 |
| 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 | -19/+32 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -12/+12 |
| 2018-12-07 | Auto merge of #56502 - Zoxc:hir-func, r=eddyb | bors | -23/+28 |
| 2018-12-06 | Fix printing of spans with no TyCtxt | John Kåre Alsaker | -2/+6 |
| 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 | -23/+28 |
| 2018-12-04 | syntax: Remove `#[non_exhaustive]` from `Edition` | Vadim Petrochenkov | -6/+0 |
| 2018-12-04 | syntax: Rename some keywords | Vadim Petrochenkov | -1/+1 |
| 2018-12-03 | Monomorphize `AllocMap` struct | Oliver Scherer | -1/+1 |
| 2018-12-01 | Rollup merge of #56324 - Zoxc:int-ext, r=nikomatsakis | kennytm | -111/+74 |
| 2018-11-29 | Add inline attributes and add unit to CommonTypes | John Kåre Alsaker | -1/+38 |
| 2018-11-29 | Use raw_entry for more efficient interning | John Kåre Alsaker | -111/+74 |
| 2018-11-29 | Rollup merge of #56257 - mark-i-m:rustc-guide-links, r=nikomatsakis | Guillaume Gomez | -1/+1 |
| 2018-11-27 | Auto merge of #56094 - RalfJung:memory-data-revived, r=oli-obk | bors | -1/+1 |
| 2018-11-27 | resolve: Implement edition hygiene for imports and absolute paths | Vadim Petrochenkov | -9/+2 |
| 2018-11-26 | rustc-guide has moved | Mark Mansi | -1/+1 |