About the compiler category
|
|
1
|
1292
|
March 25, 2019
|
Windows on ARM64 GNU support
|
|
0
|
112
|
June 27, 2022
|
Dumping variable lifetimes for visualization?
|
|
1
|
202
|
June 21, 2022
|
Pre-RFC: Remove Rust's dependency on Visual Studio in 4 (...complex?) steps
|
|
14
|
1114
|
June 18, 2022
|
Possible bug in the borrow checker
|
|
7
|
352
|
June 16, 2022
|
Beter support for x86-64-v2, x86-64-v3, and x86-64-v4 targeting
|
|
3
|
448
|
June 7, 2022
|
Getting non-optimized, but analyzed MIR
|
|
5
|
670
|
May 26, 2022
|
Use lld by default on Windows to mitigate Microsoft C++ Build Tools licencing issues
|
|
8
|
555
|
May 11, 2022
|
Adding new build target (XCore)
|
|
0
|
158
|
May 11, 2022
|
Compiler emits indirect call through GOT for statically linked extern functions
|
|
4
|
337
|
April 29, 2022
|
Optimization in the enum/match pattern
|
|
6
|
468
|
April 28, 2022
|
Can the compiler stuff booleans into a bitmask since it has the borrow checker?
|
|
11
|
825
|
April 24, 2022
|
LLVM's legacy pass manager passes for sanitizers will go away
|
|
1
|
578
|
April 17, 2022
|
Anyone using `--extern-location`?
|
|
0
|
227
|
April 15, 2022
|
Adding Autodiff support to rustc
|
|
0
|
324
|
April 12, 2022
|
How can I provide my own `compiler_builtins` implementation while using `-Zbuild-std`?
|
|
4
|
515
|
April 9, 2022
|
Optimization comparison: Vec vs array and for vs while
|
|
4
|
570
|
April 3, 2022
|
Looking up a type's representation by name
|
|
5
|
445
|
April 1, 2022
|
How to let rustc compile functions with segmented stack?
|
|
4
|
560
|
March 30, 2022
|
Mir optimization pass that implements auto-vectorization
|
|
12
|
1220
|
June 26, 2022
|
Custom messages for compilation errors
|
|
6
|
406
|
June 16, 2022
|
Semantics of StorageLive/StorageDead in MIR
|
|
15
|
932
|
June 2, 2022
|
Custom attribute to run macro generated code
|
|
7
|
453
|
June 1, 2022
|
Implementing Clone for generators/async blocks
|
|
2
|
315
|
May 31, 2022
|
When can support LoongArch cpu?
|
|
3
|
535
|
May 30, 2022
|
Is this a codegen bug in ptx kernels?
|
|
2
|
326
|
May 26, 2022
|
Unused dependency code - can compiler performance be improved by doing less work?
|
|
12
|
758
|
May 24, 2022
|
Running rustc on WASM
|
|
2
|
355
|
May 23, 2022
|
Change 'BackendTypes::BasicBlock: Copy' to 'BackendTypes::BasicBlock: Clone', and carefully consider whether to require associative type impl Copy
|
|
4
|
326
|
May 22, 2022
|
Result<T, E> and Option<T> optimization
|
|
7
|
708
|
May 20, 2022
|