| Age | Commit message (Expand) | Author | Lines |
| 2020-04-09 | Fix JSON file_name documentation for macros. | Eric Huss | -2/+5 |
| 2020-04-10 | Replace non-shorthand variables with _, not _var | sapir | -14/+18 |
| 2020-04-10 | Try to fix warning for unused variables in or patterns, issue #67691 | sapir | -57/+140 |
| 2020-04-10 | Add tests for issue #67691 | sapir | -0/+174 |
| 2020-04-09 | Consider methods on fundamental `impl` when method is not found on numeric type | Esteban Küber | -4/+42 |
| 2020-04-09 | Auto merge of #70909 - marmeladema:issue70853/librustc_hir-local-def-id, r=eddyb | bors | -57/+67 |
| 2020-04-09 | Avoid calling `fn_sig` query during `is_const_fn_raw` | Dylan MacKenzie | -17/+10 |
| 2020-04-09 | Add regression test for #69615 | Dylan MacKenzie | -0/+28 |
| 2020-04-09 | Use `is_const_fn_raw` query for HIR const-checking | Dylan MacKenzie | -7/+7 |
| 2020-04-09 | mark a temporary hack as such | Ralf Jung | -1/+3 |
| 2020-04-09 | Use `Visitor` for `AlwaysLiveLocals` | Dylan MacKenzie | -14/+19 |
| 2020-04-09 | Explain why we remove `self` from storage live locals | Dylan MacKenzie | -0/+1 |
| 2020-04-09 | Use new utility in `transform/generator.rs` | Dylan MacKenzie | -34/+40 |
| 2020-04-09 | Use new utility in `eval_context` | Dylan MacKenzie | -9/+10 |
| 2020-04-09 | Make `MaybeStorageLive` correct for all kinds of MIR bodies | Dylan MacKenzie | -5/+17 |
| 2020-04-09 | Add utility to find locals that don't use `Storage*` annotations | Dylan MacKenzie | -0/+43 |
| 2020-04-09 | Respect the comment: no root unless the borrow type is `Mut` | Stein Somers | -2/+2 |
| 2020-04-09 | Kill comment left behind by a last minute change in #70795 | Stein Somers | -2/+0 |
| 2020-04-09 | Revert "Downgrade new_ret_no_self to pedantic" | Philipp Krones | -1/+1 |
| 2020-04-09 | Rollup merge of #70958 - Amanieu:android_try_reserve, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+6 |
| 2020-04-09 | Rollup merge of #70939 - varkor:const-generics-regression-tests, r=Centril | Mazdak Farrokhzad | -0/+64 |
| 2020-04-09 | Rollup merge of #70902 - flip1995:clippyup, r=eddyb | Mazdak Farrokhzad | -14/+22 |
| 2020-04-09 | Rollup merge of #70900 - ehuss:update-cargo, r=ehuss | Mazdak Farrokhzad | -0/+0 |
| 2020-04-09 | Rollup merge of #70897 - RalfJung:miri, r=RalfJung | Mazdak Farrokhzad | -7/+10 |
| 2020-04-09 | Disable try_reserve tests on Android | Amanieu d'Antras | -0/+6 |
| 2020-04-09 | Normalize MIR locals' types for generator layout computation. | Oliver Scherer | -1/+14 |
| 2020-04-09 | improve comments | mark | -3/+3 |
| 2020-04-09 | Clean up E0511 explanation | Guillaume Gomez | -2/+3 |
| 2020-04-09 | Add regression test for #61522 | varkor | -0/+40 |
| 2020-04-09 | Add regression test for #66596 | varkor | -0/+24 |
| 2020-04-09 | Auto merge of #70943 - Centril:rollup-eowm2h3, r=Centril | bors | -561/+892 |
| 2020-04-09 | tighten CTFE safety net for accesses to globals | Ralf Jung | -8/+23 |
| 2020-04-09 | simplify `vec!` macro | Waffle | -2/+1 |
| 2020-04-09 | Add lint on large const arrays | ThibsG | -0/+7 |
| 2020-04-08 | de-abuse TyKind::Error: ice on missing slice type | mark | -10/+15 |
| 2020-04-08 | de-abuse TyKind::Error: handle empty slices in array patterns | mark | -15/+16 |
| 2020-04-09 | Rollup merge of #70918 - tobithiel:fix_forbid_override, r=davidtwco | Mazdak Farrokhzad | -2/+25 |
| 2020-04-09 | Rollup merge of #70916 - Centril:track-caller-ffi, r=eddyb | Mazdak Farrokhzad | -45/+81 |
| 2020-04-09 | Rollup merge of #70896 - cuviper:optional-chain, r=scottmcm | Mazdak Farrokhzad | -154/+113 |
| 2020-04-09 | Rollup merge of #70868 - petrochenkov:linkorder, r=nagisa,mati865 | Mazdak Farrokhzad | -261/+413 |
| 2020-04-09 | Rollup merge of #70822 - jonas-schievink:curse-of-the-recursion, r=ecstatic-m... | Mazdak Farrokhzad | -97/+152 |
| 2020-04-09 | Rollup merge of #70367 - nikomatsakis:issue-69307, r=Aaron1011 | Mazdak Farrokhzad | -0/+62 |
| 2020-04-09 | Rollup merge of #67705 - lzutao:wmemchr, r=wesleywiser | Mazdak Farrokhzad | -2/+46 |
| 2020-04-09 | Auto merge of #70860 - lcnr:has_local_value, r=nikomatsakis | bors | -58/+44 |
| 2020-04-09 | track_caller: support on FFI imports | Mazdak Farrokhzad | -41/+52 |
| 2020-04-09 | Auto merge of #70936 - Dylan-DPC:rollup-2ng3e5h, r=Dylan-DPC | bors | -99/+211 |
| 2020-04-08 | Adjust Step::forward_checked docs for large types | CAD97 | -12/+7 |
| 2020-04-09 | Fix staticlib name for *-pc-windows-gnu targets | Mateusz Mikuła | -3/+8 |
| 2020-04-08 | Small tweaks to required bound span | Esteban Küber | -325/+330 |
| 2020-04-08 | Use `PredicateObligation`s instead of `Predicate`s | Esteban Küber | -141/+280 |