| Age | Commit message (Expand) | Author | Lines |
| 2019-11-13 | Auto merge of #66211 - kinnison:kinnison/fix-66159, r=GuillaumeGomez | bors | -1/+24 |
| 2019-11-13 | Rollup merge of #66297 - vakaras:edit-queries, r=oli-obk | Yuki Okushi | -0/+1 |
| 2019-11-11 | Add a callback that allows compiler consumers to override queries. | Vytautas Astrauskas | -0/+1 |
| 2019-11-08 | rustdoc: Deliberately load extern crates before processing docs | Daniel Silverstone | -1/+24 |
| 2019-11-06 | rename cfg(rustdoc) into cfg(doc) | Guillaume Gomez | -1/+1 |
| 2019-10-24 | Turn crate store into a resolver output | Vadim Petrochenkov | -6/+1 |
| 2019-10-23 | Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakis | Mazdak Farrokhzad | -4/+4 |
| 2019-10-19 | move parse_cfgspecs to rustc_interface | Mazdak Farrokhzad | -1/+1 |
| 2019-10-17 | Update API to be more compatible with plugin needs | Mark Rousskov | -0/+1 |
| 2019-10-17 | Make get_lints be a static function | Mark Rousskov | -4/+3 |
| 2019-10-01 | Prevent rustdoc feature to be passed down to doctests | Guillaume Gomez | -1/+4 |
| 2019-09-17 | Replace DiagnosticBuilder with Diagnostic when emitting error | Mark Rousskov | -0/+2 |
| 2019-09-04 | address rebase changes | Dario Gonzalez | -1/+0 |
| 2019-09-03 | changed target from option to plain target, populated with host triple at arg... | Dario Gonzalez | -2/+1 |
| 2019-08-30 | Auto merge of #63402 - estebank:strip-margin, r=oli-obk | bors | -0/+1 |
| 2019-08-29 | Auto merge of #62855 - Aaron1011:feature/rustdoc-reexport-final, r=petrochenkov | bors | -1/+7 |
| 2019-08-26 | Move top-level Clean impl to function | Mark Rousskov | -3/+3 |
| 2019-08-24 | Improve Rustdoc's handling of procedural macros | Aaron Hill | -1/+7 |
| 2019-08-21 | Add terminal_width debugging flag | Esteban Küber | -0/+1 |
| 2019-08-19 | Use BTreeMap for deterministic iter order | Shotaro Yamada | -1/+1 |
| 2019-08-19 | Support `impl Trait` in inlined documentation | Shotaro Yamada | -2/+22 |
| 2019-08-11 | Use a HashSet instead of Vec | Mark Rousskov | -1/+1 |
| 2019-08-11 | Don't store all traits in DocContext | Mark Rousskov | -4/+1 |
| 2019-08-11 | Store typed Passes | Mark Rousskov | -15/+16 |
| 2019-08-11 | Replace Arc with Rc around external_traits | Mark Rousskov | -2/+1 |
| 2019-08-11 | Remove ReentrantMutex | Mark Rousskov | -2/+1 |
| 2019-08-11 | Remove crate_name from DocContext | Mark Rousskov | -4/+1 |
| 2019-08-10 | Implement Clean<Crate> on hir::Crate directly | Mark Rousskov | -6/+1 |
| 2019-08-10 | Replace is_doc_reachable with is_public | Mark Rousskov | -10/+0 |
| 2019-08-10 | Gather deprecation information during cleaning | Mark Rousskov | -0/+5 |
| 2019-08-10 | Gather stability information during cleaning | Mark Rousskov | -0/+6 |
| 2019-08-10 | Represent ownership transfer in RustdocVisitor::visit | Mark Rousskov | -2/+2 |
| 2019-08-10 | Remove Option from resolver | Mark Rousskov | -5/+3 |
| 2019-08-10 | Make fields of RustdocVisitor private | Mark Rousskov | -2/+2 |
| 2019-07-23 | Normalize use of backticks in compiler messages for doc | Samy Kacimi | -1/+1 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -1/+1 |
| 2019-06-25 | Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelix | Mazdak Farrokhzad | -1/+1 |
| 2019-06-22 | Prefer to use `has_errors` to `err_count` | Matthew Jasper | -1/+1 |
| 2019-06-20 | rustdoc: generate implementors for all auto traits | Simonas Kazlauskas | -9/+6 |
| 2019-06-15 | Remove unnecessary `.clone()` | Shotaro Yamada | -1/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-18 | Declare DefIndex with the newtype_index macro | Fabian Drinck | -1/+1 |
| 2019-05-13 | Return a `Symbol` from `name_or_empty` functions. | Nicholas Nethercote | -5/+5 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -2/+2 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -1/+2 |
| 2019-05-09 | cleanup: Remove `DefIndexAddressSpace` | Vadim Petrochenkov | -9/+6 |
| 2019-05-03 | rustc: use DefKind instead of Def, where possible. | Eduard-Mihai Burtescu | -8/+7 |
| 2019-04-30 | rustdoc: refactor(?) synthetic impl building. | Eduard-Mihai Burtescu | -3/+4 |
| 2019-04-30 | rustdoc: remove def_ctor hack. | Eduard-Mihai Burtescu | -99/+3 |