about summary refs log tree commit diff
path: root/src/librustc_trans/lib.rs
AgeCommit message (Expand)AuthorLines
2018-05-17Rename trans to codegen everywhere.Irina Popa-390/+0
2018-05-13Introduce OperandValue::nontemporal_store and use it in the intrinsicsAnthony Ramine-0/+1
2018-05-11Update naming in line with PR commentsIsaac Whitfield-1/+1
2018-05-11Remove shared access to DepGraph::work_productsIsaac Whitfield-3/+3
2018-05-01Auto merge of #50198 - oli-obk:const_prop, r=eddybbors-1/+0
2018-04-30Remove the `rustc_const_math` crateOliver Schneider-1/+0
2018-04-30Make the fields of RangeInclusive private.kennytm-1/+1
2018-04-26Emit range metadata on calls returning scalars (fixes #50157)Anthony Ramine-0/+1
2018-04-26rustc_target: move in cabi_* from rustc_trans.Irina Popa-18/+0
2018-04-26rustc_target: move in type definitions from rustc_trans::abi.Irina Popa-2/+0
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-1/+1
2018-04-17Remove `underscore_lifetimes` and `match_default_bindings` from active featur...kennytm-1/+0
2018-04-11Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcmkennytm-0/+1
2018-04-09Convert sort_by_key to sort_by_cached_keyvarkor-0/+1
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-04-07Auto merge of #49672 - alexcrichton:fix-another-std-core-cycle, r=michaelwoer...bors-1/+1
2018-04-07Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakisbors-4/+0
2018-04-06Allow for representing exported monomorphizations in crate metadata.Michael Woerister-0/+1
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-4/+0
2018-04-04Fix another circulare deps link args issueAlex Crichton-1/+1
2018-03-29rustc: Group linked libraries where neededAlex Crichton-0/+3
2018-03-26Stabilize i128 feature tooMark Mansi-2/+1
2018-03-26Stabilize i128_typeMark Mansi-1/+1
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-1/+1
2018-03-22rustc: Add a `#[wasm_import_module]` attributeAlex Crichton-0/+3
2018-03-22rustc: Add a `#[wasm_custom_section]` attributeAlex Crichton-0/+3
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-1/+1
2018-03-17Auto merge of #48936 - Zoxc:cstore, r=michaelwoeristerbors-1/+1
2018-03-16Auto merge of #49051 - kennytm:rollup, r=kennytmbors-0/+1
2018-03-15Keep the fields of RangeInclusive unstable.kennytm-0/+1
2018-03-15Stabilize `inclusive_range_syntax` language feature.kennytm-1/+1
2018-03-15Stabilize `inclusive_range` library feature.kennytm-1/+0
2018-03-12rustc: Start a custom cabi module for wasm32Alex Crichton-0/+1
2018-03-12Require the metadata loader to be thread-safeJohn Kåre Alsaker-1/+1
2018-03-09Move PROFQ_CHAN to a Session fieldJohn Kåre Alsaker-2/+2
2018-03-07Merge branch 'metadata-send-sync' of https://github.com/Zoxc/rust into update...Alex Crichton-1/+1
2018-03-07Make metadata references Send + SyncJohn Kåre Alsaker-1/+1
2018-03-03rustc: Tweak default linker selectionAlex Crichton-1/+0
2018-03-03rust: Import LLD for linking wasm objectsAlex Crichton-1/+0
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-5/+5
2018-02-20stage0 cfg cleanupMark Simulacrum-2/+0
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-5/+21
2018-01-19Hopefully fix the 32bit SEGVbjorn3-1/+1
2018-01-19Fix review commentsbjorn3-2/+5
2018-01-19Hot plug rustc_transbjorn3-0/+3
2018-01-19Hide even more of rustc_transbjorn3-6/+6
2018-01-19Hide more stuff from rustc_transbjorn3-21/+21
2018-01-19Allow runtime switching between trans backendsbjorn3-32/+84
2018-01-13rustc: Tweak `#[target_feature]` syntaxAlex Crichton-0/+1
2018-01-10Use the new fs_read_write functions in rustc internalsMatt Brubeck-0/+1