| Age | Commit message (Expand) | Author | Lines |
| 2019-05-22 | Rollup merge of #61003 - nnethercote:rm-InternedString-PartialEq-impls, r=pet... | Mazdak Farrokhzad | -1/+1 |
| 2019-05-21 | Move `edition` outside the hygiene lock and avoid accessing it | John Kåre Alsaker | -8/+8 |
| 2019-05-21 | Remove impls for `InternedString`/string equality. | Nicholas Nethercote | -1/+1 |
| 2019-05-20 | Rollup merge of #60908 - GuillaumeGomez:errors, r=oli-obk | Mazdak Farrokhzad | -0/+7 |
| 2019-05-18 | Fix display of const generics in rustdoc | Guillaume Gomez | -1/+4 |
| 2019-05-18 | Fix lints handling in rustdoc | Guillaume Gomez | -0/+7 |
| 2019-05-17 | Avoid unnecessary interning in `Ident::from_str()` calls. | Nicholas Nethercote | -2/+3 |
| 2019-05-13 | Remove bitrig support from rust | Marcel Hellwig | -1/+0 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -4/+4 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -30/+32 |
| 2019-05-11 | Address comments + Fix tests | Vadim Petrochenkov | -0/+2 |
| 2019-05-11 | Simplify conversions between tokens and semantic literals | Vadim Petrochenkov | -14/+10 |
| 2019-05-11 | Eliminate `comments::Literal` | Vadim Petrochenkov | -8/+8 |
| 2019-05-06 | Ignore const parameters when constructing type bounds in rustdoc | varkor | -3/+1 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -88/+87 |
| 2019-05-03 | rustc: use DefKind instead of Def, where possible. | Eduard-Mihai Burtescu | -19/+12 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -52/+72 |
| 2019-05-01 | Auto merge of #60137 - eddyb:rustdoc-rm-def-ctor-hax, r=petrochenkov | bors | -486/+156 |
| 2019-04-30 | Rollup merge of #60344 - Aaron1011:fix/tower-hyper, r=eddyb | Mazdak Farrokhzad | -0/+1 |
| 2019-04-30 | rustdoc: refactor(?) synthetic impl building. | Eduard-Mihai Burtescu | -140/+79 |
| 2019-04-30 | rustdoc: remove def_ctor hack. | Eduard-Mihai Burtescu | -387/+118 |
| 2019-04-28 | Fix lint findings in librustdoc | flip1995 | -5/+5 |
| 2019-04-28 | Fix lint findings in librustc | flip1995 | -1/+1 |
| 2019-04-27 | Don't try to render auto-trait bounds with any inference variables | Aaron Hill | -0/+1 |
| 2019-04-26 | Update handling of Tuple | varkor | -3/+5 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+2 |
| 2019-04-23 | Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj | Mazdak Farrokhzad | -1/+1 |
| 2019-04-21 | Display original pattern in rustdoc. | David Wood | -1/+1 |
| 2019-04-21 | AST/HIR: Use `Mutability` instead of bool in foreign statics | Vadim Petrochenkov | -1/+1 |
| 2019-04-21 | Remove mutability from `Def::Static` | Vadim Petrochenkov | -3/+3 |
| 2019-04-14 | rustdoc: Remove default keyword from re-exported trait methods | Oliver Middleton | -1/+5 |
| 2019-04-06 | Rollup merge of #58894 - GuillaumeGomez:invalid-lifetime-bounds, r=estebank | Mazdak Farrokhzad | -10/+10 |
| 2019-03-31 | Fix invalid bounds string generation in rustdoc | Guillaume Gomez | -10/+10 |
| 2019-03-30 | Rollup merge of #59539 - GuillaumeGomez:rustdoc-infinite-recursion, r=eddyb | Mazdak Farrokhzad | -5/+9 |
| 2019-03-30 | Fix infinite recursion | Guillaume Gomez | -5/+9 |
| 2019-03-30 | Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,... | Mazdak Farrokhzad | -0/+3 |
| 2019-03-29 | Support non-exhaustive enum variants in rustdoc. | David Wood | -0/+3 |
| 2019-03-28 | Rollup merge of #59413 - Zoxc:hirid, r=oli-obk | Mazdak Farrokhzad | -9/+9 |
| 2019-03-26 | Rollup merge of #59004 - GuillaumeGomez:generics-handling, r=QuietMisdreavus | Guillaume Gomez | -10/+196 |
| 2019-03-25 | hir: replace NodeId with HirId in ItemId | ljedrz | -9/+9 |
| 2019-03-24 | Remove `VariantDef::parent_did` | Vadim Petrochenkov | -6/+5 |
| 2019-03-24 | Remove methods is_struct/is_tuple/is_unit from VariantData | Vadim Petrochenkov | -6/+5 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -9/+8 |
| 2019-03-23 | Add test | Guillaume Gomez | -21/+15 |
| 2019-03-23 | cleanup | Guillaume Gomez | -10/+18 |
| 2019-03-22 | Rollup merge of #59170 - varkor:const-generics-rustdoc, r=QuietMisdreavus,eddyb | Mazdak Farrokhzad | -82/+114 |
| 2019-03-21 | Fix invalid returned types generation | Guillaume Gomez | -40/+40 |
| 2019-03-21 | Add bounds for return types as well | Guillaume Gomez | -9/+35 |
| 2019-03-21 | Improve bounds search | Guillaume Gomez | -48/+6 |
| 2019-03-21 | Greatly improve generics handling in rustdoc search | Guillaume Gomez | -10/+210 |