| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-04-24 | Remove `Option` from the return type of `def_kind`. | Eduard-Mihai Burtescu | -12/+6 | |
| 2020-04-23 | Address comments from review | marmeladema | -3/+2 | |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -1/+1 | |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -1/+3 | |
| 2020-04-16 | Dogfood or_patterns in rustdoc | Josh Stone | -1/+1 | |
| 2020-04-16 | Rollup merge of #70990 - GuillaumeGomez:rustdoc-cleanup, r=ollie27 | Dylan DPC | -24/+20 | |
| Improve rustdoc source code a bit Very small clean up. I realized that there were too many nested conditions whereas we could just use `and_then`. r? @kinnison cc @ollie27 | ||||
| 2020-04-14 | Remove `DUMMY_HIR_ID` | marmeladema | -5/+1 | |
| 2020-04-10 | Improve rustdoc source code a bit | Guillaume Gomez | -24/+20 | |
| 2020-03-31 | more clippy fixes | Matthias Krüger | -17/+14 | |
| use is_empty() instead of len comparison (clippy::len_zero) use if let instead of while let loop that never loops (clippy::never_loop) remove redundant returns (clippy::needless_return) remove redundant closures (clippy::redundant_closure) use if let instead of match and wildcard pattern (clippy::single_match) don't repeat field names redundantly (clippy::redundant_field_names) | ||||
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -3/+3 | |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -3/+3 | |
| 2020-03-24 | rustc: remove rustc_hir_pretty dependency. | Mazdak Farrokhzad | -1/+1 | |
| 2020-03-22 | don't create variable bindings just to return the bound value immediately ↵ | Matthias Krüger | -4/+2 | |
| (clippy::let_and_return) | ||||
| 2020-03-16 | Support type search for arguments and returned types | Guillaume Gomez | -9/+31 | |
| 2020-03-04 | Use .map() to modify data inside Options instead of using .and_then(|x| ↵ | Matthias Krüger | -3/+1 | |
| Some(y)) (clippy::option_and_then_some) | ||||
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 | |
| 2020-02-18 | Rollup merge of #69181 - skinny121:const-eval-return, r=oli-obk | Dylan DPC | -8/+11 | |
| Change const eval to just return the value As discussed in https://github.com/rust-lang/rust/pull/68505#discussion_r370956535, the type of consts shouldn't be returned from const eval queries. r? @eddyb cc @nikomatsakis | ||||
| 2020-02-17 | Rename `FunctionRetTy` to `FnRetTy` | Yuki Okushi | -2/+2 | |
| 2020-02-16 | Code review changes. | Ben Lewis | -4/+4 | |
| 2020-02-15 | Change const eval to return `ConstValue`, instead of `Const` as the type ↵ | Ben Lewis | -8/+11 | |
| inside it shouldn't be used. | ||||
| 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-04 | remove redundant imports (clippy::single_component_path_imports) | Matthias Krüger | -1/+0 | |
| 2020-01-29 | Rollup merge of #68556 - ollie27:rustdoc_primitive_re-export, r=GuillaumeGomez | Yuki Okushi | -8/+1 | |
| rustdoc: Fix re-exporting primitive types * Generate links to the primitive type docs for re-exports. * Don't ICE on cross crate primitive type re-exports. * Make primitive type re-exports show up cross crate. Fixes #67646 Closes #67972 r? @GuillaumeGomez | ||||
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -1/+1 | |
| 2020-01-26 | rustdoc: Fix re-exporting primitive types | Oliver Middleton | -8/+1 | |
| * Generate links to the primitive type docs for re-exports. * Don't ICE on cross crate primitive type re-exports. * Make primitive type re-exports show up cross crate. | ||||
| 2020-01-10 | Fix print const on librustdoc | Santiago Pastorino | -1/+1 | |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -2/+6 | |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -4/+4 | |
| 2020-01-05 | simplify reexports in rustc::hir | Mazdak Farrokhzad | -6/+6 | |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -1/+1 | |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -3/+3 | |
| 2019-12-24 | Show value for consts in the documentation | Ohad Ravid | -3/+74 | |
| 2019-12-22 | Format the world | Mark Rousskov | -119/+117 | |
| 2019-12-09 | Remove useless comment | Guillaume Gomez | -2/+0 | |
| 2019-12-09 | Remove unused imports | Guillaume Gomez | -3/+3 | |
| 2019-12-09 | Fix usage of variants in clean/utils | Guillaume Gomez | -7/+7 | |
| 2019-12-09 | Make utils module public | Guillaume Gomez | -19/+19 | |
| 2019-12-09 | Fix missing imports | Guillaume Gomez | -1/+20 | |
| 2019-12-09 | Move clean functions to another file | Guillaume Gomez | -0/+568 | |
