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
/
ich
/
impls_ty.rs
Age
Commit message (
Expand
)
Author
Lines
2017-10-20
incr.comp.: Add missing match branch in HashStable impl for ty::RegionKind.
Michael Woerister
-0
/
+3
2017-09-26
impl Trait in argument position desugaring:
Matthias Devlamynck
-1
/
+2
2017-09-24
encode region::Scope using fewer bytes
Ariel Ben-Yehuda
-16
/
+1
2017-09-24
move Scope behind an enum
Ariel Ben-Yehuda
-1
/
+11
2017-09-18
incr.comp.: Remove tcx from StableHashingContext.
Michael Woerister
-52
/
+52
2017-09-18
incr.comp.: Use StableHash impls instead of functions for hashing most maps.
Michael Woerister
-56
/
+27
2017-09-18
incr.comp.: Compute hashes of all query results.
Michael Woerister
-39
/
+216
2017-09-11
rustc: evaluate fixed-length array length expressions lazily.
Eduard-Mihai Burtescu
-0
/
+8
2017-09-11
rustc: introduce ty::Const { ConstVal, Ty }.
Eduard-Mihai Burtescu
-2
/
+7
2017-09-11
rustc: intern ConstVal's in TyCtxt.
Eduard-Mihai Burtescu
-19
/
+19
2017-09-01
rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.
Eduard-Mihai Burtescu
-10
/
+9
2017-08-21
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-0
/
+4
2017-08-22
Auto merge of #43690 - scalexm:issue-28229, r=nikomatsakis
bors
-0
/
+4
2017-08-14
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-63
/
+1
2017-08-14
Rename `BuiltinShim` -> `CloneShim`
scalexm
-1
/
+1
2017-08-14
Make `Clone` a lang item and generate builtin impls.
scalexm
-0
/
+4
2017-08-11
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-13
/
+19
2017-08-11
Encapsulate sub-table access in TypeckTables and validate keys on each access.
Michael Woerister
-67
/
+1
2017-08-11
Use DefIndex instead of NodeId in UpvarId.
Michael Woerister
-3
/
+10
2017-08-11
Use ItemLocalId as key for TypeckTables::cast_kinds.
Michael Woerister
-1
/
+1
2017-08-11
Use ItemLocalId as key for TypeckTables::fru_field_types.
Michael Woerister
-1
/
+1
2017-08-11
Use ItemLocalId as key for TypeckTables::liberated_fn_sigs.
Michael Woerister
-1
/
+1
2017-08-11
Use ItemLocalId as key for closure_tys and closure_kinds in TypeckTables.
Michael Woerister
-2
/
+2
2017-08-11
Use ItemLocalId as key for TypeckTables::pat_binding_modes.
Michael Woerister
-1
/
+1
2017-08-11
Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck...
Michael Woerister
-6
/
+4
2017-08-11
Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId.
Michael Woerister
-1
/
+4
2017-08-11
Auto merge of #43743 - michaelwoerister:gcx-tcx-switcheroo, r=eddyb
bors
-13
/
+19
2017-08-10
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-2
/
+0
2017-08-09
Initial pass review comments
Alex Crichton
-1
/
+1
2017-08-09
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+2
2017-08-09
rustc: Rearchitect lints to be emitted more eagerly
Alex Crichton
-2
/
+0
2017-08-08
Implement HashStable for Xyz<'gcx> instead of Xyz<'lcx>.
Michael Woerister
-13
/
+19
2017-07-31
Auto merge of #43399 - tschottdorf:bndmode-pat-adjustments, r=nikomatsakis
bors
-0
/
+2
2017-07-30
default binding modes: add pat_binding_modes
Tobias Schottdorf
-0
/
+2
2017-07-29
Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lint
Vadim Petrochenkov
-1
/
+0
2017-07-28
Remove support for `gen arg`
Alex Crichton
-1
/
+0
2017-07-28
Fix hash impl for SimplifiedType
John Kåre Alsaker
-0
/
+1
2017-07-28
Rename suspend to yield
John Kåre Alsaker
-1
/
+1
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+18
2017-07-18
Prohibit lifetime arguments in path segments with late bound lifetime parameters
Vadim Petrochenkov
-0
/
+2
2017-07-11
Downgrade ProjectionTy's TraitRef to its substs
Tobias Schottdorf
-3
/
+3
2017-07-10
Add StableHash implementation for ty::Instance.
Michael Woerister
-0
/
+57
2017-06-27
rustc: move the PolyFnSig out of TyFnDef.
Eduard-Mihai Burtescu
-2
/
+1
2017-06-06
ICH: Make StableHashingContext work with any TyCtxt, not just the global one.
Michael Woerister
-41
/
+53
2017-06-01
Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis
bors
-24
/
+11
2017-06-01
rustc: decompose Adjustment into a vector of adjustment steps.
Eduard-Mihai Burtescu
-5
/
+9
2017-06-01
rustc: move autoref and unsize from Adjust::DerefRef to Adjustment.
Eduard-Mihai Burtescu
-4
/
+2
2017-06-01
rustc: replace autoderefs' use of MethodCallee with OverloadedDeref.
Eduard-Mihai Burtescu
-1
/
+1
2017-06-01
rustc: replace method_map with Def::Method and node_substs entries.
Eduard-Mihai Burtescu
-4
/
+2
2017-06-01
rustc: remove unnecessary ItemSubsts wrapper.
Eduard-Mihai Burtescu
-4
/
+2
[next]