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
Age
Commit message (
Expand
)
Author
Lines
2017-04-24
rustc: expose the common DUMMY_SP query case as tcx methods.
Eduard-Mihai Burtescu
-2
/
+2
2017-04-24
rustc: rename some of the queries to match tcx methods.
Eduard-Mihai Burtescu
-5
/
+5
2017-04-23
rustc_const_eval: support all unit enum variants.
Eduard-Mihai Burtescu
-45
/
+40
2017-04-23
rustc_const_eval: CallOn isn't needed, typeck/const-qualif handle those cases.
Eduard-Mihai Burtescu
-1
/
+1
2017-04-23
rustc: make the const-eval cache polymorphic.
Eduard-Mihai Burtescu
-107
/
+89
2017-04-18
convert calls to `visit_all_item_likes_in_krate`
Niko Matsakis
-4
/
+1
2017-04-16
rustc: use monomorphic const_eval for cross-crate enum discriminants.
Eduard-Mihai Burtescu
-4
/
+7
2017-04-16
rustc: expose monomorphic const_eval through on-demand.
Eduard-Mihai Burtescu
-34
/
+15
2017-04-16
rustc_const_eval: move ConstEvalErr to the rustc crate.
Eduard-Mihai Burtescu
-209
/
+24
2017-03-31
Don't warn about `char` comparisons in constexprs
Matthew Jasper
-0
/
+11
2017-03-27
Fix various useless derefs and slicings
Oliver Schneider
-3
/
+3
2017-03-23
Remove internal liblog
Alex Crichton
-1
/
+1
2017-03-13
clean up visuals on error index #40425
Joshua Horwitz
-3
/
+3
2017-03-06
Fix ICE: don't use `struct_variant` on enums
Esteban Küber
-1
/
+5
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
-510
/
+251
2017-02-25
rustc_typeck: rework coherence to be almost completely on-demand.
Eduard-Mihai Burtescu
-2
/
+2
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-23
use a more conservative inhabitableness rule
Ariel Ben-Yehuda
-1
/
+15
2017-02-20
check_match: don't treat privately uninhabited types as uninhabited
Ariel Ben-Yehuda
-30
/
+82
2017-02-10
Use global recursion limit when evaluating inhabitedness
Andrew Cann
-3
/
+3
2017-02-09
Add recursion limit to inhabitedness check
Andrew Cann
-1
/
+1
2017-02-05
Rollup merge of #39526 - canndrew:uninhabited-while-let-fix, r=arielb1
Corey Farwell
-5
/
+22
2017-02-05
Rollup merge of #39519 - nagisa:more-snap, r=alexcrichton
Corey Farwell
-6
/
+3
2017-02-05
Fix make tidy
Andrew Cann
-2
/
+3
2017-02-05
Rollup merge of #39009 - canndrew:default-unit-warnings, r=nikomatsakis
Corey Farwell
-3
/
+3
2017-02-05
Remove use of ptr::eq
Andrew Cann
-14
/
+18
2017-02-04
Uninhabited while-let pattern fix
Andrew Cann
-4
/
+16
2017-02-04
More snap cleanup
Simonas Kazlauskas
-6
/
+3
2017-02-03
Bump version, upgrade bootstrap
Alex Crichton
-5
/
+1
2017-02-03
Add warning for () to ! switch
Andrew Cann
-3
/
+3
2017-01-31
use suggestions instead of helps with code in them
Oliver Schneider
-2
/
+0
2017-01-30
Merge ty::TyBox into ty::TyAdt
Vadim Petrochenkov
-3
/
+1
2017-01-27
Rollup merge of #39290 - canndrew:hide-uninhabitedness, r=nikomatsakis
Alex Crichton
-4
/
+13
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
-23
/
+23
2017-01-25
rename `Tables` to `TypeckTables`
Niko Matsakis
-11
/
+11
2017-01-25
Hide uninhabitedness checks behind feature gate
Andrew Cann
-4
/
+13
2017-01-25
Auto merge of #35712 - oli-obk:exclusive_range_patterns, r=nikomatsakis
bors
-24
/
+47
2017-01-22
Auto merge of #39127 - canndrew:unreachable-pattern-errors-into-warnings, r=a...
bors
-11
/
+4
2017-01-22
Remove unused `extern crate`s.
Jeffrey Seyfried
-2
/
+0
2017-01-21
Fix some nits
Andrew Cann
-0
/
+2
2017-01-19
add exclusive range patterns under a feature gate
Oliver Schneider
-24
/
+47
2017-01-17
Change unreachable patterns ICEs to warnings
Andrew Cann
-11
/
+2
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
-30
/
+44
2017-01-06
rustc: keep track of tables everywhere as if they were per-body.
Eduard-Mihai Burtescu
-213
/
+218
2017-01-06
fix doc test for E0001
Andrew Cann
-1
/
+1
[prev]
[next]