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-19
collect existentials and placeholders
b-naber
-20
/
+76
2023-02-19
collect region contexts during mir renumbering
b-naber
-36
/
+347
2023-02-19
add BorrowckInferCtxt
b-naber
-1
/
+29
2023-02-19
Add some FIXMEs for follow-up PRs
León Orell Valerian Liehr
-4
/
+9
2023-02-19
Collect fulfillment errors across impls
León Orell Valerian Liehr
-2
/
+2
2023-02-19
Auto merge of #108128 - clubby789:builtin-derived-attr, r=jackh726
bors
-10
/
+24
2023-02-19
Auto merge of #107921 - cjgillot:codegen-overflow-check, r=tmiasko
bors
-201
/
+72
2023-02-19
Deduplicate fresh_item_substs
León Orell Valerian Liehr
-60
/
+35
2023-02-19
Fix substitution bug
León Orell Valerian Liehr
-17
/
+14
2023-02-19
Use InferCtxt::probe to properly detect ambiguous candidates
León Orell Valerian Liehr
-21
/
+26
2023-02-19
Switch from for-loop to filter_map
León Orell Valerian Liehr
-27
/
+26
2023-02-19
Groundwork for detecting ambiguous candidates
León Orell Valerian Liehr
-2
/
+85
2023-02-19
Make use of ObligationCtxt
León Orell Valerian Liehr
-54
/
+33
2023-02-19
Use the correct ParamEnv
León Orell Valerian Liehr
-1
/
+1
2023-02-19
Type-directed probing for inherent associated types
León Orell Valerian Liehr
-54
/
+369
2023-02-19
Document associated_item methods
Santiago Pastorino
-1
/
+17
2023-02-19
Make associated_items_for_impl_trait_in_trait handle impl traits on impls
Santiago Pastorino
-18
/
+60
2023-02-19
Add associated_item_for_impl_trait_in_trait query
Santiago Pastorino
-6
/
+26
2023-02-19
Add associated_items_for_impl_trait_in_trait query
Santiago Pastorino
-4
/
+68
2023-02-19
Rollup merge of #108203 - compiler-errors:rpitit-fix-defaults-2, r=jackh726
Guillaume Gomez
-37
/
+84
2023-02-19
Rollup merge of #108129 - GuillaumeGomez:correctly-handle-links-starting-with...
Guillaume Gomez
-0
/
+1
2023-02-19
Auto merge of #108228 - Dylan-DPC:rollup-i9t13qu, r=Dylan-DPC
bors
-10
/
+24
2023-02-19
Rollup merge of #108189 - compiler-errors:non_lifetime_binders-bound-stuff, r...
Dylan DPC
-9
/
+18
2023-02-19
Rollup merge of #107951 - petrochenkov:procmacdoc, r=jackh726
Dylan DPC
-1
/
+6
2023-02-19
Auto merge of #107772 - compiler-errors:dyn-star-backend-is-ptr, r=eholk
bors
-95
/
+97
2023-02-19
Reduce limit on `macro_rules!` diagnostic
Jacob Pratt
-1
/
+1
2023-02-19
Make public API, docs algorithm-agnostic
Jacob Pratt
-73
/
+81
2023-02-19
Use restricted Damerau-Levenshtein algorithm
Jacob Pratt
-24
/
+73
2023-02-19
Auto merge of #107867 - compiler-errors:new-solver-fn-trait-safety, r=lcnr
bors
-74
/
+100
2023-02-18
Auto merge of #107542 - compiler-errors:param-envs-with-inference-vars-are-cu...
bors
-7
/
+23
2023-02-18
Correctly handle if a link starts with a whitespace
Guillaume Gomez
-0
/
+1
2023-02-18
Stop implementing _with_overflow intrinsics in codegen backends.
Camille GILLOT
-50
/
+0
2023-02-18
Replace _with_overflow instrinsics in LowerIntrinsics.
Camille GILLOT
-3
/
+23
2023-02-18
Adapt cg_clif.
Camille GILLOT
-10
/
+7
2023-02-18
Rename checked_binop_checks_overflow.
Camille GILLOT
-5
/
+6
2023-02-18
Remove special case in rvalue codegen.
Camille GILLOT
-12
/
+0
2023-02-18
Make name more explicit.
Camille GILLOT
-2
/
+2
2023-02-18
Comment codegen optimization.
Camille GILLOT
-0
/
+3
2023-02-18
Update compiler/rustc_middle/src/mir/syntax.rs
Camille Gillot
-1
/
+2
2023-02-18
Remove exception from MIR doc.
Camille GILLOT
-4
/
+0
2023-02-18
Adapt interpreter.
Camille GILLOT
-15
/
+3
2023-02-18
Fix CTFE interpreter.
Camille GILLOT
-1
/
+1
2023-02-18
Remove outdated comment.
Camille GILLOT
-3
/
+0
2023-02-18
Adapt interpreter.
Camille GILLOT
-11
/
+13
2023-02-18
Correct comment.
Camille GILLOT
-2
/
+4
2023-02-18
Add comment.
Camille GILLOT
-0
/
+3
2023-02-18
Remove overflow checks from ConstProp.
Camille GILLOT
-102
/
+16
2023-02-18
Do not codegen overflow check when not required.
Camille GILLOT
-2
/
+11
2023-02-18
Assume we can normalize trait default method RPITITs in param-env instead
Michael Goulet
-4
/
+81
2023-02-18
Make sure test_type_match doesn't ICE with late-bound types
Michael Goulet
-1
/
+2
[prev]
[next]