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
2018-01-01
Fix broken links in internal docs
Malo Jaffré
-2
/
+4
2017-12-21
Combine GlobalArenas and DroplessArena into AllArenas
John Kåre Alsaker
-4
/
+17
2017-12-17
rustc: don't track whether layouts are "packed".
Eduard-Mihai Burtescu
-3
/
+3
2017-12-14
Auto merge of #45002 - oli-obk:miri, r=eddyb
bors
-1
/
+142
2017-12-13
improve comments on `safe_to_unsafe_fn_ty` and `coerce_closure_fn_ty`
Niko Matsakis
-4
/
+9
2017-12-13
Extract coerce_closure_fn_ty function
Santiago Pastorino
-0
/
+21
2017-12-11
move `resolve_lifetimes` into a proper query
Niko Matsakis
-44
/
+0
2017-12-06
Update miri to rustc changes
Oliver Schneider
-124
/
+242
2017-12-04
move `free_regions_map` into `infer::outlives`
Niko Matsakis
-1
/
+1
2017-12-01
incr.comp.: Load diagnostics from previous session lazily and clean up on-dis...
Michael Woerister
-1
/
+1
2017-12-01
Auto merge of #46370 - michaelwoerister:rm-metadata-hashing, r=eddyb
bors
-2
/
+2
2017-11-29
incr.comp.: Remove on-export crate metadata hashing.
Michael Woerister
-2
/
+2
2017-11-28
incr.comp.: Add some missing DepNode [input] annotations.
Michael Woerister
-5
/
+1
2017-11-21
Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1
bors
-84
/
+13
2017-11-19
rustc: rename CachedLayout to LayoutDetails.
Eduard-Mihai Burtescu
-4
/
+4
2017-11-19
rustc: move layout::Struct into FieldPlacement/Abi.
Eduard-Mihai Burtescu
-4
/
+4
2017-11-19
rustc: store CachedLayout for each variant of enum Layout's instead of Struct.
Eduard-Mihai Burtescu
-3
/
+3
2017-11-18
remove `generator_interiors` map
Niko Matsakis
-23
/
+0
2017-11-18
remove `generator_sigs` from `TypeckTables`
Niko Matsakis
-23
/
+0
2017-11-18
remove the `closure_tys` map from `TypeckTables`
Niko Matsakis
-21
/
+0
2017-11-18
convert the `closure_kinds` map to just store the origin information
Niko Matsakis
-12
/
+10
2017-11-18
make `mk_closure` take a `ClosureSubsts`
Niko Matsakis
-5
/
+3
2017-11-17
Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakis
bors
-3
/
+3
2017-11-16
Introduce LocalDefId which provides a type-level guarantee that the DefId is ...
Michael Woerister
-1
/
+1
2017-11-15
incr.comp.: Refactor query cache serialization to be more re-usable.
Michael Woerister
-1
/
+1
2017-11-14
incr.comp.: Allow for mapping from prev-session-CrateNums to current-session-...
Michael Woerister
-1
/
+1
2017-11-14
rustc: move the MIR pass infrastructure and list to rustc_mir.
Eduard-Mihai Burtescu
-5
/
+0
2017-11-13
incr.comp.: Add CacheEncoder for encoding query results into the incr.comp. c...
Michael Woerister
-2
/
+2
2017-11-01
Auto merge of #45472 - michaelwoerister:incr-comp-caching-base, r=nikomatsakis
bors
-0
/
+16
2017-10-27
Implement RFC 1861: Extern types
Paul Lietar
-1
/
+5
2017-10-25
incr.comp.: Implement query diagnostic persistence.
Michael Woerister
-0
/
+16
2017-10-25
Auto merge of #45476 - Xanewok:fingerprint-disambiguator, r=michaelwoerister
bors
-1
/
+1
2017-10-24
Introduce CrateDisambiguator newtype and fix tests
Igor Matuszewski
-1
/
+1
2017-10-24
Auto merge of #45350 - cjkenn:cjkenn/used-trait-imports, r=nikomatsakis
bors
-3
/
+5
2017-10-23
Use 128 bit instead of Symbol for crate disambiguator
Igor Matuszewski
-1
/
+1
2017-10-21
renamed query
Marco Concetto Rudilosso
-1
/
+1
2017-10-21
removed unused import
Marco Concetto Rudilosso
-4
/
+0
2017-10-21
trans_ -> fully_ prefix
Marco Concetto Rudilosso
-1
/
+1
2017-10-21
added trans_ prefix and pluralised types. Solved failing test on the incremen...
Marco Concetto Rudilosso
-1
/
+1
2017-10-21
Create NormalizeTy query
Marco Concetto Rudilosso
-0
/
+3
2017-10-19
Misc code review changes
cjkenn
-1
/
+2
2017-10-19
Add used_trait_imports query
cjkenn
-4
/
+5
2017-10-19
Initial work to remove typeck_tables call from check_unused
cjkenn
-3
/
+3
2017-10-17
make `erase_regions` use a query instead of an ad-hoc cache
Niko Matsakis
-4
/
+0
2017-10-16
convert constant promotion into a query
Niko Matsakis
-4
/
+0
2017-10-16
restructure the public inhabitedness APIs and remove the cache
Niko Matsakis
-4
/
+0
2017-10-14
rustc: Remove `used_mut_nodes` from `TyCtxt`
Alex Crichton
-6
/
+0
2017-10-08
Rollup merge of #45018 - michaelwoerister:fix-dep-node-debug-recursion, r=eddyb
kennytm
-0
/
+21
2017-10-06
implement pattern-binding-modes RFC
Tobias Schottdorf
-1
/
+34
2017-10-05
Fix infinite recursion in <DepNode as Debug>.
Michael Woerister
-0
/
+21
[next]