| Age | Commit message (Expand) | Author | Lines |
| 2019-02-19 | Auto merge of #57896 - oli-obk:permissive_existence, r=cramertj | bors | -1/+12 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -2/+2 |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -12/+9 |
| 2019-02-13 | Cleanup imports | Taiki Endo | -1/+1 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -2/+2 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -11/+11 |
| 2019-02-10 | Auto merge of #57770 - Zoxc:no-hash-query, r=michaelwoerister | bors | -2/+3 |
| 2019-02-09 | cleanup: rename node_id_to_type(_opt) | ljedrz | -12/+9 |
| 2019-02-09 | Auto merge of #58207 - nnethercote:intern_lazy_const, r=oli-obk | bors | -10/+12 |
| 2019-02-08 | Add a query type which is always marked as red if it runs | John Kåre Alsaker | -2/+3 |
| 2019-02-06 | Make `intern_lazy_const` actually intern its argument. | Nicholas Nethercote | -10/+12 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -50/+50 |
| 2019-02-01 | Auto merge of #57937 - denzp:nvptx, r=nagisa | bors | -0/+6 |
| 2019-02-01 | Restrict concrete types to equivalent types | Oliver Scherer | -1/+12 |
| 2019-01-28 | Use multiple threads by default. Limits tests to one thread. Do some renaming. | John Kåre Alsaker | -7/+7 |
| 2019-01-27 | Fix indentation | Oliver Scherer | -1/+1 |
| 2019-01-27 | Create `nvptx64-nvidia-cuda` target specification | Denys Zariaiev | -0/+6 |
| 2019-01-19 | Handle lifetime annotations in unreachable code | Matthew Jasper | -2/+3 |
| 2019-01-19 | Use a struct for user type annotations | Matthew Jasper | -1/+21 |
| 2019-01-19 | Rename CanonicalUserTypeAnnotation -> CanonicalUserType | Matthew Jasper | -6/+6 |
| 2019-01-19 | Rename UserTypeAnnotation -> UserType | Matthew Jasper | -12/+12 |
| 2019-01-17 | Querify glob map usage (last use of CrateAnalysis) | Igor Matuszewski | -0/+10 |
| 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 |