| Age | Commit message (Expand) | Author | Lines |
| 2016-08-05 | Auto merge of #35116 - jseyfried:groundwork_for_new_import_semantics, r=nrc | bors | -1/+1 |
| 2016-08-05 | Auto merge of #35283 - shantanuraj:master, r=jonathandturner | bors | -1/+1 |
| 2016-08-04 | rustc_trans: don't Assert(Overflow(Neg)) when overflow checks are off. | Eduard Burtescu | -1/+17 |
| 2016-08-04 | Update wording on E0080 | Shantanu Raj | -1/+1 |
| 2016-08-03 | Auto merge of #35174 - arielb1:llvm-type-audit, r=eddyb | bors | -187/+182 |
| 2016-08-03 | finish type-auditing rustllvm | Ariel Ben-Yehuda | -79/+66 |
| 2016-08-03 | split the FFI part of rustc_llvm to rustc_llvm::ffi | Ariel Ben-Yehuda | -4/+4 |
| 2016-08-03 | begin auditing the C++ types in RustWrapper | Ariel Ben-Yehuda | -84/+88 |
| 2016-08-03 | audit LLVM C++ types in ArchiveWrapper and PassWrapper | Ariel Ben-Yehuda | -27/+31 |
| 2016-08-03 | rustc_trans: don't lose the cross-crate DefId, MIR trans needs it. | Eduard Burtescu | -3/+5 |
| 2016-08-02 | rustc_trans: load C-like enums larger than usize from memory with -Zorbit. | Eduard Burtescu | -25/+33 |
| 2016-08-01 | Improve diagnostics for pattern bindings that illegally shadow items. | Jeffrey Seyfried | -1/+1 |
| 2016-08-01 | Auto merge of #35163 - sanxiyn:rollup, r=sanxiyn | bors | -137/+36 |
| 2016-08-02 | Rollup merge of #35141 - eddyb:assert-mir-debug, r=nagisa | Seo Sanghyeon | -0/+1 |
| 2016-08-02 | Rollup merge of #35114 - michaelwoerister:inline-meta-to-hir-map, r=eddyb | Seo Sanghyeon | -137/+35 |
| 2016-08-01 | Auto merge of #34743 - badboy:llvm-upgrade, r=eddyb | bors | -51/+92 |
| 2016-08-01 | trans: Avoid weak linkage for closures when linking with MinGW. | Michael Woerister | -40/+81 |
| 2016-08-01 | Move caching of HIR-inlining into CStore in order to avoid duplicating inline... | Michael Woerister | -137/+35 |
| 2016-07-31 | rustc_trans: apply the debug location for the MIR Assert panic call. | Eduard Burtescu | -0/+1 |
| 2016-07-29 | Auto merge of #35032 - vadimcn:rusty-ehabi, r=alexcrichton | bors | -18/+1 |
| 2016-07-29 | Remove NO_FILE_METADATA; always use unknown_file_metadata instead of passing 0 | Vladimir Vukicevic | -9/+9 |
| 2016-07-29 | rustc: Fix data-layout for AArch64 targets | Alex Crichton | -1/+19 |
| 2016-07-29 | Refactor determining of relocation model into methods | Jan-Erik Rediger | -24/+41 |
| 2016-07-29 | Use relative path to type | Jan-Erik Rediger | -1/+1 |
| 2016-07-29 | [LLVM-3.9] Configure PIE at the module level instead of compilation unit level | Jan-Erik Rediger | -0/+1 |
| 2016-07-29 | [LLVM-3.9] Setup the compile unit information immediately | Jan-Erik Rediger | -17/+22 |
| 2016-07-29 | [LLVM-3.9] Rename custom methods to Rust-specific ones | Jan-Erik Rediger | -1/+1 |
| 2016-07-28 | Keep multiple files per work-product | Niko Matsakis | -34/+64 |
| 2016-07-28 | Address mw nits | Niko Matsakis | -21/+15 |
| 2016-07-28 | Add a testing mechanism and a simple spike test | Niko Matsakis | -0/+153 |
| 2016-07-28 | Modify trans to skip generating `.o` files | Niko Matsakis | -96/+307 |
| 2016-07-27 | Auto merge of #34907 - arielb1:found-parse-error, r=nikomatsakis | bors | -22/+36 |
| 2016-07-24 | Implement ARM personality routine in Rust. | Vadim Chugunov | -18/+1 |
| 2016-07-23 | Auto merge of #34832 - vadimcn:rusty-personality, r=alexcrichton | bors | -4/+10 |
| 2016-07-22 | Implement rust_eh_personality in Rust, remove rust_eh_personality_catch. | Vadim Chugunov | -4/+10 |
| 2016-07-22 | refactor constant evaluation error reporting | Ariel Ben-Yehuda | -22/+36 |
| 2016-07-20 | trans: Make base::internalize_symbols() respect explicit linkage directives. | Michael Woerister | -15/+57 |
| 2016-07-19 | Fix wrong condition in base::internalize_symbols(). | Michael Woerister | -1/+1 |
| 2016-07-18 | Run base::internalize_symbols() even for single-codegen-unit crates. | Michael Woerister | -21/+15 |
| 2016-07-17 | Auto merge of #34789 - jonathandturner:simplify_liberror, r=alexcrichton | bors | -14/+14 |
| 2016-07-15 | Rollup merge of #34456 - tbu-:pr_ptr_null, r=aturon | Guillaume Gomez | -8/+9 |
| 2016-07-14 | Remove CoreEmitter and focus on Emitter | Jonathan Turner | -14/+14 |
| 2016-07-13 | Auto merge of #34772 - jseyfried:cleanup_interner, r=eddyb | bors | -6/+5 |
| 2016-07-12 | Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}` | Tobias Bucher | -8/+9 |
| 2016-07-11 | Refactor `get_ident_interner` -> `with_ident_interner`. | Jeffrey Seyfried | -3/+2 |
| 2016-07-11 | Remove `Interner<T>` and rename `StrInterner` to `Interner`. | Jeffrey Seyfried | -3/+3 |
| 2016-07-11 | Register reads on the corrent HIR item | Jonas Schievink | -2/+8 |
| 2016-07-11 | Don't register reads for external items | Jonas Schievink | -1/+6 |
| 2016-07-10 | Move variant_size_differences out of trans | Jonas Schievink | -191/+33 |
| 2016-07-09 | Auto merge of #34365 - petrochenkov:deferr, r=eddyb | bors | -8/+8 |