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
/
coherence.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-23
Revert "add universes to type inference variables"
Sean Griffin
-3
/
+1
2018-03-13
refactor `ParamEnv::empty(Reveal)` into two distinct methods
Niko Matsakis
-2
/
+2
2018-03-01
add universes to type inference variables
Niko Matsakis
-1
/
+3
2018-02-25
Change links to readmes
Mark Mansi
-1
/
+5
2018-02-17
fix more typos found by codespell.
Matthias Krüger
-1
/
+1
2018-02-01
Auto merge of #47738 - nikomatsakis:issue-47139-master, r=arielb1
bors
-14
/
+36
2018-01-30
track intercrate ambiguity only when there is a coherence error
Niko Matsakis
-9
/
+18
2018-01-30
change `overlapping_impls` to take a tcx and create the infcx
Niko Matsakis
-9
/
+11
2018-01-30
make `overlapping_impls` call closures instead of returning
Niko Matsakis
-8
/
+19
2018-01-23
Adds support for immovable generators. Move checking of invalid borrows acros...
John Kåre Alsaker
-1
/
+4
2017-12-06
convert errors to warnings
Ariel Ben-Yehuda
-1
/
+1
2017-12-05
add a comment and assertion explaining everything
Ariel Ben-Yehuda
-1
/
+93
2017-12-05
convert the new conflicts to a soft error
Ariel Ben-Yehuda
-4
/
+8
2017-12-05
refactor a bit
Ariel Ben-Yehuda
-45
/
+51
2017-12-05
improve treatment of local types in "remote coherence" mode
Ariel Ben-Yehuda
-46
/
+79
2017-11-28
Revert "fix treatment of local types in "remote coherence" mode"
Ariel Ben-Yehuda
-79
/
+46
2017-11-26
fix treatment of local types in "remote coherence" mode
Ariel Ben-Yehuda
-46
/
+79
2017-10-27
Implement RFC 1861: Extern types
Paul Lietar
-0
/
+4
2017-10-08
address more FIXME whose associated issues were marked as closed
Niv Kaminer
-1
/
+0
2017-09-05
factor out helper method
Niko Matsakis
-7
/
+10
2017-09-05
Add hints when intercrate ambiguity causes overlap.
Masaki Hara
-3
/
+12
2017-07-28
Generator literal support
John Kåre Alsaker
-1
/
+1
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-2
/
+2
2017-06-01
ergonomic improvements to the methods in infcx
Niko Matsakis
-6
/
+3
2017-06-01
strip param-env from infcx
Niko Matsakis
-7
/
+38
2017-04-19
propagate obligations during overlap check
Niko Matsakis
-4
/
+4
2017-01-30
Merge ty::TyBox into ty::TyAdt
Vadim Petrochenkov
-9
/
+4
2016-11-28
Refactor TyTrait to contain a interned ExistentialPredicate slice.
Mark-Simulacrum
-2
/
+2
2016-11-28
Privatize TraitObject.principal and add a method accessor, returning Option.
Mark-Simulacrum
-9
/
+7
2016-11-15
remove TypeOrigin and use ObligationCause instead
Niko Matsakis
-4
/
+6
2016-11-06
rustc: harden against InferOk having obligations in more cases.
Eduard Burtescu
-6
/
+8
2016-09-20
rustc_metadata: go only through rustc_serialize in astencode.
Eduard Burtescu
-2
/
+1
2016-09-08
Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt`
Vadim Petrochenkov
-4
/
+2
2016-09-03
Some better support for unions through the compiler
Vadim Petrochenkov
-1
/
+1
2016-09-03
Add union types
Vadim Petrochenkov
-1
/
+2
2016-08-17
rustc: remove SelfSpace from ParamSpace.
Eduard Burtescu
-5
/
+1
2016-08-17
rustc: move trait objects from TraitRef to ExistentialTraitRef.
Eduard Burtescu
-2
/
+2
2016-08-13
Rename empty/bang to never
Andrew Cann
-1
/
+1
2016-08-13
Start implementation of RFC 1216 (make ! a type)
Andrew Cann
-0
/
+1
2016-08-12
rustc: add TyAnon (impl Trait) to the typesystem.
Eduard Burtescu
-1
/
+1
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-05-11
rustc: Split local type contexts interners from the global one.
Eduard Burtescu
-8
/
+8
2016-05-11
rustc: Generalize a minimum set of functions over 'tcx != 'gcx.
Eduard Burtescu
-26
/
+15
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-9
/
+11
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-18
/
+19
2016-05-11
rustc: Avoid free functions taking &TyCtxt and &InferCtxt.
Eduard Burtescu
-6
/
+5
2016-04-06
rustc: move middle::{def,def_id,pat_util} to hir.
Eduard Burtescu
-1
/
+1
2016-03-31
librustc: replace tcx.sess.bug calls with bug!()
Benjamin Herr
-3
/
+1
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-0
/
+299