| Age | Commit message (Expand) | Author | Lines |
| 2019-02-25 | Rollup merge of #58690 - kenta7777:reduce-code-repetition-miri-related, r=oli... | Mazdak Farrokhzad | -3/+2 |
| 2019-02-24 | Rollup merge of #58511 - oli-obk:const_to_op, r=RalfJung | Mazdak Farrokhzad | -2/+2 |
| 2019-02-24 | reduce a code repetition like (n << amt) >> amt | kenta7777 | -3/+2 |
| 2019-02-21 | restore the actual leak-check | Niko Matsakis | -1/+23 |
| 2019-02-20 | Auto merge of #58578 - kennytm:rollup, r=kennytm | bors | -5/+5 |
| 2019-02-19 | Auto merge of #57896 - oli-obk:permissive_existence, r=cramertj | bors | -2/+13 |
| 2019-02-18 | Fix style nits | Dan Robertson | -5/+5 |
| 2019-02-16 | Reuse the `Pointer` type instead of passing reassembling it at many use sites | Oliver Scherer | -2/+2 |
| 2019-02-15 | Remove `stolen` | John Kåre Alsaker | -4/+0 |
| 2019-02-15 | Always emit an error for a query cycle | John Kåre Alsaker | -150/+103 |
| 2019-02-14 | Rollup merge of #58309 - wesleywiser:add_more_profiler_events, r=michaelwoeri... | Mazdak Farrokhzad | -2/+15 |
| 2019-02-13 | Rollup merge of #58386 - Zoxc:fix-54242, r=michaelwoerister | Mazdak Farrokhzad | -58/+56 |
| 2019-02-13 | HirId-ify hir::BodyId | ljedrz | -13/+13 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -18/+19 |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -18/+9 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -270/+274 |
| 2019-02-13 | Cleanup imports | Taiki Endo | -16/+17 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -9/+9 |
| 2019-02-12 | Set the query in the ImplicitCtxt before trying to mark it green | John Kåre Alsaker | -58/+56 |
| 2019-02-11 | Capture time spent blocked waiting on queries | Wesley Wiser | -2/+13 |
| 2019-02-11 | Add self profiler events for loading incremental query results from disk | Wesley Wiser | -0/+2 |
| 2019-02-11 | Remove two dead functions. | Nicholas Nethercote | -25/+0 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -270/+274 |
| 2019-02-10 | Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxc | bors | -8/+8 |
| 2019-02-10 | Auto merge of #58085 - wesleywiser:profiler_2, r=wesleywiser | bors | -9/+10 |
| 2019-02-10 | Auto merge of #57770 - Zoxc:no-hash-query, r=michaelwoerister | bors | -14/+38 |
| 2019-02-09 | cleanup: remove hir_path_str | ljedrz | -5/+0 |
| 2019-02-09 | cleanup: rename node_id_to_type(_opt) | ljedrz | -13/+9 |
| 2019-02-09 | Auto merge of #58207 - nnethercote:intern_lazy_const, r=oli-obk | bors | -12/+14 |
| 2019-02-08 | Remove no_hash from optimized_mir | John Kåre Alsaker | -1/+1 |
| 2019-02-08 | Move no_hash from mir_built to optimized_mir | John Kåre Alsaker | -2/+2 |
| 2019-02-08 | Remove no_hash from typeck_tables_of | John Kåre Alsaker | -1/+1 |
| 2019-02-08 | Remove no_hash from optimized_mir | John Kåre Alsaker | -1/+1 |
| 2019-02-08 | Add a query type which is always marked as red if it runs | John Kåre Alsaker | -17/+41 |
| 2019-02-07 | Add const params to Def | varkor | -0/+1 |
| 2019-02-07 | Implement more detailed self profiling | Wesley Wiser | -9/+10 |
| 2019-02-07 | Rollup merge of #58242 - notriddle:patch-3, r=zackmdavis | kennytm | -0/+1 |
| 2019-02-06 | Document the one TyKind that isn't documented | Michael Howell | -0/+1 |
| 2019-02-06 | Make `intern_lazy_const` actually intern its argument. | Nicholas Nethercote | -12/+14 |
| 2019-02-05 | rustc: partially HirIdify | ljedrz | -8/+8 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -341/+343 |
| 2019-02-03 | hir: add HirId methods | ljedrz | -0/+6 |
| 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 | -2/+13 |
| 2019-01-29 | Only store the result of mir_borrowck for closures | John Kåre Alsaker | -26/+29 |
| 2019-01-29 | Make impl_wf_check incremental | John Kåre Alsaker | -0/+12 |
| 2019-01-29 | Add an ensure() method to TyCtxt used to ensure queries are run | John Kåre Alsaker | -13/+22 |
| 2019-01-29 | Auto merge of #57948 - Zoxc:parallel, r=michaelwoerister | bors | -33/+33 |
| 2019-01-28 | Rollup merge of #57674 - dotdash:erase_reg, r=varkor | Mazdak Farrokhzad | -1/+6 |
| 2019-01-28 | Use multiple threads by default. Limits tests to one thread. Do some renaming. | John Kåre Alsaker | -33/+33 |