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
about
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-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
2017-06-01
rustc: avoid using MethodCallee's signature where possible.
Eduard-Mihai Burtescu
-116
/
+89
2017-06-01
rustc: replace TyFnDef in MethodCallee with just the FnSig.
Eduard-Mihai Burtescu
-7
/
+3
2017-06-01
rustc: keep overloaded autoderef MethodCallee's in Adjust.
Eduard-Mihai Burtescu
-51
/
+36
2017-06-01
rustc: remove unused field of mc::Categorization::Deref.
Eduard-Mihai Burtescu
-28
/
+27
2017-05-13
rustc: stop interning CodeExtent, it's small enough.
Eduard-Mihai Burtescu
-4
/
+4
2017-05-13
rustc: use DefId instead of CodeExtent for FreeRegion's scope.
Eduard-Mihai Burtescu
-1
/
+1
2017-05-13
rustc: use call_site_extent for closure environment free regions.
Eduard-Mihai Burtescu
-15
/
+1
2017-05-01
pacify the mercilous tidy
Niko Matsakis
-1
/
+3
2017-04-30
modify `ExprUseVisitor` and friends to take region-maps, not def-id
Niko Matsakis
-5
/
+4
2017-04-30
introduce per-fn RegionMaps
Taylor Cramer
-6
/
+13
2017-04-30
intern CodeExtents
Niko Matsakis
-8
/
+8
2017-04-30
remove ROOT_CODE_EXTENT and DUMMY_CODE_EXTENT
Niko Matsakis
-1
/
+1
2017-04-30
On-demandify region mapping
Taylor Cramer
-2
/
+2
2017-04-27
typeck: resolve type vars before calling `try_index_step`
Ariel Ben-Yehuda
-2
/
+9
2017-04-24
rustc: rename some of the queries to match tcx methods.
Eduard-Mihai Burtescu
-2
/
+2
2017-04-22
avoid calling `mk_region` unnecessarily
Ariel Ben-Yehuda
-2
/
+2
2017-04-06
don't try to blame tuple fields for immutability
Ariel Ben-Yehuda
-7
/
+11
2017-03-27
borrowck: consolidate `mut` suggestions
Ariel Ben-Yehuda
-79
/
+61
2017-03-19
Rollup merge of #40445 - estebank:issue-18150, r=jonathandturner
Corey Farwell
-0
/
+15
2017-03-14
Use `&&` instead of `&`
Tobias Schottdorf
-1
/
+1
2017-03-14
Add feature toggle for rvalue-static-promotion RFC
Tobias Schottdorf
-3
/
+2
2017-03-11
Point to let when modifying field of immutable variable
Esteban Küber
-0
/
+15
2017-02-23
Implement non-capturing closure to fn coercion
est31
-0
/
+1
2017-02-06
Fix ICE when accessing mutably an immutable enum
Esteban Küber
-1
/
+3
2017-02-03
Add warning for () to ! switch
Andrew Cann
-1
/
+1
2017-01-30
Merge ty::TyBox into ty::TyAdt
Vadim Petrochenkov
-1
/
+1
2017-01-27
Auto merge of #39139 - estebank:issue-38147, r=nikomatsakis
bors
-0
/
+57
2017-01-26
Point to immutable arg/fields when trying to use as &mut
Esteban Küber
-0
/
+57
2017-01-26
Auto merge of #39066 - arielb1:lifetime-extension-test, r=nikomatsakis
bors
-9
/
+21
[prev]
[next]