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
/
expr_use_visitor.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-12
AST/HIR: Merge field access expressions for named and numeric fields
Vadim Petrochenkov
-4
/
+0
2018-03-02
Run Rustfix on librustc
Manish Goregaokar
-3
/
+3
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-2
/
+2
2018-02-08
Add `AutoBorrowMutability`; its like `hir::Mutability` but w/ two-phase borr...
Felix S. Klock II
-1
/
+1
2018-01-08
rustc::ty: Rename `struct_variant` to `non_enum_variant`
Robin Kruppe
-1
/
+1
2017-12-18
Fix tidy error
varkor
-1
/
+2
2017-12-18
Add `delay_span_bug` and increase idiomaticity
varkor
-3
/
+4
2017-12-18
Fix the regression
varkor
-2
/
+2
2017-12-18
Fix ICE when calling non-functions within closures
varkor
-17
/
+20
2017-11-16
Introduce LocalDefId which provides a type-level guarantee that the DefId is ...
Michael Woerister
-2
/
+2
2017-11-03
Use a `Set<T>` instead of a `Map<T, bool>`
Oliver Schneider
-2
/
+2
2017-10-16
convert constant promotion into a query
Niko Matsakis
-3
/
+19
2017-09-08
Use NodeId/HirId instead of DefId for local variables.
Eduard-Mihai Burtescu
-10
/
+8
2017-09-05
rustc: Migrate lang items to a query
Alex Crichton
-3
/
+3
2017-09-01
rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.
Eduard-Mihai Burtescu
-8
/
+9
2017-09-01
rustc: use hir::ItemLocalId instead of ast::NodeId in CodeExtent.
Eduard-Mihai Burtescu
-5
/
+7
2017-08-14
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-12
/
+17
2017-08-11
Encapsulate sub-table access in TypeckTables and validate keys on each access.
Michael Woerister
-5
/
+3
2017-08-11
Use DefIndex instead of NodeId in UpvarId.
Michael Woerister
-4
/
+7
2017-08-11
Use ItemLocalId as key for TypeckTables::pat_binding_modes.
Michael Woerister
-2
/
+5
2017-08-11
Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck...
Michael Woerister
-4
/
+5
2017-08-11
Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId.
Michael Woerister
-2
/
+2
2017-08-09
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-12
/
+16
2017-07-30
default binding modes: add pat_binding_modes
Tobias Schottdorf
-12
/
+16
2017-07-28
Remove support for `gen arg`
Alex Crichton
-2
/
+0
2017-07-28
Rename suspend to yield
John Kåre Alsaker
-1
/
+1
2017-07-28
Generator literal support
John Kåre Alsaker
-1
/
+7
2017-06-29
mem_categorization: handle type-based paths in variant patterns
Ariel Ben-Yehuda
-8
/
+1
2017-06-10
rustc: make InferCtxt optional in MemCategorizationContext.
Eduard-Mihai Burtescu
-11
/
+26
2017-06-10
rustc: do not depend on infcx.tables in MemCategorizationContext.
Eduard-Mihai Burtescu
-22
/
+19
2017-06-09
rustc_typeck: do not mutate tables directly during upvar inference.
Eduard-Mihai Burtescu
-18
/
+4
2017-06-03
Auto merge of #42396 - venkatagiri:remove_lifetime_extn, r=arielb1
bors
-1
/
+0
2017-06-02
rustc: remove temporary lifetime extension by borrow hint
Venkata Giri Reddy
-1
/
+0
2017-06-01
strip param-env from infcx
Niko Matsakis
-10
/
+18
2017-06-01
rustc: adjust the RHS of comparison operators instead of assuming autorefs.
Eduard-Mihai Burtescu
-87
/
+13
2017-06-01
rustc: decompose Adjustment into a vector of adjustment steps.
Eduard-Mihai Burtescu
-69
/
+27
2017-06-01
rustc: move autoref and unsize from Adjust::DerefRef to Adjustment.
Eduard-Mihai Burtescu
-16
/
+13
2017-06-01
rustc: replace autoderefs' use of MethodCallee with OverloadedDeref.
Eduard-Mihai Burtescu
-12
/
+5
2017-06-01
rustc: replace method_map with Def::Method and node_substs entries.
Eduard-Mihai Burtescu
-3
/
+3
2017-06-01
rustc: avoid using MethodCallee's signature where possible.
Eduard-Mihai Burtescu
-1
/
+3
2017-06-01
rustc: replace TyFnDef in MethodCallee with just the FnSig.
Eduard-Mihai Burtescu
-4
/
+1
2017-06-01
rustc: keep overloaded autoderef MethodCallee's in Adjust.
Eduard-Mihai Burtescu
-33
/
+20
2017-05-13
rustc: stop interning CodeExtent, it's small enough.
Eduard-Mihai Burtescu
-2
/
+2
2017-04-30
modify `ExprUseVisitor` and friends to take region-maps, not def-id
Niko Matsakis
-4
/
+5
2017-04-30
introduce per-fn RegionMaps
Taylor Cramer
-2
/
+7
2017-04-30
intern CodeExtents
Niko Matsakis
-2
/
+2
2017-04-24
rustc: rename some of the queries to match tcx methods.
Eduard-Mihai Burtescu
-1
/
+1
2017-04-22
avoid calling `mk_region` unnecessarily
Ariel Ben-Yehuda
-1
/
+1
2017-03-31
Rollup merge of #40928 - GAJaloyan:patch-2, r=eddyb
Corey Farwell
-0
/
+2
2017-03-30
removing trailing whitespaces
GAJaloyan
-1
/
+1
[prev]
[next]