| Age | Commit message (Expand) | Author | Lines |
| 2019-06-03 | add unchecked math intrinsics | lcnr/Bastian Kauschke | -1/+23 |
| 2019-06-03 | add support for unchecked math | lcnr/Bastian Kauschke | -0/+36 |
| 2019-06-02 | query-fy type_name | Mark Mansi | -1/+1 |
| 2019-06-02 | remove unneeded deps | Mark Mansi | -5/+1 |
| 2019-06-02 | move codegenunitext to rustc::mir::mono | Mark Mansi | -1/+0 |
| 2019-06-02 | move DefPathBasedNames to ty::print::obsolete | Mark Mansi | -1/+1 |
| 2019-06-02 | remove reexports of mir::mono::{MonoItem,CodegenUnit} | Mark Mansi | -1/+2 |
| 2019-06-02 | remove reexport of rustc::ty::Instance | Mark Mansi | -11/+6 |
| 2019-06-02 | Rollup merge of #61380 - varkor:expected-usize-got-param, r=eddyb | Mazdak Farrokhzad | -3/+1 |
| 2019-06-02 | Auto merge of #61299 - eddyb:nicer-llvm-builder, r=rkruppe | bors | -184/+85 |
| 2019-06-02 | Use `assert_usize` instead of `unwrap_usize` in several places | varkor | -3/+1 |
| 2019-06-01 | rustc_codegen_llvm: replace `fn noname()` with `const UNNAMED`. | Eduard-Mihai Burtescu | -47/+52 |
| 2019-06-01 | rustc_codegen_llvm: pretty up a few builder methods with a macro. | Eduard-Mihai Burtescu | -138/+34 |
| 2019-06-01 | Auto merge of #61350 - RalfJung:alloc, r=oli-obk | bors | -4/+4 |
| 2019-05-31 | Update rustc-demangle version. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-31 | Auto merge of #60166 - oli-obk:type_name, r=eddyb | bors | -3/+2 |
| 2019-05-30 | light refactoring of global AllocMap | Ralf Jung | -4/+4 |
| 2019-05-30 | Make the `type_name` intrinsic's output deterministic | Oliver Scherer | -3/+2 |
| 2019-05-30 | Rollup merge of #61231 - pnkfelix:issue-59548-linkage-diagnostic, r=petrochenkov | Mazdak Farrokhzad | -16/+7 |
| 2019-05-29 | Rollup merge of #61297 - eddyb:forsaken-stats, r=nagisa | Mazdak Farrokhzad | -143/+20 |
| 2019-05-29 | rustc_codegen_llvm: rename away the last occurrence of `insn`. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-05-29 | rustc_codegen_llvm: remove LLVM instruction count stats. | Eduard-Mihai Burtescu | -140/+17 |
| 2019-05-29 | Rollup merge of #60928 - TheSirC:fix/60229, r=eddyb | Mazdak Farrokhzad | -5/+5 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -5/+5 |
| 2019-05-28 | Rollup merge of #61164 - RalfJung:scalar, r=oli-obk | Mazdak Farrokhzad | -3/+3 |
| 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 | -5/+3 |
| 2019-05-27 | Refine the message to at least *mention* the attribute itself. | Felix S. Klock II | -1/+2 |
| 2019-05-27 | Always supply span to check_and_apply_linkage, sidestepping need to add `bug!... | Felix S. Klock II | -16/+6 |
| 2019-05-26 | rename Scalar::Bits to Scalar::Raw and bits field to data | Ralf Jung | -3/+3 |
| 2019-05-23 | Update wasm_import_module_map and target_features_whitelist | John Kåre Alsaker | -4/+3 |
| 2019-05-22 | Rollup merge of #60973 - nnethercote:fix-file_metadata-more, r=michaelwoerister | Mazdak Farrokhzad | -34/+34 |
| 2019-05-21 | Auto merge of #61007 - michaelwoerister:limited-debuginfo, r=alexcrichton | bors | -2/+21 |
| 2019-05-21 | debuginfo: Revert to old/more verbose behavior for -Cdebuginfo=1. | Michael Woerister | -2/+21 |
| 2019-05-20 | Avoid symbol interning in `file_metadata`. | Nicholas Nethercote | -34/+34 |
| 2019-05-20 | Auto merge of #60815 - nnethercote:use-Symbol-more-2, r=petrochenkov | bors | -2/+2 |
| 2019-05-20 | Introduce `LocalInternedString::intern`. | Nicholas Nethercote | -2/+2 |
| 2019-05-20 | Rollup merge of #60895 - chandde:master, r=alexcrichton | Mazdak Farrokhzad | -2/+2 |
| 2019-05-16 | add targetarch for CodegenContext | Chandler Deng | -2/+2 |
| 2019-05-16 | Auto merge of #60693 - saleemjaffer:refactor_fntype_stuff, r=eddyb | bors | -391/+17 |
| 2019-05-14 | removes `AbiMethods` | Saleem Jaffer | -19/+10 |
| 2019-05-14 | refactor complete | Saleem Jaffer | -377/+12 |
| 2019-05-14 | some more refactor of FnType. Things build now | Saleem Jaffer | -8/+299 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -72/+74 |
| 2019-05-10 | refactor some `FnType` stuff to `rustc::ty::layout` | Saleem Jaffer | -291/+0 |
| 2019-05-04 | removing param_env from pointee_info_at | Saleem Jaffer | -5/+7 |
| 2019-05-04 | adding HasParamEnv trait | Saleem Jaffer | -1/+13 |
| 2019-05-04 | resolving conflicts | Saleem Jaffer | -11/+1 |
| 2019-05-04 | impl `pointee_info_at` in TyLayout. | Daan de Graaf | -2/+2 |
| 2019-05-04 | Add param_env parameter to pointee_info_at. | Daan de Graaf | -1/+1 |