| Age | Commit message (Expand) | Author | Lines |
| 2020-04-11 | Account for type params with bounds | Esteban Küber | -1/+24 |
| 2020-04-11 | Handle `impl Trait` where `Trait` has an assoc type with missing bounds | Esteban Küber | -0/+77 |
| 2020-04-11 | Auto merge of #71031 - Dylan-DPC:rollup-zr8hh86, r=Dylan-DPC | bors | -27/+32 |
| 2020-04-11 | [windows] Add testcase to make sure executables are self-contained | Mateusz Mikuła | -0/+12 |
| 2020-04-11 | Rollup merge of #71021 - robojumper:71000-mir-assert-syntax, r=jonas-schievink | Dylan DPC | -24/+24 |
| 2020-04-11 | Rollup merge of #71020 - pyfisch:unicode-version, r=sfackler | Dylan DPC | -2/+2 |
| 2020-04-11 | Rollup merge of #70937 - mati865:mingw-staticlib-suffix, r=petrochenkov | Dylan DPC | -1/+6 |
| 2020-04-11 | Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakis | bors | -2/+1 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -129/+491 |
| 2020-04-11 | Use write!-style syntax for MIR assert terminator | robojumper | -24/+24 |
| 2020-04-11 | Store UNICODE_VERSION as a tuple | Pyfisch | -2/+2 |
| 2020-04-11 | tests: add missing `// no-system-llvm` annotation to #69841 test. | Eduard-Mihai Burtescu | -0/+1 |
| 2020-04-11 | tests: don't use only-64bit in mir-opt tests. | Eduard-Mihai Burtescu | -1/+77 |
| 2020-04-11 | Auto merge of #69573 - pnkfelix:issue-53114-add-tests, r=Centril | bors | -0/+300 |
| 2020-04-11 | Rollup merge of #70982 - ldm0:fncoerce, r=eddyb | Mazdak Farrokhzad | -0/+14 |
| 2020-04-11 | Rollup merge of #70957 - oli-obk:lazy_repeat_length_eval_ice, r=matthewjasper | Mazdak Farrokhzad | -0/+10 |
| 2020-04-11 | Rollup merge of #69573 - pnkfelix:issue-53114-add-tests, r=Centril | Mazdak Farrokhzad | -0/+300 |
| 2020-04-10 | Auto merge of #70994 - Centril:rollup-lftv0a3, r=Centril | bors | -351/+499 |
| 2020-04-10 | --bless you | Mazdak Farrokhzad | -8/+8 |
| 2020-04-10 | Rollup merge of #70938 - tmiasko:thread-test-case, r=hanna-kruppe | Mazdak Farrokhzad | -0/+57 |
| 2020-04-10 | Rollup merge of #69745 - estebank:predicate-obligations-3, r=nikomatsakis,eddyb | Mazdak Farrokhzad | -351/+442 |
| 2020-04-10 | Auto merge of #66605 - GuillaumeGomez:drop-python2, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-04-10 | copy test cases to `if let` as well. | Felix S. Klock II | -2/+59 |
| 2020-04-10 | Update src/test/ui/binding/issue-53114-safety-checks.rs | Felix S Klock II | -1/+1 |
| 2020-04-10 | Update src/test/ui/binding/issue-53114-borrow-checks.rs | Felix S Klock II | -1/+1 |
| 2020-04-10 | tests encoding current behavior for various cases of "binding" to _. | Felix S. Klock II | -0/+243 |
| 2020-04-10 | Add ThreadSanitizer test case | Tomasz Miąsko | -0/+57 |
| 2020-04-10 | Enforce Python 3 as much as possible | Guillaume Gomez | -1/+1 |
| 2020-04-10 | Tidy fix | Donough Liu | -1/+1 |
| 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 |