| Age | Commit message (Expand) | Author | Lines |
| 2020-02-04 | Don't emit StorageDead for the resume argument | Jonas Schievink | -4/+0 |
| 2020-02-04 | Auto merge of #68804 - ecstatic-morse:qualif-cursor-lazy, r=estebank | bors | -53/+36 |
| 2020-02-03 | Tweak borrow error on `FnMut` when `Fn` is expected | Esteban Küber | -6/+96 |
| 2020-02-03 | Suggest `split_at_mut` on multiple mutable index access | Esteban Küber | -2/+25 |
| 2020-02-03 | Treat `Rvalue::AddressOf` the same as `Rvalue::Ref` | Dylan MacKenzie | -18/+11 |
| 2020-02-03 | Eliminate "eager" qualif getter | Dylan MacKenzie | -22/+6 |
| 2020-02-03 | Pass correct closure type to `Qualif` methods | Dylan MacKenzie | -5/+11 |
| 2020-02-03 | Take `FnMut` instead of `Fn` in `Qualif` methods | Dylan MacKenzie | -10/+10 |
| 2020-02-03 | Fix miscompilation | Jonas Schievink | -10/+53 |
| 2020-02-02 | Account for `?Sized` type parameter bounds | Esteban Küber | -0/+2 |
| 2020-02-02 | Remove duplicated code | Esteban Küber | -1/+1 |
| 2020-02-02 | No resume argument in the drop shim | Jonas Schievink | -18/+33 |
| 2020-02-02 | Make generator transform move resume arg around | Jonas Schievink | -7/+19 |
| 2020-02-02 | Add resume arg place to `Yield` MIR terminator | Jonas Schievink | -4/+12 |
| 2020-02-02 | Add a resume type parameter to `Generator` | Jonas Schievink | -9/+14 |
| 2020-02-02 | Rollup merge of #68460 - sinkuu:emit_mir_buffered, r=Mark-Simulacrum | Yuki Okushi | -10/+31 |
| 2020-02-01 | syntax::print -> new crate rustc_ast_pretty | Mazdak Farrokhzad | -1/+2 |
| 2020-02-01 | 1. move allow_internal_unstable to rustc_attr | Mazdak Farrokhzad | -1/+2 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -2/+3 |
| 2020-02-01 | Use BufWriter | Shotaro Yamada | -10/+31 |
| 2020-01-31 | Drop cfg(bootstrap) code | Mark Rousskov | -1/+0 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -3/+3 |
| 2020-01-31 | Auto merge of #68685 - Dylan-DPC:rollup-rkbo05z, r=Dylan-DPC | bors | -39/+18 |
| 2020-01-31 | Rollup merge of #68588 - Centril:check-unsafety-clean, r=Mark-Simulacrum | Dylan DPC | -39/+18 |
| 2020-01-31 | Auto merge of #67878 - Others:opt-3, r=Mark-Simulacrum | bors | -0/+3 |
| 2020-01-30 | Change opt-level from 2 back to 3 | Gregor Peach | -0/+3 |
| 2020-01-28 | Fix some wrong dereferences after rebase | Santiago Pastorino | -2/+2 |
| 2020-01-28 | ./x.py fmt | Santiago Pastorino | -10/+14 |
| 2020-01-28 | Place::ty_from takes local by value | Santiago Pastorino | -39/+39 |
| 2020-01-28 | Local field on PlaceRef and RootPlace is not a reference anymore | Santiago Pastorino | -68/+68 |
| 2020-01-28 | make_integrate_local takes Local by value | Santiago Pastorino | -4/+4 |
| 2020-01-28 | record_killed_borrows_for_local takes Local by value | Santiago Pastorino | -4/+4 |
| 2020-01-28 | Place conflict functions take Local by value | Santiago Pastorino | -6/+6 |
| 2020-01-28 | Auto merge of #68587 - JohnTitor:rollup-fz45xwc, r=JohnTitor | bors | -0/+4 |
| 2020-01-28 | check_unsafety: more code reuse | Mazdak Farrokhzad | -39/+18 |
| 2020-01-27 | Don't call `tcx.fn_sig` on closures | Aaron Hill | -0/+4 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -72/+51 |
| 2020-01-25 | Rollup merge of #68111 - varkor:const-generics-type_name, r=oli-obk | Yuki Okushi | -3/+2 |
| 2020-01-24 | Auto merge of #68494 - matthewjasper:internal-static-ptrs, r=nikomatsakis | bors | -22/+24 |
| 2020-01-24 | Normalise notes with the/is | varkor | -1/+1 |
| 2020-01-24 | Normalise diagnostics with respect to "the X is declared/defined here" | varkor | -2/+2 |
| 2020-01-24 | Print constants in `type_name` for const generics | varkor | -3/+2 |
| 2020-01-24 | Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichton | bors | -35/+9 |
| 2020-01-24 | Rollup merge of #68424 - estebank:suggest-borrow-for-non-copy-vec, r=davidtwco | Tyler Mandry | -4/+25 |
| 2020-01-23 | Make pointers to statics internal | Matthew Jasper | -22/+24 |
| 2020-01-23 | use `diagnostic_item` and modify wording | Esteban Küber | -6/+16 |
| 2020-01-23 | Add projection query for upstream drop-glue instances. | Michael Woerister | -31/+1 |
| 2020-01-23 | Make drop-glue take advantage of -Zshare-generics. | Michael Woerister | -4/+8 |
| 2020-01-22 | librustc_mir: don't allocate vectors where slices will do. | Matthias Krüger | -3/+3 |
| 2020-01-21 | Suggest borrowing `Vec<NonCopy>` in for loop | Esteban Küber | -0/+11 |