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-12-21
Revert "Auto merge of #45225 - eddyb:trans-abi, r=arielb1"
Ariel Ben-Yehuda
-4
/
+4
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-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
2017-09-27
Auto merge of #44782 - estebank:issue-36700, r=GuillaumeGomez
bors
-1
/
+1
2017-09-24
Point at parameter type on E0301
Esteban Küber
-1
/
+1
2017-09-23
incr.comp.: Remove support for loading metadata fingerprints.
Michael Woerister
-0
/
+20
2017-09-22
Auto merge of #44696 - michaelwoerister:fingerprints-in-dep-graph-3, r=nikoma...
bors
-8
/
+19
2017-09-20
Fix ICE
scalexm
-0
/
+8
2017-09-20
incr.comp.: Add some comments.
Michael Woerister
-0
/
+4
2017-09-20
incr.comp.: Store result fingerprints in DepGraph.
Michael Woerister
-0
/
+6
2017-09-20
incr.comp.: Make sure traits_in_scope results are hashed in a stable way.
Michael Woerister
-8
/
+9
2017-09-19
apply various nits
Niko Matsakis
-5
/
+4
2017-09-19
rework the README.md for rustc and add other readmes
Niko Matsakis
-3
/
+5
2017-09-18
incr.comp.: Remove tcx from StableHashingContext.
Michael Woerister
-2
/
+11
2017-09-18
incr.comp.: Make the StableHashingContext mostly independent of the tcx.
Michael Woerister
-2
/
+2
2017-09-18
incr.comp.: Use StableHash impls instead of functions for hashing most maps.
Michael Woerister
-23
/
+20
2017-09-18
Fix issues uncovered by rebasing:
Michael Woerister
-12
/
+13
2017-09-17
rustc: Move codegen to a query
Alex Crichton
-0
/
+10
2017-09-17
rustc: Attach an mpsc channel to TyCtxt
Alex Crichton
-0
/
+11
2017-09-17
rustc: Mostly remove `ExportedSymbols`
Alex Crichton
-6
/
+0
2017-09-17
rustc: Calculate `ExportedSymbols` in a query
Alex Crichton
-0
/
+6
[next]