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
2019-02-20
Rollup merge of #58562 - dlrobertson:fix_nits, r=alexreg
kennytm
-4
/
+4
2019-02-18
Fix style nits
Dan Robertson
-4
/
+4
2019-02-15
Take Const into account in HIR
varkor
-1
/
+1
2019-02-13
Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank
Mazdak Farrokhzad
-2
/
+2
2019-02-10
rustc: doc comments
Alexander Regueiro
-8
/
+8
2019-02-09
cleanup: rename node_id_to_type(_opt)
ljedrz
-2
/
+2
2019-02-05
move librustc to 2018
Mark Mansi
-14
/
+14
2019-01-02
rename `type_moves_by_default` to `type_is_copy_modulo_regions`
Niko Matsakis
-7
/
+8
2018-12-27
AST/HIR: Introduce `ExprKind::Err` for better error recovery in the front-end
Vadim Petrochenkov
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-4
/
+4
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-8
/
+8
2018-11-14
capture_disjoint_fields(rust-lang#53488)
Blitzerr
-1
/
+1
2018-11-12
Use IndexVec instead of `usize` in librustc
Oliver Scherer
-1
/
+3
2018-10-17
AST-borrowck: add separate mem category for thread-locals, as they are not qu...
Felix S. Klock II
-8
/
+21
2018-10-06
rustc/middle: whitespace & formatting fixes
ljedrz
-226
/
+216
2018-10-06
rustc/middle: use Cow<'static, str> where applicable
ljedrz
-17
/
+18
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-7
/
+8
2018-09-13
introduce SelfCtor
F001
-2
/
+2
2018-08-27
Rename hir::map::NodeKind to hir::Node
varkor
-2
/
+2
2018-08-27
Remove path prefixes from NodeKind
varkor
-2
/
+2
2018-08-27
Rename hir::map::Node to hir::map::NodeKind
varkor
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-12
/
+12
2018-07-28
Don't format!() string literals
ljedrz
-4
/
+4
2018-07-16
ExprKind
csmoe
-16
/
+16
2018-07-11
use the adjusted type for cat_pattern in tuple patterns
Ariel Ben-Yehuda
-1
/
+1
2018-07-01
add FIXMEs pleading for post-@ edit of commentary on mem_categorization
Zack M. Davis
-8
/
+14
2018-07-01
use HirId in middle::mem_categorization::cmt_, and consequences of that
Zack M. Davis
-44
/
+43
2018-06-28
Auto merge of #51444 - estebank:impl-static, r=nikomatsakis
bors
-1
/
+1
2018-06-23
Rename ExprAgain to ExprContinue
varkor
-1
/
+1
2018-06-21
use `pat_ty_adjusted` from `expr_use_visitor` to type of arguments
Niko Matsakis
-1
/
+1
2018-06-21
rename `pat_ty` to `pat_ty_adjusted` for clarity
Niko Matsakis
-4
/
+4
2018-06-08
Suggestion for 'static impl Trait return
Esteban Küber
-1
/
+1
2018-06-01
also check `let` arms and nested patterns for mutable borrows
Niko Matsakis
-0
/
+16
2018-05-31
change `PointerKind::Implicit` to a note
Niko Matsakis
-45
/
+45
2018-05-28
scrap `find_node_for_hir_id` in favor of `hir_to_node_id`
Zack M. Davis
-1
/
+1
2018-05-26
Use `Ident`s for fields in HIR
Vadim Petrochenkov
-6
/
+7
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-2
/
+2
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-1
/
+1
2018-05-08
Insert fields from TypeAndMut into TyRef to allow layout optimization
John Kåre Alsaker
-3
/
+3
2018-05-03
Avoid many `cmt` allocations.
Nicholas Nethercote
-53
/
+52
2018-04-12
Avoid comparing fields by name when possible
Vadim Petrochenkov
-11
/
+28
2018-04-12
AST/HIR: Merge field access expressions for named and numeric fields
Vadim Petrochenkov
-51
/
+17
2018-04-05
make mem-categorization use adjusted type for patterns
Niko Matsakis
-4
/
+33
2018-03-14
remove defaulting to unit
Andrew Cann
-1
/
+1
2018-03-08
Rename ConstVal::to_u128 to to_raw_bits
Oliver Schneider
-1
/
+1
2018-03-08
Produce instead of pointers
Oliver Schneider
-2
/
+1
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-2
/
+3
2018-01-29
rustc: replace "lvalue" terminology with "place" in the code.
Eduard-Mihai Burtescu
-12
/
+12
2018-01-29
rustc: remove `LvaluePreference` argument from `Ty::builtin_deref`.
Eduard-Mihai Burtescu
-2
/
+2
[next]