| Age | Commit message (Expand) | Author | Lines |
| 2019-07-02 | Auto merge of #61268 - michaelwoerister:stabilize-pgo, r=alexcrichton | bors | -2/+2 |
| 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 |
| 2019-06-19 | Weave the alignment through `ByRef` | Oliver Scherer | -4/+7 |
| 2019-06-18 | Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddyb | bors | -46/+4 |
| 2019-06-18 | rustc: remove unused lifetimes. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-17 | Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C... | Andrei Homescu | -46/+4 |
| 2019-06-16 | Auto merge of #61881 - glaubitz:sparc64-ffi-abi, r=petrochenkov | bors | -2/+2 |
| 2019-06-16 | librustc_codegen_llvm: Use repr(transparent) for bitflags over repr(C) (#61306) | John Paul Adrian Glaubitz | -2/+2 |
| 2019-06-15 | Remove unnecessary `.clone()` | Shotaro Yamada | -3/+3 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -5/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -22/+22 |
| 2019-06-12 | rustc_codegen_llvm: `deny(internal)`. | Eduard-Mihai Burtescu | -11/+8 |
| 2019-06-12 | rustc_codegen_llvm: `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -13/+11 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -14/+16 |
| 2019-06-12 | rustc: remove some unnecessary lifetimes in -> TyCtxt methods. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -19/+19 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -11/+11 |
| 2019-06-11 | rustc_codegen_*: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-08 | Remove unused `#![feature(custom_attribute)]`s | Vadim Petrochenkov | -1/+0 |
| 2019-06-06 | Add intrinsics for floating-point min and max | varkor | -0/+9 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -2/+2 |
| 2019-06-03 | Auto merge of #59148 - lcnr:unchecked_maths, r=eddyb | bors | -1/+59 |
| 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 |