.. |
rustc
|
just max_level_info
|
2020-09-11 09:37:51 -07:00 |
rustc_apfloat
|
Backport another LLVM commit to rustc_apfloat
|
2020-10-04 02:02:25 +02:00 |
rustc_arena
|
Remove unused #[allow(...)] statements from compiler/
|
2020-09-26 01:25:55 +02:00 |
rustc_ast
|
Remove extra indirection in LitKind::ByteStr
|
2020-10-04 15:52:15 -06:00 |
rustc_ast_lowering
|
Separate bounds and predicates for associated/opaque types
|
2020-10-06 11:19:29 +01:00 |
rustc_ast_passes
|
use matches!() macro for simple if let conditions
|
2020-09-18 20:28:35 +02:00 |
rustc_ast_pretty
|
Fully integrate token collection for additional AST structs
|
2020-09-10 17:58:14 -04:00 |
rustc_attr
|
Remove rustc_allow_const_fn_ptr
|
2020-09-27 10:46:41 -07:00 |
rustc_builtin_macros
|
Remove extra indirection in LitKind::ByteStr
|
2020-10-04 15:52:15 -06:00 |
rustc_codegen_llvm
|
Updates to experimental coverage counter injection
|
2020-10-05 08:02:58 -07:00 |
rustc_codegen_ssa
|
Auto merge of #77080 - richkadel:llvm-coverage-counters-2, r=tmandry
|
2020-10-05 19:34:44 +00:00 |
rustc_data_structures
|
Auto merge of #77080 - richkadel:llvm-coverage-counters-2, r=tmandry
|
2020-10-05 19:34:44 +00:00 |
rustc_driver
|
Rollup merge of #75143 - oli-obk:tracing, r=RalfJung
|
2020-10-04 11:44:49 +09:00 |
rustc_error_codes
|
Create E0777 error code for "invalid literal in derive"
|
2020-10-01 20:41:57 +02:00 |
rustc_errors
|
/nightly/nightly-rustc
|
2020-09-23 21:51:56 +02:00 |
rustc_expand
|
Improve E0777 help message
|
2020-10-02 16:33:44 +02:00 |
rustc_feature
|
Rollup merge of #77439 - varkor:min_const_generics-tests, r=lcnr,estebank
|
2020-10-05 02:29:36 +02:00 |
rustc_fs_util
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
rustc_graphviz
|
/nightly/nightly-rustc
|
2020-09-23 21:51:56 +02:00 |
rustc_hir
|
Rollup merge of #77514 - scottmcm:less-once-chain-once, r=estebank
|
2020-10-05 02:29:42 +02:00 |
rustc_hir_pretty
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
rustc_incremental
|
/nightly/nightly-rustc
|
2020-09-23 21:51:56 +02:00 |
rustc_index
|
cache types during normalization
|
2020-09-19 17:27:13 +02:00 |
rustc_infer
|
Remove unused part of return value from replace_bound_vars_with_placeholders
|
2020-10-06 11:19:30 +01:00 |
rustc_interface
|
Add -Zprecise-enum-drop-elaboration
|
2020-10-01 11:31:43 -07:00 |
rustc_lexer
|
Fix typo in rustc_lexer docs
|
2020-09-21 05:43:39 +02:00 |
rustc_lint
|
Separate bounds and predicates for associated/opaque types
|
2020-10-06 11:19:29 +01:00 |
rustc_llvm
|
Update LLVM and add Unsupported diagnostic
|
2020-09-30 14:57:37 +01:00 |
rustc_macros
|
Remove unused #[allow(...)] statements from compiler/
|
2020-09-26 01:25:55 +02:00 |
rustc_metadata
|
Separate bounds and predicates for associated/opaque types
|
2020-10-06 11:19:29 +01:00 |
rustc_middle
|
Separate bounds and predicates for associated/opaque types
|
2020-10-06 11:19:29 +01:00 |
rustc_mir
|
Rollup merge of #77559 - camelid:fix-rustdoc-warnings-invalid-rust-syntax, r=lcnr
|
2020-10-06 16:26:09 +09:00 |
rustc_mir_build
|
Rollup merge of #77560 - rschoon:fix-litkind-rc-bytebuf, r=lcnr
|
2020-10-06 16:26:11 +09:00 |
rustc_parse
|
Fix span for unicode escape suggestion.
|
2020-10-05 11:19:08 -07:00 |
rustc_parse_format
|
/nightly/nightly-rustc
|
2020-09-23 21:51:56 +02:00 |
rustc_passes
|
Rollup merge of #76329 - GuillaumeGomez:doc-alias-crate-level, r=matthewjasper
|
2020-10-05 02:29:27 +02:00 |
rustc_plugin_impl
|
/nightly/nightly-rustc
|
2020-09-23 21:51:56 +02:00 |
rustc_privacy
|
Separate bounds and predicates for associated/opaque types
|
2020-10-06 11:19:29 +01:00 |
rustc_query_system
|
update the version of itertools and parking_lot
|
2020-09-12 08:26:53 +02:00 |
rustc_resolve
|
Rollup merge of #77439 - varkor:min_const_generics-tests, r=lcnr,estebank
|
2020-10-05 02:29:36 +02:00 |
rustc_save_analysis
|
/nightly/nightly-rustc
|
2020-09-23 21:51:56 +02:00 |
rustc_serialize
|
Deduplicate and generalize some (de/)serializer impls
|
2020-09-26 14:55:42 +02:00 |
rustc_session
|
Updates to experimental coverage counter injection
|
2020-10-05 08:02:58 -07:00 |
rustc_span
|
Updates to experimental coverage counter injection
|
2020-10-05 08:02:58 -07:00 |
rustc_symbol_mangling
|
Permit ty::Bool in const generics for v0 mangling
|
2020-10-02 09:45:48 -04:00 |
rustc_target
|
Returns values up to 2*usize by value
|
2020-10-02 00:23:25 +02:00 |
rustc_trait_selection
|
Move some code from rustc_typeck to rustc_trait_selection
|
2020-10-06 11:19:30 +01:00 |
rustc_traits
|
Separate bounds and predicates for associated/opaque types
|
2020-10-06 11:19:29 +01:00 |
rustc_ty
|
Move item_bounds to typeck::collect
|
2020-10-06 11:18:45 +01:00 |
rustc_typeck
|
Check opaque types satisfy their bounds
|
2020-10-06 11:19:30 +01:00 |