| Age | Commit message (Expand) | Author | Lines |
| 2019-12-11 | Optimize `shallow_resolve_changed`. | Nicholas Nethercote | -13/+15 |
| 2019-12-10 | Avoid invalid suggestion by checking the snippet in const fn call | Esteban Küber | -1/+22 |
| 2019-12-10 | Suggest setting type param on function call | Esteban Küber | -0/+24 |
| 2019-12-10 | Use `generics_of` instead of incorrectly inspecting `FnSig` arguments | Esteban Küber | -25/+44 |
| 2019-12-10 | Move suggestion code to its own method | Esteban Küber | -42/+54 |
| 2019-12-10 | Use the appropriate number of type arguments in suggestion | Esteban Küber | -15/+66 |
| 2019-12-10 | Fix rebase | Esteban Küber | -6/+6 |
| 2019-12-10 | Deduplicate logic | Esteban Küber | -47/+62 |
| 2019-12-10 | Point at method call when type annotations are needed | Esteban Küber | -20/+65 |
| 2019-12-09 | Rollup merge of #67125 - hashedone:master, r=petrochenkov | Tyler Mandry | -5/+9 |
| 2019-12-09 | Make const index and subslice array projections more useful | Matthew Jasper | -11/+24 |
| 2019-12-09 | Added ExactSizeIterator bound to return types | Bartłomiej Kuras | -23/+11 |
| 2019-12-09 | Auto merge of #67016 - lqd:placeholder_loans, r=matthewjasper | bors | -1/+1 |
| 2019-12-08 | Auto merge of #66981 - michaelwoerister:measureme-0.5.0, r=Mark-Simulacrum | bors | -1/+1 |
| 2019-12-08 | async/await: correct diag note for `async move` | David Wood | -10/+11 |
| 2019-12-08 | async/await: more improvements to non-send errors | David Wood | -83/+211 |
| 2019-12-08 | Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb | Mazdak Farrokhzad | -55/+51 |
| 2019-12-08 | Rollup merge of #66325 - BartMassey:master, r=joshtriplett | Mazdak Farrokhzad | -2/+2 |
| 2019-12-07 | Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obk | bors | -6/+26 |
| 2019-12-07 | Added ExactSizeIterator bound to return types | Bartłomiej Kuras | -15/+31 |
| 2019-12-07 | Auto merge of #66927 - RalfJung:engines-dont-panic, r=oli-obk | bors | -5/+21 |
| 2019-12-06 | Rollup merge of #67071 - estebank:issue-66868, r=davidtwco | Mazdak Farrokhzad | -0/+4 |
| 2019-12-06 | Auto merge of #65195 - varkor:to_option, r=Centril | bors | -35/+9 |
| 2019-12-07 | Rollup merge of #66846 - gizmondo:master, r=michaelwoerister | Yuki Okushi | -5/+16 |
| 2019-12-06 | Fix rebase issues | varkor | -1/+1 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -6/+6 |
| 2019-12-06 | Use `to_option` in various places | varkor | -35/+9 |
| 2019-12-06 | update to polonius 0.11 to compute subset errors | lqd | -1/+1 |
| 2019-12-06 | Make try_mark_previous_green aware of cycles. | Alex Aktsipetrov | -5/+16 |
| 2019-12-05 | Add caller_location paramter to FnAbi::new_internal. | Adam Perry | -2/+11 |
| 2019-12-05 | Generate &core::panic::Location type in a single place. | Adam Perry | -0/+10 |
| 2019-12-05 | Implement #[track_caller] in const. | Adam Perry | -4/+5 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -55/+51 |
| 2019-12-05 | Do not ICE on closure typeck | Esteban Küber | -0/+4 |
| 2019-12-05 | Rollup merge of #67011 - Aaron1011:fix/expected-found-span, r=Dylan-DPC | Mazdak Farrokhzad | -11/+24 |
| 2019-12-05 | Rollup merge of #67010 - estebank:raw-idents, r=Centril | Mazdak Farrokhzad | -0/+3 |
| 2019-12-04 | Auto merge of #66275 - oli-obk:organize-intrinsics-promotion-checks, r=RalfJung | bors | -3/+112 |
| 2019-12-04 | Auto merge of #65947 - eddyb:fn-abi, r=oli-obk,nagisa | bors | -108/+124 |
| 2019-12-03 | Include a span in more `expected...found` notes | Aaron Hill | -11/+24 |
| 2019-12-03 | Accurately portray raw identifiers in error messages | Esteban Küber | -0/+3 |
| 2019-12-04 | Leave fixme | Oliver Scherer | -0/+1 |
| 2019-12-03 | Rollup merge of #66951 - RalfJung:miri-machine-stop, r=oli-obk | Mazdak Farrokhzad | -0/+7 |
| 2019-12-03 | Move Session to librustc_session | Mark Rousskov | -4724/+1 |
| 2019-12-03 | Duplicate CrateConfig into Session | Mark Rousskov | -1/+3 |
| 2019-12-03 | Directly use types from libsyntax::ast | Mark Rousskov | -5/+4 |
| 2019-12-03 | Re-export Client from rustc_data_structures::jobserver | Mark Rousskov | -2/+1 |
| 2019-12-03 | Move NativeLibraryKind to rustc_session | Mark Rousskov | -27/+16 |
| 2019-12-03 | Move early lint declarations to librustc_session | Mark Rousskov | -153/+9 |
| 2019-12-03 | Move Lint to rustc_session | Mark Rousskov | -87/+3 |
| 2019-12-03 | Move Level to rustc_session | Mark Rousskov | -41/+3 |