| Age | Commit message (Expand) | Author | Lines |
| 2018-10-10 | update tcp stream documentation | Charles Hathaway | -4/+3 |
| 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 | 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 |
| 2018-10-09 | Auto merge of #54757 - nikomatsakis:nll-issue-54573-user-annot, r=pnkfelix | bors | -77/+387 |
| 2018-10-09 | Auto merge of #54798 - matthewjasper:free-region-closure-errors, r=nikomatsakis | bors | -210/+300 |
| 2018-10-09 | Fix test for windows os | Paweł Romanowski | -6/+10 |
| 2018-10-08 | add some `debug!` to type checking | Niko Matsakis | -4/+19 |
| 2018-10-08 | document `create_substs_for_generic_args` | Niko Matsakis | -10/+33 |
| 2018-10-08 | add pattern type ascriptions for tuple/brace structs/enums | Niko Matsakis | -8/+246 |
| 2018-10-08 | do not skip renumbering the place in place-type-ascriptions | Niko Matsakis | -17/+12 |
| 2018-10-08 | extract more helper fns around user substs | Niko Matsakis | -26/+33 |
| 2018-10-08 | move `user_annotated_ty_for_adt` into a helper trait | Niko Matsakis | -18/+50 |
| 2018-10-08 | Auto merge of #54686 - zackmdavis:zero_life, r=nikomatsakis | bors | -41/+113 |
| 2018-10-08 | Run debuginfo tests against rust-enabled lldb, when possible | Tom Tromey | -702/+1405 |
| 2018-10-08 | Attempt to fix #54505 tests for wasm | Paweł Romanowski | -11/+12 |