| Age | Commit message (Expand) | Author | Lines |
| 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-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-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 |
| 2018-10-04 | add test for #29743 | Andy Russell | -0/+17 |
| 2018-10-04 | add test for #24338 | Andy Russell | -0/+30 |
| 2018-10-04 | add test for #28134 | Andy Russell | -0/+21 |
| 2018-10-04 | Auto merge of #54666 - matthewjasper:mir-function-spans, r=pnkfelix | bors | -574/+483 |
| 2018-10-04 | rename skolemized to placeholder | Niko Matsakis | -2/+2 |
| 2018-10-04 | Convert conservative_impl_trait.rs to compile-pass | Jonas Schievink | -9/+1 |
| 2018-10-04 | Convert issue-49556.rs to compile-pass | Jonas Schievink | -9/+1 |
| 2018-10-04 | Convert issue-49376.rs to compile-pass | Jonas Schievink | -33/+1 |
| 2018-10-04 | Convert existential-minimal.rs to compile-pass | Jonas Schievink | -9/+1 |
| 2018-10-04 | Convert impl-trait/issue-42479.rs to compile-pass | Jonas Schievink | -15/+1 |
| 2018-10-04 | Call Foo::async_method in the async-await test | Jonas Schievink | -14/+1 |
| 2018-10-04 | Fix dead code lint for functions using impl Trait | Jonas Schievink | -1/+95 |
| 2018-10-04 | Regression test for #32382. | Felix S. Klock II | -0/+42 |
| 2018-10-04 | Rollup merge of #54795 - euclio:ifmt-bad-arg, r=estebank | Pietro Albini | -1/+21 |