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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-17
Deny `internal` in stage0
Mateusz Mikuła
-1
/
+1
2019-04-03
Deny internal lints on non conflicting crates
flip1995
-0
/
+1
2019-02-07
Transition librustc_traits to 2018 edition
Hirokazu Hata
-7
/
+3
2018-12-27
Integrate chalk engine
scalexm
-0
/
+1
2018-12-27
Add utilities for creating generic types
scalexm
-0
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-13
Provide program clauses for builtin types
scalexm
-0
/
+1
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-3
/
+1
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-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
-0
/
+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-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-2
/
+0
2018-07-21
Convert implied_outlives_bounds to a query
Tyler Mandry
-0
/
+2
2018-07-12
Deny bare trait objects in the rest of rust
ljedrz
-0
/
+2
2018-06-27
move into `provide` methods
Niko Matsakis
-18
/
+6
2018-06-27
merge all the `type_op_foo` modules into one as they are so trivial
Niko Matsakis
-11
/
+8
2018-06-26
introduce `Normalizable` trait for things directly normalizable
Niko Matsakis
-0
/
+5
2018-06-26
convert `prove_predicate` into a query
Niko Matsakis
-0
/
+2
2018-06-26
make `Subtype` a true query
Niko Matsakis
-0
/
+2
2018-06-26
make `Eq` a true query
Niko Matsakis
-0
/
+2
2018-06-26
move `make_query_response` into method on infcx
Niko Matsakis
-1
/
+0
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-1
/
+1
2018-06-01
Update recursion limits
John Kåre Alsaker
-0
/
+2
2018-05-24
implement the chalk traits, albeit with many placeholders
Niko Matsakis
-0
/
+5
2018-05-15
Generalise more cases of explicit iteration of specific kinds
varkor
-0
/
+1
2018-04-26
Create a canonical trait query for `evaluate_obligation`
Aravind Gollakota
-0
/
+2
2018-04-23
first draft of `program_clauses_for_env`
Niko Matsakis
-0
/
+1
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-2
/
+0
2018-04-05
Bump the bootstrap compiler to 1.26.0 beta
Alex Crichton
-2
/
+0
2018-03-29
Stabilize underscore lifetimes
Taylor Cramer
-1
/
+1
2018-03-28
Stabilize match_default_bindings
Taylor Cramer
-1
/
+1
2018-03-14
Move code into librustc_traits
scalexm
-0
/
+2
2018-03-13
introduce `tcx.normalize_erasing_regions(..)` operaton [VIC]
Niko Matsakis
-0
/
+4
2018-03-13
introduce `infcx.at(..).dropck_outlives(..)` operaton [VIC]
Niko Matsakis
-0
/
+3
2018-03-13
introduce `infcx.at(..).normalize(..)` operation [VIC]
Niko Matsakis
-0
/
+37