| Age | Commit message (Expand) | Author | Lines |
| 2019-01-25 | Set the DICompileUnit emissionKind | Josh Stone | -6/+50 |
| 2019-01-25 | Add two more wasm-related LLVM commits | Alex Crichton | -0/+0 |
| 2019-01-25 | Rebase to the llvm-project monorepo | Josh Stone | -42/+157 |
| 2019-01-25 | Auto merge of #57898 - Centril:rollup, r=Centril | bors | -82/+870 |
| 2019-01-26 | Address review comments and cleanup code | Vadim Petrochenkov | -62/+59 |
| 2019-01-25 | Correctly set filetime for copied LLVM | Mark Rousskov | -24/+47 |
| 2019-01-25 | std: Stabilize fixed-width integer atomics | Alex Crichton | -55/+96 |
| 2019-01-25 | #56411 do not suggest a fix for a import conflict in a macro | François Mockers | -1/+56 |
| 2019-01-25 | Resolve breakage | Simonas Kazlauskas | -61/+46 |
| 2019-01-25 | Rollup merge of #57890 - feinorgh:fix-diagnostics-typo, r=zackmdavis | Mazdak Farrokhzad | -1/+1 |
| 2019-01-25 | Rollup merge of #57886 - davidtwco:issue-57385, r=estebank | Mazdak Farrokhzad | -27/+303 |
| 2019-01-25 | Rollup merge of #57734 - oli-obk:fixes_and_cleanups, r=pnkfelix | Mazdak Farrokhzad | -30/+68 |
| 2019-01-25 | Rollup merge of #57645 - nikomatsakis:issue-56877-abi-aggregates, r=eddyb | Mazdak Farrokhzad | -20/+492 |
| 2019-01-25 | Rollup merge of #56233 - kenta7777:kenta7777#49937, r=oli-obk | Mazdak Farrokhzad | -4/+6 |
| 2019-01-25 | distinguish "no data" from "heterogeneous" for ABI purposes | Niko Matsakis | -20/+492 |
| 2019-01-25 | Auto merge of #57714 - matthewjasper:wellformed-unreachable, r=pnkfelix | bors | -291/+849 |
| 2019-01-25 | Unit test from #57866. | Felix S. Klock II | -0/+26 |
| 2019-01-25 | Auto merge of #57891 - michaelwoerister:no-default-incr-bootstrap, r=pietroal... | bors | -0/+3 |
| 2019-01-25 | Combining move lifetime and type suggestions. | David Wood | -35/+179 |
| 2019-01-25 | bootstrap: Don't rely on any default settings regarding incr. comp. in Cargo. | Michael Woerister | -0/+3 |
| 2019-01-25 | Suggestion moving types before associated types. | David Wood | -15/+147 |
| 2019-01-25 | Add a compile-fail test for `Drop` in constants in the presence of `Option`s | Oliver Scherer | -2/+34 |
| 2019-01-25 | Auto merge of #57881 - matthiaskrgr:clippy_submodule_upd, r=oli-obk | bors | -6/+8 |
| 2019-01-25 | Fix wording in diagnostics page | Pär Karlsson | -1/+1 |
| 2019-01-25 | Rollup merge of #57865 - Aaron1011:fix/debug-ice, r=estebank | Mazdak Farrokhzad | -30/+44 |
| 2019-01-25 | Rollup merge of #57802 - davidtwco:issue-56943, r=estebank | Mazdak Farrokhzad | -14/+37 |
| 2019-01-25 | Rollup merge of #57652 - mark-i-m:remove-old, r=nikomatsakis | Mazdak Farrokhzad | -864/+93 |
| 2019-01-25 | Rollup merge of #57294 - estebank:point-copy-less, r=nikomatsakis | Mazdak Farrokhzad | -226/+668 |
| 2019-01-25 | Rollup merge of #56217 - frewsxcv:frewsxcv-float-parse, r=QuietMisdreavus | Mazdak Farrokhzad | -1/+25 |
| 2019-01-24 | Instead of adding a paragraph mentioning std::mem::transmute and core::mem::t... | Johnathan Van Why | -4/+1 |
| 2019-01-25 | Update minifier version | Guillaume Gomez | -3/+4 |
| 2019-01-24 | submodules: update clippy from 280069dd to f1753522 | Matthias Krüger | -6/+8 |
| 2019-01-24 | Auto merge of #57879 - Centril:rollup, r=Centril | bors | -172/+432 |
| 2019-01-24 | Fix --compare-mode=nll tests | Esteban Küber | -139/+493 |
| 2019-01-24 | review comments | Esteban Küber | -19/+11 |
| 2019-01-24 | Point at type argument suggesting adding `Copy` constraint | Esteban Küber | -1/+16 |
| 2019-01-24 | break eagerly from loop | Esteban Küber | -0/+1 |
| 2019-01-24 | Add test for #34721 | Esteban Küber | -0/+52 |
| 2019-01-24 | When using value after move, point at span of local | Esteban Küber | -88/+116 |
| 2019-01-24 | Add a feature gate test for #[optimize] | Simonas Kazlauskas | -0/+68 |
| 2019-01-24 | Support revisions for codegen tests | Simonas Kazlauskas | -49/+115 |
| 2019-01-24 | Add an idealistic test for optimize attribute | Simonas Kazlauskas | -0/+49 |
| 2019-01-24 | Implement optimize(size) and optimize(speed) | Simonas Kazlauskas | -107/+259 |
| 2019-01-24 | Rollup merge of #57873 - milesand:master, r=Centril | Mazdak Farrokhzad | -16/+8 |
| 2019-01-24 | Rollup merge of #57867 - Aaron1011:fix/gen-future-doc, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-01-24 | Rollup merge of #57863 - davidtwco:issue-57684, r=estebank | Mazdak Farrokhzad | -1/+109 |
| 2019-01-24 | Rollup merge of #57861 - pepyakin:wasm-dont-export-table, r=alexcrichton | Mazdak Farrokhzad | -3/+0 |
| 2019-01-24 | Rollup merge of #57860 - jethrogb:jb/sgx-os-ffi, r=joshtriplett | Mazdak Farrokhzad | -1/+111 |
| 2019-01-24 | Rollup merge of #57846 - QuietMisdreavus:proc-macro-links, r=GuillaumeGomez | Mazdak Farrokhzad | -2/+11 |
| 2019-01-24 | Rollup merge of #57803 - jethrogb:jb/sgx-unwind-version, r=alexcrichton | Mazdak Farrokhzad | -1/+16 |