| Age | Commit message (Expand) | Author | Lines |
| 2020-03-17 | Rollup merge of #70000 - petrochenkov:rawkeypars, r=davidtwco | Mazdak Farrokhzad | -1/+23 |
| 2020-03-17 | Rollup merge of #69881 - Centril:fix-69485, r=oli-obk | Mazdak Farrokhzad | -0/+18 |
| 2020-03-17 | Rollup merge of #69870 - petrochenkov:cfgacc, r=matthewjasper | Mazdak Farrokhzad | -0/+186 |
| 2020-03-17 | Rollup merge of #69811 - petrochenkov:privdiag2, r=estebank | Mazdak Farrokhzad | -6/+46 |
| 2020-03-17 | Ignore wasm32 | 12101111 | -0/+1 |
| 2020-03-16 | Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakis | bors | -0/+473 |
| 2020-03-16 | Make macro metavars respect (non-)hygiene | Matthew Jasper | -0/+53 |
| 2020-03-16 | Auto merge of #67133 - oli-obk:it_must_be_a_sign, r=eddyb | bors | -16/+16 |
| 2020-03-16 | init-large-type test needs optimizations | Ralf Jung | -0/+1 |
| 2020-03-16 | Rollup merge of #69867 - ayushmishra2005:doc/61137-add-long-error-code-e0628,... | Dylan DPC | -0/+1 |
| 2020-03-16 | Rollup merge of #69520 - kornelski:e69492, r=cramertj | Dylan DPC | -8/+8 |
| 2020-03-16 | Rollup merge of #69998 - ayushmishra2005:doc/61137-add-long-error-code-e0634,... | Dylan DPC | -1/+1 |
| 2020-03-16 | Rollup merge of #69995 - contrun:add-context-to-literal-overflow, r=ecstatic-... | Dylan DPC | -6/+68 |
| 2020-03-16 | Rollup merge of #69917 - GuillaumeGomez:cleanup-e0412, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-03-15 | VariantSizeDifferences: bail on SizeOverflow | Mazdak Farrokhzad | -0/+18 |
| 2020-03-15 | Rollup merge of #70011 - petrochenkov:asyncice, r=Centril | Mazdak Farrokhzad | -0/+13 |
| 2020-03-15 | Rollup merge of #70006 - petrochenkov:fresh, r=Centril | Mazdak Farrokhzad | -0/+88 |
| 2020-03-15 | Consider well-formed predicates in min-specialization | Matthew Jasper | -0/+59 |
| 2020-03-15 | Implement soundness check for min_specialization | Matthew Jasper | -0/+382 |
| 2020-03-15 | Add attributes to allow specializing on traits | Matthew Jasper | -0/+32 |
| 2020-03-15 | resolve: Prevent fresh bindings from shadowing ambiguity items | Vadim Petrochenkov | -0/+88 |
| 2020-03-15 | Add more context to the literal overflow message | YI | -6/+68 |
| 2020-03-15 | Rollup merge of #69993 - ayushmishra2005:doc/61137-add-long-error-code-e0693,... | Dylan DPC | -0/+1 |
| 2020-03-15 | Rollup merge of #69498 - mark-i-m:describe-it-2, r=matthewjasper | Dylan DPC | -175/+175 |
| 2020-03-15 | def_collector: Fully visit async functions | Vadim Petrochenkov | -0/+13 |
| 2020-03-14 | Update ui tests | Guillaume Gomez | -1/+1 |
| 2020-03-14 | resolve: Fix regression in resolution of raw keywords in paths | Vadim Petrochenkov | -1/+23 |
| 2020-03-14 | Fix rebase fallout | Jonas Schievink | -2/+2 |
| 2020-03-14 | Add a test for generator discriminants | Jonas Schievink | -0/+134 |
| 2020-03-14 | Use smaller discriminants for generators | Jonas Schievink | -22/+22 |
| 2020-03-14 | increase slack for stack size test | Ralf Jung | -2/+2 |
| 2020-03-14 | Add long error explanation for E0634 #61137 | Ayush Kumar Mishra | -1/+1 |
| 2020-03-14 | Add long error explanation for E0693 #61137 | Ayush Kumar Mishra | -0/+1 |
| 2020-03-14 | Auto merge of #69716 - jonas-schievink:generator-size, r=tmandry | bors | -1/+33 |
| 2020-03-13 | Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum | bors | -56/+23 |
| 2020-03-14 | Rollup merge of #69966 - JohnTitor:more-more-tests, r=Centril | Yuki Okushi | -0/+128 |
| 2020-03-14 | Rollup merge of #69960 - RalfJung:abort, r=oli-obk | Yuki Okushi | -1/+1 |
| 2020-03-14 | Rollup merge of #69460 - LeSeulArtichaut:move-compile-pass, r=RalfJung | Yuki Okushi | -20/+23 |
| 2020-03-13 | bless tests | Ralf Jung | -1/+1 |
| 2020-03-13 | Add test for issue-69092 | Yuki Okushi | -0/+21 |
| 2020-03-13 | Add test for issue-67739 | Yuki Okushi | -0/+26 |
| 2020-03-13 | Add test for issue-62504 | Yuki Okushi | -0/+33 |
| 2020-03-13 | Add test for issue-60390 | Yuki Okushi | -0/+8 |
| 2020-03-13 | Add test for issue-58490 | Yuki Okushi | -0/+40 |
| 2020-03-12 | update tests | Mark Mansi | -175/+175 |
| 2020-03-12 | Move some more tests to `check-pass` | LeSeulArtichaut | -3/+6 |
| 2020-03-12 | Move some const-eval `build-pass` tests to `check-pass` | LeSeulArtichaut | -20/+20 |
| 2020-03-12 | Rollup merge of #69722 - estebank:negative-impl-span-ast, r=Centril | Mazdak Farrokhzad | -73/+83 |
| 2020-03-12 | Remove fn special casing in const printing | Oliver Scherer | -1/+1 |
| 2020-03-11 | Fix cycle error when emitting suggestion for mismatched `fn` type | Aaron Hill | -0/+71 |