| Age | Commit message (Expand) | Author | Lines |
| 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 #55646 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -49/+429 |
| 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 | 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 |
| 2018-11-03 | Shift both late bound regions and bound types | scalexm | -118/+164 |
| 2018-11-03 | Move `BoundTy` to `ty::TyKind` | scalexm | -51/+116 |
| 2018-11-03 | Auto merge of #55238 - alexcrichton:rm-jemalloc, r=estebank | bors | -453/+155 |
| 2018-11-03 | Auto merge of #55363 - pietroalbini:update-cargo-vendor, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-11-03 | Auto merge of #54383 - mikeyhew:custom-receivers-object-safety, r=nikomatsakis | bors | -128/+904 |
| 2018-11-02 | Don't show associated const items by default | Guillaume Gomez | -2/+1 |
| 2018-11-02 | Auto merge of #55087 - levex:e0669-improve-span, r=nagisa | bors | -26/+49 |
| 2018-11-02 | Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavus | bors | -54/+179 |
| 2018-11-02 | rustc: Wait for all codegen threads to exit | Alex Crichton | -22/+104 |
| 2018-11-02 | Use `jemalloc-sys` on Linux and OSX compilers | Alex Crichton | -6/+49 |
| 2018-11-02 | Remove all jemalloc-related content | Alex Crichton | -431/+8 |
| 2018-11-02 | Auto merge of #55316 - RalfJung:retagging, r=oli-obk | bors | -922/+450 |
| 2018-11-02 | Auto merge of #54043 - fintelia:raw_entry, r=alexcrichton | bors | -6/+673 |
| 2018-11-02 | Auto merge of #55359 - alex:command-exec-uaf, r=alexcrichton | bors | -8/+111 |
| 2018-11-02 | add test for deriving Debug on uninhabited enum | Alex Burka | -0/+41 |
| 2018-11-02 | Auto merge of #55305 - nikomatsakis:universes-refactor-3, r=scalexm | bors | -557/+667 |
| 2018-11-02 | Move doc_alias doc | Guillaume Gomez | -16/+16 |
| 2018-11-02 | Add test for index-page | Guillaume Gomez | -0/+18 |
| 2018-11-02 | Add documentation for index-page features | Guillaume Gomez | -0/+13 |
| 2018-11-01 | Add comments explaining how codegen works for `dyn Trait` methods | Michael Hewson | -2/+11 |
| 2018-11-01 | Add a check for reprs that could change the ABI | Michael Hewson | -1/+25 |
| 2018-11-01 | Remove this check for object-safety during selection of trait object candidates | Michael Hewson | -11/+0 |
| 2018-11-01 | add `U: Trait` to the param env during DispatchFromDyn check | Michael Hewson | -27/+40 |
| 2018-11-01 | Put backticks around field names, types and paths in error messages | Michael Hewson | -7/+7 |
| 2018-11-01 | Add layout sanity checks in object safety | Michael Hewson | -0/+100 |
| 2018-11-01 | Replace UncoeribleReceiver error message with UndispatchableReceiver | Michael Hewson | -7/+7 |
| 2018-11-01 | fix error-index test | Michael Hewson | -1/+4 |
| 2018-11-01 | update DispatchFromDyn doctest | Michael Hewson | -0/+3 |
| 2018-11-01 | Replace CoerceSized trait with DispatchFromDyn | Michael Hewson | -190/+164 |
| 2018-11-01 | fix docs on trait | Michael Hewson | -4/+4 |
| 2018-11-01 | Add new tests and update existing for object-safe custom receivers | Michael Hewson | -18/+240 |
| 2018-11-01 | update tests that have changed output | Michael Hewson | -42/+9 |