| Age | Commit message (Expand) | Author | Lines |
| 2018-09-07 | Add license header to the new tests | Pietro Albini | -9/+69 |
| 2018-09-07 | Validate syntax of `--cfg` command line arguments | Vadim Petrochenkov | -13/+15 |
| 2018-09-07 | Validate syntax of `cfg` attributes | Vadim Petrochenkov | -0/+92 |
| 2018-09-04 | Properly prevent the promotion of unstable const fns | Oliver Schneider | -1/+92 |
| 2018-09-01 | Add a test for reset expansion info | Vadim Petrochenkov | -0/+29 |
| 2018-08-26 | Auto merge of #53425 - oli-obk:validation, r=nikomatsakis | bors | -0/+21 |
| 2018-08-25 | Feature gate where clauses on associated type impls | varkor | -4/+17 |
| 2018-08-25 | resolve: Reject some inaccessible candidates sooner during import resolution | Vadim Petrochenkov | -0/+21 |
| 2018-08-25 | fix testcase | dylan_DPC | -5/+18 |
| 2018-08-25 | add warning for missing docs | dylan_DPC | -4/+5 |
| 2018-08-25 | add testcase to existing macro testcase | dylan_DPC | -3/+22 |
| 2018-08-25 | Fix tidy | Oliver Schneider | -1/+1 |
| 2018-08-25 | Remove an overly pedantic and wrong assertion | Oliver Schneider | -0/+23 |
| 2018-08-25 | An attempt to fix NLL migration mode so that reports region errors when neces... | Felix S. Klock II | -5/+40 |
| 2018-08-17 | Don't sanity check function pointers in vtables | Oliver Schneider | -0/+21 |
| 2018-07-31 | add regression test for #52057 | Niko Matsakis | -0/+35 |
| 2018-07-30 | Auto merge of #52722 - alexcrichton:more-identifier-lints, r=oli-obk | bors | -0/+38 |
| 2018-07-29 | Move a test that depends on the arch bitwidth to compile-fail | Oliver Schneider | -132/+0 |
| 2018-07-29 | Sanity-check all constants | Oliver Schneider | -13/+549 |
| 2018-07-29 | Auto merge of #52620 - mikhail-m1:51351, r=nikomatsakis | bors | -46/+139 |
| 2018-07-29 | fix issues #51351 and #52133 | Mikhail Modin | -46/+139 |
| 2018-07-28 | Auto merge of #52761 - toidiu:ak-static-infer-fg, r=nikomatsakis | bors | -0/+121 |
| 2018-07-28 | Auto merge of #52802 - kennytm:rollup, r=kennytm | bors | -0/+46 |
| 2018-07-28 | Rollup merge of #52740 - estebank:crate-name, r=petrochenkov | kennytm | -0/+34 |
| 2018-07-28 | Rollup merge of #52702 - csmoe:mut_diff, r=estebank | kennytm | -0/+12 |
| 2018-07-28 | Auto merge of #52678 - matthewjasper:better-spans, r=nikomatsakis | bors | -134/+272 |
| 2018-07-27 | Auto merge of #52648 - davidtwco:issue-52533, r=nikomatsakis | bors | -50/+162 |
| 2018-07-27 | Region inference error messages no longer start with 'free region' | David Wood | -8/+8 |
| 2018-07-27 | Auto merge of #52733 - pnkfelix:issue-51348-make-temp-for-each-candidate-in-a... | bors | -0/+33 |
| 2018-07-27 | Improved mechanism for naming regions in non-annotated types. | David Wood | -10/+70 |
| 2018-07-27 | Change label from closure to function where appropriate. | David Wood | -34/+32 |
| 2018-07-27 | Fixed missing whitespace on some elaborated types. | David Wood | -3/+3 |
| 2018-07-27 | Update affected tests. | David Wood | -22/+22 |
| 2018-07-27 | Added fully elaborated type label for inferred arguments. | David Wood | -0/+54 |
| 2018-07-27 | Auto merge of #52681 - pnkfelix:z-borrowck-migrate, r=nikomatsakis | bors | -28/+155 |
| 2018-07-27 | Auto merge of #52650 - oli-obk:associated_existential_types, r=nikomatsakis | bors | -0/+104 |
| 2018-07-27 | fix tidy | toidiu | -1/+0 |
| 2018-07-26 | fix test and add feature gate test | toidiu | -4/+43 |
| 2018-07-26 | some comment about not infering static lifetimes test | toidiu | -1/+7 |
| 2018-07-26 | feature gate for inferring 'static lifetimes | toidiu | -0/+77 |
| 2018-07-26 | Auto merge of #52673 - oli-obk:mutable_promoted, r=nagisa,cramertj,estebank | bors | -0/+17 |
| 2018-07-26 | Tweak the raw_identifiers lints in 2018 | Alex Crichton | -0/+38 |
| 2018-07-26 | Use better spans for cannot-move errors | Matthew Jasper | -4/+191 |
| 2018-07-26 | Use better spans for dummy accesses used in matches | Matthew Jasper | -130/+81 |
| 2018-07-26 | Suggest underscore when using dashes in crate namet push fork | Esteban Küber | -0/+34 |
| 2018-07-26 | Auto merge of #52735 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -116/+622 |
| 2018-07-26 | Auto merge of #52488 - nikomatsakis:nll-issue-48071-universe-and-sub, r=pnkfelix | bors | -93/+456 |
| 2018-07-26 | Rollup merge of #52721 - cramertj:try-poll, r=aturon | Mark Rousskov | -0/+61 |
| 2018-07-26 | Rollup merge of #52695 - oli-obk:const_err_panic, r=petrochenkov | Mark Rousskov | -0/+24 |
| 2018-07-26 | Rollup merge of #52649 - estebank:fmt-span, r=oli-obk | Mark Rousskov | -13/+325 |