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-04-20
do not propagate `Err` when determing causal info
Niko Matsakis
-19
/
+43
2018-03-29
Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakis
bors
-2
/
+1
2018-03-23
Revert "add universes to type inference variables"
Sean Griffin
-2
/
+1
2018-03-23
Rename variables in rustc’s SelectionContext::copy_clone_conditions
Simon Sapin
-4
/
+3
2018-03-23
Stabilize the copy_closures and clone_closures features
Simon Sapin
-6
/
+2
2018-03-14
remove defaulting to unit
Andrew Cann
-49
/
+6
2018-03-13
add `canonicalize` method to `InferCtxt` [VIC]
Niko Matsakis
-6
/
+9
2018-03-13
refactor `ParamEnv::empty(Reveal)` into two distinct methods
Niko Matsakis
-1
/
+1
2018-03-08
Prepare for using miri in trans
Alexander Regueiro
-4
/
+20
2018-03-07
Merge branch 'refactor-select' of https://github.com/aravind-pg/rust into upd...
Alex Crichton
-71
/
+39
2018-03-04
Remove ty::Predicate::Equate and ty::EquatePredicate (dead code)
Tatsuyuki Ishi
-11
/
+0
2018-03-03
Refactor away `inferred_obligations` from the trait selector
Aravind Gollakota
-72
/
+40
2018-03-01
add universes to type inference variables
Niko Matsakis
-1
/
+2
2018-03-01
store type values in the unification table directly
Niko Matsakis
-8
/
+8
2018-02-28
Rollup merge of #48479 - mark-i-m:rustc-guide, r=nikomatsakis
kennytm
-4
/
+11
2018-02-25
tidy fix
Mark Mansi
-2
/
+4
2018-02-25
Change links to readmes
Mark Mansi
-4
/
+9
2018-02-24
Rollup merge of #48452 - varkor:unpacked-kind, r=eddyb
Manish Goregaokar
-2
/
+2
2018-02-24
Rollup merge of #48296 - ishitatsuyuki:exp-unblow, r=nikomatsakis
Manish Goregaokar
-2
/
+9
2018-02-23
Introduce UnpackedKind
varkor
-2
/
+2
2018-02-22
impl_or_trait_obligations: deduplicate obligations
Tatsuyuki Ishi
-2
/
+9
2018-02-18
Cleanup formatting
Aaron Hill
-3
/
+3
2018-02-18
Fix merge conflicts
Aaron Hill
-1
/
+1
2018-02-18
Generate documentation for auto-trait impls
Aaron Hill
-1
/
+30
2018-02-01
Auto merge of #47738 - nikomatsakis:issue-47139-master, r=arielb1
bors
-40
/
+64
2018-01-30
track intercrate ambiguity only when there is a coherence error
Niko Matsakis
-40
/
+64
2018-01-23
Adds support for immovable generators. Move checking of invalid borrows acros...
John Kåre Alsaker
-5
/
+11
2018-01-13
Remove `impl Foo for ..` in favor of `auto trait Foo`
leonardo.yvens
-2
/
+2
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
[next]