| Age | Commit message (Expand) | Author | Lines |
| 2017-12-30 | Remove excessive trailing newlines. | kennytm | -25/+0 |
| 2017-12-30 | Add trailing newlines to files which have no trailing newlines. | kennytm | -20/+20 |
| 2017-12-29 | Auto merge of #47050 - ollie27:rustdoc_import_links, r=QuietMisdreavus | bors | -0/+34 |
| 2017-12-28 | rustdoc: Don't try to generate links for modules in import paths | Oliver Middleton | -0/+34 |
| 2017-12-28 | Auto merge of #47021 - shssoichiro:46576-Incorrect-Span-Imports, r=estebank | bors | -2/+47 |
| 2017-12-28 | Auto merge of #47031 - topecongiro:issue-41719, r=jseyfried | bors | -0/+18 |
| 2017-12-28 | Auto merge of #47013 - topecongiro:issue-46655, r=petrochenkov | bors | -3/+28 |
| 2017-12-28 | Prefer to use attr::contains_name() and attr::find_by_name() | Seiichi Uchida | -3/+5 |
| 2017-12-28 | Auto merge of #47017 - topecongiro:issue-33469, r=estebank | bors | -0/+19 |
| 2017-12-27 | Auto merge of #47014 - topecongiro:fixed-ices, r=estebank | bors | -0/+192 |
| 2017-12-28 | Report an error when resolving non-ident macro path failed | topecongiro | -0/+18 |
| 2017-12-27 | Auto merge of #46479 - bkchr:termination_trait, r=arielb1 | bors | -70/+270 |
| 2017-12-27 | Auto merge of #47009 - eddyb:issue-46855, r=arielb1 | bors | -0/+34 |
| 2017-12-27 | Auto merge of #47007 - eddyb:issue-46897, r=arielb1 | bors | -2/+3 |
| 2017-12-27 | Auto merge of #46977 - est31:column_fix, r=dtolnay | bors | -5/+5 |
| 2017-12-27 | Auto merge of #46803 - estebank:non-ascii-def-span, r=petrochenkov | bors | -18/+8 |
| 2017-12-27 | Revert "New generated main returns void" | Bastian Köcher | -2/+2 |
| 2017-12-26 | Auto merge of #46975 - matthewjasper:mir-moveck-asm, r=arielb1 | bors | -1/+146 |
| 2017-12-26 | rustc: don't use union layouts for tagged union enums. | Eduard-Mihai Burtescu | -2/+3 |
| 2017-12-26 | rustc_trans: support ZST indexing involving uninhabited types. | Eduard-Mihai Burtescu | -0/+34 |
| 2017-12-26 | Pass correct span when lowering grouped imports | Josh Holmer | -2/+47 |
| 2017-12-26 | Auto merge of #46956 - estebank:incompatible-arm-span-label, r=Zoxc | bors | -20/+5 |
| 2017-12-26 | Do not panic on interpolated token inside quote macro | Seiichi Uchida | -0/+19 |
| 2017-12-26 | Revert "Just compare the symbol names and types, not the addresses" | Bastian Köcher | -6/+6 |
| 2017-12-26 | Use `start` for the `sepcomp-inlining` test | Bastian Köcher | -3/+8 |
| 2017-12-26 | The test functions are now in the same compile unit | Bastian Köcher | -2/+2 |
| 2017-12-26 | Just compare the symbol names and types, not the addresses | Bastian Köcher | -6/+6 |
| 2017-12-26 | Convert codegen-unit tests to use `start` instead of `main` | Bastian Köcher | -454/+148 |
| 2017-12-26 | Adds termination_trait feature gate | Bastian Köcher | -0/+15 |
| 2017-12-26 | Fixes codegen-units tests | Bastian Köcher | -1/+400 |
| 2017-12-26 | New generated main returns void | Bastian Köcher | -2/+2 |
| 2017-12-26 | Fixes tests | Bastian Köcher | -12/+2 |
| 2017-12-26 | convert print-type-sizes to use `start` instead of `main` | Niko Matsakis | -10/+47 |
| 2017-12-26 | Implements RFC 1937: `?` in `main` | Bastian Köcher | -0/+60 |
| 2017-12-26 | Add tests to fixed ICEs | Seiichi Uchida | -0/+192 |
| 2017-12-26 | Do not expand a derive invocation when derive is not allowed | Seiichi Uchida | -0/+23 |
| 2017-12-25 | Auto merge of #46973 - arielb1:tuple-casting, r=estebank | bors | -0/+111 |
| 2017-12-25 | "incompatible arm" diagnostic span tweak | Esteban Küber | -20/+5 |
| 2017-12-25 | Auto merge of #46949 - davidtwco:issue-46631, r=arielb1 | bors | -1/+30 |
| 2017-12-25 | Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1 | bors | -2/+4 |
| 2017-12-24 | Auto merge of #46896 - arielb1:shadow-scope, r=eddyb | bors | -0/+32 |
| 2017-12-24 | Auto merge of #46894 - detrumi:fix-const-eval-trait, r=eddyb | bors | -0/+34 |
| 2017-12-24 | Auto merge of #46859 - gereeter:uninhabited-unions, r=eddyb | bors | -0/+39 |
| 2017-12-24 | Handle casts to integer/float variables | Ariel Ben-Yehuda | -0/+25 |
| 2017-12-24 | Auto merge of #46888 - cramertj:nested-impl-trait-error, r=nikomatsakis | bors | -3/+42 |
| 2017-12-24 | Auto merge of #46833 - diwic:7c-abort-ffi, r=arielb1 | bors | -0/+43 |
| 2017-12-24 | Fix tests | est31 | -5/+5 |
| 2017-12-23 | Give MIR borrowck a better understanding of inline asm | Matthew Jasper | -1/+146 |
| 2017-12-23 | Update check::cast::pointer_kind logic to new rustc | Ariel Ben-Yehuda | -0/+86 |
| 2017-12-23 | Testcase for const-eval array lengths | Wilco Kusee | -0/+34 |