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_mir
/
hair
/
cx
/
expr.rs
Age
Commit message (
Expand
)
Author
Lines
2020-01-12
Split `rustc_mir::{build, hair, lints}` into their own crate
Matthew Jasper
-1020
/
+0
2020-01-10
Promote `Ref`s to constants instead of static
Santiago Pastorino
-11
/
+14
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-3
/
+3
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-26
Fallout in other crates.
Camille GILLOT
-11
/
+14
2019-12-23
Add span information to `ExprKind::Assign`
varkor
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-479
/
+281
2019-12-22
Rollup merge of #66877 - skinny121:const-eval-entry-points, r=oli-obk
Mazdak Farrokhzad
-12
/
+6
2019-12-22
Add simpler entry points to const eval for common usages.
Ben Lewis
-12
/
+6
2019-12-20
1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.
Mazdak Farrokhzad
-7
/
+6
2019-12-18
Start generating AddressOf rvalues in MIR
Matthew Jasper
-74
/
+10
2019-11-26
Record temporary static references in generator witnesses
Matthew Jasper
-8
/
+1
2019-11-24
Add raw address of expressions to the AST and HIR
Matthew Jasper
-52
/
+79
2019-11-23
Auto merge of #66507 - ecstatic-morse:const-if-match, r=oli-obk
bors
-6
/
+9
2019-11-21
Don't transform short-circuiting logic if `const_if_match` enabled
Dylan MacKenzie
-6
/
+9
2019-11-21
Fix rebase
Matthew Jasper
-6
/
+4
2019-11-21
Remove statics from HAIR by lowering them to a pointer constant
Oliver Scherer
-2
/
+26
2019-11-21
reduce size of hir::ExprKind
Mazdak Farrokhzad
-4
/
+4
2019-11-12
Rename in librustc_mir.
Camille GILLOT
-4
/
+4
2019-11-10
Merge hir::Mutability into ast::Mutability.
Camille GILLOT
-4
/
+4
2019-10-25
Don't cast directly from `&[T; N]` to `*const T`
Matthew Jasper
-0
/
+5
2019-10-21
Convert some `InternedString`s to `Symbols`.
Nicholas Nethercote
-1
/
+1
2019-10-04
Rollup merge of #64817 - csmoe:closure, r=nikomatsakis
Mazdak Farrokhzad
-2
/
+3
2019-10-03
generate ClosureSubsts from SubstsRef
csmoe
-3
/
+2
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-1
/
+1
2019-09-29
remove ClosureSubsts with SubstsRef
csmoe
-3
/
+5
2019-09-27
Remove global_tcx from TyCtxt
Mark Rousskov
-2
/
+2
2019-09-26
Rename `Expr.node` to `Expr.kind`
varkor
-4
/
+4
2019-09-26
Auto merge of #64513 - varkor:sty-begone, r=eddyb
bors
-5
/
+5
2019-09-25
Rename `sty` to `kind`
varkor
-5
/
+5
2019-09-16
or-patterns: HAIR: `Arm.patterns: Vec<Pattern<'_>>` -> `.pattern: Pattern<'_>`.
Mazdak Farrokhzad
-2
/
+2
2019-09-15
or-patterns: use `top_pats_hack` to make things compile.
Mazdak Farrokhzad
-1
/
+1
2019-08-16
rustc_mir: use the right type for associated const literals.
Eduard-Mihai Burtescu
-1
/
+1
2019-08-05
Fiddle param env through to `try_eval_bits` in most places
Oliver Scherer
-1
/
+1
2019-08-05
Don't abort on unevaluated constants without at least tryting to eval them
Oliver Scherer
-1
/
+1
2019-07-06
Remove ExprKind::While from HIR.
Mazdak Farrokhzad
-7
/
+0
2019-07-04
rename hir::map::local_def_id_from_hir_id to local_def_id
ljedrz
-4
/
+4
2019-06-24
HIR: rename get_parent_node_by_hir_id to get_parent_node
ljedrz
-1
/
+1
2019-06-20
rename hir::map::name_by_hir_id to ::name
ljedrz
-1
/
+1
2019-06-19
Rollup merge of #61941 - cramertj:no-more-yield-errors, r=centril
Mazdak Farrokhzad
-1
/
+1
2019-06-18
Preserve generator and yield source for error messages
Taylor Cramer
-1
/
+1
2019-06-17
replace some uses of NodeId with HirId
ljedrz
-5
/
+6
2019-06-12
Use a single lifetime for MIR construction
John Kåre Alsaker
-32
/
+38
2019-06-01
rustc: remove Res::Upvar.
Eduard-Mihai Burtescu
-12
/
+1
2019-06-01
rustc: remove `has_parent` from `hir::Upvar`.
Eduard-Mihai Burtescu
-12
/
+2
2019-06-01
rustc: remove closure ID from Res::Upvar.
Eduard-Mihai Burtescu
-5
/
+9
2019-06-01
rustc: use indexmap instead of a plain vector for upvars.
Eduard-Mihai Burtescu
-7
/
+13
2019-06-01
rustc: remove the closure ID from hir::Upvar's parent field.
Eduard-Mihai Burtescu
-30
/
+37
2019-06-01
rustc: remove the index field from Res::Upvar.
Eduard-Mihai Burtescu
-2
/
+4
2019-06-01
rustc: replace Res in hir::Upvar with only Local/Upvar data.
Eduard-Mihai Burtescu
-4
/
+7
[next]