| Age | Commit message (Expand) | Author | Lines |
| 2019-07-12 | Rollup merge of #62568 - lzutao:replace_may_dangle, r=matthewjasper | Mazdak Farrokhzad | -1/+0 |
| 2019-07-12 | Auto merge of #61462 - GuillaumeGomez:fix-local-storage, r=Manishearth | bors | -3/+1 |
| 2019-07-11 | Remove feature gate `dropck_parametricity` completely | Lzu Tao | -1/+0 |
| 2019-07-11 | resolve: Divide macro path resolution into speculative and error reporting parts | Vadim Petrochenkov | -2/+2 |
| 2019-07-11 | Remove `MacroKind::ProcMacroStub` | Vadim Petrochenkov | -18/+7 |
| 2019-07-09 | Rollup merge of #62470 - dima74:patch-1, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+1 |
| 2019-07-07 | Prevent shrinking of "crate select" element on Firefox | Dmitry Murzin | -0/+1 |
| 2019-07-06 | rustdoc: set cfg(doctest) when collecting doctests | QuietMisdreavus | -0/+3 |
| 2019-07-06 | Rollup merge of #62329 - matklad:no-peeking, r=petrochenkov | Mazdak Farrokhzad | -22/+34 |
| 2019-07-05 | Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc | Mazdak Farrokhzad | -37/+38 |
| 2019-07-05 | Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk | Mazdak Farrokhzad | -1/+0 |
| 2019-07-05 | Rollup merge of #62238 - GuillaumeGomez:fix-code-block-information-icon-pos, ... | Mazdak Farrokhzad | -0/+4 |
| 2019-07-05 | Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichton | Mazdak Farrokhzad | -8/+8 |
| 2019-07-04 | rename hir::map::opt_local_def_id* | ljedrz | -2/+2 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -32/+32 |
| 2019-07-04 | rename hir::map::local_def_id to local_def_id_from_node_id | ljedrz | -3/+4 |
| 2019-07-04 | cleanup lexer constructors | Aleksey Kladov | -13/+14 |
| 2019-07-04 | remove StringReader::peek | Aleksey Kladov | -9/+20 |
| 2019-07-04 | Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=... | Mazdak Farrokhzad | -5/+6 |
| 2019-07-03 | Auto merge of #61995 - eddyb:hir-sep-ptr, r=petrochenkov | bors | -2/+2 |
| 2019-07-01 | Fix import of take in collapse_docs.rs | Chris Gregory | -1/+1 |
| 2019-07-01 | Enable mem_take feature in relevant crates | Chris Gregory | -0/+1 |
| 2019-07-01 | Convert more usages over | Chris Gregory | -4/+4 |
| 2019-07-01 | Revert "implicit `Option`-returning doctests" | Guillaume Gomez | -6/+1 |
| 2019-07-01 | rustc: use a separate copy of P for HIR than for AST. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-07-01 | Remove needless lifetimes | Jeremy Stucki | -8/+8 |
| 2019-06-30 | Rollup merge of #62224 - euclio:remove-derives, r=GuillaumeGomez | Mazdak Farrokhzad | -68/+56 |
| 2019-06-30 | Auto merge of #61459 - GuillaumeGomez:fix-rustdoc-sysroot-panic, r=ollie27,bj... | bors | -4/+2 |
| 2019-06-29 | Fix code block information icon position | Guillaume Gomez | -0/+4 |
| 2019-06-29 | Rollup merge of #61199 - ollie27:rustdoc_cfg_test, r=QuietMisdreavus | Mazdak Farrokhzad | -3/+0 |
| 2019-06-26 | remove unused derives and variants | Andy Russell | -68/+56 |
| 2019-06-25 | Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelix | Mazdak Farrokhzad | -1/+1 |
| 2019-06-25 | rustc: produce AST instead of HIR from `hir::lowering::Resolver` methods. | Eduard-Mihai Burtescu | -9/+11 |
| 2019-06-24 | Enable internal lints in bootstrap | flip1995 | -1/+0 |
| 2019-06-22 | Prefer to use `has_errors` to `err_count` | Matthew Jasper | -1/+1 |
| 2019-06-22 | Rollup merge of #61984 - ljedrz:more_node_id_pruning, r=Zoxc | Mazdak Farrokhzad | -2/+2 |
| 2019-06-22 | Rollup merge of #61181 - GuillaumeGomez:fix-theme-checker, r=kinnison | Mazdak Farrokhzad | -7/+21 |
| 2019-06-21 | Better handling of the sender channel part in rustdoc file writing | Guillaume Gomez | -8/+8 |
| 2019-06-21 | Handle fs errors through errors::Handler instead of eprintln and panic | Guillaume Gomez | -12/+65 |
| 2019-06-21 | Add DocFS layer to rustdoc | Robert Collins | -136/+231 |
| 2019-06-20 | Improve theme checker by removing unneeded conditions | Guillaume Gomez | -6/+14 |
| 2019-06-20 | Add test for empty css file check | Guillaume Gomez | -0/+6 |
| 2019-06-20 | Fix theme-checker failure | Guillaume Gomez | -1/+1 |
| 2019-06-20 | rustdoc: generate implementors for all auto traits | Simonas Kazlauskas | -80/+9 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -1/+1 |
| 2019-06-20 | rename hir::map::name_by_hir_id to ::name | ljedrz | -1/+1 |
| 2019-06-19 | rustc: disallow cloning HIR nodes. | Eduard-Mihai Burtescu | -267/+271 |
| 2019-06-19 | rustc: replace `GenericArgs::with_generic_args` hack with a plain getter. | Eduard-Mihai Burtescu | -3/+4 |
| 2019-06-19 | Rollup merge of #61898 - petrochenkov:sekind, r=eddyb | Mazdak Farrokhzad | -11/+5 |
| 2019-06-19 | Rollup merge of #61505 - ebarnard:doc-shrink, r=GuillaumeGomez | Mazdak Farrokhzad | -8/+13 |