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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_const_eval
/
check_match.rs
Age
Commit message (
Expand
)
Author
Lines
2017-04-18
convert calls to `visit_all_item_likes_in_krate`
Niko Matsakis
-4
/
+1
2017-04-16
rustc_const_eval: move ConstEvalErr to the rustc crate.
Eduard-Mihai Burtescu
-16
/
+16
2017-03-27
Fix various useless derefs and slicings
Oliver Schneider
-1
/
+1
2017-02-25
rustc_const_eval: always demand typeck_tables for evaluating constants.
Eduard-Mihai Burtescu
-1
/
+1
2017-02-25
rustc_typeck: rework coherence to be almost completely on-demand.
Eduard-Mihai Burtescu
-1
/
+1
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
-0
/
+20
2017-02-05
Fix make tidy
Andrew Cann
-2
/
+3
2017-02-05
Remove use of ptr::eq
Andrew Cann
-13
/
+18
2017-02-04
Uninhabited while-let pattern fix
Andrew Cann
-4
/
+15
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-4
/
+4
2017-01-25
rename `Tables` to `TypeckTables`
Niko Matsakis
-1
/
+1
2017-01-21
Fix some nits
Andrew Cann
-0
/
+2
2017-01-17
Change unreachable patterns ICEs to warnings
Andrew Cann
-11
/
+2
2017-01-06
rustc: keep track of tables everywhere as if they were per-body.
Eduard-Mihai Burtescu
-9
/
+9
2017-01-04
Fix build after rebase
Andrew Cann
-1
/
+1
2017-01-03
Fix build after rebase.
Andrew Cann
-2
/
+4
2017-01-03
Disable unreachable patterns error entirely
Andrew Cann
-12
/
+9
2017-01-03
More pattern matching for empty types changes
Andrew Cann
-28
/
+22
2017-01-03
Make is_useful handle empty types properly
Andrew Cann
-7
/
+13
2017-01-01
rustc_const_eval: convert constants to Pattern instead of hir::Pat.
Eduard-Mihai Burtescu
-7
/
+0
2017-01-01
rustc_const_eval: build Pattern instead of hir::Pat for pretty-printing.
Eduard-Mihai Burtescu
-21
/
+15
2016-12-28
rustc: always print nested nodes where a HIR map is available.
Eduard-Mihai Burtescu
-4
/
+7
2016-12-28
rustc: move function arguments into hir::Body.
Eduard-Mihai Burtescu
-32
/
+9
2016-12-28
rustc: separate bodies for static/(associated)const and embedded constants.
Eduard-Mihai Burtescu
-2
/
+2
2016-12-28
rustc: separate TraitItem from their parent Item, just like ImplItem.
Eduard-Mihai Burtescu
-1
/
+1
2016-11-29
revamp `Visitor` with a single method for controlling nested visits
Niko Matsakis
-5
/
+9
2016-11-29
Split nested_visit_mode function off from nested_visit_map
Florian Diebold
-3
/
+7
2016-11-29
rustc_const_eval: fix compilation
Florian Diebold
-12
/
+16
2016-11-28
rustc: embed path resolutions into the HIR instead of keeping DefMap.
Eduard-Mihai Burtescu
-28
/
+22
2016-11-22
Make is_uninhabited respect privacy
Andrew Cann
-1
/
+1
2016-11-16
refactor Visitor into ItemLikeVisitor and intravisit::Visitor
Niko Matsakis
-1
/
+2
2016-11-10
rustc: use an Expr instead of a Block for function bodies.
Eduard Burtescu
-2
/
+2
2016-11-02
rustc: make all read access to tcx.tables go through a method.
Eduard Burtescu
-3
/
+3
2016-10-26
handle mixed byte literal and byte array patterns
Ariel Ben-Yehuda
-5
/
+5
2016-10-26
remove StaticInliner and NaN checking
Ariel Ben-Yehuda
-153
/
+61
2016-10-26
stop using MatchCheckCtxt to hold the param-env for check_match
Ariel Ben-Yehuda
-117
/
+161
2016-10-26
change match checking to use HAIR
Ariel Ben-Yehuda
-9
/
+8
2016-10-26
un-break the `construct_witness` logic
Ariel Ben-Yehuda
-2
/
+2
2016-10-26
split the exhaustiveness-checking logic to its own module
Ariel Ben-Yehuda
-680
/
+27
2016-10-26
refactor the `pat_is_catchall` logic
Ariel Ben-Yehuda
-20
/
+20
2016-10-26
use a struct abstraction in check_match
Ariel Ben-Yehuda
-60
/
+94
2016-10-26
remove SliceWithSubslice, only used from old trans
Ariel Ben-Yehuda
-12
/
+0
2016-10-26
comment some ugly points in check_match
Ariel Ben-Yehuda
-15
/
+23
2016-10-09
Update E0303 to new error format
John Firebaugh
-2
/
+4
2016-10-06
Rollup merge of #36909 - GuillaumeGomez:merge_e0002_e0004, r=arielb1
Jonathan Turner
-7
/
+15
2016-10-04
Turn some impossible definitions into ICEs
Vadim Petrochenkov
-7
/
+8
2016-10-04
Eliminate ty::VariantKind in favor of def::CtorKind
Vadim Petrochenkov
-5
/
+5
2016-10-04
Separate Def::StructCtor/Def::VariantCtor from Def::Struct/Def::Variant
Vadim Petrochenkov
-6
/
+6
2016-10-02
Merge E0002 into E0004
Guillaume Gomez
-7
/
+15
[next]