| Age | Commit message (Expand) | Author | Lines |
| 2019-08-02 | CTFE: simplify Value type by not checking for alignment | Ralf Jung | -4/+4 |
| 2019-08-01 | Use Rust integer types instead of libc's fixed-width types | gnzlbg | -2/+2 |
| 2019-07-31 | Deduplicate rustc_demangle in librustc_codegen_llvm | Alex Crichton | -1/+1 |
| 2019-07-29 | Rollup merge of #62809 - alexcrichton:wasm-llvm-9, r=nikic | Mazdak Farrokhzad | -2/+20 |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -1/+0 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -11/+3 |
| 2019-07-26 | Rollup merge of #62828 - nikic:fadd-mul-reductions, r=eddyb | Mazdak Farrokhzad | -50/+11 |
| 2019-07-25 | Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton | Mazdak Farrokhzad | -4/+2 |
| 2019-07-25 | rustc: Update wasm32 support for LLVM 9 | Alex Crichton | -2/+20 |
| 2019-07-25 | Rollup merge of #62814 - androm3da:hexagon_19jul_2019, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-07-24 | Merge `rustc_allocator` into `libsyntax_ext` | Vadim Petrochenkov | -4/+2 |
| 2019-07-22 | add support for hexagon-unknown-linux-musl | Brian Cain | -1/+1 |
| 2019-07-20 | Remove vector fadd/fmul reduction workarounds | Nikita Popov | -50/+11 |
| 2019-07-19 | hygiene: Tweak naming some more | Vadim Petrochenkov | -1/+1 |
| 2019-07-15 | Don't add extra passes into the function pass manager | Nikita Popov | -39/+52 |
| 2019-07-10 | Rollup merge of #62474 - nikic:update-llvm, r=alexcrichton | Mazdak Farrokhzad | -38/+87 |
| 2019-07-09 | Fix float add/mul reduction codegen | Nikita Popov | -2/+8 |
| 2019-07-09 | Strip function pointer alignment for older LLVM versions | Nikita Popov | -6/+17 |
| 2019-07-09 | Translate target features for LLVM 9 | Nikita Popov | -0/+24 |
| 2019-07-09 | Pass type to byval attributes | Nikita Popov | -30/+38 |
| 2019-07-09 | Auto merge of #62460 - RalfJung:llvm-null, r=eddyb | bors | -5/+12 |
| 2019-07-08 | normalize use of backticks for compiler messages in librustc_codegen | Samy Kacimi | -5/+5 |
| 2019-07-07 | Rollup merge of #62286 - petrhosek:rustc-no-duplicate-archives, r=cramertj | Mazdak Farrokhzad | -3/+16 |
| 2019-07-07 | format a bit | Ralf Jung | -2/+4 |
| 2019-07-07 | Handle null from LLVMRustGetSectionName | Valentin Tolmer | -5/+10 |
| 2019-07-07 | Remove some dummy dependencies | John Kåre Alsaker | -0/+1 |
| 2019-07-07 | rustc: Remove `dylib` crate type from most rustc crates | Alex Crichton | -0/+1 |
| 2019-07-06 | Rollup merge of #62422 - lzutao:remove-some-mem-uinit, r=alexcrichton | Mazdak Farrokhzad | -2/+1 |
| 2019-07-06 | Remove use of mem::uninitialized in code_gen crate | Lzu Tao | -2/+1 |
| 2019-07-05 | Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk | Mazdak Farrokhzad | -1/+0 |
| 2019-07-05 | Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJung | Mazdak Farrokhzad | -1/+1 |
| 2019-07-04 | Permit use of mem::uninitialized via allow(deprecated) | Mark Rousskov | -0/+1 |
| 2019-07-04 | Implement mem::{zeroed,uninitialized} in terms of MaybeUninit. | Alex Gaynor | -1/+1 |
| 2019-07-04 | Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=... | Mazdak Farrokhzad | -2/+3 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -4/+4 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -3/+3 |
| 2019-07-02 | Auto merge of #61268 - michaelwoerister:stabilize-pgo, r=alexcrichton | bors | -2/+2 |
| 2019-07-02 | Check if the archive has already been added to avoid duplicates | Petr Hosek | -3/+16 |
| 2019-07-01 | Enable mem_take feature in relevant crates | Chris Gregory | -0/+1 |
| 2019-07-01 | Convert more usages over | Chris Gregory | -2/+2 |
| 2019-06-24 | Enable internal lints in bootstrap | flip1995 | -1/+0 |
| 2019-06-23 | Rollup merge of #62068 - ia0:fix_meta_var, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-06-23 | Fix meta-variable binding errors in macros | Julien Cretin | -1/+1 |
| 2019-06-22 | Deny explicit_outlives_requirements in the compiler | Matthew Jasper | -1/+0 |
| 2019-06-22 | Rollup merge of #61984 - ljedrz:more_node_id_pruning, r=Zoxc | Mazdak Farrokhzad | -1/+1 |
| 2019-06-21 | Stabilize profile-guided optimization. | Michael Woerister | -2/+2 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -1/+1 |
| 2019-06-19 | Pacify tidy | Oliver Scherer | -1/+3 |
| 2019-06-19 | Change `ByRef` to a struct variant to clarify its fields via names | Oliver Scherer | -1/+1 |
| 2019-06-19 | Remove the `AllocId` from `ByRef` values | Oliver Scherer | -1/+1 |