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-10-06
Improve resolution of associated types in macros 2.0
Vadim Petrochenkov
-3
/
+4
2017-09-17
Remove rustc_bitflags; use the bitflags crate
Tamir Duberstein
-7
/
+0
2017-09-11
rustc: use ty::Const for the length of TyArray.
Eduard-Mihai Burtescu
-3
/
+1
2017-09-11
rustc: replace usize with u64 and ConstUsize.
Eduard-Mihai Burtescu
-1
/
+3
2017-09-11
rustc: introduce ty::Const { ConstVal, Ty }.
Eduard-Mihai Burtescu
-0
/
+12
2017-09-09
adding E0623 for LateBound regions
gaurikholkar
-13
/
+0
2017-09-01
rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.
Eduard-Mihai Burtescu
-4
/
+4
2017-08-17
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-17
Rollup merge of #43891 - Fourchaux:master, r=steveklabnik
Corey Farwell
-1
/
+1
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-2
/
+2
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
2017-08-15
Fix typos & us spellings
Fourchaux
-1
/
+1
2017-08-11
Remove allocations
John Kåre Alsaker
-6
/
+4
2017-08-09
Initial pass review comments
Alex Crichton
-9
/
+5
2017-08-09
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-14
/
+0
2017-07-29
Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lint
Vadim Petrochenkov
-14
/
+0
2017-07-28
Remove support for `gen arg`
Alex Crichton
-1
/
+0
2017-07-28
Add some comments
John Kåre Alsaker
-1
/
+7
2017-07-28
Rename suspend to yield
John Kåre Alsaker
-3
/
+3
2017-07-28
Generator literal support
John Kåre Alsaker
-1
/
+67
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
[next]