| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -2365/+0 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -3/+3 |
| 2020-08-14 | Auto merge of #75416 - richkadel:llvm-coverage-map-gen-5.3, r=richkadel | bors | -0/+2 |
| 2020-08-14 | LLVM IR coverage encoding aligns closer to Clang's | Rich Kadel | -0/+2 |
| 2020-08-12 | Remove ArchiveKind::Other | Mark Rousskov | -3/+0 |
| 2020-08-12 | Remove CodeGenOptLevel::Other | Mark Rousskov | -3/+0 |
| 2020-08-12 | Remove AsmDialect::Other | Mark Rousskov | -3/+0 |
| 2020-08-12 | Remove FileType::Other | Mark Rousskov | -3/+0 |
| 2020-08-11 | Remove SynchronizationScope::Other | Mark Rousskov | -4/+0 |
| 2020-07-29 | Moved structs/enums with repr(C) to LLVM types into ffi.rs crates | Rich Kadel | -3/+152 |
| 2020-07-25 | Fixed coverage map issues; better aligned with LLVM APIs | Rich Kadel | -40/+5 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -1/+65 |
| 2020-07-11 | Rollup merge of #73715 - MaulingMonkey:pr-natvis-tuples, r=Amanieu | Manish Goregaokar | -0/+10 |
| 2020-06-25 | Prepare for LLVM 11 | Josh Stone | -2/+14 |
| 2020-06-24 | debuginfo: Define int/float types in terms of MSVC-recognized types. | MaulingMonkey | -0/+10 |
| 2020-06-19 | Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikic | Manish Goregaokar | -3/+4 |
| 2020-06-15 | [WIP] injects llvm intrinsic instrprof.increment for coverage reports | Rich Kadel | -0/+1 |
| 2020-06-14 | Diagnose use of incompatible sanitizers | Tomasz Miąsko | -3/+4 |
| 2020-06-12 | Auto merge of #69478 - avr-rust:avr-support-upstream, r=jonas-schievink | bors | -0/+2 |
| 2020-06-09 | Handle assembler warnings properly | Amanieu d'Antras | -0/+13 |
| 2020-06-09 | [AVR] Add AVR platform support | Jake Goulding | -0/+2 |
| 2020-05-29 | Improve inline asm error diagnostics | Amanieu d'Antras | -1/+8 |
| 2020-05-21 | rustllvm: Fix warnings about unused function parameters | Vadim Petrochenkov | -6/+0 |
| 2020-05-18 | Implement asm! codegen | Amanieu d'Antras | -0/+2 |
| 2020-05-17 | Auto merge of #72248 - petrochenkov:codemodel, r=Amanieu | bors | -3/+1 |
| 2020-05-16 | rustc_target: Stop using "string typing" for code models | Vadim Petrochenkov | -3/+1 |
| 2020-05-14 | Consistently use LLVM lifetime markers during codegen | Tomasz Miąsko | -0/+1 |
| 2020-05-09 | Rollup merge of #71234 - maurer:init-array, r=cuviper | Ralf Jung | -0/+1 |
| 2020-04-29 | Auto merge of #71528 - alexcrichton:no-more-bitcode, r=nnethercote | bors | -0/+5 |
| 2020-04-29 | Use .init_array rather than .ctors | Matthew Maurer | -0/+1 |
| 2020-04-29 | Store LLVM bitcode in object files, not compressed | Alex Crichton | -0/+5 |
| 2020-04-26 | codegen_llvm: `RelocMode` -> `RelocModel` | Vadim Petrochenkov | -2/+2 |
| 2020-04-26 | rustc_target: Stop using "string typing" for relocation models | Vadim Petrochenkov | -1/+0 |
| 2020-04-02 | Add hash of source files in debug info | Arlo Siemsen | -0/+12 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -3/+3 |
| 2020-03-23 | Rollup merge of #69940 - tmiasko:llvm-api, r=hanna-kruppe | Mazdak Farrokhzad | -3/+11 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -2/+2 |
| 2020-03-11 | librustc_codegen_llvm: Replace deprecated API usage | Tomasz Miąsko | -3/+11 |
| 2020-03-11 | librustc_codegen_llvm: Use slices instead of 0-terminated strings | Tomasz Miąsko | -4/+14 |
| 2020-03-09 | Use slices in preference to 0-terminated strings | Tomasz Miąsko | -2/+24 |
| 2020-03-05 | Change DIBuilderCreateEnumerator signature to match LLVM 9 | Tomasz Miąsko | -1/+3 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -3/+3 |
| 2020-02-13 | add selfprofiling for new llvm passmanager | Andreas Jonson | -0/+7 |
| 2020-02-12 | Rollup merge of #67954 - nikic:new-pm, r=nagisa | Dylan DPC | -0/+57 |
| 2020-02-12 | Add support for new pass manager | Nikita Popov | -0/+49 |
| 2020-02-12 | Use IRBuilder to create memset | Nikita Popov | -0/+8 |
| 2020-02-12 | Properly use the darwin archive format on Apple targets | Anthony Ramine | -0/+1 |
| 2020-02-08 | rustc_codegen_ssa: remove unnecessary source_locations_enabled. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-02-08 | rustc_codegen_llvm: remove InternalDebugLocation and simplify dbg_var_addr. | Eduard-Mihai Burtescu | -2/+0 |
| 2020-02-01 | Add support for enabling the LLVM time-trace feature | Wesley Wiser | -0/+4 |