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
/
context.rs
Age
Commit message (
Expand
)
Author
Lines
2017-04-22
avoid calling `mk_region` unnecessarily
Ariel Ben-Yehuda
-1
/
+17
2017-04-21
move the trans trait caches into tcx
Niko Matsakis
-0
/
+3
2017-04-20
rustc: replace TypeContents::needs_drop with Ty::may_drop.
Eduard-Mihai Burtescu
-4
/
+0
2017-04-11
Initial attempt at implementing optimization fuel and re-enabling struct fiel...
Austin Hicks
-0
/
+5
2017-03-23
move `export_map` into the tcx
Niko Matsakis
-1
/
+5
2017-03-18
resolve instances to ty::Instance directly
Ariel Ben-Yehuda
-0
/
+9
2017-02-28
move the `FreeRegionMap` into `TypeckTables`
Niko Matsakis
-18
/
+6
2017-02-25
rustc_const_eval: always demand typeck_tables for evaluating constants.
Eduard-Mihai Burtescu
-0
/
+5
2017-02-25
rustc_typeck: hook up collect and item/body check to on-demand.
Eduard-Mihai Burtescu
-17
/
+5
2017-02-25
rustc: combine BareFnTy and ClosureTy into FnSig.
Eduard-Mihai Burtescu
-40
/
+16
2017-02-25
rustc_typeck: lift CrateCtxt to TyCtxt.
Eduard Burtescu
-0
/
+17
2017-02-25
rustc: introduce a query system for type information in ty::maps.
Eduard Burtescu
-5
/
+11
2017-02-25
rustc: consolidate dep-tracked hashmaps in tcx.maps.
Eduard-Mihai Burtescu
-92
/
+4
2017-02-25
rustc: move the actual values of enum discriminants into a map.
Eduard-Mihai Burtescu
-3
/
+6
2017-02-25
rustc: store type parameter defaults outside of ty::Generics.
Eduard-Mihai Burtescu
-14
/
+2
2017-02-10
Move type of discriminant to AdtDef
Simonas Kazlauskas
-1
/
+3
2017-02-06
Introduce ReprOptions, a struct for holding info from the repr attributes. T...
Austin Hicks
-2
/
+4
2017-02-05
Rollup merge of #39009 - canndrew:default-unit-warnings, r=nikomatsakis
Corey Farwell
-6
/
+7
2017-02-03
Add warning for () to ! switch
Andrew Cann
-6
/
+7
2017-02-02
rejigger how we handle used trait imports
Niko Matsakis
-2
/
+2
2017-02-02
store typeck lints in the `TypeckTables`
Niko Matsakis
-0
/
+5
2017-02-02
change the `used_trait_imports` map to be a `DefIdSet`
Niko Matsakis
-2
/
+2
2017-01-30
Merge ty::TyBox into ty::TyAdt
Vadim Petrochenkov
-2
/
+6
2017-01-27
move `cast_kinds` into `TypeckTables` where it belongs
Niko Matsakis
-7
/
+7
2017-01-26
rustc: don't call the HIR AST.
Eduard-Mihai Burtescu
-3
/
+3
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-6
/
+6
2017-01-25
rename `Tables` to `TypeckTables`
Niko Matsakis
-7
/
+7
2017-01-06
rustc: store ty::Tables separately for each body (except closures').
Eduard-Mihai Burtescu
-2
/
+9
2017-01-06
rustc: keep track of tables everywhere as if they were per-body.
Eduard-Mihai Burtescu
-9
/
+17
2017-01-03
Spelling. s/forrest/forest
Andrew Cann
-2
/
+2
2017-01-03
Fix build after rebase.
Andrew Cann
-2
/
+2
2017-01-03
Refactor is_uninhabited
Andrew Cann
-0
/
+4
2017-01-01
Auto merge of #38653 - Mark-Simulacrum:dropless-arena, r=eddyb
bors
-80
/
+53
2016-12-31
Utilize new in_arena method instead of hashing for Lifting interned items
Mark Simulacrum
-25
/
+13
2016-12-31
Split CtxtArenas into GlobalArenas and CtxtInterners.
Mark Simulacrum
-56
/
+41
2016-12-30
Such large. Very 128. Much bits.
Simonas Kazlauskas
-0
/
+6
2016-12-28
rustc: simplify constant cross-crate loading and rustc_passes::consts.
Eduard-Mihai Burtescu
-13
/
+3
2016-12-20
Rollup merge of #38418 - michaelwoerister:def_path_cleanup, r=eddyb
Alex Crichton
-39
/
+10
2016-12-19
Simplify `TyCtxt::create_and_enter`.
Jeffrey Seyfried
-6
/
+4
2016-12-16
Move retrace_path() implementation to DefPathTable
Michael Woerister
-39
/
+10
2016-12-05
Refactor FnSig to contain a Slice for its inputs and outputs.
Mark-Simulacrum
-0
/
+11
2016-12-02
Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakis
bors
-32
/
+13
2016-11-29
rustc: simplify AdtDef by removing the field types and ty::ivar.
Eduard-Mihai Burtescu
-18
/
+11
2016-11-29
rustc: remove type information from TraitDef.
Eduard-Mihai Burtescu
-14
/
+2
2016-11-28
Refactor TyTrait to contain a interned ExistentialPredicate slice.
Mark-Simulacrum
-12
/
+62
2016-11-28
rustc: embed path resolutions into the HIR instead of keeping DefMap.
Eduard-Mihai Burtescu
-8
/
+15
2016-11-21
Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...
Jeffrey Seyfried
-8
/
+8
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-7
/
+7
2016-11-12
rustc: move closure upvar types to the closure substs
Ariel Ben-Yehuda
-5
/
+2
2016-11-10
rustc: clean up lookup_item_type and remove TypeScheme.
Eduard Burtescu
-6
/
+2
[next]