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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
traits
/
select.rs
Age
Commit message (
Expand
)
Author
Lines
2018-01-31
track intercrate ambiguity only when there is a coherence error
Niko Matsakis
-40
/
+64
2018-01-01
Fix docs for future pulldown migration
Malo Jaffré
-0
/
+1
2017-12-07
replace `InferCtxt::fn_sig` with `closure_sig`
Niko Matsakis
-2
/
+1
2017-12-05
improve error reporting
Ariel Ben-Yehuda
-4
/
+3
2017-12-05
convert the new conflicts to a soft error
Ariel Ben-Yehuda
-15
/
+32
2017-12-05
refactor a bit
Ariel Ben-Yehuda
-25
/
+30
2017-12-05
improve treatment of local types in "remote coherence" mode
Ariel Ben-Yehuda
-2
/
+2
2017-12-04
make `no_late_bound_regions` a method on `Binder<T>`
Niko Matsakis
-2
/
+2
2017-11-28
Revert "fix treatment of local types in "remote coherence" mode"
Ariel Ben-Yehuda
-2
/
+2
2017-11-26
fix treatment of local types in "remote coherence" mode
Ariel Ben-Yehuda
-2
/
+2
2017-11-18
remove the `generator_sigs` map, query, and plumbing
Niko Matsakis
-2
/
+1
2017-11-18
stop using the `closure_kinds` query / table for anything
Niko Matsakis
-3
/
+3
2017-11-18
traits: prefer `ClosureSubsts` to `InferCtxt::closure_kind`
Niko Matsakis
-2
/
+2
2017-11-18
make `ty::Predicate` carry a `ClosureSubsts`
Niko Matsakis
-2
/
+2
2017-11-03
Rename `trait_has_auto_impl` to `trait_is_auto`
leonardo.yvens
-2
/
+2
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-26
/
+26
2017-10-27
Implement RFC 1861: Extern types
Paul Lietar
-2
/
+10
2017-10-08
address more FIXME whose associated issues were marked as closed
Niv Kaminer
-12
/
+2
2017-09-20
Fix ICE
scalexm
-2
/
+2
2017-09-20
Implement `Copy`/`Clone` for closures
scalexm
-7
/
+22
2017-09-11
rustc: evaluate fixed-length array length expressions lazily.
Eduard-Mihai Burtescu
-0
/
+15
2017-09-08
Auto merge of #44142 - alexcrichton:dllimport-query, r=nikomatsakis
bors
-11
/
+13
2017-09-05
factor out helper method
Niko Matsakis
-5
/
+4
2017-09-05
Fix misdetection of upstream intercrate ambiguity.
Masaki Hara
-8
/
+13
2017-09-05
Print more detailed trait-ref for intercrate ambiguity.
Masaki Hara
-16
/
+43
2017-09-05
Unify intercrate ambiguity emitters into a function.
Masaki Hara
-0
/
+20
2017-09-05
Add hints when intercrate ambiguity causes overlap.
Masaki Hara
-0
/
+29
2017-09-05
rustc: Migrate lang items to a query
Alex Crichton
-11
/
+13
2017-08-30
Rollup merge of #44157 - alexcrichton:no-specializes-cache, r=eddyb
Alex Crichton
-2
/
+1
2017-08-30
Auto merge of #43880 - arielb1:noninvasive-probe, r=nikomatsakis
bors
-106
/
+80
2017-08-29
remove the data from ClosureCandidate
Ariel Ben-Yehuda
-106
/
+80
2017-08-29
rustc: Remove `specailization_cache` in favor of a query
Alex Crichton
-2
/
+1
2017-08-29
Track closure signatures & kinds in freshened types
Ariel Ben-Yehuda
-56
/
+9
2017-08-28
Auto merge of #43999 - arielb1:immediate-project, r=nikomatsakis
bors
-3
/
+9
2017-08-27
clear out projection subobligations after they are processed
Ariel Ben-Yehuda
-3
/
+9
2017-08-21
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-4
/
+16
2017-08-14
Do not store `ty`
scalexm
-5
/
+4
2017-08-14
Make `Clone` a lang item and generate builtin impls.
scalexm
-7
/
+20
2017-08-10
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-10
/
+8
2017-08-10
Auto merge of #43522 - alexcrichton:rewrite-lints, r=michaelwoerister
bors
-5
/
+5
2017-08-10
Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1
bors
-1
/
+1
2017-08-09
Initial pass review comments
Alex Crichton
-1
/
+1
2017-08-09
rustc: Rearchitect lints to be emitted more eagerly
Alex Crichton
-5
/
+5
2017-08-08
make `for_all_relevant_impls` O(1) again
Ariel Ben-Yehuda
-4
/
+2
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-1
/
+1
2017-07-28
Copy a comment
John Kåre Alsaker
-0
/
+3
2017-07-28
Consider all implementations of Generator, not just built in ones
John Kåre Alsaker
-2
/
+5
2017-07-28
Fix tidy warnings
Alex Crichton
-1
/
+1
2017-07-28
Generator literal support
John Kåre Alsaker
-4
/
+126
2017-07-12
integrate anon dep nodes into trait selection
Niko Matsakis
-24
/
+64
[next]