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_trans
/
expr.rs
Age
Commit message (
Expand
)
Author
Lines
2016-08-24
rustc_trans: remove the bulk of old trans and most of its support code.
Eduard Burtescu
-2473
/
+0
2016-08-17
rustc: reduce Substs and Generics to a simple immutable API.
Eduard Burtescu
-1
/
+1
2016-08-15
Fix bug for ! in old trans
Andrew Cann
-1
/
+1
2016-08-13
Rename empty/bang to never
Andrew Cann
-3
/
+3
2016-08-13
Make AdjustEmptyToAny actually perform the adjustment
Andrew Cann
-4
/
+4
2016-08-13
Remove obsolete divergence related stuff
Andrew Cann
-2
/
+2
2016-08-13
Add EmptyToAny adjustment
Andrew Cann
-1
/
+8
2016-08-04
Update wording on E0080
Shantanu Raj
-1
/
+1
2016-07-08
hir-trans: Don't generate code for unreachable operands in short-circuiting l...
Michael Woerister
-0
/
+13
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-3
/
+4
2016-06-10
Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos...
Vadim Petrochenkov
-5
/
+5
2016-06-07
Auto merge of #34012 - eddyb:tick-erased, r=nikomatsakis
bors
-1
/
+1
2016-06-05
trans: use the same messages for both MIR and old arithmetic checks.
Eduard Burtescu
-5
/
+15
2016-06-05
Add a new Assert terminator to MIR for bounds & arithmetic checks.
Eduard Burtescu
-3
/
+3
2016-06-05
rustc: add ReErased to be used by trait selection, MIR and trans.
Eduard Burtescu
-1
/
+1
2016-05-19
Support 16-bit pointers as well as i/usize
Jake Goulding
-0
/
+2
2016-05-16
Remove hir::Ident
Vadim Petrochenkov
-2
/
+2
2016-05-13
Auto merge of #33508 - alexcrichton:always-lower-frem, r=nikomatsakis
bors
-38
/
+1
2016-05-11
rustc: More interning for data used in Ty<'tcx>.
Eduard Burtescu
-1
/
+1
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-3
/
+3
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-8
/
+8
2016-05-09
trans: Make base::custom_coerce_unsize_info only depend on SharedCrateContext.
Michael Woerister
-1
/
+3
2016-05-09
trans: Always lower to `frem`
Alex Crichton
-38
/
+1
2016-04-24
thread tighter span for closures around
Niko Matsakis
-1
/
+1
2016-04-11
trans: initial implementation of MIR debuginfo.
Eduard Burtescu
-5
/
+5
2016-04-06
rustc: move middle::{def,def_id,pat_util} to hir.
Eduard Burtescu
-1
/
+1
2016-04-06
rustc: dismantle hir::util, mostly moving functions to methods.
Eduard Burtescu
-2
/
+2
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-4
/
+3
2016-03-31
librustc_trans: use bug!(), span_bug!()
Benjamin Herr
-74
/
+67
2016-03-27
rustc_trans: move the contents of the trans module to top-level.
Eduard Burtescu
-0
/
+2483