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-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
2017-01-05
Un-remove E0001, put a notice on it instead
Andrew Cann
-0
/
+27
2017-01-04
Fix build after rebase
Andrew Cann
-23
/
+31
2017-01-03
Spelling. s/forrest/forest
Andrew Cann
-4
/
+4
2017-01-03
fix comment that got split in two
Niko Matsakis
-3
/
+2
2017-01-03
Fix build after rebase.
Andrew Cann
-16
/
+18
2017-01-03
Remove E0001 diagnostic
Andrew Cann
-25
/
+0
2017-01-03
Disable unreachable patterns error entirely
Andrew Cann
-12
/
+9
2017-01-03
Refactor is_uninhabited
Andrew Cann
-7
/
+7
2017-01-03
Fix build after rebase
Andrew Cann
-5
/
+5
2017-01-03
Style fix
Andrew Cann
-2
/
+1
2017-01-03
Improve error message, fix and add tests.
Andrew Cann
-28
/
+41
2017-01-03
More pattern matching for empty types changes
Andrew Cann
-84
/
+128
2017-01-03
Make is_useful handle empty types properly
Andrew Cann
-19
/
+66
2017-01-03
Start enabling empty types in pattern matching.
Andrew Cann
-12
/
+17
2017-01-01
rustc_const_eval: convert constants to Pattern instead of hir::Pat.
Eduard-Mihai Burtescu
-188
/
+180
2017-01-01
rustc_const_eval: build Pattern instead of hir::Pat for pretty-printing.
Eduard-Mihai Burtescu
-105
/
+231
2016-12-30
Such large. Very 128. Much bits.
Simonas Kazlauskas
-38
/
+57
2016-12-28
rustc: always print nested nodes where a HIR map is available.
Eduard-Mihai Burtescu
-5
/
+9
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
-43
/
+18
2016-12-28
rustc: separate bodies for static/(associated)const and embedded constants.
Eduard-Mihai Burtescu
-26
/
+33
2016-12-28
rustc: separate TraitItem from their parent Item, just like ImplItem.
Eduard-Mihai Burtescu
-2
/
+2
2016-12-22
Refactor how global paths are represented (for both ast and hir).
Jeffrey Seyfried
-1
/
+0
2016-12-02
Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakis
bors
-24
/
+12
2016-11-30
Update the bootstrap compiler
Alex Crichton
-2
/
+0
2016-11-29
rustc: simplify AdtDef by removing the field types and ty::ivar.
Eduard-Mihai Burtescu
-24
/
+12
2016-11-29
revamp `Visitor` with a single method for controlling nested visits
Niko Matsakis
-5
/
+9
2016-11-29
Fix rebase breakage
Florian Diebold
-3
/
+6
2016-11-29
Split nested_visit_mode function off from nested_visit_map
Florian Diebold
-3
/
+7
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
-13
/
+18
[next]