| 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 | -23/+23 |
| 2017-12-29 | Auto merge of #47026 - EdSchouten:cloudabi-unwind, r=kennytm | bors | -1/+10 |
| 2017-12-29 | Auto merge of #47051 - Xanewok:update-rls, r=kennytm | bors | -76/+23 |
| 2017-12-29 | Update rustfmt to 0.3.4 | Igor Matuszewski | -57/+6 |
| 2017-12-29 | Add proper library dependencies for libstd on CloudABI. | Ed Schouten | -1/+8 |
| 2017-12-29 | Auto merge of #46883 - QuietMisdreavus:faildown, r=GuillaumeGomez | bors | -2/+18 |
| 2017-12-29 | Auto merge of #47050 - ollie27:rustdoc_import_links, r=QuietMisdreavus | bors | -24/+36 |
| 2017-12-28 | Auto merge of #47047 - EdSchouten:rt-unused-import, r=estebank | bors | -2/+0 |
| 2017-12-28 | Auto merge of #47036 - QuietMisdreavus:i-like-big-chars, r=frewsxcv | bors | -2/+6 |
| 2017-12-28 | Update RLS | Igor Matuszewski | -19/+17 |
| 2017-12-28 | rustdoc: Don't try to generate links for modules in import paths | Oliver Middleton | -24/+36 |
| 2017-12-28 | Auto merge of #47021 - shssoichiro:46576-Incorrect-Span-Imports, r=estebank | bors | -3/+48 |
| 2017-12-28 | Remove an unused import for cfg(not(feature = "backtrace")). | Ed Schouten | -2/+0 |
| 2017-12-28 | Auto merge of #47031 - topecongiro:issue-41719, r=jseyfried | bors | -1/+27 |
| 2017-12-28 | Auto merge of #47013 - topecongiro:issue-46655, r=petrochenkov | bors | -108/+151 |
| 2017-12-28 | Auto merge of #47018 - malbarbo:armv4t, r=alexcrichton | bors | -5/+38 |
| 2017-12-28 | Prefer to use attr::contains_name() and attr::find_by_name() | Seiichi Uchida | -29/+25 |
| 2017-12-28 | Auto merge of #47017 - topecongiro:issue-33469, r=estebank | bors | -1/+24 |
| 2017-12-27 | Auto merge of #47016 - malbarbo:dist-armv5te, r=alexcrichton | bors | -1/+6 |
| 2017-12-27 | update char_indices example to highlight big chars | QuietMisdreavus | -2/+6 |
| 2017-12-27 | Auto merge of #47014 - topecongiro:fixed-ices, r=estebank | bors | -0/+192 |
| 2017-12-27 | bootstrap: pass --deny-render-differences to rustdoc | QuietMisdreavus | -0/+4 |
| 2017-12-27 | rustdoc: add option to abort process on markdown differences | QuietMisdreavus | -2/+14 |
| 2017-12-28 | Report an error when resolving non-ident macro path failed | topecongiro | -1/+27 |
| 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 | Update compiler_builtins | Marco A L Barbosa | -0/+0 |
| 2017-12-26 | Don't use `process::exit` as it is an `unreachable` on wasm32 | Bastian Köcher | -16/+7 |
| 2017-12-26 | Link against -lunwind on CloudABI. | Ed Schouten | -0/+2 |
| 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 | Pass correct span when lowering grouped imports | Josh Holmer | -3/+48 |
| 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 | Add armv4t-unknown-linux-gnueabi target | Marco A L Barbosa | -5/+38 |
| 2017-12-26 | Do not panic on interpolated token inside quote macro | Seiichi Uchida | -1/+24 |
| 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 |