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
/
_match.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-08
Move librustc_const_eval to librustc_mir
Oliver Schneider
-1217
/
+0
2018-03-08
Produce instead of pointers
Oliver Schneider
-32
/
+148
2018-03-05
Turn features() into a query.
Michael Woerister
-2
/
+2
2018-02-23
Introduce UnpackedKind
varkor
-1
/
+1
2018-02-17
fix more typos found by codespell.
Matthias Krüger
-1
/
+1
2018-01-13
fix comments
Ariel Ben-Yehuda
-5
/
+21
2018-01-13
check_match: fix handling of privately uninhabited types
Ariel Ben-Yehuda
-9
/
+18
2017-11-18
rustc_mir: always downcast enums, even if univariant.
Eduard-Mihai Burtescu
-3
/
+3
2017-11-03
Implemented RFC 2008 for enums (not including variants) and structs.
David Wood
-4
/
+69
2017-10-16
refactor inhabitedness to have clearer public entry points
Niko Matsakis
-7
/
+5
2017-09-11
rustc: evaluate fixed-length array length expressions lazily.
Eduard-Mihai Burtescu
-8
/
+10
2017-09-11
rustc: use ty::Const for the length of TyArray.
Eduard-Mihai Burtescu
-4
/
+7
2017-09-11
rustc: replace usize with u64 and ConstUsize.
Eduard-Mihai Burtescu
-17
/
+17
2017-09-11
rustc: introduce ty::Const { ConstVal, Ty }.
Eduard-Mihai Burtescu
-18
/
+24
2017-09-11
rustc: intern ConstVal's in TyCtxt.
Eduard-Mihai Burtescu
-22
/
+25
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-6
/
+6
2017-07-16
Update function name to reflect reality
Sam Cappleman-Lynes
-3
/
+3
2017-07-16
Fix `range_covered_by_constructor` for exclusive ranges.
Sam Cappleman-Lynes
-4
/
+4
2017-06-18
Use T as the subpattern type of Box<T>
Wonwoo Choi
-15
/
+20
2017-03-27
Fix various useless derefs and slicings
Oliver Schneider
-2
/
+2
2017-02-25
rustc_const_eval: always demand typeck_tables for evaluating constants.
Eduard-Mihai Burtescu
-12
/
+13
2017-02-20
check_match: don't treat privately uninhabited types as uninhabited
Ariel Ben-Yehuda
-30
/
+62
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-03
Add warning for () to ! switch
Andrew Cann
-2
/
+2
2017-01-30
Merge ty::TyBox into ty::TyAdt
Vadim Petrochenkov
-2
/
+0
2017-01-25
Hide uninhabitedness checks behind feature gate
Andrew Cann
-4
/
+13
2017-01-19
add exclusive range patterns under a feature gate
Oliver Schneider
-17
/
+34
2017-01-04
Fix build after rebase
Andrew Cann
-10
/
+15
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
-14
/
+14
2017-01-03
Refactor is_uninhabited
Andrew Cann
-7
/
+7
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
-51
/
+92
2017-01-03
Make is_useful handle empty types properly
Andrew Cann
-11
/
+52
2017-01-03
Start enabling empty types in pattern matching.
Andrew Cann
-12
/
+17
2017-01-01
rustc_const_eval: build Pattern instead of hir::Pat for pretty-printing.
Eduard-Mihai Burtescu
-83
/
+62
2016-12-22
Refactor how global paths are represented (for both ast and hir).
Jeffrey Seyfried
-1
/
+0
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
[next]