| Age | Commit message (Expand) | Author | Lines |
| 2017-11-02 | add TerminatorKind::FalseEdges and use it in matches | Mikhail Modin | -2/+4 |
| 2017-10-31 | Take crate-type into account when computing symbol export list. | Michael Woerister | -1/+1 |
| 2017-10-28 | Auto merge of #44295 - plietar:extern-types, r=arielb1 | bors | -21/+50 |
| 2017-10-27 | Move type_has_metadata to trans_utils | Paul Liétar | -14/+2 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -21/+62 |
| 2017-10-26 | Bump to 1.23 and update bootstrap | Alex Crichton | -3/+2 |
| 2017-10-26 | Avoid unnecessary copies of arguments that are simple bindings | Björn Steinbrink | -3/+27 |
| 2017-10-25 | Auto merge of #45476 - Xanewok:fingerprint-disambiguator, r=michaelwoerister | bors | -3/+4 |
| 2017-10-24 | Introduce CrateDisambiguator newtype and fix tests | Igor Matuszewski | -2/+3 |
| 2017-10-24 | Auto merge of #44984 - Maaarcocr:master, r=nikomatsakis | bors | -5/+5 |
| 2017-10-23 | Use 128 bit instead of Symbol for crate disambiguator | Igor Matuszewski | -2/+2 |
| 2017-10-21 | trans_ -> fully_ prefix | Marco Concetto Rudilosso | -5/+5 |
| 2017-10-21 | added trans_ prefix and pluralised types. Solved failing test on the incremen... | Marco Concetto Rudilosso | -5/+5 |
| 2017-10-21 | Create NormalizeTy query | Marco Concetto Rudilosso | -5/+5 |
| 2017-10-21 | rustc: Move bytecode compression into codegen | Alex Crichton | -168/+175 |
| 2017-10-21 | Auto merge of #45381 - bjorn3:move_collector_out_of_trans, r=nikomatsakis | bors | -1656/+14 |
| 2017-10-20 | Auto merge of #45348 - alexcrichton:thinlto-timp, r=michaelwoerister | bors | -50/+63 |
| 2017-10-20 | Auto merge of #45319 - michaelwoerister:use-128bit-siphash, r=nikomatsakis | bors | -4/+3 |
| 2017-10-19 | Move collector to rustc_trans_utils | bjorn3 | -1656/+14 |
| 2017-10-18 | rustc: Add `_imp_` symbols later in compilation | Alex Crichton | -50/+63 |
| 2017-10-18 | Avoid unnecessary allocas for indirect function arguments | Björn Steinbrink | -7/+26 |
| 2017-10-17 | Rollup merge of #45310 - gnzlbg:fix_aarch64, r=pnkfelix | kennytm | -0/+3 |
| 2017-10-16 | Auto merge of #45202 - alexcrichton:fix-inline-always, r=michaelwoerister | bors | -8/+24 |
| 2017-10-16 | Make debuginfo::UniqueTypeId use 128 bit hash. | Michael Woerister | -4/+3 |
| 2017-10-16 | introduce a whitelist for aarch64 | gnzlbg | -1/+4 |
| 2017-10-15 | aarch64 is not whitelisted for ARM features | gnzlbg | -1/+1 |
| 2017-10-15 | rustc: Fix some ThinLTO internalization | Alex Crichton | -5/+25 |
| 2017-10-15 | Auto merge of #45224 - malbarbo:x32, r=alexcrichton | bors | -1/+1 |
| 2017-10-14 | Auto merge of #45137 - theotherjimmy:vtable-methods-query, r=nikomatsakis | bors | -4/+4 |
| 2017-10-14 | Auto merge of #45102 - petrochenkov:noar, r=alexcrichton | bors | -4/+3 |
| 2017-10-13 | Auto merge of #45063 - michaelwoerister:bring-back-incremental-info, r=nikoma... | bors | -7/+3 |
| 2017-10-13 | Wrap vtable_methods return type in RC | Jimmy Brisson | -2/+3 |
| 2017-10-13 | get_vtable_methods => vtable_methods query | Jimmy Brisson | -3/+2 |
| 2017-10-13 | Convert return type of get_vtable_methods to Vec | Jimmy Brisson | -2/+2 |
| 2017-10-13 | Auto merge of #45032 - alexcrichton:target-cfu, r=michaelwoerister | bors | -5/+5 |
| 2017-10-13 | Auto merge of #45031 - alexcrichton:nounwind, r=arielb1 | bors | -2/+10 |
| 2017-10-12 | Auto merge of #45176 - michaelwoerister:fix-region-and-trans-item-order, r=ni... | bors | -3/+20 |
| 2017-10-12 | Auto merge of #44967 - wesleywiser:trans_fulfill_obligation, r=nikomatsakis | bors | -5/+4 |
| 2017-10-11 | Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support | Marco A L Barbosa | -1/+1 |
| 2017-10-11 | rustc: Handle #[inline(always)] at -O0 | Alex Crichton | -8/+24 |
| 2017-10-11 | rustc: Add LLVM `nounwind` with `-C panic=abort` | Alex Crichton | -2/+10 |
| 2017-10-10 | incr.comp.: Fix instability in CodegenUnitExt::items_in_deterministic_order(). | Michael Woerister | -3/+20 |
| 2017-10-09 | rustc: Allow target-specific default cgus | Alex Crichton | -5/+5 |
| 2017-10-09 | cleanup: rustc doesn't use an external archiver | Vadim Petrochenkov | -4/+3 |
| 2017-10-09 | Auto merge of #45111 - aidanhs:aphs-bubble-worker-failures, r=alexcrichton | bors | -6/+10 |
| 2017-10-09 | Auto merge of #45075 - alexcrichton:inline-less, r=michaelwoerister | bors | -81/+129 |
| 2017-10-09 | Auto merge of #45035 - alexcrichton:no-empty, r=michaelwoerister | bors | -12/+0 |
| 2017-10-09 | Auto merge of #45033 - eddyb:capture-me-not, r=nikomatsakis | bors | -10/+1 |
| 2017-10-08 | Don't panic in the coordinator thread, bubble up the failure | Aidan Hobson Sayers | -6/+10 |
| 2017-10-08 | Turn `trans_fulfill_obligation` into a query | Wesley Wiser | -5/+4 |