| Age | Commit message (Expand) | Author | Lines |
| 2018-10-12 | Add test for issue #54966 | memoryruins | -0/+15 |
| 2018-10-12 | Auto merge of #54715 - oli-obk:nll_deref_promotion, r=RalfJung | bors | -0/+37 |
| 2018-10-12 | Auto merge of #53933 - GuillaumeGomez:codeblock-error-display, r=QuietMisdreavus | bors | -0/+27 |
| 2018-10-11 | Auto merge of #54592 - GabrielMajeri:no-plt, r=nagisa | bors | -5/+32 |
| 2018-10-11 | Support for disabling the PLT on ELF targets | Gabriel Majeri | -5/+32 |
| 2018-10-11 | Auto merge of #54850 - mcr431:fix-54707-trait-function-from-macro, r=nikomats... | bors | -0/+42 |
| 2018-10-11 | Auto merge of #54969 - Manishearth:rollup, r=Manishearth | bors | -73/+309 |
| 2018-10-11 | Auto merge of #54848 - davidtwco:issue-52663-trait-object, r=nikomatsakis | bors | -1/+41 |
| 2018-10-10 | Rollup merge of #54909 - scalexm:finish-rules, r=nikomatsakis | Manish Goregaokar | -11/+21 |
| 2018-10-10 | Rollup merge of #54893 - dsciarra:issue-54379, r=pnkfelix | Manish Goregaokar | -0/+45 |
| 2018-10-10 | Rollup merge of #54870 - flip1995:stabilize_tool_lints, r=Manishearth | Manish Goregaokar | -55/+6 |
| 2018-10-10 | Rollup merge of #54862 - Havvy:cfg_attr_multi, r=petrochenkov | Manish Goregaokar | -28/+258 |
| 2018-10-10 | Rollup merge of #54848 - davidtwco:issue-52663-trait-object, r=nikomatsakis | Manish Goregaokar | -1/+41 |
| 2018-10-10 | Auto merge of #54747 - levex:inline-asm-bad-operands, r=nagisa | bors | -0/+90 |
| 2018-10-10 | Auto merge of #54802 - davidtwco:issue-53040, r=pnkfelix | bors | -44/+63 |
| 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 | Remove feature-gate tests | flip1995 | -49/+0 |
| 2018-10-09 | Remove `feature(tool_lints)` from tests | flip1995 | -6/+6 |
| 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 | Improve message for closure returning a closure. | David Wood | -7/+7 |
| 2018-10-09 | Improve errors for `FnMut` closures. | David Wood | -44/+63 |
| 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 | parse_trait_item_ now handles interpolated blocks as function body decls | Matthew Russo | -0/+42 |
| 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 | Add chalk rules related to associated type defs | scalexm | -11/+21 |
| 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 | cfg-attr-multi: Change issue number to actual tracking issue | Havvy (Ryan Scheel) | -2/+2 |
| 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 | Update logic to search for casts. | David Wood | -0/+40 |
| 2018-10-07 | Identify borrows captured by trait objects. | David Wood | -1/+1 |
| 2018-10-07 | Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich... | bors | -207/+135 |
| 2018-10-07 | Fix internal compiler error on malformed match arm pattern. | Donato Sciarra | -0/+45 |
| 2018-10-07 | Auto merge of #54813 - petrochenkov:uilocale, r=alexcrichton | bors | -42/+20 |
| 2018-10-07 | cfg_attr_multi: Feature gate | Havvy (Ryan Scheel) | -7/+57 |