| Age | Commit message (Expand) | Author | Lines |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -1/+1 |
| 2020-05-22 | Rollup merge of #72435 - petrochenkov:cratetypesopt, r=Mark-Simulacrum | Ralf Jung | -41/+9 |
| 2020-05-22 | Rollup merge of #72376 - wesleywiser:record_cgu_name, r=Mark-Simulacrum | Ralf Jung | -1/+1 |
| 2020-05-22 | Rollup merge of #72438 - vertexclique:vcq/aarch64-tme-features, r=Amanieu | Ralf Jung | -0/+1 |
| 2020-05-22 | Rollup merge of #72309 - petrochenkov:linkunspec, r=matthewjasper | Ralf Jung | -2/+2 |
| 2020-05-21 | Enable ARM TME (Transactional Memory Extensions) | Mahmut Bulut | -0/+1 |
| 2020-05-21 | rustllvm: Fix warnings about unused function parameters | Vadim Petrochenkov | -41/+9 |
| 2020-05-21 | Auto merge of #71718 - NeoRaider:ffi_const_pure, r=Amanieu | bors | -0/+6 |
| 2020-05-21 | Rollup merge of #72397 - petrochenkov:tiny, r=Amanieu | Ralf Jung | -1/+1 |
| 2020-05-21 | Auto merge of #70705 - lcnr:generic_discriminant, r=nikomatsakis | bors | -3/+9 |
| 2020-05-20 | llvm: Expose tiny code model to users | Vadim Petrochenkov | -1/+1 |
| 2020-05-20 | Rename some types describing native libraries | Vadim Petrochenkov | -2/+2 |
| 2020-05-20 | [self-profling] Record the cgu name when doing codegen for a module | Wesley Wiser | -1/+1 |
| 2020-05-20 | Implement `#[ffi_const]` and `#[ffi_pure]` function attributes | Matthias Schiffer | -0/+6 |
| 2020-05-19 | update codegen of `discriminant_value` | Bastian Kauschke | -3/+9 |
| 2020-05-18 | Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast | Amanieu d'Antras | -0/+1 |
| 2020-05-18 | Implement att_syntax option | Amanieu d'Antras | -1/+5 |
| 2020-05-18 | Work around more LLVM limitations | Amanieu d'Antras | -1/+76 |
| 2020-05-18 | Add support for high byte registers on x86 | Amanieu d'Antras | -0/+3 |
| 2020-05-18 | Implement asm! codegen | Amanieu d'Antras | -15/+465 |
| 2020-05-18 | Add RISC-V target features | Amanieu d'Antras | -0/+11 |
| 2020-05-17 | Auto merge of #72248 - petrochenkov:codemodel, r=Amanieu | bors | -26/+15 |
| 2020-05-16 | rustc_target: Stop using "string typing" for code models | Vadim Petrochenkov | -26/+15 |
| 2020-05-14 | Consistently use LLVM lifetime markers during codegen | Tomasz Miąsko | -11/+5 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -6/+4 |
| 2020-05-09 | Rollup merge of #71508 - oli-obk:alloc_map_unlock, r=RalfJung | Ralf Jung | -6/+4 |
| 2020-05-09 | Rollup merge of #71234 - maurer:init-array, r=cuviper | Ralf Jung | -0/+9 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -6/+4 |
| 2020-05-08 | Create a convenience wrapper for `get_global_alloc(id).unwrap()` | Oliver Scherer | -5/+4 |
| 2020-05-08 | Simplify the `tcx.alloc_map` API | Oliver Scherer | -2/+1 |
| 2020-05-08 | Simplify bitcode embedding - either None or Full | Tom Karpiniec | -5/+3 |
| 2020-05-07 | Provide configurable LLVM cmdline section via target spec | Tom Karpiniec | -6/+8 |
| 2020-05-05 | Rollup merge of #69984 - lenary:lenary/force-uwtables, r=hanna-kruppe | Dylan DPC | -5/+2 |
| 2020-05-04 | Correctly handle UEFI targets as Windows-like when emitting sections for LLVM... | Isaac Woods | -1/+3 |
| 2020-05-04 | Add Option to Force Unwind Tables | Sam Elliott | -5/+2 |
| 2020-05-02 | Rollup merge of #71787 - tshepang:rustdoc-warnings, r=varkor | Dylan DPC | -3/+4 |
| 2020-05-02 | cleanup: `config::CrateType` -> `CrateType` | Vadim Petrochenkov | -11/+9 |
| 2020-05-02 | fix rustdoc warnings | Tshepang Lekhonkhobe | -3/+4 |
| 2020-05-01 | Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasper | bors | -10/+7 |
| 2020-04-30 | Add a convenience function for testing whether a static is `#[thread_local]` | Oliver Scherer | -0/+1 |
| 2020-04-30 | Auto merge of #70175 - Amanieu:remove_nlp, r=pnkfelix | bors | -2/+6 |
| 2020-04-29 | Auto merge of #71528 - alexcrichton:no-more-bitcode, r=nnethercote | bors | -177/+90 |
| 2020-04-29 | Use .init_array rather than .ctors | Matthew Maurer | -0/+9 |
| 2020-04-29 | Store LLVM bitcode in object files, not compressed | Alex Crichton | -177/+90 |
| 2020-04-29 | Remove Session::no_landing_pads() | Amanieu d'Antras | -2/+6 |
| 2020-04-28 | Move a few queries to using an arena. | Camille GILLOT | -1/+1 |
| 2020-04-28 | Use the query system to allocate. | Camille GILLOT | -9/+6 |
| 2020-04-28 | Auto merge of #71292 - marmeladema:queries-local-def-id, r=eddyb | bors | -1/+1 |
| 2020-04-27 | Change return type of `entry_fn` query to return a `LocalDefId` | marmeladema | -1/+1 |
| 2020-04-26 | rustc_target: Stop using "string typing" for TLS models | Vadim Petrochenkov | -23/+9 |