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
/
pattern.rs
Age
Commit message (
Expand
)
Author
Lines
2017-12-21
Revert "Auto merge of #45225 - eddyb:trans-abi, r=arielb1"
Ariel Ben-Yehuda
-2
/
+2
2017-11-18
rustc_mir: always downcast enums, even if univariant.
Eduard-Mihai Burtescu
-2
/
+2
2017-10-06
implement pattern-binding-modes RFC
Tobias Schottdorf
-0
/
+38
2017-09-18
incr.comp.: Already hash HIR bodies during metadata export so they don't have...
Michael Woerister
-1
/
+1
2017-09-11
rustc: evaluate fixed-length array length expressions lazily.
Eduard-Mihai Burtescu
-1
/
+2
2017-09-11
rustc: use ty::Const for the length of TyArray.
Eduard-Mihai Burtescu
-1
/
+2
2017-09-11
rustc: replace usize with u64 and ConstUsize.
Eduard-Mihai Burtescu
-1
/
+1
2017-09-11
rustc: introduce ty::Const { ConstVal, Ty }.
Eduard-Mihai Burtescu
-8
/
+8
2017-09-11
rustc: intern ConstVal's in TyCtxt.
Eduard-Mihai Burtescu
-31
/
+28
2017-09-08
Use NodeId/HirId instead of DefId for local variables.
Eduard-Mihai Burtescu
-2
/
+1
2017-09-05
rustc: Rename item_body query to extern_const_body
Alex Crichton
-1
/
+1
2017-09-05
rustc: Migrate `CrateStore::item_body` to a query
Alex Crichton
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-9
/
+9
2017-08-11
Encapsulate sub-table access in TypeckTables and validate keys on each access.
Michael Woerister
-2
/
+2
2017-08-11
Use ItemLocalId as key for TypeckTables::pat_binding_modes.
Michael Woerister
-1
/
+1
2017-08-11
Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck...
Michael Woerister
-9
/
+9
2017-08-11
Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId.
Michael Woerister
-8
/
+8
2017-07-30
default binding modes: add pat_binding_modes
Tobias Schottdorf
-8
/
+12
2017-07-27
rustc_const_eval: keep track of the appropriate ParamEnv.
Eduard-Mihai Burtescu
-7
/
+16
2017-07-27
rustc_const_eval: always require correct Substs.
Eduard-Mihai Burtescu
-19
/
+25
2017-06-27
rustc: move the PolyFnSig out of TyFnDef.
Eduard-Mihai Burtescu
-3
/
+3
2017-06-01
Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis
bors
-2
/
+1
2017-06-01
rustc: remove unnecessary ItemSubsts wrapper.
Eduard-Mihai Burtescu
-2
/
+1
2017-05-30
Turn sufficiently old compatibility lints into hard errors
Vadim Petrochenkov
-15
/
+6
2017-04-30
intern CodeExtents
Niko Matsakis
-2
/
+2
2017-04-24
rustc: rename some of the queries to match tcx methods.
Eduard-Mihai Burtescu
-2
/
+2
2017-04-23
rustc_const_eval: support all unit enum variants.
Eduard-Mihai Burtescu
-1
/
+7
2017-04-23
rustc: make the const-eval cache polymorphic.
Eduard-Mihai Burtescu
-3
/
+8
2017-04-16
rustc_const_eval: move ConstEvalErr to the rustc crate.
Eduard-Mihai Burtescu
-2
/
+2
2017-03-06
Fix ICE: don't use `struct_variant` on enums
Esteban Küber
-1
/
+5
2017-02-25
rustc_const_eval: always demand typeck_tables for evaluating constants.
Eduard-Mihai Burtescu
-12
/
+12
2017-02-03
Add warning for () to ! switch
Andrew Cann
-1
/
+1
2017-01-30
Merge ty::TyBox into ty::TyAdt
Vadim Petrochenkov
-1
/
+1
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-1
/
+1
2017-01-25
rename `Tables` to `TypeckTables`
Niko Matsakis
-3
/
+3
2017-01-19
add exclusive range patterns under a feature gate
Oliver Schneider
-7
/
+13
2017-01-06
rustc: store ty::Tables separately for each body (except closures').
Eduard-Mihai Burtescu
-1
/
+1
2017-01-06
rustc: keep track of tables everywhere as if they were per-body.
Eduard-Mihai Burtescu
-23
/
+30
2017-01-04
Fix build after rebase
Andrew Cann
-12
/
+15
2017-01-03
Fix build after rebase
Andrew Cann
-5
/
+5
2017-01-03
More pattern matching for empty types changes
Andrew Cann
-5
/
+14
2017-01-01
rustc_const_eval: convert constants to Pattern instead of hir::Pat.
Eduard-Mihai Burtescu
-54
/
+177
2017-01-01
rustc_const_eval: build Pattern instead of hir::Pat for pretty-printing.
Eduard-Mihai Burtescu
-1
/
+154
2016-11-29
rustc: simplify AdtDef by removing the field types and ty::ivar.
Eduard-Mihai Burtescu
-20
/
+10
2016-11-28
rustc: embed path resolutions into the HIR instead of keeping DefMap.
Eduard-Mihai Burtescu
-16
/
+16
2016-11-10
Work around a borrow surviving too long (fixes #37686)
Anthony Ramine
-1
/
+2
2016-11-02
rustc: make all read access to tcx.tables go through a method.
Eduard Burtescu
-8
/
+9
2016-10-28
rustc: move mir::repr::* to mir.
Eduard Burtescu
-1
/
+1
2016-10-27
Address comments + Fix rebase
Vadim Petrochenkov
-1
/
+1
2016-10-26
flatten nested slice patterns in HAIR construction
Ariel Ben-Yehuda
-10
/
+43
[next]