| Age | Commit message (Expand) | Author | Lines |
| 2019-06-03 | Auto merge of #59148 - lcnr:unchecked_maths, r=eddyb | bors | -0/+6 |
| 2019-06-03 | add support for unchecked math | lcnr/Bastian Kauschke | -0/+6 |
| 2019-06-02 | remove last dependency of codegen on rustc_mir | Mark Mansi | -1/+0 |
| 2019-06-02 | query-ify const_field | Mark Mansi | -7/+2 |
| 2019-06-02 | remove unneeded deps | Mark Mansi | -3/+0 |
| 2019-06-02 | remove as_mono_item | Mark Mansi | -19/+22 |
| 2019-06-02 | move codegenunitext to rustc::mir::mono | Mark Mansi | -1/+0 |
| 2019-06-02 | move monoitemext to inherent methods | Mark Mansi | -17/+18 |
| 2019-06-02 | move DefPathBasedNames to ty::print::obsolete | Mark Mansi | -0/+1 |
| 2019-06-02 | remove reexports of mir::mono::{MonoItem,CodegenUnit} | Mark Mansi | -3/+3 |
| 2019-06-02 | deduplicate ty::Instance constructors | Mark Mansi | -6/+6 |
| 2019-06-02 | remove reexport of rustc::ty::Instance | Mark Mansi | -8/+4 |
| 2019-06-01 | Auto merge of #61350 - RalfJung:alloc, r=oli-obk | bors | -1/+1 |
| 2019-06-01 | Auto merge of #61394 - pietroalbini:rollup-lzugnb4, r=pietroalbini | bors | -1/+1 |
| 2019-05-31 | Update rustc-demangle version. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-31 | Rollup merge of #61369 - Vallentin:patch-1, r=varkor | Pietro Albini | -1/+1 |
| 2019-05-31 | Auto merge of #60166 - oli-obk:type_name, r=eddyb | bors | -6/+6 |
| 2019-05-30 | Fixed lifetime misspelling | Christian Vallentin | -1/+1 |
| 2019-05-30 | Auto merge of #61253 - nnethercote:avoid-hygiene_data-lookups, r=petrochenkov | bors | -1/+1 |
| 2019-05-30 | light refactoring of global AllocMap | Ralf Jung | -1/+1 |
| 2019-05-30 | Make the `type_name` intrinsic's output deterministic | Oliver Scherer | -6/+6 |
| 2019-05-29 | Rollup merge of #61297 - eddyb:forsaken-stats, r=nagisa | Mazdak Farrokhzad | -77/+3 |
| 2019-05-29 | Rollup merge of #61291 - spastorino:avoid-unneeded-bug-call, r=estebank | Mazdak Farrokhzad | -14/+12 |
| 2019-05-29 | Introduce and use `SyntaxContext::outer_expn_info()`. | Nicholas Nethercote | -1/+1 |
| 2019-05-29 | rustc_codegen_llvm: remove LLVM instruction count stats. | Eduard-Mihai Burtescu | -67/+3 |
| 2019-05-29 | Rollup merge of #60928 - TheSirC:fix/60229, r=eddyb | Mazdak Farrokhzad | -10/+10 |
| 2019-05-29 | rustc_codegen_ssa: remove obsolete codegen stats. | Eduard-Mihai Burtescu | -10/+0 |
| 2019-05-28 | Avoid unneeded bug!() call | Santiago Pastorino | -14/+12 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -10/+10 |
| 2019-05-28 | Rename PgoGenerate to something more general. | Michael Woerister | -3/+3 |
| 2019-05-27 | Use a PathBuf instead of String for representing the pgo-use path internally. | Michael Woerister | -2/+2 |
| 2019-05-25 | Make `ConstValue::Slice` solely take `[u8]` and `str` | Oliver Scherer | -4/+8 |
| 2019-05-25 | Don't use `ty::Const` without immediately interning | Oliver Scherer | -4/+4 |
| 2019-05-23 | Update dylib_dependency_formats, extern_crate and reachable_non_generics | John Kåre Alsaker | -4/+3 |
| 2019-05-23 | Update foreign_modules and dllimport_foreign_items | John Kåre Alsaker | -2/+1 |
| 2019-05-23 | Update upstream_monomorphizations and upstream_monomorphizations_for | John Kåre Alsaker | -8/+4 |
| 2019-05-23 | Rollup merge of #61014 - jsgf:emit-artifact-type, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-05-23 | Auto merge of #60740 - petrochenkov:kw, r=nnethercote | bors | -3/+3 |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -3/+3 |
| 2019-05-22 | Make maybe_codegen_consume_direct iterate instead of doing recursion | Santiago Pastorino | -34/+36 |
| 2019-05-21 | Make -Zemit-artifact-notifications also emit the artifact type | Jeremy Fitzhardinge | -1/+1 |
| 2019-05-20 | Auto merge of #60815 - nnethercote:use-Symbol-more-2, r=petrochenkov | bors | -5/+5 |
| 2019-05-20 | Introduce `LocalInternedString::intern`. | Nicholas Nethercote | -5/+5 |
| 2019-05-20 | Rollup merge of #60895 - chandde:master, r=alexcrichton | Mazdak Farrokhzad | -0/+2 |
| 2019-05-17 | Rollup merge of #60862 - spastorino:get-ty-from-local_decls, r=oli-obk | Mazdak Farrokhzad | -3/+2 |
| 2019-05-16 | add targetarch for CodegenContext | Chandler Deng | -0/+2 |
| 2019-05-16 | Auto merge of #60693 - saleemjaffer:refactor_fntype_stuff, r=eddyb | bors | -20/+19 |
| 2019-05-15 | Get ty from local_decls instead of using Place | Santiago Pastorino | -3/+2 |
| 2019-05-14 | removes `AbiMethods` | Saleem Jaffer | -20/+19 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -1/+1 |