| Age | Commit message (Expand) | Author | Lines |
| 2019-03-01 | hir: remove NodeId from TypeBinding | ljedrz | -8/+3 |
| 2019-03-01 | hir: remove NodeId from ImplItem | ljedrz | -27/+30 |
| 2019-03-01 | ty: HirIdify some lints | ljedrz | -89/+62 |
| 2019-03-01 | hir: remove NodeId from TraitItem | ljedrz | -148/+149 |
| 2019-03-01 | middle: HirIdify dead | ljedrz | -58/+59 |
| 2019-03-01 | hir: remove NodeId from AnonConst | ljedrz | -23/+21 |
| 2019-03-01 | hir: remove NodeId from Field | ljedrz | -6/+2 |
| 2019-03-01 | hir: remove NodeId from Local | ljedrz | -23/+20 |
| 2019-03-01 | hir: remove NodeId from Stmt | ljedrz | -19/+9 |
| 2019-03-01 | Auto merge of #58689 - memoryruins:exclude_should_panic, r=oli-obk | bors | -0/+39 |
| 2019-03-01 | Auto merge of #58408 - alexcrichton:update-llvm, r=michaelwoerister | bors | -152/+10 |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -1055/+1303 |
| 2019-02-28 | Auto merge of #57760 - dlrobertson:varargs1, r=alexreg | bors | -902/+1778 |
| 2019-02-28 | Fix rebase fail | Taiki Endo | -7/+8 |
| 2019-02-28 | Fix some imports and paths | Taiki Endo | -6/+2 |
| 2019-02-28 | Fix error in tag-that-dare-not-speak-its-name | Taiki Endo | -2/+1 |
| 2019-02-28 | Fix errors in test/ui | Taiki Endo | -3/+12 |
| 2019-02-28 | Revert removed #![feature(nll)] | Taiki Endo | -0/+1 |
| 2019-02-28 | Fix #[macro_use] extern crate in sys/cloudabi | Taiki Endo | -2/+1 |
| 2019-02-28 | libstd => 2018 | Taiki Endo | -2040/+2005 |
| 2019-02-27 | Whitelist containers that allow older toolchains | Alex Crichton | -1/+9 |
| 2019-02-27 | Auto merge of #58777 - Centril:rollup, r=Centril | bors | -249/+387 |
| 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 | -119/+119 |
| 2019-02-27 | Refactor FunctionCx::codgen_terminator | Dan Robertson | -671/+771 |
| 2019-02-27 | Add c_variadic to the unstable-book | Dan Robertson | -0/+50 |
| 2019-02-27 | Add c_variadic language feature item | Dan Robertson | -0/+28 |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -152/+848 |
| 2019-02-27 | Fix tidy check for language and library features | Dan Robertson | -10/+12 |
| 2019-02-27 | Rollup merge of #58761 - Mark-Simulacrum:add-feature-gate-unwind, r=Centril | Mazdak Farrokhzad | -3/+3 |
| 2019-02-27 | Rollup merge of #58757 - aoikonomopoulos:issue-58212, r=oli-obk | Mazdak Farrokhzad | -1/+15 |
| 2019-02-27 | Rollup merge of #58755 - tbu-:pr_doc_clarifyrotate, r=Centril | Mazdak Farrokhzad | -6/+8 |
| 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 | -4/+4 |
| 2019-02-27 | Rollup merge of #58746 - ipetkov:std-process-docs, r=cramertj | Mazdak Farrokhzad | -2/+2 |
| 2019-02-27 | Rollup merge of #58703 - shepmaster:read_line_return, r=centril | Mazdak Farrokhzad | -1/+1 |
| 2019-02-27 | Rollup merge of #58680 - varkor:xpy-help-index-error, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-02-27 | Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkor | Mazdak Farrokhzad | -62/+215 |
| 2019-02-27 | Rollup merge of #58630 - nnethercote:fix-fold_clobber, r=petrochenkov | Mazdak Farrokhzad | -2/+10 |
| 2019-02-27 | Rollup merge of #58627 - euclio:rustdoc-pass-order, r=QuietMisdreavus | Mazdak Farrokhzad | -152/+106 |
| 2019-02-27 | Rollup merge of #58075 - asettouf:master, r=varkor | Mazdak Farrokhzad | -8/+14 |
| 2019-02-27 | Auto merge of #58741 - varkor:lang-lib-feature-shared-name, r=alexreg | bors | -4/+8 |
| 2019-02-27 | Auto merge of #58709 - kornelski:book, r=QuietMisdreavus | bors | -1/+1 |
| 2019-02-27 | Auto merge of #58321 - csmoe:substs, r=oli-obk | bors | -379/+385 |
| 2019-02-26 | Add tracking issue for the unwind attribute. | Mark Rousskov | -3/+3 |
| 2019-02-26 | Auto merge of #58675 - gnzlbg:usimd, r=alexcrichton | bors | -0/+0 |
| 2019-02-26 | Changing error message to reflect changes with the 2018 edition | Adonis | -8/+14 |
| 2019-02-27 | rename Substs to InternalSubsts | csmoe | -187/+191 |
| 2019-02-26 | Normalize the type Self resolves to in an impl | Angelos Oikonomopoulos | -1/+15 |
| 2019-02-26 | rustc: Update LLVM, remove dead wasm code | Alex Crichton | -151/+1 |