| Age | Commit message (Expand) | Author | Lines |
| 2017-12-27 | Auto merge of #47016 - malbarbo:dist-armv5te, r=alexcrichton | bors | -1/+6 |
| 2017-12-27 | Auto merge of #47014 - topecongiro:fixed-ices, r=estebank | bors | -0/+192 |
| 2017-12-27 | Auto merge of #46479 - bkchr:termination_trait, r=arielb1 | bors | -113/+575 |
| 2017-12-27 | Auto merge of #47009 - eddyb:issue-46855, r=arielb1 | bors | -3/+50 |
| 2017-12-27 | Auto merge of #47007 - eddyb:issue-46897, r=arielb1 | bors | -6/+7 |
| 2017-12-27 | Auto merge of #46977 - est31:column_fix, r=dtolnay | bors | -12/+18 |
| 2017-12-27 | Auto merge of #46803 - estebank:non-ascii-def-span, r=petrochenkov | bors | -19/+11 |
| 2017-12-27 | Revert "New generated main returns void" | Bastian Köcher | -2/+2 |
| 2017-12-26 | Don't use `process::exit` as it is an `unreachable` on wasm32 | Bastian Köcher | -16/+7 |
| 2017-12-26 | rustc: Switch `start_fn` to hidden visibility | Alex Crichton | -4/+22 |
| 2017-12-26 | Auto merge of #46975 - matthewjasper:mir-moveck-asm, r=arielb1 | bors | -4/+171 |
| 2017-12-26 | rustc: don't use union layouts for tagged union enums. | Eduard-Mihai Burtescu | -6/+7 |
| 2017-12-26 | rustc_trans: support ZST indexing involving uninhabited types. | Eduard-Mihai Burtescu | -3/+50 |
| 2017-12-26 | Auto merge of #46554 - kennytm:45861-step-4-5-6-7-upload-test-result-and-remo... | bors | -328/+408 |
| 2017-12-27 | Clarify toolstate names. Move publish.py to a more convenient location. | kennytm | -11/+12 |
| 2017-12-27 | Revert "Add a file to trivially disable tool building or testing" | kennytm | -232/+56 |
| 2017-12-27 | Upload the toolstate to the remote repository. | kennytm | -9/+213 |
| 2017-12-27 | cargo update and add miri as the rustc workspace member. | kennytm | -75/+123 |
| 2017-12-26 | Auto merge of #46956 - estebank:incompatible-arm-span-label, r=Zoxc | bors | -22/+23 |
| 2017-12-26 | Change name of `lang_start_real` to `lang_start_internal` | Bastian Köcher | -5/+4 |
| 2017-12-26 | Split `lang_start` in two functions to reduce generated code | Bastian Köcher | -5/+14 |
| 2017-12-26 | Adds whitespace | Bastian Köcher | -1/+1 |
| 2017-12-26 | Rework the exit failure and success declaration for wasm32 | Bastian Köcher | -4/+14 |
| 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 | Use move for optimization purposes | Bastian Köcher | -1/+1 |
| 2017-12-26 | Don't emit the termination lang item in tests | Bastian Köcher | -1/+1 |
| 2017-12-26 | The test functions are now in the same compile unit | Bastian Köcher | -2/+2 |
| 2017-12-26 | Removes some obscure transmute call in `lang_start` | Bastian Köcher | -1/+1 |
| 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 | -28/+47 |
| 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 | Fall back to main -> () when termination trait language item is not enabled | Bastian Köcher | -16/+28 |
| 2017-12-26 | Fixes tests | Bastian Köcher | -12/+23 |
| 2017-12-26 | Fixes compilation errors and adds proposed improvements | Bastian Köcher | -8/+6 |
| 2017-12-26 | Fixes compile bug caused by upstream changes | Bastian Köcher | -2/+2 |
| 2017-12-26 | convert print-type-sizes to use `start` instead of `main` | Niko Matsakis | -10/+47 |
| 2017-12-26 | avoid ICE when fields are not laid out in order | Niko Matsakis | -5/+13 |
| 2017-12-26 | Implements RFC 1937: `?` in `main` | Bastian Köcher | -52/+304 |
| 2017-12-26 | Add dist builder for armv5te-unknown-linux-gnueabi | Marco A L Barbosa | -1/+6 |
| 2017-12-26 | Auto merge of #46941 - ScottAbbey:freebsd-build-update, r=alexcrichton | bors | -234/+116 |
| 2017-12-26 | Add tests to fixed ICEs | Seiichi Uchida | -0/+192 |
| 2017-12-26 | Rollup merge of #46986 - nvzqz:basic-usage, r=steveklabnik | kennytm | -0/+8 |
| 2017-12-26 | Rollup merge of #46979 - clarcharr:rustc_docs, r=arielb1 | kennytm | -2/+2 |
| 2017-12-26 | Rollup merge of #46943 - malbarbo:process-test-busybox, r=alexcrichton | kennytm | -1/+1 |
| 2017-12-26 | Rollup merge of #46940 - EdSchouten:cloudabi, r=alexcrichton | kennytm | -2/+180 |
| 2017-12-26 | Rollup merge of #46933 - clarcharr:float_docs, r=steveklabnik | kennytm | -4/+14 |
| 2017-12-26 | Rollup merge of #46930 - lucis-fluxum:patch-1, r=QuietMisdreavus | kennytm | -1/+1 |