summary refs log tree commit diff
path: root/src/librustc_trans_utils/lib.rs
AgeCommit message (Expand)AuthorLines
2018-03-26Stabilize i128_typeMark Mansi-1/+1
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-1/+1
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-1/+0
2018-03-07Merge branch 'incr_attr_queries' of https://github.com/wesleywiser/rust into ...Alex Crichton-2/+0
2018-03-07Merge branch 'metadata-send-sync' of https://github.com/Zoxc/rust into update...Alex Crichton-1/+1
2018-03-06Remove export_name queryWesley Wiser-2/+0
2018-03-07Make metadata references Send + SyncJohn Kåre Alsaker-1/+1
2018-03-06Clean up handling of symbol export information.Michael Woerister-54/+1
2018-02-20stage0 cfg cleanupMark Simulacrum-1/+0
2018-01-19Fix ICEbjorn3-0/+1
2018-01-19Fix review commentsbjorn3-2/+0
2018-01-19Hot plug rustc_transbjorn3-0/+4
2018-01-19Allow runtime switching between trans backendsbjorn3-0/+8
2017-12-18Add rustc_data_structures for trans_utils/lib.rsMaik Klein-0/+1
2017-12-18Remove duplicated functions from trans::common.rsMaik Klein-3/+1
2017-12-18Move common.rs functionality into TyCtxtMaik Klein-1/+2
2017-12-18Move trans_item and monomorphize to rustc_mirMaik Klein-2/+0
2017-12-18Move collector to monomorphizeMaik Klein-2/+0
2017-12-17Add sync module to rustc_data_structuresJohn Kåre Alsaker-1/+0
2017-11-07Don't duplicate logic of when an Instance requests to be inlined.Michael Woerister-6/+3
2017-11-07Fix translation item collection for inline and const fns.Michael Woerister-2/+2
2017-10-28Auto merge of #44295 - plietar:extern-types, r=arielb1bors-1/+1
2017-10-27Move type_has_metadata to trans_utilsPaul Liétar-1/+1
2017-10-26Bump to 1.23 and update bootstrapAlex Crichton-2/+0
2017-10-19Move collector to rustc_trans_utilsbjorn3-0/+5
2017-09-23Fix some tests with no llvm buildbjorn3-0/+14
2017-09-23Fix for upstream changesbjorn3-3/+3
2017-09-23Merge rustc_trans_trait into rustc_trans_utilsbjorn3-0/+7
2017-09-23Fix rustc_trans_utils::find_exported_symbolsbjorn3-1/+1
2017-09-23Allow writing metadata without llvmbjorn3-0/+60
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-1/+2
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-3/+0
2017-08-11Actually make rustc_driver compile without llvmbjorn3-0/+38