rust/compiler
Nicholas Nethercote 5d3cc1713a Rename some things related to literals.
- Rename `ast::Lit::token` as `ast::Lit::token_lit`, because its type is
  `token::Lit`, which is not a token. (This has been confusing me for a
  long time.)
  reasonable because we have an `ast::token::Lit` inside an `ast::Lit`.
- Rename `LitKind::{from,to}_lit_token` as
  `LitKind::{from,to}_token_lit`, to match the above change and
  `token::Lit`.
2022-08-16 13:41:34 +10:00
..
rustc
rustc_apfloat
rustc_arena Stabilize ptr_const_cast 2022-08-10 17:22:58 +02:00
rustc_ast Rename some things related to literals. 2022-08-16 13:41:34 +10:00
rustc_ast_lowering Rename some things related to literals. 2022-08-16 13:41:34 +10:00
rustc_ast_passes Adjust cfgs 2022-08-12 16:28:15 -04:00
rustc_ast_pretty Rename some things related to literals. 2022-08-16 13:41:34 +10:00
rustc_attr Adjust cfgs 2022-08-12 16:28:15 -04:00
rustc_borrowck TypeError can be Copy 2022-08-14 19:58:46 +00:00
rustc_builtin_macros Rename some things related to literals. 2022-08-16 13:41:34 +10:00
rustc_codegen_cranelift also update anyhow in codegen_cranelift 2022-08-08 09:04:26 -04:00
rustc_codegen_gcc
rustc_codegen_llvm Auto merge of #98393 - michaelwoerister:new-cpp-like-enum-debuginfo, r=wesleywiser 2022-08-15 12:59:53 +00:00
rustc_codegen_ssa Rollup merge of #100528 - tux3:riscv-bitmanip-features, r=davidtwco 2022-08-15 20:11:37 +02:00
rustc_const_eval Rollup merge of #100438 - compiler-errors:issue-100360, r=lcnr 2022-08-13 14:10:07 -07:00
rustc_data_structures
rustc_driver
rustc_error_codes
rustc_error_messages Rollup merge of #100377 - est31:fluent_grepability, r=davidtwco 2022-08-15 20:11:34 +02:00
rustc_errors Adjust cfgs 2022-08-12 16:28:15 -04:00
rustc_expand Rename some things related to literals. 2022-08-16 13:41:34 +10:00
rustc_feature Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011 2022-08-09 17:34:50 +05:30
rustc_fs_util
rustc_graphviz
rustc_hir Add visitors for PatField and ExprField. 2022-08-11 21:48:39 -07:00
rustc_hir_pretty Rename some things related to literals. 2022-08-16 13:41:34 +10:00
rustc_incremental
rustc_index debuginfo: Change C++-like encoding for enums. 2022-08-12 10:53:07 +02:00
rustc_infer TypeError can be Copy 2022-08-14 19:58:46 +00:00
rustc_interface Adjust cfgs 2022-08-12 16:28:15 -04:00
rustc_lexer
rustc_lint Rename some things related to literals. 2022-08-16 13:41:34 +10:00
rustc_lint_defs
rustc_llvm debuginfo: Change C++-like encoding for enums. 2022-08-12 10:53:07 +02:00
rustc_log
rustc_macros Change fluent_messages macro to expect _ slugs instead of - slugs 2022-08-12 22:26:08 +02:00
rustc_metadata Adjust cfgs 2022-08-12 16:28:15 -04:00
rustc_middle Auto merge of #96745 - ehuss:even-more-attribute-validation, r=cjgillot 2022-08-15 05:50:54 +00:00
rustc_mir_build Adjust cfgs 2022-08-12 16:28:15 -04:00
rustc_mir_dataflow
rustc_mir_transform Adjust cfgs 2022-08-12 16:28:15 -04:00
rustc_monomorphize Refuse to codegen an upstream static. 2022-08-10 18:30:12 +02:00
rustc_parse Rename some things related to literals. 2022-08-16 13:41:34 +10:00
rustc_parse_format
rustc_passes Rollup merge of #100031 - GoldsteinE:try-removing-the-field, r=michaelwoerister 2022-08-15 20:11:32 +02:00
rustc_plugin_impl
rustc_privacy Adjust cfgs 2022-08-12 16:28:15 -04:00
rustc_query_impl
rustc_query_system
rustc_resolve Rollup merge of #100367 - fmease:fix-100365, r=compiler-errors 2022-08-13 21:06:49 -07:00
rustc_save_analysis
rustc_serialize
rustc_session Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and rustc_session"" 2022-08-15 16:24:07 +02:00
rustc_smir
rustc_span Rollup merge of #100031 - GoldsteinE:try-removing-the-field, r=michaelwoerister 2022-08-15 20:11:32 +02:00
rustc_symbol_mangling
rustc_target rustc_target: Update some old naming around self contained linking 2022-08-12 18:47:13 +03:00
rustc_trait_selection Rollup merge of #100514 - compiler-errors:issue-100191, r=spastorino 2022-08-15 20:11:36 +02:00
rustc_traits
rustc_transmute
rustc_ty_utils
rustc_type_ir
rustc_typeck Auto merge of #100569 - matthiaskrgr:rollup-9450lzs, r=matthiaskrgr 2022-08-15 15:25:31 +00:00