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
/
_match.rs
Age
Commit message (
Expand
)
Author
Lines
2016-11-29
rustc: simplify AdtDef by removing the field types and ty::ivar.
Eduard-Mihai Burtescu
-4
/
+2
2016-11-28
rustc: embed path resolutions into the HIR instead of keeping DefMap.
Eduard-Mihai Burtescu
-3
/
+8
2016-11-28
rustc: desugar UFCS as much as possible during HIR lowering.
Eduard Burtescu
-7
/
+4
2016-11-09
Auto merge of #37603 - arielb1:max-slice-length, r=nikomatsakis
bors
-8
/
+97
2016-11-08
add more comment
Ariel Ben-Yehuda
-14
/
+61
2016-11-08
Replace FnvHasher use with FxHasher.
Nicholas Nethercote
-3
/
+3
2016-11-05
_match: correct max_slice_length logic
Ariel Ben-Yehuda
-8
/
+50
2016-10-26
handle mixed byte literal and byte array patterns
Ariel Ben-Yehuda
-45
/
+140
2016-10-26
remove StaticInliner and NaN checking
Ariel Ben-Yehuda
-5
/
+3
2016-10-26
stop using MatchCheckCtxt to hold the param-env for check_match
Ariel Ben-Yehuda
-18
/
+0
2016-10-26
change match checking to use HAIR
Ariel Ben-Yehuda
-240
/
+199
2016-10-26
un-break the `construct_witness` logic
Ariel Ben-Yehuda
-148
/
+185
2016-10-26
split the exhaustiveness-checking logic to its own module
Ariel Ben-Yehuda
-0
/
+696