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_trans
/
_match.rs
Age
Commit message (
Expand
)
Author
Lines
2016-07-03
prefer `if let` to match with `None => {}` arm in some places
Zack M. Davis
-11
/
+7
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-06-10
Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos...
Vadim Petrochenkov
-11
/
+9
2016-06-09
handle string literals correctly in match checking
Ariel Ben-Yehuda
-4
/
+6
2016-06-08
fix translation of unsized types and arrays
Ariel Ben-Yehuda
-2
/
+14
2016-06-07
Auto merge of #34012 - eddyb:tick-erased, r=nikomatsakis
bors
-1
/
+1
2016-06-05
Add a new Assert terminator to MIR for bounds & arithmetic checks.
Eduard Burtescu
-1
/
+1
2016-06-05
rustc: add ReErased to be used by trait selection, MIR and trans.
Eduard Burtescu
-1
/
+1
2016-05-28
Refactor away some functions from hir::pat_util
Vadim Petrochenkov
-12
/
+10
2016-05-28
Separate bindings from other patterns in HIR
Vadim Petrochenkov
-56
/
+45
2016-05-26
Replace pat_adjust_pos with an iterator adapter
Vadim Petrochenkov
-10
/
+7
2016-05-26
Implement `..` in tuple (struct) patterns
Vadim Petrochenkov
-36
/
+43
2016-05-16
Remove hir::Ident
Vadim Petrochenkov
-4
/
+4
2016-05-11
rustc: Split local type contexts interners from the global one.
Eduard Burtescu
-2
/
+1
2016-05-11
rustc: Wrap users of InferCtxt in an anonymous scope.
Eduard Burtescu
-4
/
+2
2016-05-11
rustc: Remove the TyCtxt field from ParameterEnvironment.
Eduard Burtescu
-1
/
+1
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-2
/
+2
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-4
/
+4
2016-05-11
infer: Use methods for creating an InferCtxt.
Eduard Burtescu
-4
/
+3
2016-04-14
Rollup merge of #32646 - Ms2ger:Constructor, r=sanxiyn
Steve Klabnik
-7
/
+7
2016-04-06
rustc: move middle::{def,def_id,pat_util} to hir.
Eduard Burtescu
-3
/
+3
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-2
/
+2
2016-03-31
librustc_trans: use bug!(), span_bug!()
Benjamin Herr
-7
/
+7
2016-03-31
Stop re-exporting check_match::Constructor.
Ms2ger
-7
/
+7
2016-03-30
move `const_eval` and `check_match` out of `librustc`
Oliver Schneider
-7
/
+6
2016-03-27
rustc_trans: move the contents of the trans module to top-level.
Eduard Burtescu
-0
/
+2009