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
/
structural_impls.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-14
Address niko's nits
scalexm
-119
/
+71
2018-03-14
Add MVP for chalkification
scalexm
-0
/
+183
2018-03-13
refactor `ParamEnv::empty(Reveal)` into two distinct methods
Niko Matsakis
-2
/
+0
2018-03-13
improve TypeFoldable/Lift macros and make a bunch of stuff use them
Niko Matsakis
-236
/
+45
2018-03-04
Remove ty::Predicate::Equate and ty::EquatePredicate (dead code)
Tatsuyuki Ishi
-3
/
+0
2018-01-29
Require yield types to be sized
John Kåre Alsaker
-0
/
+3
2017-11-25
avoid type-live-for-region obligations on dummy nodes
Ariel Ben-Yehuda
-4
/
+11
2017-11-15
convert EXTRA_REQUIREMENT_IN_IMPL into a hard error
Niko Matsakis
-3
/
+1
2017-11-15
move region constraints into inference context
Niko Matsakis
-7
/
+0
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-8
/
+8
2017-09-11
rustc: evaluate fixed-length array length expressions lazily.
Eduard-Mihai Burtescu
-0
/
+3
2017-08-21
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-22
Auto merge of #43690 - scalexm:issue-28229, r=nikomatsakis
bors
-1
/
+1
2017-08-21
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-3
/
+3
2017-08-18
Handle structs, unions and enums unsized field/variant separately
Guillaume Gomez
-3
/
+3
2017-08-14
Do not store `ty`
scalexm
-12
/
+4
2017-08-14
Make `Clone` a lang item and generate builtin impls.
scalexm
-4
/
+12
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+43
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-16
/
+16
2017-06-29
Check explicitly that tuple initializer is Sized.
Masaki Hara
-0
/
+3
2017-06-24
Detect missing `;` on methods with return type `()`
Esteban Küber
-27
/
+17
2017-06-01
strip param-env from infcx
Niko Matsakis
-0
/
+1
2017-04-11
fix long line
Niko Matsakis
-1
/
+2
2017-04-11
add Subtype predicate
Niko Matsakis
-0
/
+1
2017-03-30
add an `ObligationCauseCode` we'll use later (`ReturnNoExpression`)
Niko Matsakis
-0
/
+3
2017-02-25
rustc_typeck: hook up collect and item/body check to on-demand.
Eduard-Mihai Burtescu
-27
/
+0
2016-11-28
Remove BuiltinBound and BuiltinBounds.
Mark-Simulacrum
-5
/
+0
2016-11-15
remove TypeOrigin and use ObligationCause instead
Niko Matsakis
-0
/
+46
2016-11-01
introduce new origin for `Trait+'b`
Niko Matsakis
-0
/
+11
2016-11-01
compare-method lint
Niko Matsakis
-1
/
+3
2016-11-01
cleanup error reporting and add `ui` tests
Niko Matsakis
-4
/
+10
2016-08-12
typeck: leak auto trait obligations through impl Trait.
Eduard Burtescu
-0
/
+181
2016-05-11
Add inferred obligation storage to all Vtable variants and SelectionContext
Masood Malekghassemi
-10
/
+40
2016-05-11
rustc: Split local type contexts interners from the global one.
Eduard Burtescu
-0
/
+52
2016-05-11
rustc: More interning for data used in Ty<'tcx>.
Eduard Burtescu
-2
/
+1
2016-05-11
rustc: Generalize a minimum set of functions over 'tcx != 'gcx.
Eduard Burtescu
-8
/
+34
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-0
/
+256