| Age | Commit message (Expand) | Author | Lines |
| 2018-10-10 | Auto merge of #54831 - davidtwco:issue-52663-struct-field-suggestion, r=nikom... | bors | -0/+6 |
| 2018-10-10 | Auto merge of #54764 - tromey:test-rust-lldb, r=alexcrichton | bors | -672/+1334 |
| 2018-10-09 | Auto merge of #54734 - pawroman:fix_range_borrowing_suggestion, r=varkor | bors | -0/+592 |
| 2018-10-09 | Auto merge of #54762 - RalfJung:miri-validate, r=oli-obk | bors | -54/+183 |
| 2018-10-09 | fix nits and handling of extern static | Ralf Jung | -5/+5 |
| 2018-10-09 | unify handling of thin and fat pointers by moving primitive type handling out... | Ralf Jung | -8/+19 |
| 2018-10-09 | add some tests with constants that better be valid | Ralf Jung | -0/+18 |
| 2018-10-09 | move a test to a better place | Ralf Jung | -0/+0 |
| 2018-10-09 | also validate everything that has a Scalar layout, to catch NonNull | Ralf Jung | -8/+60 |
| 2018-10-09 | fix validating arrays of ZSTs | Ralf Jung | -14/+23 |
| 2018-10-09 | switch validation of scalars to be type-driven | Ralf Jung | -36/+54 |
| 2018-10-09 | check that entire ref is in-bounds before recursing; add macro for validation... | Ralf Jung | -15/+36 |
| 2018-10-09 | Auto merge of #54757 - nikomatsakis:nll-issue-54573-user-annot, r=pnkfelix | bors | -0/+192 |
| 2018-10-09 | Auto merge of #54798 - matthewjasper:free-region-closure-errors, r=nikomatsakis | bors | -102/+71 |
| 2018-10-09 | Fix test for windows os | Paweł Romanowski | -6/+10 |
| 2018-10-08 | add pattern type ascriptions for tuple/brace structs/enums | Niko Matsakis | -0/+192 |
| 2018-10-08 | Run debuginfo tests against rust-enabled lldb, when possible | Tom Tromey | -672/+1334 |
| 2018-10-08 | Attempt to fix #54505 tests for wasm | Paweł Romanowski | -11/+12 |
| 2018-10-08 | Change from label to suggestion. | David Wood | -2/+2 |
| 2018-10-08 | Add struct field suggestions. | David Wood | -0/+6 |
| 2018-10-07 | structured suggestions for unused-lifetimes lint | Zack M. Davis | -37/+71 |
| 2018-10-07 | Auto merge of #54810 - 1aim:unused-impl-trait, r=oli-obk | bors | -6/+17 |
| 2018-10-07 | Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich... | bors | -207/+135 |
| 2018-10-07 | Auto merge of #54813 - petrochenkov:uilocale, r=alexcrichton | bors | -42/+20 |
| 2018-10-07 | Auto merge of #54823 - euclio:needs-test, r=alexcrichton | bors | -0/+68 |
| 2018-10-07 | Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoerister | bors | -233/+363 |
| 2018-10-07 | Auto merge of #54782 - pnkfelix:issue-54556-semi-on-tail-diagnostic, r=nikoma... | bors | -55/+619 |
| 2018-10-06 | rustc: Allow `#[no_mangle]` anywhere in a crate | Alex Crichton | -233/+363 |
| 2018-10-06 | Auto merge of #54766 - alexcrichton:wasm-all-symbols, r=michaelwoerister | bors | -0/+75 |
| 2018-10-06 | Improve closure region bound errors | Matthew Jasper | -102/+71 |
| 2018-10-05 | Rollup merge of #54853 - davidtwco:issue-52663-missing-lifetime-suggestion-te... | Pietro Albini | -28/+11 |
| 2018-10-05 | Rollup merge of #54833 - abonander:issue-54441, r=petrochenkov | Pietro Albini | -1/+28 |
| 2018-10-05 | Rollup merge of #54812 - pnkfelix:issue-32382-index-assoc-type-with-lifetime,... | Pietro Albini | -0/+42 |
| 2018-10-05 | Rollup merge of #54804 - euclio:inverted-parameters, r=estebank | Pietro Albini | -0/+86 |
| 2018-10-05 | Rollup merge of #54787 - varkor:unused-mut-in-desugaring, r=nikomatsakis | Pietro Albini | -0/+8 |
| 2018-10-05 | Simplify test. | David Wood | -28/+11 |
| 2018-10-05 | Auto merge of #54741 - oli-obk:impl_trait_hierarchy, r=cramertj | bors | -16/+21 |
| 2018-10-05 | add suggestion for inverted function parameters | Andy Russell | -0/+86 |
| 2018-10-05 | Auto merge of #54336 - petrochenkov:preuni, r=alexcrichton | bors | -63/+21 |
| 2018-10-05 | Auto merge of #52121 - jebrosen:macros2_feature, r=petrochenkov | bors | -27/+23 |
| 2018-10-05 | Unit tests for issue #54556. Some were also taken from issues #21114, #46413. | Felix S. Klock II | -0/+529 |
| 2018-10-05 | Updates to .stderr output in ui tests from earlier changes. | Felix S. Klock II | -55/+90 |
| 2018-10-05 | make `Parser::parse_foreign_item()` return a foreign item or error | Austin Bonander | -1/+28 |
| 2018-10-05 | Stabilize `min_const_fn` | Oliver Schneider | -207/+135 |
| 2018-10-05 | Reapply the macro_rules disambiguation changes from master | Vadim Petrochenkov | -18/+1 |
| 2018-10-05 | expansion: Remove restriction on use of macro attributes with test/bench | Vadim Petrochenkov | -46/+4 |
| 2018-10-05 | resolve: Merge resolution for `macro_rules` into the common early in-scope re... | Vadim Petrochenkov | -18/+35 |
| 2018-10-05 | Auto merge of #54703 - davidtwco:issue-52086, r=nikomatsakis | bors | -6/+54 |
| 2018-10-05 | Fix two UI tests with locale-dependent output | Vadim Petrochenkov | -42/+20 |
| 2018-10-04 | Auto merge of #54649 - nikomatsakis:universes-refactor-1, r=scalexm | bors | -2/+2 |