| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2017-12-26 | Rollup merge of #46928 - varkor:contrib-10, r=alexcrichton | kennytm | -2/+2 |
| 2017-12-25 | Make internal docs build properly. | Clar Charr | -2/+2 |
| 2017-12-25 | Auto merge of #46973 - arielb1:tuple-casting, r=estebank | bors | -12/+167 |
| 2017-12-25 | Auto merge of #46971 - green-s:master, r=alexcrichton | bors | -0/+0 |
| 2017-12-25 | Auto merge of #46949 - davidtwco:issue-46631, r=arielb1 | bors | -2/+75 |
| 2017-12-25 | Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1 | bors | -21/+38 |
| 2017-12-25 | Auto merge of #46910 - alexcrichton:thinlto-default, r=michaelwoerister | bors | -4/+32 |
| 2017-12-24 | Auto merge of #46899 - m4b:linkage_name_equals_symbol_name, r=michaelwoerister | bors | -30/+24 |
| 2017-12-24 | Auto merge of #46789 - Diggsey:command-env-capture, r=dtolnay | bors | -167/+321 |
| 2017-12-24 | Add "Basic Usage" to int min_value, max_value docs | Nikolai Vazquez | -0/+8 |
| 2017-12-24 | Auto merge of #46630 - alexcrichton:update-git2, r=nikomatsakis | bors | -105/+142 |
| 2017-12-24 | Update Cargo and its dependencies | Alex Crichton | -105/+142 |
| 2017-12-24 | Auto merge of #46896 - arielb1:shadow-scope, r=eddyb | bors | -25/+132 |
| 2017-12-24 | Capture environment at spawn | Diggory Blake | -167/+321 |
| 2017-12-24 | Auto merge of #46894 - detrumi:fix-const-eval-trait, r=eddyb | bors | -2/+40 |
| 2017-12-24 | Auto merge of #46859 - gereeter:uninhabited-unions, r=eddyb | bors | -11/+50 |
| 2017-12-24 | Handle casts to integer/float variables | Ariel Ben-Yehuda | -0/+28 |
| 2017-12-24 | Auto merge of #46888 - cramertj:nested-impl-trait-error, r=nikomatsakis | bors | -5/+112 |
| 2017-12-24 | Auto merge of #46833 - diwic:7c-abort-ffi, r=arielb1 | bors | -3/+118 |
| 2017-12-23 | Remove unnecessary assert that unions have only one variant | Jonathan S | -3/+0 |
| 2017-12-23 | rustc: Set release mode cgus to 16 by default | Alex Crichton | -4/+32 |
| 2017-12-23 | Auto merge of #46881 - michaelwoerister:ensure-coherence, r=nikomatsakis | bors | -16/+62 |
| 2017-12-23 | Update check::cast::pointer_kind logic to new rustc | Ariel Ben-Yehuda | -12/+139 |
| 2017-12-23 | Update compiler_builtins | Sam Green | -0/+0 |
| 2017-12-23 | fix doctests in libcore | Michael Hewson | -2/+2 |
| 2017-12-23 | Testcase for const-eval array lengths | Wilco Kusee | -0/+34 |
| 2017-12-23 | Annotate raw pointer target types | Christopher Durham | -3/+4 |
| 2017-12-23 | Auto merge of #46864 - estebank:closure-type-err-sp, r=nikomatsakis | bors | -100/+52 |