..
rustc
rustc_apfloat
rustc_arena
rustc_ast
Rollup merge of #80128 - pierwill:pierwill-docs-fieldpat, r=jyn514
2020-12-30 20:56:49 +00:00
rustc_ast_lowering
Auto merge of #80503 - JohnTitor:rollup-b26vglu, r=JohnTitor
2020-12-30 09:51:42 +00:00
rustc_ast_passes
Use Option::map_or instead of open coding it
2020-12-29 04:27:37 +01:00
rustc_ast_pretty
Add missing commas to rustc_ast_pretty::pp
docs
2020-12-28 14:23:20 -08:00
rustc_attr
rustc_builtin_macros
rustc_codegen_cranelift
rustc_codegen_llvm
remove unused return types such as empty Results or Options that would always be Some(..)
2020-12-30 13:15:40 +01:00
rustc_codegen_ssa
Rollup merge of #80509 - matthiaskrgr:ptr_arg, r=varkor
2020-12-30 22:49:26 +09:00
rustc_data_structures
don't redundantly repeat field names
2020-12-29 22:26:58 +01:00
rustc_driver
where possible, pass slices instead of &Vec or &String (clippy::ptr_arg)
2020-12-30 13:11:52 +01:00
rustc_error_codes
rustc_errors
rustc_expand
Remove pretty-print/reparse hack, and add derive-specific hack
2020-12-29 09:36:42 -05:00
rustc_feature
rustc_fs_util
rustc_graphviz
rustc_hir
Remove compile-fail
test suite
2020-12-29 23:39:56 +03:00
rustc_hir_pretty
rustc_incremental
Remove compile-fail
test suite
2020-12-29 23:39:56 +03:00
rustc_index
rustc_infer
Rollup merge of #80509 - matthiaskrgr:ptr_arg, r=varkor
2020-12-30 22:49:26 +09:00
rustc_interface
Remove compile-fail
test suite
2020-12-29 23:39:56 +03:00
rustc_lexer
rustc_lint
Lint on redundant trailing semicolon after item
2020-12-29 16:30:02 -05:00
rustc_lint_defs
rustc_llvm
rustc_macros
Rollup merge of #80509 - matthiaskrgr:ptr_arg, r=varkor
2020-12-30 22:49:26 +09:00
rustc_metadata
rustc_middle
don't redundantly repeat field names
2020-12-29 22:26:58 +01:00
rustc_mir
Rollup merge of #80458 - RalfJung:promotion-refactor, r=oli-obk
2020-12-30 20:56:52 +00:00
rustc_mir_build
Rollup merge of #80509 - matthiaskrgr:ptr_arg, r=varkor
2020-12-30 22:49:26 +09:00
rustc_parse
Fix ICE when pointing at multi bytes character
2020-12-30 22:33:13 +09:00
rustc_parse_format
rustc_passes
rustc_plugin_impl
rustc_privacy
rustc_query_system
rustc_resolve
Rollup merge of #80509 - matthiaskrgr:ptr_arg, r=varkor
2020-12-30 22:49:26 +09:00
rustc_save_analysis
rustc_serialize
rustc_session
where possible, pass slices instead of &Vec or &String (clippy::ptr_arg)
2020-12-30 13:11:52 +01:00
rustc_span
Rollup merge of #80358 - pierwill:edit_rustc_span, r=lcnr
2020-12-30 18:15:11 +09:00
rustc_symbol_mangling
rustc_target
rustc_trait_selection
remove unused return types such as empty Results or Options that would always be Some(..)
2020-12-30 13:15:40 +01:00
rustc_traits
rustc_ty_utils
rustc_type_ir
rustc_typeck
Rollup merge of #80492 - matthiaskrgr:tasty_wraps, r=varkor
2020-12-30 22:49:24 +09:00