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
/
ty
/
sty.rs
Age
Commit message (
Expand
)
Author
Lines
2017-07-11
Downgrade ProjectionTy's TraitRef to its substs
Tobias Schottdorf
-39
/
+39
2017-07-11
Clean up some code
Guillaume Gomez
-1
/
+0
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-2
/
+2
2017-06-29
Code review fixes
gaurikholkar
-0
/
+14
2017-06-27
rustc: move the PolyFnSig out of TyFnDef.
Eduard-Mihai Burtescu
-4
/
+7
2017-06-03
Auto merge of #42332 - michaelwoerister:no-more-retracing, r=nikomatsakis
bors
-3
/
+3
2017-06-01
Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis
bors
-11
/
+0
2017-06-01
rustc: replace method_map with Def::Method and node_substs entries.
Eduard-Mihai Burtescu
-2
/
+0
2017-06-01
rustc: replace TyFnDef in MethodCallee with just the FnSig.
Eduard-Mihai Burtescu
-9
/
+0
2017-05-31
Upgrade ProjectionTy's Name to a DefId
Tobias Schottdorf
-6
/
+31
2017-05-31
Make a newtype for DefPathHash so they are not confused with content hashes
Michael Woerister
-3
/
+3
2017-05-18
Use 128 instead of 64 bits for DefPath hashes
Michael Woerister
-2
/
+3
2017-05-13
rustc: stop interning CodeExtent, it's small enough.
Eduard-Mihai Burtescu
-5
/
+5
2017-05-13
rustc: treat ReEarlyBound as free without replacing it with ReFree.
Eduard-Mihai Burtescu
-2
/
+2
2017-05-13
rustc: use DefId instead of CodeExtent for FreeRegion's scope.
Eduard-Mihai Burtescu
-7
/
+3
2017-05-11
Upgrade some comments to doc comments
Oliver Schneider
-24
/
+23
2017-05-02
Rollup merge of #41662 - nikomatsakis:on-demandify-region-mapping, r=eddyb
Corey Farwell
-11
/
+17
2017-05-02
Auto merge of #41488 - estebank:closure-args, r=arielb1
bors
-0
/
+16
2017-04-30
intern CodeExtents
Niko Matsakis
-11
/
+13
2017-04-30
remove ROOT_CODE_EXTENT and DUMMY_CODE_EXTENT
Niko Matsakis
-1
/
+5
2017-04-24
rustc: rename some of the queries to match tcx methods.
Eduard-Mihai Burtescu
-3
/
+3
2017-04-23
Clean up closure type mismatch errors
Esteban Küber
-0
/
+16
2017-04-16
Compress ReprOptions a little bit
Simonas Kazlauskas
-1
/
+1
2017-03-13
some style fixes
Tshepang Lekhonkhobe
-31
/
+31
2017-02-28
Rollup merge of #39977 - frewsxcv:error-reporting-cleanup, r=eddyb
Corey Farwell
-0
/
+18
2017-02-25
rustc_typeck: hook up collect and item/body check to on-demand.
Eduard-Mihai Burtescu
-1
/
+1
2017-02-25
rustc: combine BareFnTy and ClosureTy into FnSig.
Eduard-Mihai Burtescu
-35
/
+17
2017-02-20
Move `TraitRef` `impl` next to `struct` definition.
Corey Farwell
-0
/
+18
2017-02-10
Use global recursion limit when evaluating inhabitedness
Andrew Cann
-3
/
+3
2017-02-09
Add recursion limit to inhabitedness check
Andrew Cann
-1
/
+1
2017-02-05
make lifetimes that only appear in return type early-bound
Niko Matsakis
-15
/
+10
2017-02-03
Add is_defaulted_unit helper method
Andrew Cann
-0
/
+9
2017-02-03
Add warning for () to ! switch
Andrew Cann
-3
/
+7
2017-01-30
Implement Drop for Box
Vadim Petrochenkov
-2
/
+1
2017-01-30
Merge ty::TyBox into ty::TyAdt
Vadim Petrochenkov
-12
/
+13
2017-01-26
Point to immutable arg/fields when trying to use as &mut
Esteban Küber
-1
/
+1
2017-01-12
E0034: provide disambiguated syntax for candidates
Esteban Küber
-0
/
+11
2017-01-03
Fix make tidy
Andrew Cann
-1
/
+1
2017-01-03
Change file structure, add comments for inhabitedness.rs
Andrew Cann
-10
/
+41
2017-01-03
Spelling. s/forrest/forest
Andrew Cann
-2
/
+2
2017-01-03
Fix build after rebase.
Andrew Cann
-5
/
+5
2017-01-03
Refactor is_uninhabited
Andrew Cann
-20
/
+12
2016-12-20
Start of implementation of proposal for E0308
Guillaume Gomez
-0
/
+1
2016-12-05
Refactor FnSig to contain a Slice for its inputs and outputs.
Mark-Simulacrum
-19
/
+10
2016-12-05
Refactor ty::FnSig to privatize all fields
Mark-Simulacrum
-6
/
+24
2016-12-02
Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakis
bors
-2
/
+2
2016-11-29
rustc: simplify AdtDef by removing the field types and ty::ivar.
Eduard-Mihai Burtescu
-2
/
+2
2016-11-28
Refactor TyTrait to contain a interned ExistentialPredicate slice.
Mark-Simulacrum
-55
/
+139
2016-11-28
Remove BuiltinBound and BuiltinBounds.
Mark-Simulacrum
-69
/
+1
2016-11-28
Refactor BuiltinBounds to Vec<DefId> on TraitObject.
Mark-Simulacrum
-13
/
+21
[next]