| Age | Commit message (Expand) | Author | Lines |
| 2018-03-06 | Rename exported_symbol_ids query to something more explicit and document what... | Michael Woerister | -7/+12 |
| 2018-03-06 | Rollup merge of #48573 - Amanieu:bitreverse2, r=sfackler | kennytm | -2/+12 |
| 2018-03-04 | Fixed #48425 | Pramod Bisht | -2/+2 |
| 2018-03-03 | rustc: Tweak default linker selection | Alex Crichton | -67/+53 |
| 2018-03-03 | rust: Import LLD for linking wasm objects | Alex Crichton | -131/+143 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -10/+10 |
| 2018-03-01 | Rollup merge of #48570 - Amanieu:aarch64_features, r=alexcrichton | kennytm | -9/+17 |
| 2018-03-01 | Rollup merge of #48572 - alexcrichton:noexcept-msvc2, r=eddyb | Manish Goregaokar | -6/+54 |
| 2018-02-28 | rustc: Tweak funclet cleanups of ffi functions | Alex Crichton | -6/+54 |
| 2018-02-28 | Add bitreverse intrinsic | Amanieu d'Antras | -2/+12 |
| 2018-02-28 | Add AArch64 features | Amanieu d'Antras | -9/+17 |
| 2018-02-28 | Remove the v7 feature from AArch64 | Amanieu d'Antras | -1/+1 |
| 2018-02-28 | Rollup merge of #48565 - alexcrichton:rename-bmi, r=cramertj | kennytm | -1/+2 |
| 2018-02-28 | Rollup merge of #48560 - bdrewery:freebsd-struct-abi, r=estebank | kennytm | -2/+1 |
| 2018-02-26 | rustc: Rename `bmi` feature to `bmi1` | Alex Crichton | -1/+2 |
| 2018-02-26 | Add specific target option for returning struct as an integer. | Bryan Drewery | -2/+1 |
| 2018-02-26 | Encode linker arguments as UTF-16 on MSVC platforms | Mark Simulacrum | -1/+13 |
| 2018-02-25 | Rollup merge of #48369 - newpavlov:rdrand, r=nagisa | kennytm | -15/+15 |
| 2018-02-25 | Rollup merge of #48076 - canarysnort01:fix_pie, r=alexcrichton | kennytm | -12/+62 |
| 2018-02-25 | Rollup merge of #47964 - jcowgill:mips64-abi, r=eddyb | kennytm | -76/+188 |
| 2018-02-24 | Rollup merge of #48452 - varkor:unpacked-kind, r=eddyb | Manish Goregaokar | -3/+2 |
| 2018-02-24 | Rollup merge of #48353 - michaelwoerister:monoitem-static-defid, r=eddyb | Manish Goregaokar | -66/+66 |
| 2018-02-23 | Rollup merge of #48219 - andjo403:export_symbol, r=michaelwoerister | Manish Goregaokar | -10/+24 |
| 2018-02-23 | Introduce UnpackedKind | varkor | -3/+2 |
| 2018-02-21 | typo fix | Artyom Pavlov | -1/+1 |
| 2018-02-20 | stage0 cfg cleanup | Mark Simulacrum | -2/+0 |
| 2018-02-20 | features in alphabetic order | newpavlov | -12/+11 |
| 2018-02-20 | added rdrand feature and removed rdrnd feature | newpavlov | -4/+5 |
| 2018-02-19 | Allow for instantiating statics from upstream crates. | Michael Woerister | -28/+27 |
| 2018-02-19 | Rename is_translated_fn query to is_translated_item and make it support statics. | Michael Woerister | -3/+4 |
| 2018-02-19 | Use DefId instead of NodeId in MonoItem::Static. | Michael Woerister | -20/+34 |
| 2018-02-19 | Use DefId instead of NodeId while generating debuginfo for statics. | Michael Woerister | -28/+14 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -4/+4 |
| 2018-02-16 | lookup exported symbols only when needed. | andjo403 | -10/+24 |
| 2018-02-14 | rustc_trans: adjust mips64 abi to use new CastTarget | James Cowgill | -9/+15 |
| 2018-02-14 | rustc_trans: add chunked prefix fields to CastTarget | James Cowgill | -87/+53 |
| 2018-02-14 | rustc_trans: rewrite mips64 abi | James Cowgill | -23/+127 |
| 2018-02-14 | Rollup merge of #48163 - alexcrichton:persistent-linker, r=rkruppe | kennytm | -8/+32 |
| 2018-02-14 | Rollup merge of #48126 - newpavlov:patch-1, r=alexcrichton | kennytm | -37/+42 |
| 2018-02-13 | only pass -no-pie if linker_is_gnu | Jimmy Brush | -2/+8 |
| 2018-02-13 | handle -no-pie error from clang | Jimmy Brush | -5/+7 |
| 2018-02-13 | verify passed -no-pie arg before retrying failed link | Jimmy Brush | -1/+7 |
| 2018-02-13 | pass correct pie args to gcc linker 2 | Jimmy Brush | -43/+23 |
| 2018-02-13 | pass correct pie args to gcc linker | Jimmy Brush | -10/+66 |
| 2018-02-13 | rustc_trans: add abi::CastTarget::ChunkedPrefix | James Cowgill | -2/+38 |
| 2018-02-12 | rustc: Persist LLVM's `Linker` in Fat LTO | Alex Crichton | -8/+32 |
| 2018-02-12 | rustc: Add the ability to not run dsymutil | Alex Crichton | -3/+55 |
| 2018-02-11 | Auto merge of #47614 - dotdash:x86_64_sysv_ffi, r=eddyb | bors | -6/+7 |
| 2018-02-11 | Dangling pointer fix | Artyom Pavlov | -2/+2 |
| 2018-02-11 | fixed errors | Артём Павлов [Artyom Pavlov] | -4/+4 |