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-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
2017-01-26
rustc: don't call the HIR AST.
Eduard-Mihai Burtescu
-3
/
+3
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-6
/
+6
2017-01-25
end temporary lifetimes being extended by `let X: &_` hints
Ariel Ben-Yehuda
-9
/
+21
2017-01-06
rustc: keep track of tables everywhere as if they were per-body.
Eduard-Mihai Burtescu
-1
/
+1
2016-12-28
rustc: simplify constant cross-crate loading and rustc_passes::consts.
Eduard-Mihai Burtescu
-9
/
+8
2016-12-28
rustc: separate bodies for static/(associated)const and embedded constants.
Eduard-Mihai Burtescu
-1
/
+1
2016-11-29
rustc: replace body exprs by their ids
Florian Diebold
-1
/
+1
2016-11-28
rustc_typeck: don't record associated type resolutions.
Eduard-Mihai Burtescu
-2
/
+2
2016-11-28
rustc: embed path resolutions into the HIR instead of keeping DefMap.
Eduard-Mihai Burtescu
-14
/
+23
2016-11-28
rustc: desugar UFCS as much as possible during HIR lowering.
Eduard Burtescu
-2
/
+2
2016-11-10
Don't use self type for cat_index on overloaded indexing. Fixes #20649.
Luqman Aden
-3
/
+1
2016-11-02
rustc: record the target type of every adjustment.
Eduard Burtescu
-14
/
+12
2016-10-04
Turn some impossible definitions into ICEs
Vadim Petrochenkov
-16
/
+5
2016-10-04
Separate Def::StructCtor/Def::VariantCtor from Def::Struct/Def::Variant
Vadim Petrochenkov
-4
/
+7
2016-09-28
Call arrays "arrays" instead of "vecs" internally
Jonas Schievink
-2
/
+2
2016-09-20
rustc_metadata: group information into less tags.
Eduard Burtescu
-4
/
+9
2016-09-20
rustc: replace uses of NodeId in Def, other than closures and labels.
Eduard Burtescu
-2
/
+4
2016-09-13
Remove some more dead code from mem categorization
Vadim Petrochenkov
-78
/
+20
2016-09-13
Remove some ancient code providing special support for newtypes
Vadim Petrochenkov
-4
/
+0
2016-09-08
Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt`
Vadim Petrochenkov
-3
/
+2
2016-09-04
Replace `_, _` with `..`
Vadim Petrochenkov
-13
/
+13
2016-09-03
Add unions to definition map
Vadim Petrochenkov
-1
/
+1
2016-08-27
rustc: pass ty::Region behind an interned 'tcx reference.
Eduard Burtescu
-16
/
+16
2016-08-13
Rename empty/bang to never
Andrew Cann
-1
/
+1
2016-08-13
Remove obsolete divergence related stuff
Andrew Cann
-2
/
+1
2016-08-13
Add EmptyToAny adjustment
Andrew Cann
-0
/
+1
2016-07-25
move `during_closure_kind_inference` flag to mc
Niko Matsakis
-1
/
+20
2016-07-22
Avoid writing a temporary closure kind
Niko Matsakis
-5
/
+17
2016-07-08
Merge PatKind::QPath into PatKind::Path in HIR
Vadim Petrochenkov
-1
/
+1
2016-07-08
Cleanup of some pattern related code
Vadim Petrochenkov
-81
/
+43
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-06-18
Fix ICE in memory categorization of tuple patterns
Vadim Petrochenkov
-4
/
+4
2016-06-10
Address review comments + fix rebase
Vadim Petrochenkov
-11
/
+4
2016-06-10
Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos...
Vadim Petrochenkov
-6
/
+4
2016-06-09
remove residual slice pattern junk from mem_categorization
Ariel Ben-Yehuda
-76
/
+10
2016-06-09
implement RFC495 semantics for slice patterns
Ariel Ben-Yehuda
-40
/
+1
2016-05-28
Separate bindings from other patterns in HIR
Vadim Petrochenkov
-4
/
+4
2016-05-26
Replace pat_adjust_pos with an iterator adapter
Vadim Petrochenkov
-11
/
+9
2016-05-26
Implement `..` in tuple (struct) patterns
Vadim Petrochenkov
-9
/
+24
2016-05-11
rustc_typeck: Generalize over 'tcx != 'gcx.
Eduard Burtescu
-18
/
+12
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-28
/
+31
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-4
/
+4
2016-05-11
mem_categorization: freely_aliasable doesn't need to take TyCtxt.
Eduard Burtescu
-4
/
+3
[next]