| Age | Commit message (Expand) | Author | Lines |
| 2018-11-06 | make sure we only guess field alignment at offset 0 | Ralf Jung | -11/+14 |
| 2018-11-05 | note some FIXMEs | Ralf Jung | -0/+6 |
| 2018-11-05 | make it more obvious that the size is not relevant | Ralf Jung | -3/+4 |
| 2018-11-04 | also test with PhantomData | Ralf Jung | -3/+9 |
| 2018-11-04 | test for offset and alignment of the sized part, instead of field count | Ralf Jung | -5/+5 |
| 2018-11-04 | miri: accept extern types in structs if they are the only field | Ralf Jung | -3/+36 |
| 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 | 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 | -472/+165 |
| 2018-11-03 | Auto merge of #55363 - pietroalbini:update-cargo-vendor, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-11-03 | Fixed bug with Self type param coming before lifetimes. | Alexander Regueiro | -30/+52 |
| 2018-11-03 | Added WF checking for trait alias definitions. | Alexander Regueiro | -71/+64 |
| 2018-11-03 | Fixed unsoundness hole. | Alexander Regueiro | -8/+15 |
| 2018-11-03 | Resolve nits brought up in review. | Alexander Regueiro | -7/+10 |
| 2018-11-03 | Extended elaboration for trait aliases to include arbitrary bounds. | Alexander Regueiro | -59/+57 |
| 2018-11-03 | Add more tests. | Alexander Regueiro | -49/+142 |
| 2018-11-03 | Added section to Unstable Book. | Alexander Regueiro | -0/+34 |
| 2018-11-03 | Added tests. | Alexander Regueiro | -108/+82 |
| 2018-11-03 | Added support for trait aliases as object types. | Alexander Regueiro | -34/+43 |
| 2018-11-03 | Added support for trait aliases as bounds. | Alexander Regueiro | -82/+248 |
| 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 | implement existing parser fns in terms of fallible fns | QuietMisdreavus | -14/+21 |
| 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 | -11/+58 |