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
/
rustc_trait_selection
Age
Commit message (
Expand
)
Author
Lines
2020-09-19
Auto merge of #76886 - Aaron1011:fix/ensure-stack-predicate, r=Mark-Simulacrum
bors
-119
/
+133
2020-09-18
Wrap recursive predicate evaluation with `ensure_sufficient_stack`
Aaron Hill
-119
/
+133
2020-09-18
add `const-evaluatable_checked` check back in
Bastian Kauschke
-16
/
+16
2020-09-18
review, small cleanup
Bastian Kauschke
-18
/
+21
2020-09-18
document `const_evaluatable`
Bastian Kauschke
-3
/
+47
2020-09-18
remove allow(warnings)
Bastian Kauschke
-2
/
+0
2020-09-18
support const_evaluatable_checked across crate boundaries
Bastian Kauschke
-1
/
+16
2020-09-18
add function calls
Bastian Kauschke
-0
/
+18
2020-09-18
allow unary operations and ignore StorageLive/Dead stmts
Bastian Kauschke
-4
/
+23
2020-09-18
use newtype_index for abstract_const::NodeId
Bastian Kauschke
-14
/
+10
2020-09-18
refactor AbstractConstBuilder
Bastian Kauschke
-58
/
+67
2020-09-18
use abstract consts when unifying ConstKind::Unevaluated
Bastian Kauschke
-1
/
+41
2020-09-18
initial working state
Bastian Kauschke
-12
/
+259
2020-09-16
Rollup merge of #76756 - matthiaskrgr:cl123ppy, r=Dylan-DPC
Tyler Mandry
-1
/
+1
2020-09-16
Rollup merge of #76641 - nox:pointee-random-stuff, r=eddyb
Ralf Jung
-6
/
+1
2020-09-16
Rollup merge of #75304 - Aaron1011:feature/diag-deref-move-out, r=estebank
Dylan DPC
-1
/
+8
2020-09-15
fix a couple of stylistic clippy warnings
Matthias Krüger
-1
/
+1
2020-09-13
Auto merge of #76244 - vandenheuvel:remove__paramenv__def_id, r=nikomatsakis
bors
-156
/
+39
2020-09-12
Clean up some language trait items comparisons
Anthony Ramine
-6
/
+1
2020-09-10
Note when a a move/borrow error is caused by a deref coercion
Aaron Hill
-1
/
+8
2020-09-10
fix tidy, small cleanup
Bastian Kauschke
-5
/
+1
2020-09-10
implement `const_evaluatable_checked` feature MVP
Bastian Kauschke
-15
/
+36
2020-09-09
Remove def_id field from ParamEnv
Bram van den Heuvel
-156
/
+39
2020-09-08
add tracking issue, fix rebase
Bastian Kauschke
-0
/
+61
2020-09-08
review
Bastian Kauschke
-13
/
+11
2020-09-08
make `ConstEvaluatable` more strict
Bastian Kauschke
-17
/
+22
2020-09-04
ty.flags -> ty.flags()
LeSeulArtichaut
-1
/
+1
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-73
/
+75
2020-09-03
specialization_graph: avoid trimmed paths for OverlapError
Dan Aloni
-2
/
+4
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-14
/
+20
2020-09-02
Fix some unwanted uses of Debug formatting on user-facing messages
Dan Aloni
-2
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+19303