| Age | Commit message (Expand) | Author | Lines |
| 2019-08-07 | Auto merge of #63152 - estebank:big-array, r=oli-obk | bors | -1/+6 |
| 2019-08-06 | Rollup merge of #63296 - alexcrichton:deduplicate-demangle, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -1/+1 |
| 2019-08-05 | Don't abort on unevaluated constants without at least tryting to eval them | Oliver Scherer | -1/+1 |
| 2019-08-05 | A few cosmetic improvements. | Alexander Regueiro | -7/+7 |
| 2019-08-04 | tweak output and tests | Esteban Küber | -4/+1 |
| 2019-08-04 | review comments: clean up | Esteban Küber | -3/+3 |
| 2019-08-03 | Simplify change to layout_of | Esteban Küber | -4/+0 |
| 2019-08-03 | Point to local place span on "type too big" error | Esteban Küber | -1/+13 |
| 2019-08-02 | assert consistency | Ralf Jung | -3/+3 |
| 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 |