| Age | Commit message (Expand) | Author | Lines |
| 2020-04-10 | Rollup merge of #70913 - eddyb:rc-arc-diagnostic-items, r=matthewjasper | Mazdak Farrokhzad | -7/+7 |
| 2020-04-10 | Rollup merge of #70784 - estebank:suggest-type-fundamental-method, r=matthewj... | Mazdak Farrokhzad | -2/+16 |
| 2020-04-10 | Normalize function signature in function casting check | Donough Liu | -0/+14 |
| 2020-04-10 | Replace run-rustfix for issue 67691 test with a FIXME | sapir | -93/+9 |
| 2020-04-10 | Replace non-shorthand variables with _, not _var | sapir | -6/+6 |
| 2020-04-10 | Try to fix warning for unused variables in or patterns, issue #67691 | sapir | -31/+95 |
| 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 | -2/+16 |
| 2020-04-09 | Add regression test for #69615 | Dylan MacKenzie | -0/+28 |
| 2020-04-09 | Rollup merge of #70939 - varkor:const-generics-regression-tests, r=Centril | Mazdak Farrokhzad | -0/+64 |
| 2020-04-09 | Normalize MIR locals' types for generator layout computation. | Oliver Scherer | -0/+10 |
| 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 | Rollup merge of #70918 - tobithiel:fix_forbid_override, r=davidtwco | Mazdak Farrokhzad | -0/+17 |
| 2020-04-09 | Rollup merge of #70916 - Centril:track-caller-ffi, r=eddyb | Mazdak Farrokhzad | -21/+78 |
| 2020-04-09 | Rollup merge of #70822 - jonas-schievink:curse-of-the-recursion, r=ecstatic-m... | Mazdak Farrokhzad | -0/+18 |
| 2020-04-09 | Rollup merge of #70367 - nikomatsakis:issue-69307, r=Aaron1011 | Mazdak Farrokhzad | -0/+53 |
| 2020-04-09 | track_caller: support on FFI imports | Mazdak Farrokhzad | -18/+50 |
| 2020-04-09 | Auto merge of #70936 - Dylan-DPC:rollup-2ng3e5h, r=Dylan-DPC | bors | -34/+93 |
| 2020-04-09 | Fix staticlib name for *-pc-windows-gnu targets | Mateusz Mikuła | -1/+6 |
| 2020-04-08 | Small tweaks to required bound span | Esteban Küber | -321/+318 |
| 2020-04-08 | Use `PredicateObligation`s instead of `Predicate`s | Esteban Küber | -91/+185 |
| 2020-04-08 | Rollup merge of #70912 - estebank:reduce-type-param-sugg-verbosity, r=davidtwco | Dylan DPC | -8/+0 |
| 2020-04-08 | Rollup merge of #70906 - gizmondo:66107, r=estebank | Dylan DPC | -25/+56 |
| 2020-04-08 | Rollup merge of #70828 - ollie27:rustdoc_external_macro_src, r=eddyb | Dylan DPC | -1/+37 |
| 2020-04-08 | Auto merge of #70721 - anyska:bless-all-mir-opt, r=oli-obk | bors | -4139/+10197 |
| 2020-04-08 | Add ignore-wasm32-bare to mir-opt tests that need it. | Ana-Maria Mihalache | -338/+340 |
| 2020-04-08 | rustdoc: Don't try to load source files from external crates | Oliver Middleton | -1/+37 |
| 2020-04-08 | Rollup merge of #70789 - lcnr:macros, r=varkor | Dylan DPC | -22/+49 |
| 2020-04-08 | Suggest move for closures and async blocks in more cases. | Alex Aktsipetrov | -25/+56 |
| 2020-04-08 | Replace "rc"/"arc" lang items with Rc/Arc diagnostic items. | Eduard-Mihai Burtescu | -7/+7 |
| 2020-04-07 | rustc_session: forbid lints override regardless of position | Tobias Thiel | -0/+17 |
| 2020-04-08 | fix misleading type annotation diagonstics | YI | -0/+47 |
| 2020-04-08 | track_caller: harden naked interactions | Mazdak Farrokhzad | -3/+28 |
| 2020-04-07 | Do not suggest adding type param when `use` is already suggested | Esteban Küber | -8/+0 |
| 2020-04-07 | Remove old mir-opt test format. | Ana-Maria Mihalache | -80/+2 |
| 2020-04-07 | Normalize away pairs of line:col numbers. | Ana-Maria Mihalache | -166/+166 |
| 2020-04-07 | Add EMIT_MIR_FOR_EACH_BIT_WIDTH to tests that need it. | Ana-Maria Mihalache | -488/+1855 |
| 2020-04-07 | --bless more mir-opt tests. | Ana-Maria Mihalache | -1013/+2254 |
| 2020-04-07 | remove false positives of unused_braces | Bastian Kauschke | -22/+49 |
| 2020-04-07 | --bless all mir-opt tests. | Ana-Maria Mihalache | -3046/+6572 |
| 2020-04-07 | Rollup merge of #70857 - faern:use-assoc-int-float-consts, r=dtolnay | Dylan DPC | -1/+1 |
| 2020-04-07 | Rollup merge of #70846 - tmiasko:compiler-builtins-codegen-units, r=alexcrichton | Dylan DPC | -0/+40 |
| 2020-04-07 | Auto merge of #70164 - eddyb:walk-generic-arg, r=nikomatsakis | bors | -2/+2 |
| 2020-04-07 | Use assoc integer constants in librustc_* | Linus Färnstrand | -1/+1 |
| 2020-04-06 | traits/coherence: stop using `Ty::walk_shallow`. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-04-06 | add nested regression test | Niko Matsakis | -0/+30 |
| 2020-04-06 | Auto merge of #70771 - RalfJung:ctfe-loop, r=oli-obk | bors | -0/+14 |
| 2020-04-06 | tweak rustc_layout debug output | Ralf Jung | -10/+10 |
| 2020-04-06 | Rollup merge of #70827 - estebank:shorten-sugg-span-add-lt, r=ecstatic-morse | Mazdak Farrokhzad | -1/+1 |