| Age | Commit message (Expand) | Author | Lines |
| 2018-10-04 | Do not put noalias annotations by default | Simonas Kazlauskas | -3/+36 |
| 2018-09-10 | [beta] rustdoc: disable blanket impl collection | QuietMisdreavus | -25/+0 |
| 2018-09-09 | Fix compile-fail/cfg-empty-codemap.rs test | Pietro Albini | -1/+1 |
| 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 | -26/+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 | -2/+23 |
| 2018-08-25 | resolve: Continue search in outer scopes after applying derive resolution fal... | Vadim Petrochenkov | -0/+26 |
| 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 | Update test | Oliver Schneider | -2/+2 |
| 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-30 | Auto merge of #52823 - RalfJung:test, r=eddyb | bors | -2/+21 |
| 2018-07-29 | dont hardcode vtable size in codegen test | Ralf Jung | -2/+2 |
| 2018-07-29 | update codegen tests | Ralf Jung | -2/+2 |
| 2018-07-29 | Move a test that depends on the arch bitwidth to compile-fail | Oliver Schneider | -43/+0 |
| 2018-07-29 | Sanity-check all constants | Oliver Schneider | -15/+550 |
| 2018-07-29 | Auto merge of #52620 - mikhail-m1:51351, r=nikomatsakis | bors | -46/+139 |
| 2018-07-29 | invalid_const_promotion: check if we get the right signal | Ralf Jung | -2/+21 |
| 2018-07-29 | fix issues #51351 and #52133 | Mikhail Modin | -46/+139 |
| 2018-07-28 | Auto merge of #52355 - pietroalbini:zfeature, r=eddyb | bors | -0/+21 |
| 2018-07-28 | Auto merge of #52585 - GuillaumeGomez:generic-impls, r=QuietMisdreavus | bors | -5/+29 |
| 2018-07-28 | Auto merge of #52546 - nikomatsakis:issue-52050, r=pnkfelix | bors | -0/+42 |
| 2018-07-28 | Don't display full blanket implementation and put it into its own section | Guillaume Gomez | -4/+4 |
| 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 | Add the -Zcrate-attr=foo nightly rustc flag to inject crate attributes | Pietro Albini | -0/+21 |
| 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 |