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
2023-02-20
Fix alloc_base_addr type
Rune Tynan
-1
/
+1
2023-02-20
Add mentioned from_raw_bytes constructor
Rune Tynan
-0
/
+17
2023-02-20
Allow non-`Box` allocations in preparation for aligned const allocations for ...
Rune Tynan
-48
/
+120
2023-02-20
Replace u32_len with constant
Rune Tynan
-2
/
+2
2023-02-20
Bind header+u32 to variable for clearer math
Rune Tynan
-3
/
+5
2023-02-20
Fix metadata encoding and decoding to use the right length
Rune Tynan
-4
/
+9
2023-02-20
Try adding metadata length prefix, and obey it while decoding
Rune Tynan
-2
/
+10
2023-02-20
Remove use_ecx.
Camille GILLOT
-60
/
+37
2023-02-20
Merge if-let and match.
Camille GILLOT
-67
/
+63
2023-02-20
Move state fixup into a different method.
Camille GILLOT
-6
/
+6
2023-02-20
small `opaque_type_origin` cleanup
lcnr
-26
/
+18
2023-02-20
Auto merge of #108268 - matthiaskrgr:rollup-4tdvnx6, r=matthiaskrgr
bors
-279
/
+346
2023-02-20
Remove `ResolverTree`
Oli Scherer
-25
/
+4
2023-02-20
Remove IntoDefIdTree
Oli Scherer
-29
/
+15
2023-02-20
Remove some unnecessary tcx-passing
Oli Scherer
-7
/
+8
2023-02-20
Stop passing in values that one can also get from the tcx lazily
Oli Scherer
-34
/
+23
2023-02-20
Move the resolver into a query
Oli Scherer
-31
/
+53
2023-02-20
Make `configure_and_expand` "infalllible" by just aborting the compilation if...
Oli Scherer
-15
/
+13
2023-02-20
Use tcx queries instead of passing the values to `configure_and_expand`.
Oli Scherer
-13
/
+8
2023-02-20
Remove definitions field that is only needed for one method
Oli Scherer
-14
/
+8
2023-02-20
Stuff a TyCtxt into the Resolver
Oli Scherer
-41
/
+32
2023-02-20
Remove a redundant function argument
Oli Scherer
-10
/
+3
2023-02-20
Run the resolver after TyCtxt construction
Oli Scherer
-57
/
+68
2023-02-20
Make untracked.source_span lockable so that resolution can still write to it ...
Oli Scherer
-12
/
+12
2023-02-20
Make untracked.cstore lockable so that resolution can still write to it when ...
Oli Scherer
-36
/
+50
2023-02-20
Revert most of the custom place computation, it was unnecessary.
Oli Scherer
-15
/
+10
2023-02-20
Remove commented out code
Oli Scherer
-2
/
+0
2023-02-20
Deduplicate some logic between dyn* and dyn
Oli Scherer
-46
/
+37
2023-02-20
basic dyn* support for Miri
Ralf Jung
-73
/
+195
2023-02-20
Rollup merge of #108265 - lcnr:cg-error-msg, r=BoxyUwU
Matthias Krüger
-6
/
+6
2023-02-20
Rollup merge of #108259 - fee1-dead-contrib:fixme-2, r=TaKO8Ki
Matthias Krüger
-3
/
+3
2023-02-20
Rollup merge of #108200 - jhpratt:restricted-damerau-levenshtein-distance, r=...
Matthias Krüger
-270
/
+337
2023-02-20
Auto merge of #107721 - megakorre:issue_105700, r=petrochenkov
bors
-0
/
+5
2023-02-20
`const` generic -> const parameter in err msg
lcnr
-6
/
+6
2023-02-20
Prepare crate loader for LockGuard
Oli Scherer
-10
/
+11
2023-02-20
Prepare for adding a `TyCtxt` to `Resolver`
Oli Scherer
-194
/
+247
2023-02-20
Auto merge of #107969 - b-naber:proj-relate-variance, r=lcnr
bors
-4
/
+25
2023-02-20
create dummy placeholder crate to prevent compiler
Patrik Kårlin
-0
/
+5
2023-02-20
remove FIXME that doesn't require fixing
Deadbeef
-3
/
+3
2023-02-20
Remove old FIXME that no longer applies
Deadbeef
-5
/
+0
2023-02-20
Remove old FIXMEs referring to #19596
Deadbeef
-3
/
+0
2023-02-19
Refine error span for trait error into borrowed expression
Nathan Fenner
-0
/
+13
2023-02-19
Add an InstCombine for redundant casts
Ben Kimock
-0
/
+9
2023-02-20
Auto merge of #105961 - fmease:iat-type-directed-probing, r=jackh726
bors
-84
/
+442
2023-02-19
Add test for precise algorithm used
Jacob Pratt
-0
/
+10
2023-02-19
add some cfgs back
b-naber
-73
/
+130
2023-02-19
remove cfgs
b-naber
-209
/
+42
2023-02-19
rebase
b-naber
-81
/
+92
2023-02-19
some conditional imports
b-naber
-5
/
+5
2023-02-19
sccs info
b-naber
-8
/
+74
[prev]
[next]