.. |
assert
|
Add gen blocks to ast and do some broken ast lowering
|
2023-10-27 13:05:48 +00:00 |
deriving
|
Emit #[inline] on derive(Debug)
|
2023-11-09 10:40:55 -05:00 |
format_foreign
|
Use as_deref in compiler (but only where it makes sense)
|
2022-11-16 21:58:58 +00:00 |
alloc_error_handler.rs
|
Format all the let chains in compiler
|
2023-10-13 08:59:36 +00:00 |
asm.rs
|
inline format!() args up to and including rustc_middle
|
2023-07-30 13:18:33 +02:00 |
assert.rs
|
Don't escape_debug the condition of assert! .
|
2023-10-10 09:08:11 +11:00 |
cfg_accessible.rs
|
Migrate most of rustc_builtin_macros to diagnostic impls
|
2023-04-10 21:16:53 +01:00 |
cfg_eval.rs
|
rustc: Move features from Session to GlobalCtxt
|
2023-08-11 16:51:50 +08:00 |
cfg.rs
|
rustc: Move features from Session to GlobalCtxt
|
2023-08-11 16:51:50 +08:00 |
cmdline_attrs.rs
|
Migrate some rustc_builtin_macros to SessionDiagnostic
|
2023-06-25 01:32:30 +08:00 |
compile_error.rs
|
Use Cow in {D,Subd}iagnosticMessage .
|
2023-05-29 09:23:43 +10:00 |
concat_bytes.rs
|
Format all the let chains in compiler
|
2023-10-13 08:59:36 +00:00 |
concat_idents.rs
|
refactor: use by-ref TokenTree iterator to avoid a few clones
|
2023-05-11 21:59:38 -05:00 |
concat.rs
|
Format all the let chains in compiler
|
2023-10-13 08:59:36 +00:00 |
derive.rs
|
use ErrorGuaranteed instead of booleans
|
2023-06-19 21:34:59 +02:00 |
edition_panic.rs
|
Remove MacDelimiter .
|
2023-08-03 09:03:30 +10:00 |
env.rs
|
Use the correct span when emitting the env! result
|
2023-11-04 14:04:01 -07:00 |
errors.rs
|
Only give autofix suggestion when no named args are present
|
2023-10-05 16:11:31 +02:00 |
format_foreign.rs
|
inline format!() args up to and including rustc_middle
|
2023-07-30 13:18:33 +02:00 |
format.rs
|
Auto merge of #115324 - francorbacho:master, r=davidtwco
|
2023-10-23 00:51:35 +00:00 |
global_allocator.rs
|
Format all the let chains in compiler
|
2023-10-13 08:59:36 +00:00 |
lib.rs
|
docs: add Rust logo to more compiler crates
|
2023-10-16 15:38:08 -07:00 |
log_syntax.rs
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
proc_macro_harness.rs
|
rustc: Move features from Session to GlobalCtxt
|
2023-08-11 16:51:50 +08:00 |
source_util.rs
|
[RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopes
|
2023-10-17 10:11:30 +02:00 |
standard_library_imports.rs
|
rustc: Move features from Session to GlobalCtxt
|
2023-08-11 16:51:50 +08:00 |
test_harness.rs
|
s/generator/coroutine/
|
2023-10-20 21:14:01 +00:00 |
test.rs
|
Format all the let chains in compiler
|
2023-10-13 08:59:36 +00:00 |
trace_macros.rs
|
Migrate some rustc_builtin_macros to SessionDiagnostic
|
2023-06-25 01:32:30 +08:00 |
type_ascribe.rs
|
Add unstable type_ascribe macro
|
2022-11-19 22:16:42 +01:00 |
util.rs
|
rustc: Remove unused Session argument from some attribute functions
|
2023-03-22 13:55:55 +04:00 |