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
/
middle
/
mem_categorization.rs
Age
Commit message (
Expand
)
Author
Lines
2017-11-21
Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1
bors
-4
/
+13
2017-11-18
rustc_mir: always downcast enums, even if univariant.
Eduard-Mihai Burtescu
-2
/
+2
2017-11-18
convert the `closure_kinds` map to just store the origin information
Niko Matsakis
-3
/
+3
2017-11-18
stop using the `closure_kinds` query / table for anything
Niko Matsakis
-4
/
+13
2017-11-17
Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakis
bors
-5
/
+5
2017-11-16
Introduce LocalDefId which provides a type-level guarantee that the DefId is ...
Michael Woerister
-5
/
+5
2017-11-12
Auto merge of #45864 - nikomatsakis:issue-30046-infer-fn-once-in-closures, r=...
bors
-60
/
+5
2017-11-08
use the derived Debug rather than our custom written ones
Niko Matsakis
-60
/
+5
2017-11-03
Use a `Set<T>` instead of a `Map<T, bool>`
Oliver Schneider
-4
/
+4
2017-10-18
Auto merge of #44501 - nikomatsakis:issue-44137-non-query-data-in-tcx, r=eddyb
bors
-6
/
+34
2017-10-16
fix nits
Niko Matsakis
-1
/
+1
2017-10-16
convert constant promotion into a query
Niko Matsakis
-6
/
+34
2017-10-08
address more FIXME whose associated issues were marked as closed
Niv Kaminer
-4
/
+2
2017-10-06
implement pattern-binding-modes RFC
Tobias Schottdorf
-1
/
+51
2017-09-11
rustc: evaluate fixed-length array length expressions lazily.
Eduard-Mihai Burtescu
-1
/
+2
2017-09-11
rustc: use ty::Const for the length of TyArray.
Eduard-Mihai Burtescu
-1
/
+1
2017-09-11
rustc: replace usize with u64 and ConstUsize.
Eduard-Mihai Burtescu
-1
/
+1
2017-09-08
Use NodeId/HirId instead of DefId for local variables.
Eduard-Mihai Burtescu
-9
/
+6
2017-09-01
rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.
Eduard-Mihai Burtescu
-7
/
+7
2017-09-01
rustc: use hir::ItemLocalId instead of ast::NodeId in CodeExtent.
Eduard-Mihai Burtescu
-3
/
+2
2017-08-24
Avoid looking at `closure_kinds` for generators
Alex Crichton
-7
/
+6
2017-08-21
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-17
rustc: Rename NodeLocal to NodeBinding
Alex Crichton
-1
/
+1
2017-08-17
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-2
/
+2
2017-08-16
Stabilize rvalue promotion to 'static.
Eduard-Mihai Burtescu
-2
/
+2
2017-08-14
Fix merge conflicts with `gen` branch
Alex Crichton
-1
/
+1
2017-08-14
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-21
/
+43
2017-08-14
Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1
bors
-20
/
+36
2017-08-12
Check #[thread_local] statics correctly in the compiler.
Eduard-Mihai Burtescu
-1
/
+7
2017-08-11
Encapsulate sub-table access in TypeckTables and validate keys on each access.
Michael Woerister
-9
/
+5
2017-08-11
Use DefIndex instead of NodeId in UpvarId.
Michael Woerister
-7
/
+10
2017-08-11
Use ItemLocalId as key for closure_tys and closure_kinds in TypeckTables.
Michael Woerister
-1
/
+4
2017-08-11
Use ItemLocalId as key for TypeckTables::pat_binding_modes.
Michael Woerister
-2
/
+11
2017-08-11
Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck...
Michael Woerister
-7
/
+12
2017-08-11
Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId.
Michael Woerister
-3
/
+3
2017-08-09
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-14
/
+20
2017-07-30
default binding modes: add pat_binding_modes
Tobias Schottdorf
-14
/
+20
2017-07-28
Remove support for `gen arg`
Alex Crichton
-11
/
+0
2017-07-28
Rename suspend to yield
John Kåre Alsaker
-1
/
+1
2017-07-28
Generator literal support
John Kåre Alsaker
-2
/
+19
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-10
/
+10
2017-06-29
mem_categorization: handle type-based paths in variant patterns
Ariel Ben-Yehuda
-47
/
+45
2017-06-10
rustc: make InferCtxt optional in MemCategorizationContext.
Eduard-Mihai Burtescu
-28
/
+53
2017-06-10
rustc: do not depend on infcx.tables in MemCategorizationContext.
Eduard-Mihai Burtescu
-34
/
+60
2017-06-09
rustc_typeck: do not mutate tables directly during upvar inference.
Eduard-Mihai Burtescu
-59
/
+10
2017-06-02
rustc: remove temporary lifetime extension by borrow hint
Venkata Giri Reddy
-20
/
+10
2017-06-01
rustc: decompose Adjustment into a vector of adjustment steps.
Eduard-Mihai Burtescu
-48
/
+53
2017-06-01
rustc: move autoref and unsize from Adjust::DerefRef to Adjustment.
Eduard-Mihai Burtescu
-6
/
+3
2017-06-01
rustc: replace autoderefs' use of MethodCallee with OverloadedDeref.
Eduard-Mihai Burtescu
-6
/
+9
2017-06-01
rustc: replace method_map with Def::Method and node_substs entries.
Eduard-Mihai Burtescu
-2
/
+2
[next]