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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2017-09-14
bring Ty into scope
Douglas Campos
-1
/
+1
2017-09-11
rustc: evaluate fixed-length array length expressions lazily.
Eduard-Mihai Burtescu
-0
/
+2
2017-09-05
Add hints when intercrate ambiguity causes overlap.
Masaki Hara
-3
/
+2
2017-09-03
Auto merge of #44191 - arielb1:on-unimplemented-label, r=nikomatsakis
bors
-0
/
+2
2017-09-03
implement improved on_unimplemented directives
Ariel Ben-Yehuda
-1
/
+1
2017-09-03
move the on_unimplemented logic to its own file
Ariel Ben-Yehuda
-1
/
+2
2017-09-03
refactor and centralize `on_unimplemented` parsing
Ariel Ben-Yehuda
-0
/
+1
2017-09-01
rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.
Eduard-Mihai Burtescu
-3
/
+3
2017-09-01
rustc: use hir::ItemLocalId instead of ast::NodeId in CodeExtent.
Eduard-Mihai Burtescu
-1
/
+1
2017-08-29
rustc: Remove `specailization_cache` in favor of a query
Alex Crichton
-1
/
+3
2017-08-21
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-2
/
+2
2017-08-18
Handle structs, unions and enums unsized field/variant separately
Guillaume Gomez
-2
/
+2
2017-08-10
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-1
/
+1
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+19
2017-07-07
use the evaluation cache instead of the global fulfillment cache
Ariel Ben-Yehuda
-1
/
+1
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-1
/
+1
2017-06-29
Check explicitly that tuple initializer is Sized.
Masaki Hara
-0
/
+2
2017-06-29
Auto merge of #42642 - venkatagiri:issue_42312, r=nikomatsakis
bors
-1
/
+1
2017-06-28
Auto merge of #42797 - arielb1:ex-falso-ice, r=nikomatsakis
bors
-2
/
+5
2017-06-28
rustc_typeck: use body-id of type-checking item in need_type_info
Venkata Giri Reddy
-1
/
+1
2017-06-24
Detect missing `;` on methods with return type `()`
Esteban Küber
-21
/
+32
2017-06-21
avoid translating roots with predicates that do not hold
Ariel Ben-Yehuda
-2
/
+5
2017-06-14
suppress trait errors that are implied by other errors
Ariel Ben-Yehuda
-1
/
+0
2017-06-10
rustc: make the comon case of tcx.infer_ctxt(()) nicer.
Eduard-Mihai Burtescu
-2
/
+2
2017-06-01
strip param-env from infcx
Niko Matsakis
-33
/
+44
2017-06-01
move projection mode into parameter environment
Niko Matsakis
-4
/
+5
2017-05-22
rename `parameter_environment` to `param_env`
Niko Matsakis
-4
/
+4
2017-05-22
rename `ParameterEnvironment` to `ParamEnv`
Niko Matsakis
-5
/
+5
2017-05-22
centralize the caching for is-copy, is-sized, and is-freeze
Niko Matsakis
-2
/
+2
2017-05-15
Remove interior mutability from TraitDef by turning fields into queries.
Michael Woerister
-2
/
+16
2017-05-02
Store interned predicates in ParameterEnvironment
Tobias Schottdorf
-5
/
+13
2017-04-30
introduce per-fn RegionMaps
Taylor Cramer
-5
/
+7
2017-04-30
intern CodeExtents
Niko Matsakis
-1
/
+1
2017-04-24
rustc: rename some of the queries to match tcx methods.
Eduard-Mihai Burtescu
-1
/
+1
2017-04-22
avoid calling `mk_region` unnecessarily
Ariel Ben-Yehuda
-1
/
+1
2017-04-21
move the trans trait caches into tcx
Niko Matsakis
-0
/
+1
2017-04-15
Remove MethodMatchResult and MethodMatchedData.
Mark Simulacrum
-2
/
+0
2017-04-11
use obligations to propagate sub-typing instead of the TV code
Niko Matsakis
-1
/
+4
2017-03-30
add an `ObligationCauseCode` we'll use later (`ReturnNoExpression`)
Niko Matsakis
-0
/
+3
2017-03-18
resolve instances to ty::Instance directly
Ariel Ben-Yehuda
-1
/
+1
2017-02-25
rustc_typeck: rework coherence to be almost completely on-demand.
Eduard-Mihai Burtescu
-1
/
+1
2017-02-25
rustc_typeck: hook up collect and item/body check to on-demand.
Eduard-Mihai Burtescu
-1
/
+0
2017-02-16
erase late bound regions in `get_vtable_methods()`
Niko Matsakis
-0
/
+5
2017-01-06
rustc: keep track of tables everywhere as if they were per-body.
Eduard-Mihai Burtescu
-2
/
+2
2016-11-28
Refactor TyTrait to contain a interned ExistentialPredicate slice.
Mark-Simulacrum
-4
/
+4
2016-11-28
Remove BuiltinBound and BuiltinBounds.
Mark-Simulacrum
-23
/
+22
2016-11-15
remove TypeOrigin and use ObligationCause instead
Niko Matsakis
-0
/
+30
2016-11-10
rustc: clean up lookup_item_type and remove TypeScheme.
Eduard Burtescu
-1
/
+1
2016-11-10
rustc: unify and simplify managing associated items.
Eduard Burtescu
-12
/
+8
[next]