| Age | Commit message (Expand) | Author | Lines |
| 2020-02-12 | Rollup merge of #69095 - GuillaumeGomez:minified-theme-check, r=Dylan-DPC | Dylan DPC | -14/+30 |
| 2020-02-12 | Add test to check if minified theme are handled correctly | Guillaume Gomez | -0/+13 |
| 2020-02-12 | Minify CSS rules to be able to handle minified theme files as well | Guillaume Gomez | -14/+17 |
| 2020-02-11 | Review comments. | Camille GILLOT | -1/+1 |
| 2020-02-11 | Move lang_items definitions to librustc_lang_items. | Camille GILLOT | -1/+1 |
| 2020-02-11 | Auto merge of #69062 - Dylan-DPC:rollup-7wpjpqu, r=Dylan-DPC | bors | -4/+0 |
| 2020-02-11 | Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC | Dylan DPC | -4/+0 |
| 2020-02-11 | Run RustFmt | jumbatm | -11/+11 |
| 2020-02-11 | Invert control in struct_lint_level. | jumbatm | -123/+125 |
| 2020-02-11 | [ImgBot] Optimize images | ImgBotApp | -3/+3 |
| 2020-02-11 | Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC | bors | -2/+8 |
| 2020-02-09 | Make issue references consistent | Matthias Prechtl | -2/+8 |
| 2020-02-08 | Make `provided_trait_methods` use `impl Iterator` | Jonas Schievink | -9/+2 |
| 2020-02-08 | Make `associated_items` query return a slice | Jonas Schievink | -1/+5 |
| 2020-02-07 | Auto merge of #65232 - nikomatsakis:lazy-norm-anon-const-push-2, r=matthewjasper | bors | -3/+3 |
| 2020-02-07 | Rollup merge of #68889 - Zoxc:hir-krate, r=eddyb | Dylan DPC | -2/+2 |
| 2020-02-07 | Remove unused feature gates from librustdoc | bjorn3 | -4/+0 |
| 2020-02-06 | index ReEmpty by universe | Niko Matsakis | -3/+3 |
| 2020-02-06 | Remove the `Forest` type | John Kåre Alsaker | -1/+1 |
| 2020-02-06 | Move the `krate` method to Hir and remove the Krate dep node | John Kåre Alsaker | -1/+1 |
| 2020-02-06 | Add a Hir wrapper type | John Kåre Alsaker | -1/+1 |
| 2020-02-06 | Auto merge of #68664 - tspiteri:no_run-complete-build, r=nikomatsakis | bors | -1/+1 |
| 2020-02-04 | Rollup merge of #68818 - matthiaskrgr:misc_perf, r=Mark-Simulacrum | Dylan DPC | -8/+1 |
| 2020-02-04 | fix couple of perf related clipyp warnings | Matthias Krüger | -8/+1 |
| 2020-02-04 | remove redundant imports (clippy::single_component_path_imports) | Matthias Krüger | -9/+0 |
| 2020-02-01 | syntax: reexport attr globals | Mazdak Farrokhzad | -1/+1 |
| 2020-02-01 | syntax::print -> new crate rustc_ast_pretty | Mazdak Farrokhzad | -2/+3 |
| 2020-02-01 | 1. move node_id to syntax | Mazdak Farrokhzad | -4/+4 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -2/+3 |
| 2020-02-01 | syntax: move GLOBALS to attr module | Mazdak Farrokhzad | -1/+1 |
| 2020-01-30 | rustdoc: attempt full build for compile_fail test | Trevor Spiteri | -1/+1 |
| 2020-01-30 | rustdoc: emit JS paths for struct-like variants | Tom Jakubowski | -8/+22 |
| 2020-01-30 | rustdoc: NodeId is now DefId | Tom Jakubowski | -16/+11 |
| 2020-01-29 | Rollup merge of #68598 - GuillaumeGomez:fix-null-synthetic_implementors, r=ol... | Yuki Okushi | -14/+16 |
| 2020-01-29 | Rollup merge of #68556 - ollie27:rustdoc_primitive_re-export, r=GuillaumeGomez | Yuki Okushi | -17/+55 |
| 2020-01-29 | Rollup merge of #68553 - GuillaumeGomez:fix-run-button-scroll-pos, r=kinnison | Yuki Okushi | -8/+7 |
| 2020-01-28 | Fix null synthetic_implementors error | Guillaume Gomez | -14/+16 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -7/+7 |
| 2020-01-26 | rustdoc: Fix re-exporting primitive types | Oliver Middleton | -17/+55 |
| 2020-01-26 | Fix run button positionning in case of scrolling | Guillaume Gomez | -8/+7 |
| 2020-01-22 | Auto merge of #68192 - GuillaumeGomez:remove-inlined-types, r=kinnison | bors | -25/+50 |
| 2020-01-21 | Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk | Mazdak Farrokhzad | -5/+9 |
| 2020-01-20 | rustdoc: Correct order of `async` and `unsafe` in `async unsafe fn`s | Oliver Middleton | -5/+5 |
| 2020-01-20 | Remove usage of global variable "inlined_types" | Guillaume Gomez | -25/+50 |
| 2020-01-20 | Add `ConstnessAnd` that implements `ToPredicate` | Dylan MacKenzie | -2/+2 |
| 2020-01-20 | Add `constness` field to `ty::Predicate::Trait` | Dylan MacKenzie | -3/+3 |
| 2020-01-20 | Add `MaybeConst` variant to `{ast,hir}::TraitBoundModifier` | Dylan MacKenzie | -0/+1 |
| 2020-01-19 | Add `constness` field to `hir::ItemKind::Impl` | Dylan MacKenzie | -0/+3 |
| 2020-01-20 | Rollup merge of #68357 - ollie27:rustdoc_test_errors, r=GuillaumeGomez | Dylan DPC | -3/+7 |
| 2020-01-20 | Rollup merge of #68353 - Centril:code-liberation, r=petrochenkov | Dylan DPC | -1/+0 |