| Age | Commit message (Expand) | Author | Lines |
| 2019-07-05 | Add a "total" measurement to -Ztime-passes. | Nicholas Nethercote | -2/+5 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -2/+2 |
| 2019-07-04 | Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=... | Mazdak Farrokhzad | -7/+5 |
| 2019-07-04 | Rollup merge of #62039 - jeremystucki:needless_lifetimes, r=eddyb | Mazdak Farrokhzad | -19/+19 |
| 2019-07-03 | Rollup merge of #62021 - crlf0710:msvc_link_output_improve, r=alexcrichton | Mark Rousskov | -4/+8 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -15/+15 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -2/+2 |
| 2019-07-02 | Auto merge of #61268 - michaelwoerister:stabilize-pgo, r=alexcrichton | bors | -4/+4 |
| 2019-07-01 | Enable mem_take feature in relevant crates | Chris Gregory | -0/+1 |
| 2019-07-01 | Convert more usages over | Chris Gregory | -7/+4 |
| 2019-06-27 | rustc: Retry SIGILL linker invocations | Alex Crichton | -24/+47 |
| 2019-06-25 | Implement From<Local> for Place and PlaceBase | Santiago Pastorino | -1/+1 |
| 2019-06-24 | Add mention of VS 2019 in link error output. | CrLF0710 | -4/+8 |
| 2019-06-24 | Enable internal lints in bootstrap | flip1995 | -1/+0 |
| 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 | -4/+4 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -1/+1 |
| 2019-06-19 | Change `ByRef` to a struct variant to clarify its fields via names | Oliver Scherer | -2/+2 |
| 2019-06-19 | Remove the `AllocId` from `ByRef` values | Oliver Scherer | -4/+4 |
| 2019-06-19 | Weave the alignment through `ByRef` | Oliver Scherer | -4/+5 |
| 2019-06-18 | Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddyb | bors | -27/+16 |
| 2019-06-18 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -22/+22 |
| 2019-06-18 | rustc: reintroduce lifetime bounds where necessary. | Eduard-Mihai Burtescu | -2/+2 |
| 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 | -50/+50 |
| 2019-06-17 | Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C... | Andrei Homescu | -27/+16 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -1/+1 |
| 2019-06-16 | Separate librustc_codegen_ssa module | chansuke | -95/+94 |
| 2019-06-15 | Auto merge of #59752 - Zoxc:dylib-fix, r=alexcrichton | bors | -15/+8 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -6/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -35/+35 |
| 2019-06-12 | Add a limit_rdylib_exports option and disable it for Solaris | John Kåre Alsaker | -7/+4 |
| 2019-06-12 | Limit dylib symbols | John Kåre Alsaker | -9/+5 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -64/+54 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -33/+33 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -13/+13 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -16/+16 |
| 2019-06-12 | Rollup merge of #61688 - RalfJung:is-floating-point, r=cramertj | Mazdak Farrokhzad | -2/+2 |
| 2019-06-11 | is_fp and is_floating_point do the same thing, remove the former | Ralf Jung | -2/+2 |
| 2019-06-11 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -4/+1 |
| 2019-06-11 | rustc_codegen_*: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -8/+9 |
| 2019-06-08 | Remove unused `#![feature(custom_attribute)]`s | Vadim Petrochenkov | -1/+0 |
| 2019-06-07 | Revert "Make LocalAnalizer visitor iterate instead of recurse" | Santiago Pastorino | -48/+37 |
| 2019-06-06 | Rollup merge of #61559 - spastorino:make-visitors-iterate, r=oli-obk | Mazdak Farrokhzad | -37/+48 |
| 2019-06-06 | Make LocalAnalizer visitor iterate instead of recurse | Santiago Pastorino | -37/+48 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -37/+38 |
| 2019-06-05 | Add `walk_chain`. | Nicholas Nethercote | -8/+1 |