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_const_eval
/
eval.rs
Age
Commit message (
Expand
)
Author
Lines
2017-04-16
rustc_const_eval: move ConstEvalErr to the rustc crate.
Eduard-Mihai Burtescu
-170
/
+6
2017-03-31
Don't warn about `char` comparisons in constexprs
Matthew Jasper
-0
/
+11
2017-02-25
rustc_const_eval: demand that the MIR qualify_consts ran on each evaluated body.
Eduard-Mihai Burtescu
-1
/
+2
2017-02-25
rustc_const_eval: always demand typeck_tables for evaluating constants.
Eduard-Mihai Burtescu
-469
/
+224
2017-02-25
rustc_typeck: rework coherence to be almost completely on-demand.
Eduard-Mihai Burtescu
-1
/
+1
2017-02-25
rustc_typeck: hook up collect and item/body check to on-demand.
Eduard-Mihai Burtescu
-4
/
+2
2017-02-25
rustc: introduce a query system for type information in ty::maps.
Eduard Burtescu
-1
/
+1
2017-02-25
rustc: consolidate dep-tracked hashmaps in tcx.maps.
Eduard-Mihai Burtescu
-5
/
+5
2017-02-04
More snap cleanup
Simonas Kazlauskas
-6
/
+3
2017-02-03
Bump version, upgrade bootstrap
Alex Crichton
-2
/
+0
2017-01-31
use suggestions instead of helps with code in them
Oliver Schneider
-2
/
+0
2017-01-26
rustc: don't call the HIR AST.
Eduard-Mihai Burtescu
-5
/
+5
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-18
/
+18
2017-01-25
rename `Tables` to `TypeckTables`
Niko Matsakis
-7
/
+7
2017-01-11
Fix two const-eval issues related to i128 negation
Simonas Kazlauskas
-13
/
+16
2017-01-06
rustc: store ty::Tables separately for each body (except closures').
Eduard-Mihai Burtescu
-29
/
+43
2017-01-06
rustc: keep track of tables everywhere as if they were per-body.
Eduard-Mihai Burtescu
-181
/
+179
2017-01-01
rustc_const_eval: convert constants to Pattern instead of hir::Pat.
Eduard-Mihai Burtescu
-127
/
+3
2016-12-30
Such large. Very 128. Much bits.
Simonas Kazlauskas
-37
/
+52
2016-12-28
rustc: always print nested nodes where a HIR map is available.
Eduard-Mihai Burtescu
-1
/
+2
2016-12-28
rustc: simplify constant cross-crate loading and rustc_passes::consts.
Eduard-Mihai Burtescu
-75
/
+17
2016-12-28
rustc: move function arguments into hir::Body.
Eduard-Mihai Burtescu
-11
/
+9
2016-12-28
rustc: separate bodies for static/(associated)const and embedded constants.
Eduard-Mihai Burtescu
-20
/
+27
2016-12-28
rustc: separate TraitItem from their parent Item, just like ImplItem.
Eduard-Mihai Burtescu
-1
/
+1
2016-11-29
Fix rebase breakage
Florian Diebold
-3
/
+6
2016-11-29
Refactor inlined items some more
Florian Diebold
-19
/
+28
2016-11-29
Add make tidy fixes
Florian Diebold
-8
/
+11
2016-11-29
Fix cross-crate associated constant evaluation
Florian Diebold
-12
/
+30
2016-11-29
Give function bodies their own dep graph node
Florian Diebold
-1
/
+0
2016-11-29
Save bodies of functions for inlining into other crates
Florian Diebold
-42
/
+9
2016-11-29
rustc_const_eval: fix compilation
Florian Diebold
-1
/
+2
2016-11-28
rustc: embed path resolutions into the HIR instead of keeping DefMap.
Eduard-Mihai Burtescu
-36
/
+38
2016-11-28
rustc: desugar UFCS as much as possible during HIR lowering.
Eduard Burtescu
-21
/
+25
2016-11-22
Change HirVec<P<T>> to HirVec<T> in Expr.
Nicholas Nethercote
-1
/
+1
2016-11-21
Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...
Jeffrey Seyfried
-5
/
+5
2016-11-10
Rollup merge of #37412 - eddyb:lazy-6, r=nikomatsakis
Eduard-Mihai Burtescu
-2
/
+1
2016-11-10
rustc: unify and simplify managing associated items.
Eduard Burtescu
-7
/
+2
2016-11-10
rustc: use an Expr instead of a Block for function bodies.
Eduard Burtescu
-2
/
+1
2016-11-05
Rollup merge of #37577 - nnethercote:shrink-Expr-slightly, r=eddyb
Alex Crichton
-1
/
+1
2016-11-05
Rollup merge of #37557 - TimNN:fix-36954, r=eddyb
Alex Crichton
-7
/
+6
2016-11-04
Shrink `Expr_::ExprStruct`.
Nicholas Nethercote
-1
/
+1
2016-11-03
use DefId's in const eval for cross-crate const fn's
Tim Neumann
-7
/
+6
2016-11-02
rustc: make all read access to tcx.tables go through a method.
Eduard Burtescu
-6
/
+8
2016-10-26
remove StaticInliner and NaN checking
Ariel Ben-Yehuda
-3
/
+9
2016-10-10
Add comparison operators to boolean const eval.
Mark-Simulacrum
-0
/
+4
2016-10-04
Turn some impossible definitions into ICEs
Vadim Petrochenkov
-4
/
+5
2016-10-04
Separate Def::StructCtor/Def::VariantCtor from Def::Struct/Def::Variant
Vadim Petrochenkov
-5
/
+5
2016-09-28
Call arrays "arrays" instead of "vecs" internally
Jonas Schievink
-4
/
+4
2016-09-23
Auto merge of #36335 - mcarton:compiletest, r=GuillaumeGomez
bors
-8
/
+8
2016-09-20
rustc_metadata: group information into less tags.
Eduard Burtescu
-6
/
+5
[prev]
[next]