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
/
src
/
librustc
/
traits
/
select.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-26
Update handling of Tuple
varkor
-5
/
+9
2019-04-26
Auto merge of #60167 - varkor:tidy-filelength, r=matthewjasper
bors
-0
/
+2
2019-04-25
ignore-tidy-filelength on all files with greater than 3000 lines
varkor
-0
/
+2
2019-04-22
Remove redundant code in copy_clone_conditions
Tyler Mandry
-10
/
+4
2019-02-27
Rename variadic to c_variadic
Dan Robertson
-1
/
+1
2019-02-27
rename Substs to InternalSubsts
csmoe
-2
/
+2
2019-02-26
replace &'tcx Substs with SubstsRef
csmoe
-4
/
+4
2019-02-21
partially revert 904a0bde93f0348f69914ee90b1f8b6e4e0d7cbc
Niko Matsakis
-1
/
+19
2019-02-21
introduce a dummy leak check and invoke it in all the right places
Niko Matsakis
-12
/
+34
2019-02-21
s/skol_/placeholder_/
Niko Matsakis
-10
/
+10
2019-02-13
Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper
Mazdak Farrokhzad
-1
/
+1
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-24
/
+23
2019-02-05
move librustc to 2018
Mark Mansi
-13
/
+13
2019-01-27
Mark non-static generators as always Unpin
Wim Looman
-3
/
+15
2019-01-27
Mark static generators as !Unpin
Wim Looman
-0
/
+6
2019-01-19
Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakis
Mazdak Farrokhzad
-1
/
+1
2019-01-19
Auto merge of #56722 - Aaron1011:fix/blanket-eval-overflow, r=nikomatsakis
bors
-25
/
+73
2019-01-16
Don't explicitly increment the depth for new trait predicates
Aaron Hill
-2
/
+1
2019-01-10
integrate trait aliases into def-paths / metadata
Niko Matsakis
-1
/
+1
2019-01-03
Improve comment
Aaron Hill
-1
/
+8
2019-01-03
Cleanup code
Aaron Hill
-7
/
+1
2019-01-03
Improve error generation, fixup recursion limits
Aaron Hill
-6
/
+28
2019-01-03
More tidy fixes
Aaron Hill
-3
/
+4
2019-01-03
Ensure that we properly increment obligation depth
Aaron Hill
-21
/
+24
2019-01-03
Remove extra recursion_depth tracking
Aaron Hill
-63
/
+41
2019-01-03
Fix tidy errors
Aaron Hill
-6
/
+11
2019-01-03
Fix stack overflow when finding blanket impls
Aaron Hill
-31
/
+70
2019-01-04
implement a hack to make traitobject 0.1.0 compile
Ariel Ben-Yehuda
-1
/
+2
2019-01-04
Revert "add coherence future-compat warnings for marker-only trait objects"
Ariel Ben-Yehuda
-10
/
+2
2019-01-04
add support for principal-less trait object types
Ariel Ben-Yehuda
-6
/
+15
2019-01-02
track if any region constraints involved placeholders
Niko Matsakis
-4
/
+3
2019-01-02
universe transition
Niko Matsakis
-89
/
+33
2019-01-02
select.rs: unsizing coercion should use a subtype
Niko Matsakis
-2
/
+2
2019-01-02
introduce ability to detect region constraints from snapshot
Niko Matsakis
-8
/
+22
2019-01-02
make evaluation track whether outlives relationships mattered
Niko Matsakis
-91
/
+32
2019-01-02
remove wrapper functions that had no purpose
Niko Matsakis
-56
/
+37
2019-01-02
remove `commit_if_ok` wrapper
Niko Matsakis
-10
/
+1
2018-12-27
Use `TraitEngine` in `enter_canonical_trait_query`
scalexm
-5
/
+8
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-14
add coherence future-compat warnings for marker-only trait objects
Ariel Ben-Yehuda
-2
/
+10
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-16
/
+16
2018-11-26
rustc-guide has moved
Mark Mansi
-3
/
+3
2018-11-24
Move `BoundTy` debruijn index to the `TyKind` enum variant
scalexm
-3
/
+3
2018-11-24
Instantiate all bound vars universally
scalexm
-5
/
+5
2018-11-24
Introduce `TyKind::Placeholder` variant
scalexm
-0
/
+3
2018-11-07
Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco
kennytm
-1
/
+1
2018-11-06
refactor: use shorthand fields
teresy
-1
/
+1
2018-11-03
Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakis
bors
-37
/
+107
2018-11-03
Rename `Binder::no_late_bound_regions` to `Binder::no_bound_vars`
scalexm
-2
/
+2
[next]