| Age | Commit message (Expand) | Author | Lines |
| 2018-11-06 | Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddyb | bors | -5/+14 |
| 2018-10-24 | Destabilize 2018 edition | Pietro Albini | -1/+1 |
| 2018-10-18 | Copy extern prelude from resolver to global context | Vadim Petrochenkov | -0/+1 |
| 2018-10-18 | Use default of preferring static over dynamic linking in rustdoc tests. | Felix S. Klock II | -1/+0 |
| 2018-10-07 | Revert "Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis" | Ariel Ben-Yehuda | -0/+1 |
| 2018-09-21 | Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi... | Eduard-Mihai Burtescu | -3/+1 |
| 2018-09-16 | Rollup merge of #53941 - kzys:sort-impls, r=GuillaumeGomez | Guillaume Gomez | -4/+20 |
| 2018-09-15 | rustc: add unstable support for --extern crate_name without a path. | Eduard-Mihai Burtescu | -4/+7 |
| 2018-09-14 | Auto merge of #53751 - F001:tuple-struct-self-ctor, r=petrochenkov,varkor | bors | -3/+6 |
| 2018-09-14 | Auto merge of #52962 - GuillaumeGomez:few-things, r=QuietMisdreavus | bors | -10/+36 |
| 2018-09-13 | introduce SelfCtor | F001 | -3/+6 |
| 2018-09-12 | rustdoc: Sort implementors | Kazuyoshi Kato | -4/+20 |
| 2018-09-13 | resolve: Put different parent scopes into a single structure | Vadim Petrochenkov | -3/+3 |
| 2018-09-12 | Auto merge of #53409 - GuillaumeGomez:associated-const-value, r=QuietMisdreavus | bors | -44/+27 |
| 2018-09-12 | Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis | bors | -1/+0 |
| 2018-09-12 | Rollup merge of #54087 - ollie27:rustdoc_blanket_impl, r=QuietMisdreavus | kennytm | -14/+12 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-09-09 | rustdoc: Remove generated blanket impls from trait pages | Oliver Middleton | -14/+12 |
| 2018-09-09 | Stabilize the 2018 edition | Mark Rousskov | -1/+1 |
| 2018-09-08 | Auto merge of #53705 - ms2300:tmp, r=oli-obk | bors | -2/+2 |
| 2018-09-06 | Don't show default docs | Guillaume Gomez | -16/+11 |
| 2018-09-06 | Fix implementors generation as well | Guillaume Gomez | -3/+6 |
| 2018-09-06 | Fix hover on impls | Guillaume Gomez | -37/+43 |
| 2018-09-06 | Auto merge of #53707 - eddyb:phantom-waffles, r=oli-obk | bors | -1/+7 |
| 2018-09-05 | Apply method docs collapse to all impl-items sections | Guillaume Gomez | -1/+3 |
| 2018-09-05 | Changing TyAnon -> TyOpaque and relevant functions | ms2300 | -2/+2 |
| 2018-09-02 | Auto merge of #53599 - matthiaskrgr:split_str__to__split_char, r=frewsxcv | bors | -1/+1 |
| 2018-09-01 | Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomez | kennytm | -2/+4 |
| 2018-09-01 | Rollup merge of #53801 - GuillaumeGomez:duplicated-foreign-type-impls, r=Quie... | kennytm | -5/+9 |
| 2018-08-31 | feature(doc_cfg): set cfg(rustdoc) when rustdoc is running | QuietMisdreavus | -2/+4 |
| 2018-08-31 | Auto merge of #51384 - QuietMisdreavus:extern-version, r=GuillaumeGomez | bors | -3/+43 |
| 2018-08-31 | rustc_typeck: turn `where Type:,` into a WF(Type) predicate, instead of ignor... | Eduard-Mihai Burtescu | -1/+7 |
| 2018-08-30 | Rollup merge of #53806 - GuillaumeGomez:fix-ui-issues-foreign-type-impls, r=Q... | Pietro Albini | -0/+11 |
| 2018-08-30 | Rollup merge of #53747 - GuillaumeGomez:rustdoc-fixes, r=QuietMisdreavus | Pietro Albini | -0/+6 |
| 2018-08-29 | Prevent duplicated impl on foreign types | Guillaume Gomez | -5/+9 |
| 2018-08-29 | Fix UI issues on Implementations on Foreign types | Guillaume Gomez | -0/+11 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -37/+39 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -4/+4 |
| 2018-08-27 | Remove path prefixes from NodeKind | varkor | -4/+4 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -3/+3 |
| 2018-08-27 | Fix invalid display of unstable messages | Guillaume Gomez | -0/+5 |
| 2018-08-27 | Fix source automatic scroll | Guillaume Gomez | -0/+1 |
| 2018-08-27 | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -0/+1 |
| 2018-08-26 | Remove static and const initialization from documentation | Guillaume Gomez | -17/+4 |
| 2018-08-26 | Rollup merge of #53706 - ehuss:rustdoc-section-anchor, r=GuillaumeGomez | Guillaume Gomez | -3/+2 |
| 2018-08-26 | Rollup merge of #53626 - kzys:hashchange, r=GuillaumeGomez | Guillaume Gomez | -16/+36 |
| 2018-08-26 | Rollup merge of #53043 - GuillaumeGomez:improve-unstable-msg-display, r=Quiet... | Guillaume Gomez | -0/+13 |
| 2018-08-25 | rustdoc: Fix gap on section anchor symbol when hovering. | Eric Huss | -3/+2 |
| 2018-08-25 | Add collapser for associated const | Guillaume Gomez | -4/+3 |
| 2018-08-25 | Don't show associated const value anymore | Guillaume Gomez | -23/+20 |