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
/
auto_trait.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-28
Fix lint findings in librustc
flip1995
-4
/
+4
2019-02-27
rename Substs to InternalSubsts
csmoe
-1
/
+1
2019-02-21
introduce a dummy leak check and invoke it in all the right places
Niko Matsakis
-1
/
+7
2019-02-13
HirId-ify hir::BodyId
ljedrz
-3
/
+3
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-05
move librustc to 2018
Mark Mansi
-4
/
+4
2019-01-02
universe transition
Niko Matsakis
-7
/
+1
2018-12-27
Add a def-id in `ty::ParamEnv`
scalexm
-1
/
+6
2018-12-27
Auto merge of #56838 - Aaron1011:fix/rustdoc-infer-unify, r=nikomatsakis
bors
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-14
Call poly_project_and_unify_type on types that contain inference types
Aaron Hill
-2
/
+2
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-5
/
+5
2018-11-28
Filter out self-referential projection predicates
Aaron Hill
-1
/
+26
2018-11-28
Check all substitution parameters for inference variables
Aaron Hill
-3
/
+8
2018-11-28
Ensure that Rusdoc discovers all necessary auto trait bounds
Aaron Hill
-17
/
+51
2018-11-13
Auto merge of #55356 - Aaron1011:fix/rustdoc-negative-auto, r=nikomatsakis
bors
-1
/
+16
2018-11-08
Fix typo in comment
varkor
-1
/
+1
2018-11-07
Rollup merge of #55453 - Aaron1011:fix/rustdoc-lifetime, r=pnkfelix
kennytm
-9
/
+33
2018-11-03
Rename `Binder::no_late_bound_regions` to `Binder::no_bound_vars`
scalexm
-2
/
+2
2018-10-28
Choose predicates without inference variables over those with them
Aaron Hill
-9
/
+33
2018-10-25
Fix tidy error
Aaron Hill
-1
/
+3
2018-10-25
Check for negative impls when finding auto traits
Aaron Hill
-1
/
+14
2018-10-20
Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper
bors
-2
/
+2
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-4
/
+4
2018-10-19
Prefer unwrap_or_else to unwrap_or in case of function calls/allocations
ljedrz
-2
/
+2
2018-09-30
Auto merge of #53255 - orium:fix-bug-overflow-send, r=arielb1
bors
-4
/
+4
2018-09-30
Typos and style fixes.
Diogo Sousa
-4
/
+4
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-4
/
+5
2018-09-26
apply `process_registered_region_obligations` at the end of regionck
Niko Matsakis
-7
/
+4
2018-09-26
use `RegionBoundPairs` type alias
Niko Matsakis
-1
/
+1
2018-09-26
auto_trait.rs: rustfmt
Niko Matsakis
-34
/
+30
2018-09-26
change `RegionObligation` to store a `SubregionOrigin`
Niko Matsakis
-15
/
+9
2018-09-18
A few cleanups and minor improvements to rustc/traits
ljedrz
-8
/
+10
2018-08-22
Remove Ty prefix from Ty{Foreign|Param}
varkor
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-1
/
+1
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-4
/
+4
2018-08-18
Use the new Entry::or_default method where possible.
Eduard-Mihai Burtescu
-6
/
+6
2018-08-07
Avoid unnecessary pattern matching against Option and Result
ljedrz
-4
/
+1
2018-08-02
Tidy fixes
Aaron Hill
-4
/
+12
2018-08-02
A bit of cleanup
Aaron Hill
-4
/
+23
2018-08-02
Filter out duplicated trait predicates when generating auto traits
Aaron Hill
-3
/
+63
2018-06-20
Remove all traces of lifetimes() and types() methods
varkor
-5
/
+3
2018-05-15
Lift pure_wrt_drop to GenericParamDef
varkor
-1
/
+1
2018-05-15
Refactor generic params loops
varkor
-2
/
+7
2018-04-26
Updated comments in auto trait machinery.
Inokentiy Babushkin
-3
/
+18
2018-04-26
Simplified name mapping in auto trait handling.
Inokentiy Babushkin
-5
/
+3
2018-04-26
Added a header comment to auto trait innards.
Inokentiy Babushkin
-0
/
+3
2018-04-26
Reformatted source for auto trait machinery.
Inokentiy Babushkin
-188
/
+193
2018-04-26
Reformatted and commented various bits of the auto trait machinery.
Inokentiy Babushkin
-198
/
+199
2018-04-26
Adjusted types and visibility in auto trait machinery.
Inokentiy Babushkin
-4
/
+7
[next]