| Age | Commit message (Expand) | Author | Lines |
| 2018-11-05 | FIXME | Ralf Jung | -1/+1 |
| 2018-11-05 | visit_aggregate with an iterator; fix some comment typos | Ralf Jung | -40/+65 |
| 2018-11-05 | the visitor can already load the value for visit_primitive | Ralf Jung | -16/+19 |
| 2018-11-05 | all values can convert to operators | Ralf Jung | -45/+46 |
| 2018-11-05 | finally this actually looks like a visitor | Ralf Jung | -132/+118 |
| 2018-11-05 | use more traditional walk_array/visit_array instead of the handle_array hook | Ralf Jung | -71/+73 |
| 2018-11-05 | converting a VisitorValue to a MemPlace must not mutate anything | Ralf Jung | -11/+12 |
| 2018-11-05 | Also test for undef in enum discriminant | Ralf Jung | -3/+16 |
| 2018-11-05 | fix validation error on non-integer enum discriminants | Ralf Jung | -58/+79 |
| 2018-11-05 | let the Value handle enum projections, so the visitor does not have to care | Ralf Jung | -30/+56 |
| 2018-11-05 | provide some default implementations | Ralf Jung | -6/+9 |
| 2018-11-05 | add visit() hook to the trait | Ralf Jung | -15/+23 |
| 2018-11-05 | fix for pre-NLL rustc | Ralf Jung | -1/+1 |
| 2018-11-05 | also allow visiting places and mplaces | Ralf Jung | -9/+76 |
| 2018-11-05 | reduce the amount of traversal/projection code that the visitor has to implem... | Ralf Jung | -160/+237 |
| 2018-11-05 | generalize the traversal part of validation to a ValueVisitor | Ralf Jung | -305/+424 |
| 2018-11-05 | Auto merge of #55593 - nikic:remove-llvm-4-checks, r=rkruppe | bors | -215/+6 |
| 2018-11-04 | Auto merge of #55569 - durka:must-use-external-macro, r=alexcrichton | bors | -16/+44 |
| 2018-11-04 | rustc_target: pass contexts by reference, not value. | Eduard-Mihai Burtescu | -214/+175 |
| 2018-11-04 | Auto merge of #55393 - oli-obk:immediate_immediately, r=RalfJung | bors | -189/+196 |
| 2018-11-04 | Auto merge of #55349 - bjorn3:rustc_mir_collect_and_partition_mono_items, r=o... | bors | -303/+280 |
| 2018-11-04 | Auto merge of #55432 - zackmdavis:single_life, r=nikomatsakis | bors | -41/+181 |
| 2018-11-04 | Auto merge of #55455 - estebank:expected-descr, r=michaelwoerister | bors | -44/+66 |
| 2018-11-04 | Auto merge of #54861 - rep-nop:find_main_in_doctest, r=estebank | bors | -26/+201 |
| 2018-11-03 | Auto merge of #55662 - matthiaskrgr:clippy_update, r=oli-obk | bors | -14/+14 |
| 2018-11-03 | Auto merge of #55661 - kennytm:fix-exclude, r=alexcrichton | bors | -3/+43 |
| 2018-11-03 | submodules: update clippy from a20599ab to 71ec4ff6 | Matthias Krüger | -14/+14 |
| 2018-11-04 | Move a few more tests into the appveyor-subset-2. | kennytm | -1/+6 |
| 2018-11-04 | Ensure --exclude is checked against PathSet::Suite | kennytm | -2/+37 |
| 2018-11-03 | Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakis | bors | -332/+631 |
| 2018-11-03 | Auto merge of #55646 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -49/+429 |
| 2018-11-03 | Update src/librustc_mir/monomorphize/partitioning.rs | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -1/+1 |
| 2018-11-03 | Remove rustc_metadata_utils, which contains only one function | bjorn3 | -76/+35 |
| 2018-11-03 | Move collect_and_partition_mono_items to rustc_mir | bjorn3 | -160/+165 |
| 2018-11-03 | Rollup merge of #55598 - nrc:tool-bot, r=kennytm | Guillaume Gomez | -3/+3 |
| 2018-11-03 | Rollup merge of #55568 - durka:rustdoc-big-enum, r=nikomatsakis | Guillaume Gomez | -0/+256 |
| 2018-11-03 | Rollup merge of #55567 - durka:derive-debug-uninhabited, r=nikomatsakis | Guillaume Gomez | -0/+41 |
| 2018-11-03 | Rollup merge of #55555 - aidanhs:aphs-better-z-ls, r=alexcrichton | Guillaume Gomez | -1/+1 |
| 2018-11-03 | Rollup merge of #54162 - GuillaumeGomez:hide-default-impls-items, r=QuietMisd... | Guillaume Gomez | -45/+128 |
| 2018-11-03 | Move cg_llvm::back::linker to cg_utils | bjorn3 | -67/+80 |
| 2018-11-03 | Auto merge of #55330 - scalexm:bound-ty, r=nikomatsakis | bors | -390/+555 |
| 2018-11-03 | Substitute binders directly | scalexm | -12/+13 |
| 2018-11-03 | Rename `as_bound_var` to `assert_bound_var` | scalexm | -4/+4 |
| 2018-11-03 | Fix doc comment | scalexm | -3/+3 |
| 2018-11-03 | Extend `ty::fold::RegionReplacer` to `ty::fold::BoundVarReplacer` | scalexm | -140/+149 |
| 2018-11-03 | Rename `Binder::no_late_bound_regions` to `Binder::no_bound_vars` | scalexm | -32/+34 |
| 2018-11-03 | Remove `ReCanonical` in favor of `ReLateBound` | scalexm | -101/+98 |
| 2018-11-03 | Adjust bound tys indices in canonicalization | scalexm | -11/+56 |
| 2018-11-03 | Rename `BoundTy` field `level` -> `index` | scalexm | -9/+9 |
| 2018-11-03 | Rename `BoundTyIndex` to `BoundVar` | scalexm | -27/+27 |