| Age | Commit message (Expand) | Author | Lines |
| 2020-03-27 | parse: move constraint/arg restriction to ast_validation. | Mazdak Farrokhzad | -71/+95 |
| 2020-03-27 | Auto merge of #68404 - Amanieu:llvm-asm, r=estebank | bors | -402/+422 |
| 2020-03-27 | Rollup merge of #70435 - Alexendoo:test-66706, r=Centril | Dylan DPC | -0/+45 |
| 2020-03-27 | Rollup merge of #70344 - Centril:hir-pretty, r=eddyb | Dylan DPC | -9/+9 |
| 2020-03-27 | Rollup merge of #69936 - Aaron1011:fix/suggestion-cycle, r=varkor | Dylan DPC | -0/+71 |
| 2020-03-26 | Rollup merge of #70428 - Centril:move-to-mod, r=petrochenkov | Dylan DPC | -0/+89 |
| 2020-03-26 | Rollup merge of #70413 - AminArria:match-pattern-incorrect-warning, r=Centril... | Dylan DPC | -0/+22 |
| 2020-03-26 | Add regression test for #66706 | Alex Macleod | -0/+45 |
| 2020-03-26 | Update tests to use llvm_asm! | Amanieu d'Antras | -400/+420 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -2/+2 |
| 2020-03-26 | Add tests based on issue #70372 comments | Amin Arria | -0/+22 |
| 2020-03-26 | error_bad_item_kind: add help text | Mazdak Farrokhzad | -0/+89 |
| 2020-03-26 | Rollup merge of #70417 - rakshith-ravi:master, r=Centril | Mazdak Farrokhzad | -0/+36 |
| 2020-03-26 | Rollup merge of #70411 - ogoffart:fix-62691, r=eddyb | Mazdak Farrokhzad | -0/+7 |
| 2020-03-26 | wip pacify the merciless ui tests | Niko Matsakis | -1/+1 |
| 2020-03-26 | add test for negative specializes negative | Niko Matsakis | -0/+13 |
| 2020-03-26 | move stderr file too | Niko Matsakis | -0/+0 |
| 2020-03-26 | give the negative-impls-builtin test a more sensible name | Niko Matsakis | -0/+0 |
| 2020-03-26 | comment the `typeck-negative-impls-builtin` test | Niko Matsakis | -0/+3 |
| 2020-03-26 | move feature-gate-negative-impls test to traits/negative-impls | Niko Matsakis | -0/+0 |
| 2020-03-26 | create a tracking issue and link to it | Niko Matsakis | -3/+3 |
| 2020-03-26 | introduce `negative_impls` feature gate and document | Niko Matsakis | -96/+159 |
| 2020-03-26 | make a custom error for overlap with negative impls | Niko Matsakis | -107/+93 |
| 2020-03-26 | permit negative impls for non-auto traits | Niko Matsakis | -74/+260 |
| 2020-03-26 | Throw error when encountering `...` instead of `..` while destructing a pattern | Rakshith Ravi | -0/+36 |
| 2020-03-26 | Rollup merge of #70389 - Centril:borrowck-no-underscores, r=mark-i-m | Mazdak Farrokhzad | -41/+41 |
| 2020-03-26 | Rollup merge of #70386 - Centril:patty, r=estebank | Mazdak Farrokhzad | -0/+25 |
| 2020-03-26 | Rollup merge of #69878 - estebank:chained-ops, r=Centril | Mazdak Farrokhzad | -114/+99 |
| 2020-03-26 | typeck/pat: address review comments | Mazdak Farrokhzad | -5/+5 |
| 2020-03-25 | Tweak chained operators diagnostic | Esteban Küber | -114/+99 |
| 2020-03-25 | Rollup merge of #69700 - anyska:layout-details-rename, r=oli-obk | Dylan DPC | -8/+8 |
| 2020-03-25 | Fix for #62691: use the largest niche across all fields | Olivier Goffart | -0/+7 |
| 2020-03-25 | Rollup merge of #70352 - bishtpawan:doc/61137-add-long-error-code-e0710, r=Dy... | Dylan DPC | -0/+2 |
| 2020-03-25 | Rollup merge of #70319 - lcnr:issue63695, r=eddyb | Dylan DPC | -13/+26 |
| 2020-03-25 | run test only on 64bit | Bastian Kauschke | -0/+1 |
| 2020-03-25 | Rename LayoutDetails to just Layout. | Ana-Maria Mihalache | -8/+8 |
| 2020-03-25 | Auto merge of #70297 - nnethercote:clean-up-debugging-options, r=michaelwoeri... | bors | -25/+25 |
| 2020-03-25 | borrowck: prefer "value" over "`_`". | Mazdak Farrokhzad | -41/+41 |
| 2020-03-25 | improve non-exhaustive struct pat error | Mazdak Farrokhzad | -0/+25 |
| 2020-03-25 | update tool_lints | bishtpawan | -1/+1 |
| 2020-03-25 | Rollup merge of #70376 - tmandry:issue-66312, r=Centril | Mazdak Farrokhzad | -0/+26 |
| 2020-03-25 | Rollup merge of #70369 - estebank:bad-placeholder-in-where, r=Centril | Mazdak Farrokhzad | -73/+59 |
| 2020-03-25 | Rollup merge of #70364 - petrochenkov:nofrustc, r=Centril | Mazdak Farrokhzad | -87/+69 |
| 2020-03-25 | Rollup merge of #70331 - jeremystucki:privacy, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2020-03-24 | Reduce error duplication for invalid placeholder types in fn types | Esteban Küber | -69/+55 |
| 2020-03-24 | Add test for #66312 | Tyler Mandry | -0/+26 |
| 2020-03-24 | Rollup merge of #70368 - bjorn3:patch-2, r=jonas-schievink | Mazdak Farrokhzad | -0/+2 |
| 2020-03-24 | Rollup merge of #70241 - RalfJung:global-mem, r=oli-obk | Mazdak Farrokhzad | -4/+48 |
| 2020-03-24 | Rollup merge of #70234 - anp:tracked-std-traits, r=Amanieu | Mazdak Farrokhzad | -0/+22 |
| 2020-03-24 | Mark hotplug_codegen_backend as ignore-stage1 | bjorn3 | -0/+2 |