1
Fork 0
rust/compiler
Nicholas Nethercote cc0022a363 Rename some things.
`Cursor` keeps track of the position within the current token. But it
uses confusing names that don't make it clear that the "length consumed"
is just within the current token.

This commit renames things to make this clearer.
2022-09-26 13:43:19 +10:00
..
rustc
rustc_apfloat Add diagnostic translation lints to crates that don't emit them 2022-08-18 19:29:02 +01:00
rustc_arena Make use of [wrapping_]byte_{add,sub} 2022-08-23 19:32:37 +04:00
rustc_ast Remove ast::Token::take. 2022-09-26 13:35:43 +10:00
rustc_ast_lowering separate definitions and HIR owners 2022-09-24 23:21:19 +09:00
rustc_ast_passes Improve the help message for an invalid calling convention 2022-09-22 22:18:30 +02:00
rustc_ast_pretty make mk_attr_id part of ParseSess 2022-09-14 08:49:10 +08:00
rustc_attr FIX - adopt new Diagnostic naming in newly migrated modules 2022-09-21 11:43:22 -04:00
rustc_borrowck Rollup merge of #101431 - compiler-errors:move-place-ty-for-move-place-sugg, r=cjgillot 2022-09-25 22:06:37 +08:00
rustc_builtin_macros UPDATE - rename DiagnosticHandler macro to Diagnostic 2022-09-21 11:39:53 -04:00
rustc_codegen_cranelift rename Unevaluated to UnevaluatedConst 2022-09-23 14:27:34 +02:00
rustc_codegen_gcc Remove dead broken code from const zst handling in backends 2022-09-06 14:09:49 +00:00
rustc_codegen_llvm Rollup merge of #101997 - cuviper:drop-legacy-pm, r=nikic 2022-09-25 22:06:38 +08:00
rustc_codegen_ssa Rollup merge of #101997 - cuviper:drop-legacy-pm, r=nikic 2022-09-25 22:06:38 +08:00
rustc_const_eval Rollup merge of #102194 - fee1-dead-contrib:improve-const-drop, r=oli-obk 2022-09-25 22:06:39 +08:00
rustc_data_structures Rollup merge of #102037 - jyn514:normalize-docs, r=lcnr 2022-09-22 18:25:53 +05:30
rustc_driver separate definitions and HIR owners 2022-09-24 23:21:19 +09:00
rustc_error_codes Stabilize #![feature(label_break_value)] 2022-08-23 21:14:12 -05:00
rustc_error_messages Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgr 2022-09-23 09:33:23 +00:00
rustc_errors Rearrange TokenTreesReader::parse_token_tree. 2022-09-26 08:28:45 +10:00
rustc_expand FIX - adopt new Diagnostic naming in newly migrated modules 2022-09-21 11:43:22 -04:00
rustc_feature Rollup merge of #100734 - ComputerDruid:afit_feature, r=compiler-errors 2022-09-23 04:29:15 +02:00
rustc_fs_util Add diagnostic translation lints to crates that don't emit them 2022-08-18 19:29:02 +01:00
rustc_graphviz Add diagnostic translation lints to crates that don't emit them 2022-08-18 19:29:02 +01:00
rustc_hir separate definitions and HIR owners 2022-09-24 23:21:19 +09:00
rustc_hir_pretty Handle generic parameters. 2022-09-09 01:31:46 +00:00
rustc_incremental separate definitions and HIR owners 2022-09-24 23:21:19 +09:00
rustc_index Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_infer Rollup merge of #102016 - lcnr:given-OutlivesEnvironment, r=jackh726 2022-09-25 09:32:07 +02:00
rustc_interface Rollup merge of #101997 - cuviper:drop-legacy-pm, r=nikic 2022-09-25 22:06:38 +08:00
rustc_lexer Rename some things. 2022-09-26 13:43:19 +10:00
rustc_lint separate definitions and HIR owners 2022-09-24 23:21:19 +09:00
rustc_lint_defs Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk" 2022-09-22 19:36:11 +02:00
rustc_llvm Rollup merge of #101997 - cuviper:drop-legacy-pm, r=nikic 2022-09-25 22:06:38 +08:00
rustc_log Add diagnostic translation lints to crates that don't emit them 2022-08-18 19:29:02 +01:00
rustc_macros FIX - adopt new Diagnostic naming in newly migrated modules 2022-09-21 11:43:22 -04:00
rustc_metadata separate definitions and HIR owners 2022-09-24 23:21:19 +09:00
rustc_middle Auto merge of #102040 - TaKO8Ki:separate-definitions-and-hir-owners, r=cjgillot 2022-09-24 22:42:07 +00:00
rustc_mir_build rename Unevaluated to UnevaluatedConst 2022-09-23 14:27:34 +02:00
rustc_mir_dataflow UPDATE - rename DiagnosticHandler macro to Diagnostic 2022-09-21 11:39:53 -04:00
rustc_mir_transform rename Unevaluated to UnevaluatedConst 2022-09-23 14:27:34 +02:00
rustc_monomorphize separate definitions and HIR owners 2022-09-24 23:21:19 +09:00
rustc_parse Use less DRY in cook_lexer_token. 2022-09-26 13:41:58 +10:00
rustc_parse_format Separate CountIsStar from CountIsParam in rustc_parse_format. 2022-08-25 14:49:09 +02:00
rustc_passes separate definitions and HIR owners 2022-09-24 23:21:19 +09:00
rustc_plugin_impl UPDATE - rename DiagnosticHandler macro to Diagnostic 2022-09-21 11:39:53 -04:00
rustc_privacy separate definitions and HIR owners 2022-09-24 23:21:19 +09:00
rustc_query_impl separate definitions and HIR owners 2022-09-24 23:21:19 +09:00
rustc_query_system separate definitions and HIR owners 2022-09-24 23:21:19 +09:00
rustc_resolve Rollup merge of #102161 - compiler-errors:issue-102138, r=tmandry 2022-09-25 09:32:08 +02:00
rustc_save_analysis separate definitions and HIR owners 2022-09-24 23:21:19 +09:00
rustc_serialize Rollup merge of #101014 - isikkema:fix-zmeta-stats-file-encoder-no-read-perms, r=isikkema 2022-09-20 10:12:57 -07:00
rustc_session Rollup merge of #101997 - cuviper:drop-legacy-pm, r=nikic 2022-09-25 22:06:38 +08:00
rustc_smir Only keep one version of ImplicitSelfKind. 2022-09-13 19:18:23 +02:00
rustc_span Rollup merge of #100734 - ComputerDruid:afit_feature, r=compiler-errors 2022-09-23 04:29:15 +02:00
rustc_symbol_mangling separate definitions and HIR owners 2022-09-24 23:21:19 +09:00
rustc_target Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgr 2022-09-23 09:33:23 +00:00
rustc_trait_selection Rollup merge of #102016 - lcnr:given-OutlivesEnvironment, r=jackh726 2022-09-25 09:32:07 +02:00
rustc_traits Rollup merge of #102016 - lcnr:given-OutlivesEnvironment, r=jackh726 2022-09-25 09:32:07 +02:00
rustc_transmute rustc_transmute: fix big-endian discriminants 2022-09-20 13:03:43 -07:00
rustc_ty_utils separate definitions and HIR owners 2022-09-24 23:21:19 +09:00
rustc_type_ir Address code review comments 2022-09-13 14:50:12 -07:00
rustc_typeck Auto merge of #100865 - compiler-errors:parent-substs-still, r=cjgillot 2022-09-25 12:00:37 +00:00