| Age | Commit message (Expand) | Author | Lines |
| 2020-01-28 | Remove unneeded & on match pattern | 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 | -47/+47 |
| 2020-01-28 | Local field on PlaceRef and RootPlace is not a reference anymore | Santiago Pastorino | -90/+90 |
| 2020-01-28 | codegen_place and related functions can take PlaceRef by value | Santiago Pastorino | -19/+19 |
| 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 #68529 - TimDiekmann:rename-alloc, r=Amanieu | bors | -45/+60 |
| 2020-01-28 | Auto merge of #68234 - CAD97:slice-from-raw-parts, r=KodrAus | bors | -8/+5 |
| 2020-01-28 | Auto merge of #68587 - JohnTitor:rollup-fz45xwc, r=JohnTitor | bors | -47/+91 |
| 2020-01-28 | Rollup merge of #68575 - Wind-River:master_2020, r=alexcrichton | Yuki Okushi | -0/+1 |
| 2020-01-28 | Rollup merge of #68573 - GuillaumeGomez:clean-up-e0262, r=Dylan-DPC | Yuki Okushi | -3/+7 |
| 2020-01-28 | Rollup merge of #68571 - Centril:check_in_cx, r=oli-obk | Yuki Okushi | -5/+8 |
| 2020-01-28 | Rollup merge of #68570 - cr1901:msp430-fix-1-2020, r=alexcrichton | Yuki Okushi | -0/+0 |
| 2020-01-28 | Rollup merge of #68563 - Aaron1011:fix/fn-sig-closure, r=varkor | Yuki Okushi | -0/+30 |
| 2020-01-28 | Rollup merge of #68482 - GuillaumeGomez:clean-up-err-codes, r=Dylan-DPC | Yuki Okushi | -3/+6 |
| 2020-01-28 | Rollup merge of #68454 - GuillaumeGomez:clean-up-e0214, r=Dylan-DPC | Yuki Okushi | -4/+9 |
| 2020-01-28 | Rollup merge of #68412 - GuillaumeGomez:clean-up-e0207, r=Dylan-DPC | Yuki Okushi | -13/+17 |
| 2020-01-28 | Rollup merge of #68383 - GuillaumeGomez:clean-up-e0205, r=Dylan-DPC | Yuki Okushi | -5/+11 |
| 2020-01-28 | stabilize the debug_map_key_value feature | Ashley Mannix | -14/+2 |
| 2020-01-27 | Rename `Alloc` to `AllocRef` | Tim Diekmann | -45/+60 |
| 2020-01-27 | Rollup merge of #68579 - ehuss:update-cargo, r=Mark-Simulacrum | Mark Rousskov | -0/+0 |
| 2020-01-27 | Rollup merge of #68576 - jonhoo:bump-miri, r=oli-obk | Mark Rousskov | -7/+7 |
| 2020-01-27 | Rollup merge of #68459 - matthiaskrgr:clone_on_copy2, r=eddyb | Mark Rousskov | -192/+155 |
| 2020-01-27 | Update cargo | Eric Huss | -0/+0 |
| 2020-01-27 | Bump miri for rust-lang/miri#1150 | Jon Gjengset | -7/+7 |
| 2020-01-27 | Disable the testcase for Vxworks. | Umesh Kalappa | -0/+1 |
| 2020-01-27 | Clean up E0262 explanation | Guillaume Gomez | -3/+7 |
| 2020-01-27 | check_match: extract common logic | Mazdak Farrokhzad | -5/+8 |
| 2020-01-27 | Fix LLVM assertion failure in MSP430 interrupt generation. | William D. Jones | -0/+0 |
| 2020-01-27 | Update src/librustc_error_codes/error_codes/E0220.md | Guillaume Gomez | -1/+1 |
| 2020-01-27 | Auto merge of #68566 - pietroalbini:rollup-22hbo3e, r=pietroalbini | bors | -19/+55 |
| 2020-01-27 | Rollup merge of #68562 - hjung4:spell, r=jonas-schievink | Pietro Albini | -5/+5 |
| 2020-01-27 | Rollup merge of #68531 - wesleywiser:cleanup_self_profiler, r=michaelwoerister | Pietro Albini | -14/+6 |
| 2020-01-27 | Rollup merge of #68370 - Aaron1011:const-extern-test, r=RalfJung | Pietro Albini | -0/+44 |
| 2020-01-27 | Auto merge of #68165 - thomcc:lt_ones, r=sfackler | bors | -0/+138 |
| 2020-01-27 | Don't call `tcx.fn_sig` on closures | Aaron Hill | -0/+30 |
| 2020-01-26 | update | comet | -5/+5 |
| 2020-01-26 | Ensure that we error when calling "const extern fn" with wrong convention | Aaron Hill | -0/+44 |
| 2020-01-27 | Auto merge of #68447 - estebank:sugg-type-param, r=petrochenkov | bors | -66/+178 |
| 2020-01-27 | make matches exhaustive | Matthias Krüger | -6/+14 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -189/+144 |
| 2020-01-27 | Auto merge of #68122 - Centril:stabilize-transparent-enums, r=petrochenkov | bors | -133/+33 |
| 2020-01-26 | Suggest defining type parameter when appropriate | Esteban Küber | -66/+178 |
| 2020-01-26 | rustc_span: return an impl Iterator instead of a Vec from macro_backtrace. | Eduard-Mihai Burtescu | -23/+25 |
| 2020-01-26 | rustc_span: replace MacroBacktrace with ExpnData. | Eduard-Mihai Burtescu | -28/+13 |
| 2020-01-26 | rustc_span: move pretty syntax from macro_backtrace to ExpnKind::descr. | Eduard-Mihai Burtescu | -26/+17 |
| 2020-01-26 | Don't use ExpnKind::descr to get the name of a bang macro. | Eduard-Mihai Burtescu | -18/+31 |
| 2020-01-26 | Auto merge of #68545 - estebank:verbose-bound-display, r=petrochenkov | bors | -19/+23 |