about summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2019-01-07Rollup merge of #57308 - Zoxc:controller-sync, r=michaelwoeristerPietro Albini-3/+4
2019-01-06Make sure feature gate errors are recoverable (take 2)Vadim Petrochenkov-13/+10
2019-01-06Auto merge of #57286 - alexcrichton:less-thin-2-2, r=nikomatsakisbors-8/+1
2019-01-05Rollup merge of #57343 - Xanewok:querify-access-levels, r=nikomatsakiskennytm-7/+5
2019-01-05Auto merge of #57101 - o01eg:fix-57014, r=alexcrichtonbors-21/+19
2019-01-04Remove unused name from CrateAnalysisIgor Matuszewski-1/+0
2019-01-04Replace CrateAnalysis::access_levels with queryIgor Matuszewski-6/+5
2019-01-03Make CompileController thread-safeJohn Kåre Alsaker-3/+4
2019-01-02remove outdated `rustc_driver` testsNiko Matsakis-51/+0
2019-01-02Remove now stray commentAlex Crichton-7/+0
2019-01-02Avoid using open_global_nowAlex Crichton-1/+1
2018-12-29Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkovbors-1/+1
2018-12-29Replace LockCell with atomic typesJohn Kåre Alsaker-2/+3
2018-12-28Auto merge of #57118 - Zoxc:query-stats, r=wesleywiserbors-0/+4
2018-12-27Get rid of `Block::recovered`Vadim Petrochenkov-4/+2
2018-12-27Do not abort compilation if expansion produces errorsVadim Petrochenkov-10/+0
2018-12-26Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.Alexander Regueiro-1/+1
2018-12-25Remove licensesMark Rousskov-80/+0
2018-12-25Add a command line flag to print some query statsJohn Kåre Alsaker-0/+4
2018-12-25Revert "Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoerister"kennytm-1/+8
2018-12-24Search codegen backends based on target libdir instead of sysroot.O01eg-21/+19
2018-12-24Rollup merge of #56986 - alexcrichton:move-jemalloc, r=Mark-SimulacrumMazdak Farrokhzad-13/+0
2018-12-24Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoeristerMazdak Farrokhzad-8/+1
2018-12-21Auto merge of #56813 - oli-obk:main_🧶, r=pnkfelixbors-62/+5
2018-12-19rustc: Move jemalloc from rustc_driver to rustcAlex Crichton-13/+0
2018-12-19Auto merge of #56601 - Zoxc:lifetime-killer, r=nikomatsakisbors-22/+10
2018-12-19Rollup merge of #56918 - ljedrz:profiler_nits, r=wesleywiserPietro Albini-62/+57
2018-12-19Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelixPietro Albini-5/+5
2018-12-18Remove now stray commentAlex Crichton-7/+0
2018-12-18Avoid using open_global_nowAlex Crichton-1/+1
2018-12-17profiler: improve readabilityljedrz-59/+56
2018-12-17profiler: simplify total_durationljedrz-3/+1
2018-12-14Remove dead codeOliver Scherer-1/+0
2018-12-14Always run rustc in a threadOliver Scherer-61/+5
2018-12-13Make the 'a lifetime on TyCtxt uselessJohn Kåre Alsaker-22/+10
2018-12-12Replace `FileSearch::for_each_lib_search_path` with `search_paths`.Nicholas Nethercote-1/+1
2018-12-12Remove `Session::sysroot()`.Nicholas Nethercote-1/+1
2018-12-10Remove lifetime from ResolverJohn Kåre Alsaker-5/+5
2018-12-10Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature.Nicholas Nethercote-1/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-61/+57
2018-12-07Auto merge of #56502 - Zoxc:hir-func, r=eddybbors-15/+15
2018-12-07Auto merge of #56566 - ljedrz:fix_clippy_errors, r=cramertjbors-2/+2
2018-12-07Rollup merge of #56434 - Zoxc:par-tests, r=michaelwoeristerkennytm-1/+1
2018-12-07Unsupport `#[derive(Trait)]` sugar for `#[derive_Trait]` legacy plugin attrib...Vadim Petrochenkov-2/+0
2018-12-06FixJohn Kåre Alsaker-1/+1
2018-12-06codegen_utils, driver: fix clippy errorsljedrz-2/+2
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-15/+15
2018-12-06Rollup merge of #56553 - wesleywiser:silence_profiler_output, r=Mark-SimulacrumPietro Albini-3/+3
2018-12-05Don't print the profiling summary to stdout when -Zprofile-json is setWesley Wiser-3/+3
2018-12-04updates all Filename variants to take a fingerprintMatthew Russo-2/+2