| Age | Commit message (Collapse) | 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 | |
| Split Ty::is_empty method into is_never and is_uninhabited | ||||
| 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 | |
| Replace FnOutput with Ty Replace FnConverging(ty) with ty Purge FnDiverging, FunctionRetTy::NoReturn and FunctionRetTy::None | ||||
| 2016-08-13 | Add EmptyToAny adjustment | Andrew Cann | -1/+8 | |
| 2016-08-04 | Update wording on E0080 | Shantanu Raj | -1/+1 | |
| Change "attempted" to "attempt" | ||||
| 2016-07-08 | hir-trans: Don't generate code for unreachable operands in short-circuiting ↵ | Michael Woerister | -0/+13 | |
| logical operations. | ||||
| 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 ↵ | Vadim Petrochenkov | -5/+5 | |
| possible | ||||
| 2016-06-07 | Auto merge of #34012 - eddyb:tick-erased, r=nikomatsakis | bors | -1/+1 | |
| rustc: add ReErased to be used by trait selection, MIR and trans. `ReErased` replaces `ReStatic` (i.e. `'static`) for erasing regions. Using a distinct lifetime helps prevent accidental mix-ups between the two. It also allows cleaner type printing (see test changes), including in symbol names: ```rust str..pattern..CharSearcher$LT$$u27$static$GT$::drop.30560::h840c2f2afc03bbea // before str..pattern..CharSearcher::drop.30561::h6bd31d2af614377a // after ``` Not that we should be producing symbols this way, but it's still better. | ||||
| 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 | |
| This is based on the original work of Dylan McKay for the [avr-rust project][ar]. [ar]: https://github.com/avr-rust/rust | ||||
| 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 | |
| trans: Always lower to `frem` Long ago LLVM unfortunately didn't handle the 32-bit MSVC case of `frem` where it can't be lowered to `fmodf` because that symbol doesn't exist. That was since fixed in http://reviews.llvm.org/D12099 (landed as r246615) and was released in what appears to be LLVM 3.8. Now that we're using that branch of LLVM let's remove our own hacks and help LLVM optimize a little better by giving it knowledge about what we're doing. | ||||
| 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 | |
| Long ago LLVM unfortunately didn't handle the 32-bit MSVC case of `frem` where it can't be lowered to `fmodf` because that symbol doesn't exist. That was since fixed in http://reviews.llvm.org/D12099 (landed as r246615) and was released in what appears to be LLVM 3.8. Now that we're using that branch of LLVM let's remove our own hacks and help LLVM optimize a little better by giving it knowledge about what we're doing. | ||||
| 2016-04-24 | thread tighter span for closures around | Niko Matsakis | -1/+1 | |
| Track the span corresponding to the `|...|` part of the closure. | ||||
| 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 | |
