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
Age
Commit message (
Expand
)
Author
Lines
2020-01-12
Split `rustc_mir::{build, hair, lints}` into their own crate
Matthew Jasper
-1420
/
+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
-8
/
+8
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
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
-19
/
+24
2019-12-23
Add span information to `ExprKind::Assign`
varkor
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-531
/
+315
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-22
Rollup merge of #66587 - matthewjasper:handle-static-as-const, r=oli-obk
Mazdak Farrokhzad
-2
/
+24
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
Aggregation of drive-by cosmetic changes.
Alexander Regueiro
-0
/
+1
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
-3
/
+3
2019-09-29
remove ClosureSubsts with SubstsRef
csmoe
-3
/
+5
2019-09-27
Remove global_tcx from TyCtxt
Mark Rousskov
-7
/
+6
2019-09-26
Rename `hair::Pattern` to `hair::Pat`
varkor
-6
/
+3
2019-09-26
Rename `PatternTypeProjection` to `PatTyProj`
varkor
-1
/
+1
2019-09-26
Rename `hair::PatternKind` to `hair::PatKind`
varkor
-1
/
+1
2019-09-26
Rename `Stmt.node` to `Stmt.kind`
varkor
-1
/
+1
2019-09-26
Rename `Expr.node` to `Expr.kind`
varkor
-4
/
+4
2019-09-26
Rename `subst::Kind` to `subst::GenericArg`
varkor
-2
/
+2
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-16
Remove redundant `ty` fields from `mir::Constant` and `hair::pattern::Pattern...
Eduard-Mihai Burtescu
-2
/
+2
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
-5
/
+5
2019-07-01
rustc: use a separate copy of P for HIR than for AST.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-25
Use `as_temp` to evaluate statement expressions
Matthew Jasper
-3
/
+0
2019-06-24
HIR: rename get_parent_node_by_hir_id to get_parent_node
ljedrz
-1
/
+1
2019-06-20
rename hir::map::get_by_hir_id to get
ljedrz
-1
/
+1
[next]