| Age | Commit message (Expand) | Author | Lines |
| 2017-12-24 | Auto merge of #46894 - detrumi:fix-const-eval-trait, r=eddyb | bors | -2/+6 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -38/+49 |
| 2017-12-21 | Auto merge of #46754 - cramertj:refactor-arg-impl, r=nikomatsakis | bors | -1/+0 |
| 2017-12-20 | Const-eval TyArray trait implementors | Wilco Kusee | -2/+6 |
| 2017-12-20 | Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1 | bors | -0/+1 |
| 2017-12-18 | Rollup merge of #46786 - GuillaumeGomez:fix-sized-rendering, r=QuietMisdreavus | Guillaume Gomez | -3/+23 |
| 2017-12-18 | Fix ?Sized where bound not being displayed at the correct place | Guillaume Gomez | -3/+23 |
| 2017-12-17 | syntax: Rename `P::unwrap` into `P::into_inner` | Vadim Petrochenkov | -2/+2 |
| 2017-12-15 | Refactor argument-position impl Trait | Taylor Cramer | -1/+0 |
| 2017-12-15 | add a new RegionKind variant: ReClosureBound | Niko Matsakis | -0/+1 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -8/+7 |
| 2017-12-10 | Auto merge of #46232 - canndrew:never-docs, r=QuietMisdreavus | bors | -0/+6 |
| 2017-12-07 | Generate difference warnings for markdown files as well | Guillaume Gomez | -1/+1 |
| 2017-11-29 | rustdoc: Fix issues with cross-crate inlined associated items | Oliver Middleton | -27/+46 |
| 2017-11-25 | Auto merge of #46129 - kennytm:fix-46098-rustdoc-reexport-extern-type, r=Guil... | bors | -0/+1 |
| 2017-11-24 | Add docs for never primitive | Andrew Cann | -0/+6 |
| 2017-11-22 | Implement in-band lifetime bindings | Taylor Cramer | -2/+2 |
| 2017-11-21 | allow loading external files in documentation | QuietMisdreavus | -4/+140 |
| 2017-11-21 | Auto merge of #45701 - cramertj:impl-trait-this-time, r=eddyb | bors | -3/+2 |
| 2017-11-21 | Properly handle reexport of foreign items. | kennytm | -0/+1 |
| 2017-11-17 | spotlight Iterator/Read/Write impls on function return types | QuietMisdreavus | -4/+17 |
| 2017-11-17 | Fix impl Trait Lifetime Handling | Taylor Cramer | -3/+2 |
| 2017-11-15 | Split hir::TyImplTrait, move checks to HIR lowering | Christopher Vittal | -1/+3 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -4/+4 |
| 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-07 | Fix invalid rustdoc rendering for FnTy args | Guillaume Gomez | -1/+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 | 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 | -0/+12 |
| 2017-09-14 | bring Ty into scope | Douglas Campos | -3/+3 |
| 2017-09-14 | rustdoc: pretty-print Unevaluated expressions in types. | Eduard-Mihai Burtescu | -0/+12 |
| 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-08 | Auto merge of #44142 - alexcrichton:dllimport-query, r=nikomatsakis | bors | -33/+34 |
| 2017-09-07 | rustc: Remove `CrateStore::crates` as a method | Alex Crichton | -1/+1 |
| 2017-09-05 | new attribute #[doc(masked)] to hide internal crates from std docs | QuietMisdreavus | -0/+41 |
| 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: Remove lang item methods from CrateStore | Alex Crichton | -25/+25 |
| 2017-09-05 | rustc: Flag some CrateStore methods as "untracked" | Alex Crichton | -1/+1 |