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
Age
Commit message (
Expand
)
Author
Lines
2018-09-22
Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi...
Eduard-Mihai Burtescu
-2
/
+2
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-1
/
+0
2018-09-05
Changing TyAnon -> TyOpaque and relevant functions
ms2300
-2
/
+2
2018-08-27
Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis
bors
-0
/
+1
2018-08-25
Auto merge of #53385 - matklad:stabilize-find-map, r=KodrAus
bors
-1
/
+0
2018-08-24
check that adding infer-outlives requirement to all crates works
Niko Matsakis
-0
/
+1
2018-08-23
Use optimized SmallVec implementation
Igor Gutorov
-1
/
+3
2018-08-22
Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}
varkor
-6
/
+6
2018-08-22
Remove Ty prefix from Ty{Foreign|Param}
varkor
-3
/
+3
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-17
/
+17
2018-08-22
Rename ty::Slice to ty::List
varkor
-3
/
+3
2018-08-21
Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor
kennytm
-1
/
+1
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-3
/
+3
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-08-17
rustc_resolve: don't allow paths starting with `::crate`.
Eduard-Mihai Burtescu
-1
/
+1
2018-08-15
Stablize Iterator::find_map
Aleksey Kladov
-1
/
+0
2018-08-09
[nll] librustc_traits: enable feature(nll) for bootstrap
memoryruins
-0
/
+1
2018-07-29
Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov
bors
-1
/
+1
2018-07-27
Prefer to_string() to format!()
ljedrz
-1
/
+1
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-2
/
+0
2018-07-21
Convert implied_outlives_bounds to a query
Tyler Mandry
-0
/
+187
2018-07-18
Auto merge of #52342 - nnethercote:CanonicalVar, r=nikomatsakis
bors
-5
/
+5
2018-07-17
Avoid most allocations in `Canonicalizer`.
Nicholas Nethercote
-5
/
+5
2018-07-12
Deny bare trait objects in the rest of rust
ljedrz
-0
/
+2
2018-07-09
Change wording
scalexm
-20
/
+22
2018-07-07
extend where clauses
csmoe
-15
/
+18
2018-07-06
refactor
csmoe
-35
/
+32
2018-07-05
merge wellformed(wc)s
csmoe
-25
/
+17
2018-07-05
split IntoWellFormedGoal
csmoe
-4
/
+4
2018-07-05
wellformed wc
csmoe
-22
/
+80
2018-07-02
introduce `predicates_defined_on` for traits
Niko Matsakis
-4
/
+2
2018-07-02
use `ty::TraitRef::identity` where possible
Niko Matsakis
-5
/
+1
2018-06-28
Use `Ident`s for associated item definitions in HIR
Vadim Petrochenkov
-1
/
+1
2018-06-28
Use `Ident`s for associated type bindings in HIR
Vadim Petrochenkov
-1
/
+1
2018-06-27
rustfmt various files
Niko Matsakis
-1
/
+2
2018-06-27
change the `enter_canonical_trait_query` method to give a fulfill cx
Niko Matsakis
-29
/
+29
2018-06-27
pull out `ParamEnvAnd` and remove `QueryKey`
Niko Matsakis
-22
/
+15
2018-06-27
move into `provide` methods
Niko Matsakis
-29
/
+73
2018-06-27
merge all the `type_op_foo` modules into one as they are so trivial
Niko Matsakis
-111
/
+62
2018-06-27
use query boiler plate for `normalize_projection_ty` too
Niko Matsakis
-27
/
+33
2018-06-27
use query boilerplate for prove-predicate -- slightly inefficient
Niko Matsakis
-11
/
+17
2018-06-27
use query boilerplate for subtype
Niko Matsakis
-14
/
+14
2018-06-27
use query boilerplate for `normalize`
Niko Matsakis
-20
/
+16
2018-06-27
extract out query boilerplate and use for `Eq`
Niko Matsakis
-14
/
+5
2018-06-26
introduce `Normalizable` trait for things directly normalizable
Niko Matsakis
-0
/
+73
2018-06-26
convert `prove_predicate` into a query
Niko Matsakis
-0
/
+34
2018-06-26
make `Subtype` a true query
Niko Matsakis
-0
/
+37
2018-06-26
make `Eq` a true query
Niko Matsakis
-0
/
+37
2018-06-26
remove `Canonicalization` trait, which serves no purpose
Niko Matsakis
-14
/
+1
2018-06-26
move `make_query_response` into method on infcx
Niko Matsakis
-137
/
+18
[next]