| Age | Commit message (Expand) | Author | Lines |
| 2017-11-18 | Auto merge of #46000 - kennytm:fix-45640-extern-type-ice-in-rustdoc, r=QuietM... | bors | -0/+5 |
| 2017-11-15 | Split hir::TyImplTrait, move checks to HIR lowering | Christopher Vittal | -1/+3 |
| 2017-11-15 | Support `extern type` in rustdoc. | kennytm | -0/+5 |
| 2017-11-05 | Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr... | bors | -0/+1 |
| 2017-11-03 | Remove unused AsciiExt imports and fix tests related to ascii methods | Lukas Kalbertodt | -0/+1 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -7/+7 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -0/+17 |
| 2017-10-24 | Auto merge of #44766 - sunjay:lift_generics, r=nikomatsakis | bors | -6/+6 |
| 2017-10-17 | rustdoc: add a primitive page for "unit" | Josh Stone | -2/+15 |
| 2017-10-17 | Fixing rustdoc | Sunjay Varma | -6/+6 |
| 2017-10-13 | Rollup merge of #44989 - QuietMisdreavus:what-is-your-quest, r=GuillaumeGomez | kennytm | -0/+2 |
| 2017-10-12 | Auto merge of #44969 - QuietMisdreavus:impls-for-everyone, r=steveklabnik | bors | -0/+15 |
| 2017-10-09 | let rustdoc print the crate version into docs | QuietMisdreavus | -0/+2 |
| 2017-10-09 | Auto merge of #45041 - est31:master, r=alexcrichton | bors | -2/+1 |
| 2017-10-07 | Fix invalid rustdoc rendering for FnTy args | Guillaume Gomez | -1/+1 |
| 2017-10-05 | Remove nacl from librustdoc | est31 | -2/+1 |
| 2017-10-01 | document trait impls when the type appears in the trait's generics | QuietMisdreavus | -0/+15 |
| 2017-09-24 | put empty generic lists behind a pointer | Ariel Ben-Yehuda | -15/+17 |
| 2017-09-21 | Refactor lifetime name into an enum | Taylor Cramer | -5/+5 |
| 2017-09-19 | Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnik | bors | -0/+31 |
| 2017-09-18 | incr.comp.: Already hash HIR bodies during metadata export so they don't have... | Michael Woerister | -2/+2 |
| 2017-09-18 | Use DefId instead of NodeId as identifier in resolve_lifetime::Region. | Michael Woerister | -1/+2 |
| 2017-09-17 | Rollup merge of #44562 - eddyb:ugh-rustdoc, r=nikomatsakis | Tim Neumann | -1/+13 |
| 2017-09-14 | bring Ty into scope | Douglas Campos | -3/+3 |
| 2017-09-14 | rustdoc: pretty-print Unevaluated expressions in types. | Eduard-Mihai Burtescu | -1/+13 |
| 2017-09-11 | rustc: evaluate fixed-length array length expressions lazily. | Eduard-Mihai Burtescu | -3/+7 |
| 2017-09-11 | rustc: use ty::Const for the length of TyArray. | Eduard-Mihai Burtescu | -2/+16 |
| 2017-09-11 | rustc: replace usize with u64 and ConstUsize. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-09-10 | Auto merge of #44274 - Mark-Simulacrum:rustdoc-tests, r=alexcrichton | bors | -7/+2 |
| 2017-09-08 | Auto merge of #44142 - alexcrichton:dllimport-query, r=nikomatsakis | bors | -59/+63 |
| 2017-09-07 | rustc: Remove `CrateStore::crates` as a method | Alex Crichton | -2/+2 |
| 2017-09-05 | new attribute #[doc(masked)] to hide internal crates from std docs | QuietMisdreavus | -0/+41 |
| 2017-09-05 | Test rustdoc unit tests. | Mark Simulacrum | -7/+2 |
| 2017-09-05 | rustdoc: add new "Implementations on Foreign Types" section to traits | QuietMisdreavus | -0/+10 |
| 2017-09-05 | rustc: Store InternedString in `DefPathData` | Alex Crichton | -5/+5 |
| 2017-09-05 | rustc: Rename item_body query to extern_const_body | Alex Crichton | -1/+1 |
| 2017-09-05 | rustc: Migrate `CrateStore::item_body` to a query | Alex Crichton | -1/+1 |
| 2017-09-05 | rustc: Remove lang item methods from CrateStore | Alex Crichton | -45/+46 |
| 2017-09-05 | rustc: Flag some CrateStore methods as "untracked" | Alex Crichton | -4/+4 |
| 2017-09-05 | rustc: Hide the `named_region_map` behind queries | Alex Crichton | -1/+2 |
| 2017-09-05 | rustc: Move implementations_of_trait to a query | Alex Crichton | -2/+4 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -4/+4 |
| 2017-08-28 | Merge branch 'master' of https://github.com/rust-lang/rust into gen | John Kåre Alsaker | -0/+4 |
| 2017-08-26 | Rollup merge of #43966 - GuillaumeGomez:remove-dup, r=QuietMisdreavus | Corey Farwell | -0/+4 |
| 2017-08-25 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -21/+16 |
| 2017-08-24 | Remove duplicates in rustdoc | Guillaume Gomez | -0/+4 |
| 2017-08-19 | Desugar parenthesized generic arguments in HIR | Vadim Petrochenkov | -21/+16 |
| 2017-08-16 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -53/+53 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -53/+53 |
| 2017-08-14 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -13/+941 |