| Age | Commit message (Expand) | Author | Lines |
| 2018-10-10 | Rollup merge of #54904 - Kerollmops:stabilize-option-replace, r=Centril | Manish Goregaokar | -5/+1 |
| 2018-10-10 | Rollup merge of #54893 - dsciarra:issue-54379, r=pnkfelix | Manish Goregaokar | -0/+48 |
| 2018-10-10 | Rollup merge of #54870 - flip1995:stabilize_tool_lints, r=Manishearth | Manish Goregaokar | -117/+11 |
| 2018-10-10 | Rollup merge of #54862 - Havvy:cfg_attr_multi, r=petrochenkov | Manish Goregaokar | -46/+360 |
| 2018-10-10 | Rollup merge of #54848 - davidtwco:issue-52663-trait-object, r=nikomatsakis | Manish Goregaokar | -37/+224 |
| 2018-10-10 | Auto merge of #54732 - cramertj:waker, r=aturon | bors | -32/+33 |
| 2018-10-10 | Auto merge of #54802 - davidtwco:issue-53040, r=pnkfelix | bors | -68/+214 |
| 2018-10-10 | Auto merge of #54461 - RalfJung:pointer-provenance, r=oli-obk | bors | -547/+990 |
| 2018-10-10 | tidy up | Ralf Jung | -1/+6 |
| 2018-10-10 | vtables are not leaks | Ralf Jung | -4/+9 |
| 2018-10-10 | more comments for these sublte games we are playing with allocations in the m... | Ralf Jung | -30/+40 |
| 2018-10-10 | abstract mono_hash_map through a trait, only miri actually needs the fancy one | Ralf Jung | -136/+167 |
| 2018-10-10 | typos and spaces | Ralf Jung | -16/+16 |
| 2018-10-10 | clarify alloc_map description | Ralf Jung | -4/+6 |
| 2018-10-10 | fix typos | Ralf Jung | -2/+2 |
| 2018-10-10 | expand safety comment in memory.rs | Ralf Jung | -0/+4 |
| 2018-10-10 | rename extra -> meta in place | Ralf Jung | -34/+34 |
| 2018-10-10 | expand comment | Ralf Jung | -0/+2 |
| 2018-10-10 | tidy, oh tidy | Ralf Jung | -4/+16 |
| 2018-10-10 | miri engine: basic support for pointer provenance tracking | Ralf Jung | -498/+870 |
| 2018-10-10 | Auto merge of #54831 - davidtwco:issue-52663-struct-field-suggestion, r=nikom... | bors | -0/+89 |
| 2018-10-10 | Auto merge of #54764 - tromey:test-rust-lldb, r=alexcrichton | bors | -702/+1405 |
| 2018-10-09 | Remove nightly check for tool_lints warning | flip1995 | -8/+2 |
| 2018-10-09 | Remove unstable-book documentation | flip1995 | -35/+0 |
| 2018-10-09 | Remove feature-gate code | flip1995 | -16/+1 |
| 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 | Update feature-gate listing | flip1995 | -3/+2 |
| 2018-10-09 | Auto merge of #54734 - pawroman:fix_range_borrowing_suggestion, r=varkor | bors | -3/+664 |
| 2018-10-09 | Auto merge of #54613 - matthiaskrgr:string_from_inline_53681, r=nagisa | bors | -0/+2 |
| 2018-10-09 | Auto merge of #54762 - RalfJung:miri-validate, r=oli-obk | bors | -355/+638 |
| 2018-10-09 | validity: check dynamic size, not static | Ralf Jung | -6/+2 |
| 2018-10-09 | dont fail when validating non-local closures | Ralf Jung | -4/+8 |
| 2018-10-09 | box is also a primitive type | Ralf Jung | -7/+7 |
| 2018-10-09 | update miri | Ralf Jung | -5/+5 |
| 2018-10-09 | add fixme for potential perf optimization | Ralf Jung | -0/+3 |
| 2018-10-09 | fix nits and handling of extern static | Ralf Jung | -36/+42 |
| 2018-10-09 | unify handling of thin and fat pointers by moving primitive type handling out... | Ralf Jung | -202/+225 |
| 2018-10-09 | add some tests with constants that better be valid | Ralf Jung | -0/+18 |
| 2018-10-09 | For now, accept all data for integer types when not in const mode | Ralf Jung | -8/+10 |
| 2018-10-09 | tidy up | Ralf Jung | -1/+1 |
| 2018-10-09 | do not look at refs to external statics at all | Ralf Jung | -15/+22 |
| 2018-10-09 | miri engine: also check return type before calling function | Ralf Jung | -2/+36 |
| 2018-10-09 | add machine option to validate things on every copy | Ralf Jung | -9/+39 |
| 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 | -16/+146 |
| 2018-10-09 | fix validating arrays of ZSTs | Ralf Jung | -19/+43 |
| 2018-10-09 | switch validation of scalars to be type-driven | Ralf Jung | -135/+117 |
| 2018-10-09 | check that entire ref is in-bounds before recursing; add macro for validation... | Ralf Jung | -96/+86 |
| 2018-10-09 | miri validity: make recursive ref checking optional | Ralf Jung | -87/+121 |