| Age | Commit message (Expand) | Author | Lines |
| 2019-07-16 | Add supporting for vxWorks | Baoshan Pang | -1/+398 |
| 2019-07-15 | SGX target: don't pretend to be GNU/Linux to LLVM | Jethro Beekman | -1/+1 |
| 2019-07-15 | rustc: precompute the largest Niche and store it in LayoutDetails. | Eduard-Mihai Burtescu | -0/+20 |
| 2019-07-15 | rustc_target: move abi::Niche from rustc::ty::layout. | Eduard-Mihai Burtescu | -0/+51 |
| 2019-07-13 | Make `newtype_index` hygienic and use allow_internal_unstable | Matthew Jasper | -5/+1 |
| 2019-07-10 | Rollup merge of #62474 - nikic:update-llvm, r=alexcrichton | Mazdak Farrokhzad | -44/+44 |
| 2019-07-10 | Rollup merge of #62283 - fintelia:patch-5, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+2 |
| 2019-07-09 | Add function pointer alignment to ARM/Thumb data layout | Nikita Popov | -32/+32 |
| 2019-07-09 | Use new feature names in target feature lists | Nikita Popov | -12/+12 |
| 2019-07-07 | Auto merge of #59800 - Zoxc:less-dylibs, r=alexcrichton | bors | -6/+0 |
| 2019-07-07 | rustc: Remove `dylib` crate type from most rustc crates | Alex Crichton | -6/+0 |
| 2019-07-07 | Auto merge of #62281 - Disasm:riscv-pic, r=nagisa | bors | -0/+2 |
| 2019-07-05 | Rollup merge of #62380 - eddyb:x64-sysv-regs, r=nagisa | Mazdak Farrokhzad | -9/+24 |
| 2019-07-05 | Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk | Mazdak Farrokhzad | -1/+0 |
| 2019-07-05 | rustc_target: avoid negative register counts in the SysV x86_64 ABI. | Eduard-Mihai Burtescu | -9/+24 |
| 2019-07-03 | Rollup merge of #62021 - crlf0710:msvc_link_output_improve, r=alexcrichton | Mark Rousskov | -0/+4 |
| 2019-07-01 | Target::arch can take more than listed options | Jonathan Behrens | -2/+2 |
| 2019-07-01 | Use code model 'medium' for 64-bit RISC-V targets | Vadim Kaushan | -0/+2 |
| 2019-06-27 | Rollup merge of #62131 - Xanewok:clip-some-nits, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-06-27 | Added comment description. | CrLF0710 | -0/+3 |
| 2019-06-26 | Fix clippy::redundant_field_names | Igor Matuszewski | -1/+1 |
| 2019-06-26 | Auto merge of #62072 - eddyb:generator-memory-index, r=tmandry | bors | -1/+10 |
| 2019-06-25 | rustc: correctly transform memory_index mappings for generators. | Eduard-Mihai Burtescu | -1/+10 |
| 2019-06-24 | Just switch to English linker output using environment variable when using msvc. | CrLF0710 | -0/+1 |
| 2019-06-24 | Enable internal lints in bootstrap | flip1995 | -1/+0 |
| 2019-06-23 | Fix meta-variable binding errors in macros | Julien Cretin | -3/+3 |
| 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 |