| Age | Commit message (Expand) | Author | Lines |
| 2019-03-04 | No magic numbers | Oliver Scherer | -1/+1 |
| 2019-03-04 | Optimize copying large ranges of undefmask blocks | Oliver Scherer | -7/+38 |
| 2019-03-03 | Auto merge of #58425 - wesleywiser:more_profiler_changes, r=michaelwoerister | bors | -364/+310 |
| 2019-03-03 | Auto merge of #58673 - matthewjasper:typeck-ptr-coercions, r=pnkfelix | bors | -8/+16 |
| 2019-03-03 | Use FxHashMap | Wesley Wiser | -3/+4 |
| 2019-03-03 | Reduce the size of events by using a u64 instead of Instant | Wesley Wiser | -37/+37 |
| 2019-03-03 | Remove profiler output and replace with a raw event dump | Wesley Wiser | -323/+270 |
| 2019-03-03 | Wrap the self-profiler in an `Arc<Mutex<>>` | Wesley Wiser | -24/+22 |
| 2019-03-03 | Auto merge of #58866 - kennytm:rollup, r=kennytm | bors | -16/+26 |
| 2019-03-02 | Suggest appropriate code for unused field when desrtucturing patttern | Esteban Küber | -1/+14 |
| 2019-03-02 | Rollup merge of #58802 - nnethercote:inline-record_layout, r=oli-obk | kennytm | -10/+12 |
| 2019-03-02 | Rollup merge of #58785 - euclio:tool-lint-attrs, r=estebank | kennytm | -6/+14 |
| 2019-03-02 | hir: HirIdify Impl&TraitItemId | ljedrz | -45/+36 |
| 2019-03-02 | hir: remove NodeId from VariantData | ljedrz | -24/+15 |
| 2019-03-02 | hir: remove NodeId from Pat and FieldPat | ljedrz | -47/+40 |
| 2019-03-02 | hir: remove NodeId from Item | ljedrz | -45/+41 |
| 2019-03-02 | hir: remove NodeId from ForeignItem | ljedrz | -4/+1 |
| 2019-03-02 | hir: remove NodeId from StructField | ljedrz | -7/+3 |
| 2019-03-02 | middle & privacy: partially HirIdify | ljedrz | -29/+35 |
| 2019-03-02 | Auto merge of #56946 - Zoxc:jobserver, r=nikomatsakis | bors | -29/+10 |
| 2019-03-01 | Auto merge of #58754 - ljedrz:I_hate_NodeIds, r=Zoxc | bors | -185/+119 |
| 2019-03-01 | hir: remove NodeId from VisibilityKind | ljedrz | -9/+5 |
| 2019-03-01 | hir: remove NodeId from TraitRef | ljedrz | -8/+3 |
| 2019-03-01 | hir: remove NodeId from Arg | ljedrz | -4/+1 |
| 2019-03-01 | hir: remove NodeId from TypeBinding | ljedrz | -8/+3 |
| 2019-03-01 | hir: remove NodeId from ImplItem | ljedrz | -8/+5 |
| 2019-03-01 | ty: HirIdify some lints | ljedrz | -34/+11 |
| 2019-03-01 | hir: remove NodeId from TraitItem | ljedrz | -20/+17 |
| 2019-03-01 | middle: HirIdify dead | ljedrz | -58/+59 |
| 2019-03-01 | hir: remove NodeId from AnonConst | ljedrz | -4/+1 |
| 2019-03-01 | hir: remove NodeId from Field | ljedrz | -6/+2 |
| 2019-03-01 | hir: remove NodeId from Local | ljedrz | -7/+3 |
| 2019-03-01 | hir: remove NodeId from Stmt | ljedrz | -19/+9 |
| 2019-03-01 | Auto merge of #58631 - spastorino:place2_1, r=oli-obk | bors | -19/+31 |
| 2019-03-01 | Put Local, Static and Promoted as one Base variant of Place | Santiago Pastorino | -19/+31 |
| 2019-03-01 | Add support for using a jobserver with Rayon | John Kåre Alsaker | -29/+10 |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -48/+88 |
| 2019-02-28 | Auto merge of #57760 - dlrobertson:varargs1, r=alexreg | bors | -54/+81 |
| 2019-02-28 | Ensure `record_layout_for_printing()` is inlined. | Nicholas Nethercote | -10/+12 |
| 2019-02-27 | allow specifying attributes for tool lints | Andy Russell | -6/+14 |
| 2019-02-27 | Auto merge of #58777 - Centril:rollup, r=Centril | bors | -18/+19 |
| 2019-02-27 | Fix doc comments in librustc/hir/lowering.rs | Dan Robertson | -16/+16 |
| 2019-02-27 | Rename variadic to c_variadic | Dan Robertson | -25/+25 |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -14/+41 |
| 2019-02-27 | Rollup merge of #58749 - kenta7777:reduce-repetition, r=oli-obk | Mazdak Farrokhzad | -7/+8 |
| 2019-02-27 | Rollup merge of #58748 - hellow554:scoped_tls, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-02-27 | Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkor | Mazdak Farrokhzad | -10/+10 |
| 2019-02-27 | Auto merge of #58741 - varkor:lang-lib-feature-shared-name, r=alexreg | bors | -4/+8 |
| 2019-02-27 | rename Substs to InternalSubsts | csmoe | -80/+84 |
| 2019-02-26 | replace &'tcx Substs with SubstsRef | csmoe | -123/+125 |