index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
Age
Commit message (
Expand
)
Author
Lines
2025-02-25
Changed interners to start with preallocated capacity
Michał Kostrubiec
-24
/
+33
2025-02-24
Rollup merge of #137109 - bend-n:knife, r=oli-obk
Trevor Gross
-6
/
+0
2025-02-24
Auto merge of #135726 - jdonszelmann:attr-parsing, r=oli-obk
bors
-1790
/
+3514
2025-02-24
Deduplicate CoerceUnsized and DispatchFromDyn impl errors
Michael Goulet
-3
/
+13
2025-02-24
Simplify trait error message for CoercePointee validation
Michael Goulet
-47
/
+84
2025-02-24
Consolidate and rework CoercePointee and DispatchFromDyn errors
Michael Goulet
-222
/
+89
2025-02-24
More eagerly bail in DispatchFromDyn validation
Michael Goulet
-25
/
+22
2025-02-24
Remove dyn_compatible_for_dispatch
Michael Goulet
-38
/
+22
2025-02-24
Consider lvalues of field and index as possibly temporary places
Michael Goulet
-0
/
+8
2025-02-24
More comments
Michael Goulet
-8
/
+16
2025-02-24
Improve behavior of IF_LET_RESCOPE around temporaries and place expressions
Michael Goulet
-77
/
+63
2025-02-24
rename simd_shuffle_generic → simd_shuffle_const_generic
Ralf Jung
-5
/
+5
2025-02-24
Don't immediately panic if dropck fails without returning errors
Matthew Jasper
-5
/
+4
2025-02-24
Better error message for unsized pointers
Michael Goulet
-1
/
+18
2025-02-24
Properly support thin ptrs that are only thin due to their param-env in asm m...
Michael Goulet
-5
/
+4
2025-02-24
Mark more LLVM FFI as safe
Oli Scherer
-58
/
+68
2025-02-24
Use a safe wrapper around an LLVM FFI function
Oli Scherer
-8
/
+13
2025-02-24
Remove inherent function that has a trait method duplicate of a commonly impo...
Oli Scherer
-16
/
+10
2025-02-24
Deduplicate more functions between `SimpleCx` and `CodegenCx`
Oli Scherer
-54
/
+4
2025-02-24
Remove an unused lifetime param
Oli Scherer
-4
/
+4
2025-02-24
Make allocator shim creation mostly use safe code
Oli Scherer
-96
/
+94
2025-02-24
Generalize BaseTypeCodegenMethods
Oli Scherer
-29
/
+35
2025-02-24
Generalize `BackendTypes` over `GenericCx`
Oli Scherer
-12
/
+15
2025-02-24
Avoid some duplication between SimpleCx and CodegenCx
Oli Scherer
-88
/
+94
2025-02-24
Remove an unnecessary lifetime
Oli Scherer
-11
/
+11
2025-02-24
Use safe FFI for various functions in codegen_llvm
Oli Scherer
-7
/
+3
2025-02-24
span: add a "future" edition
David Wood
-2
/
+29
2025-02-24
lower attr spans and inline some functions to hopefully mitigate perf regress...
Jana Dönszelmann
-13
/
+52
2025-02-24
add test to verify that #132391 can be closed
Jana Dönszelmann
-5
/
+8
2025-02-24
change smir attributes getters to only support tool attributes
Jana Dönszelmann
-26
/
+43
2025-02-24
pretty print hir attributes
Jana Dönszelmann
-21
/
+316
2025-02-24
Fix rustdoc and clippy
Jana Dönszelmann
-0
/
+1
2025-02-24
Introduce new-style attribute parsers for several attributes
Jana Dönszelmann
-1313
/
+1488
2025-02-24
Introduce new parsing infrastructure and types for parsed attributes
Jana Dönszelmann
-276
/
+1408
2025-02-24
Change span field accesses to method calls
Jana Dönszelmann
-201
/
+263
2025-02-24
hir_analysis: skip self type of host effect preds
David Wood
-0
/
+4
2025-02-24
cleanup few unused args
klensy
-15
/
+8
2025-02-24
trait_sel: resolve vars in host effects
David Wood
-0
/
+2
2025-02-24
codegen_llvm: avoid `Deref` impls w/ extern type
David Wood
-30
/
+31
2025-02-24
ssa/mono: deduplicate `type_has_metadata`
David Wood
-30
/
+24
2025-02-24
Update `compiler-builtins` to 0.1.148
Trevor Gross
-2
/
+2
2025-02-24
feature: fix typo in attribute description
David Wood
-1
/
+1
2025-02-24
type_ir: remove redundant part of comment
David Wood
-2
/
+0
2025-02-23
Don't re-`assume` in `transmute`s that don't change niches
Scott McMurray
-0
/
+7
2025-02-24
Rollup merge of #137505 - tgross35:builtins-cannot-call-error, r=compiler-errors
Jacob Pratt
-6
/
+16
2025-02-24
Rollup merge of #137501 - nnethercote:mv-impls-out-of-syntax, r=compiler-errors
Jacob Pratt
-116
/
+110
2025-02-24
Rollup merge of #136610 - Jarcho:range_idx, r=Noratrieb
Jacob Pratt
-42
/
+144
2025-02-24
remove support for rustc_intrinsic_must_be_overridden from the compiler
Ralf Jung
-151
/
+41
2025-02-24
Add a span to `CompilerBuiltinsCannotCall`
Trevor Gross
-6
/
+16
2025-02-24
Auto merge of #137271 - nikic:gep-nuw-2, r=scottmcm
bors
-22
/
+86
[prev]
[next]