| Age | Commit message (Expand) | Author | Lines |
| 2019-06-15 | Rollup merge of #61844 - AaronKutch:master, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-06-15 | Auto merge of #59752 - Zoxc:dylib-fix, r=alexcrichton | bors | -0/+14 |
| 2019-06-14 | Change `...` to `..=` where applicable | Aaron Kutch | -1/+1 |
| 2019-06-13 | Rollup merge of #61761 - lzutao:target-tuple-solaris, r=varkor | Mazdak Farrokhzad | -8/+10 |
| 2019-06-13 | Rollup merge of #61675 - fintelia:riscv-frame-pointer, r=nagisa | Mazdak Farrokhzad | -0/+4 |
| 2019-06-12 | Add a limit_rdylib_exports option and disable it for Solaris | John Kåre Alsaker | -0/+14 |
| 2019-06-12 | Add an alias for x86_64-sun-solaris target tuple | Lzu Tao | -8/+10 |
| 2019-06-11 | rustc_target: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -1/+2 |
| 2019-06-08 | Include frame pointer for bare metal RISC-V targets | Jonathan Behrens | -0/+4 |
| 2019-06-05 | Don't use GNU noexec stack note | coypoop | -3/+0 |
| 2019-05-27 | Add `to_symbol` methods. | Nicholas Nethercote | -0/+9 |
| 2019-05-15 | Auto merge of #60775 - hellow554:no_bitrig, r=joshtriplett | bors | -42/+0 |
| 2019-05-13 | default to $ARCH-apple-macosx10.7.0 LLVM triple for darwin targets | Nathan Froyd | -12/+5 |
| 2019-05-13 | Remove bitrig support from rust | Marcel Hellwig | -42/+0 |
| 2019-05-09 | Omit the vendor component in the WASI triple | Dan Gohman | -18/+18 |
| 2019-05-08 | Auto merge of #60378 - froydnj:apple-target-modifications, r=michaelwoerister | bors | -10/+40 |
| 2019-05-07 | choose a more specific LLVM target on OS X when necessary | Nathan Froyd | -10/+40 |
| 2019-05-05 | Auto merge of #60237 - saleemjaffer:issue-56166-miri-fntype-arg-passing, r=eddyb | bors | -0/+31 |
| 2019-05-04 | removing param_env from pointee_info_at | Saleem Jaffer | -7/+2 |
| 2019-05-04 | adding HasParamEnv trait | Saleem Jaffer | -9/+0 |
| 2019-05-04 | adding is_freeze to TyLayoutMethods | Saleem Jaffer | -0/+9 |
| 2019-05-04 | tidy fixes | Saleem Jaffer | -1/+3 |
| 2019-05-04 | impl `pointee_info_at` in TyLayout. | Daan de Graaf | -0/+4 |
| 2019-05-04 | Add param_env parameter to pointee_info_at. | Daan de Graaf | -1/+4 |
| 2019-05-04 | Move pointee_info_at to TyLayoutMethods. | Daan de Graaf | -0/+27 |
| 2019-05-03 | Categorize WASI as an "OS" rather than as an "environment". | Dan Gohman | -2/+2 |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz Mikuła | -1/+1 |
| 2019-04-11 | Add discr_index to multi-variant layouts | Tyler Mandry | -5/+7 |
| 2019-04-06 | Rollup merge of #59624 - jethrogb:jb/sgx-unwind-syms, r=alexcrichton | Mazdak Farrokhzad | -0/+9 |
| 2019-04-04 | wasm32: Default to a "static" relocation model | Alex Crichton | -0/+9 |
| 2019-04-04 | Disable stack probing for gnux32. | CrLF0710 | -1/+2 |
| 2019-04-03 | Deny internal lints on non conflicting crates | flip1995 | -0/+1 |
| 2019-04-01 | SGX target: Use linker option to avoid code CGU assignment kludge | Jethro Beekman | -0/+9 |
| 2019-03-31 | Rollup merge of #59519 - eddyb:layout-variants-refactor, r=oli-obk | Mazdak Farrokhzad | -12/+16 |
| 2019-03-31 | Rollup merge of #59506 - JohnTitor:improve-mcount, r=nagisa | Mazdak Farrokhzad | -39/+127 |
| 2019-03-31 | Use `u{1}` instead of `01` | Yuki OKUSHI | -16/+16 |
| 2019-03-30 | Add target_mcount option | Yuki OKUSHI | -39/+127 |
| 2019-03-29 | Add a new wasm32-unknown-wasi target | Alex Crichton | -0/+114 |
| 2019-03-29 | rustc_target: factor out common fields of non-Single Variants. | Eduard-Mihai Burtescu | -12/+16 |
| 2019-03-20 | rustc: Allow using `clang` for wasm32 targets | Alex Crichton | -51/+153 |
| 2019-03-16 | Rollup merge of #58976 - phil-opp:patch-2, r=alexcrichton | kennytm | -1/+1 |
| 2019-03-16 | Rollup merge of #58941 - wzssyqa:master, r=alexcrichton | kennytm | -0/+99 |
| 2019-03-08 | Rollup merge of #58080 - MikaelUrankar:freebsd_arm, r=sanxiyn | Pietro Albini | -0/+50 |
| 2019-03-06 | Default to integrated `rust-lld` linker for UEFI targets | Philipp Oppermann | -1/+1 |
| 2019-03-05 | MIPS: add r6 support | YunQiang Su | -0/+99 |
| 2019-02-27 | Rename variadic to c_variadic | Dan Robertson | -2/+2 |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -4/+15 |
| 2019-02-20 | Search for target_triple.json only if builtin target not found | gnzlbg | -6/+16 |
| 2019-02-15 | Auto merge of #58406 - Disasm:rv64-support, r=nagisa | bors | -0/+64 |
| 2019-02-13 | Add FreeBSD armv6 and armv7 targets | MikaelUrankar | -0/+50 |