| Age | Commit message (Expand) | Author | Lines |
| 2018-10-13 | rustc/driver: whitespace & formatting fixes | ljedrz | -86/+87 |
| 2018-10-13 | rustc/driver: unwrap_or_else with function calls | ljedrz | -7/+5 |
| 2018-10-13 | rustc/driver: remove explicit return, add explicit None | ljedrz | -2/+2 |
| 2018-10-13 | rustc/driver: don't sort base if it only has one element | ljedrz | -2/+3 |
| 2018-10-13 | rustc/driver: remove lifetimes from consts | ljedrz | -15/+8 |
| 2018-10-13 | rustc/driver: improve common patterns | ljedrz | -58/+33 |
| 2018-10-13 | rustc/driver: use Cow<str> where applicable | ljedrz | -7/+8 |
| 2018-10-13 | rustc/driver: improve/remove allocations | ljedrz | -32/+30 |
| 2018-10-12 | rustc/driver: improve macro calls | ljedrz | -30/+25 |
| 2018-10-12 | rustc/driver: simplify profile::trace::cons | ljedrz | -8/+8 |
| 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 |
| 2018-10-08 | Auto merge of #54871 - u32i64:master, r=frewsxcv | bors | -1/+1 |
| 2018-10-08 | Change from label to suggestion. | David Wood | -7/+10 |
| 2018-10-08 | Add struct field suggestions. | David Wood | -0/+86 |
| 2018-10-08 | Auto merge of #54847 - ljedrz:kill_graphviz_intocow, r=pnkfelix | bors | -81/+40 |