summary refs log tree commit diff
path: root/src/librustc_trans_utils/trans_crate.rs
AgeCommit message (Expand)AuthorLines
2018-03-12Require the metadata loader to be thread-safeJohn Kåre Alsaker-3/+3
2018-03-07Merge branch 'incr_attr_queries' of https://github.com/wesleywiser/rust into ...Alex Crichton-7/+5
2018-03-07Merge branch 'metadata-send-sync' of https://github.com/Zoxc/rust into update...Alex Crichton-6/+8
2018-03-06Add target_features to TransFnAttrsWesley Wiser-2/+4
2018-03-06Remove the contains_extern_indicator queryWesley Wiser-1/+0
2018-03-06Remove export_name queryWesley Wiser-1/+0
2018-03-06Add `inline` to `TransFnAttrs`Wesley Wiser-3/+1
2018-03-07Make metadata references Send + SyncJohn Kåre Alsaker-6/+8
2018-03-06Clean up handling of symbol export information.Michael Woerister-2/+1
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-2/+2
2018-02-17fix more typos found by codespell.Matthias Krüger-1/+1
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-5/+11
2018-01-20Fix ICEbjorn3-0/+4
2018-01-19Remove use of RUSTC_COMPILETEST env varbjorn3-2/+0
2018-01-19Fix review commentsbjorn3-31/+1
2018-01-19Cleanup hot plug codegen backend codebjorn3-166/+15
2018-01-19Hot plug rustc_transbjorn3-0/+181
2018-01-19Allow runtime switching between trans backendsbjorn3-68/+110
2018-01-01Update crates and submodules to pull doc fixesMalo Jaffré-1/+1
2017-12-20incr.comp.: Use an IndexVec instead of a hashmap for storing result hashes.Michael Woerister-4/+2
2017-12-17Add sync module to rustc_data_structuresJohn Kåre Alsaker-1/+1
2017-11-29incr.comp.: Remove on-export crate metadata hashing.Michael Woerister-1/+1
2017-11-12rustc_driver: base extern query providers on local ones.Eduard-Mihai Burtescu-4/+4
2017-09-25Fix errorbjorn3-2/+1
2017-09-23Fix some tests with no llvm buildbjorn3-0/+5
2017-09-23Fix tidy errorsbjorn3-2/+10
2017-09-23Fix some nitsbjorn3-1/+0
2017-09-23Fix for upstream changesbjorn3-18/+22
2017-09-23Merge rustc_trans_trait into rustc_trans_utilsbjorn3-0/+234