| Age | Commit message (Expand) | Author | Lines |
| 2020-03-04 | Make PlaceRef lifetimes of classify_drop_access_kind be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of closure_span be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of move_spans be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of borrowed_content_source be both 'tcx | Santiago Pastorino | -2/+2 |
| 2020-03-04 | Make PlaceRef lifetimes of describe_field be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of add_moved_or_invoked_closure_note be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of is_upvar_field_projection be both 'tcx | Santiago Pastorino | -6/+6 |
| 2020-03-04 | Make PlaceRef lifetimes of move_path_for_place be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of move_path_closest_to be both 'tcx | Santiago Pastorino | -2/+2 |
| 2020-03-04 | Make PlaceRef lifetimes of uninitialized_error_reported be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of move_error_reported be both 'tcx | Santiago Pastorino | -9/+10 |
| 2020-03-04 | Make PlaceRef lifetimes of borrow_conflict_place be both 'tcx | Santiago Pastorino | -4/+5 |
| 2020-03-03 | Make PlaceRef lifetimes of RootPlace be both 'tcx | Santiago Pastorino | -6/+6 |
| 2020-03-03 | Make PlaceRef lifetimes of monomorphized_place_ty be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-03 | Make PlaceRef lifetimes of codegen_place be both 'tcx | Santiago Pastorino | -3/+3 |
| 2020-03-02 | Make PlaceRef lifetimes of LocalAnalyzer::process_place be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-02 | Make PlaceRef lifetimes of Place::as_ref be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-02 | Auto merge of #69635 - Dylan-DPC:rollup-2oh8uu5, r=Dylan-DPC | bors | -95/+688 |
| 2020-03-02 | Rollup merge of #69624 - ehuss:toolstate-beta-regress, r=Mark-Simulacrum | Dylan DPC | -63/+133 |
| 2020-03-02 | Rollup merge of #69623 - Centril:fix-69396-tmp, r=petrochenkov | Dylan DPC | -14/+74 |
| 2020-03-02 | Rollup merge of #69622 - LeSeulArtichaut:patch-2, r=Centril | Dylan DPC | -1/+1 |
| 2020-03-02 | Rollup merge of #69617 - DutchGhost:master, r=LukasKalbertodt | Dylan DPC | -1/+2 |
| 2020-03-02 | Rollup merge of #69544 - lqd:unrevert-67174, r=Mark-Simulacrum | Dylan DPC | -7/+5 |
| 2020-03-02 | Rollup merge of #68682 - LeSeulArtichaut:stable-intrinsics, r=steveklabnik | Dylan DPC | -9/+473 |
| 2020-03-02 | actually mark the function const | DutchGhost | -1/+1 |
| 2020-03-02 | Auto merge of #69257 - RalfJung:layout-visitor, r=eddyb | bors | -203/+238 |
| 2020-03-02 | Auto merge of #69469 - matthewjasper:type-flags, r=cramertj | bors | -148/+136 |
| 2020-03-02 | Auto merge of #69442 - jakevossen5:master, r=Mark-Simulacrum | bors | -17/+42 |
| 2020-03-02 | Auto merge of #69432 - petrochenkov:alldeps, r=eddyb | bors | -24/+5 |
| 2020-03-01 | Toolstate: Don't block beta week on already broken tools. | Eric Huss | -63/+133 |
| 2020-03-02 | stash API: remove panic to fix ICE. | Mazdak Farrokhzad | -14/+74 |
| 2020-03-01 | Rename `syntax` in librustc_ast/README.md | LeSeulArtichaut | -1/+1 |
| 2020-03-01 | Clean up TypeFlags | Matthew Jasper | -87/+99 |
| 2020-03-01 | Fix use of `has_infer_types` | Matthew Jasper | -61/+37 |
| 2020-03-01 | Auto merge of #69408 - RalfJung:canonical-alloc-id, r=oli-obk | bors | -66/+58 |
| 2020-03-01 | constify mem::forget | DutchGhost | -0/+1 |
| 2020-03-01 | Auto merge of #69612 - Dylan-DPC:rollup-f180gcc, r=Dylan-DPC | bors | -42/+55 |
| 2020-03-01 | Rollup merge of #69607 - GuillaumeGomez:cleanup-e0376, r=Dylan-DPC | Dylan DPC | -10/+11 |
| 2020-03-01 | Rollup merge of #69598 - ollie27:rustdoc_crate-version_escape, r=GuillaumeGomez | Dylan DPC | -2/+9 |
| 2020-03-01 | Rollup merge of #69577 - GuillaumeGomez:cleanup-e0375, r=Dylan-DPC | Dylan DPC | -8/+11 |
| 2020-03-01 | Rollup merge of #69569 - matthiaskrgr:nonminimal_bool, r=mark-Simulacrum | Dylan DPC | -13/+13 |
| 2020-03-01 | Rollup merge of #69568 - JOE1994:patch-2, r=Dylan-DPC | Dylan DPC | -2/+3 |
| 2020-03-01 | Rollup merge of #69554 - GuillaumeGomez:cleanup-e0374, r=Dylan-DPC | Dylan DPC | -6/+8 |
| 2020-03-01 | Remove assert that had been replaced by assert_ne | Michael Mc Donnell | -1/+0 |
| 2020-03-01 | Auto merge of #69380 - Zoxc:parent-module, r=michaelwoerister | bors | -21/+25 |
| 2020-03-01 | Clean up E0376 explanation | Guillaume Gomez | -10/+11 |
| 2020-03-01 | Auto merge of #69606 - JohnTitor:rollup-i3nrrcf, r=JohnTitor | bors | -309/+368 |
| 2020-03-01 | Rollup merge of #69605 - JohnTitor:opt-def-id, r=petrochenkov | Yuki Okushi | -7/+9 |
| 2020-03-01 | Rollup merge of #69583 - LeSeulArtichaut:ice-69378, r=Centril | Yuki Okushi | -0/+18 |
| 2020-03-01 | Rollup merge of #69580 - matthiaskrgr:map_clone, r=Centril | Yuki Okushi | -27/+26 |