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-06-04
Auto merge of #42265 - Zoxc:for-sugar, r=eddyb
bors
-56
/
+32
2017-06-01
strip param-env from infcx
Niko Matsakis
-2
/
+2
2017-06-01
move projection mode into parameter environment
Niko Matsakis
-2
/
+1
2017-06-01
Change for-loop desugar to not borrow the iterator during the loop
John Kåre Alsaker
-56
/
+32
2017-05-25
Hygienize `librustc_typeck`.
Jeffrey Seyfried
-3
/
+3
2017-05-22
rename `parameter_environment` to `param_env`
Niko Matsakis
-1
/
+1
2017-05-22
rename `ParameterEnvironment` to `ParamEnv`
Niko Matsakis
-1
/
+1
2017-05-22
centralize the caching for is-copy, is-sized, and is-freeze
Niko Matsakis
-3
/
+3
2017-05-13
rustc: stop interning CodeExtent, it's small enough.
Eduard-Mihai Burtescu
-1
/
+1
2017-05-13
rustc: uniformly compute ParameterEnvironment's "free outlive scope".
Eduard-Mihai Burtescu
-4
/
+3
2017-05-08
Remove need for &format!(...) or &&"" dances in `span_label` calls
Oliver Schneider
-13
/
+13
2017-04-30
modify `ExprUseVisitor` and friends to take region-maps, not def-id
Niko Matsakis
-5
/
+6
2017-04-30
introduce per-fn RegionMaps
Taylor Cramer
-1
/
+6
2017-04-30
intern CodeExtents
Niko Matsakis
-1
/
+1
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
[next]