about summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2019-01-19Rollup merge of #57598 - h-michael:unpretty-help, r=oli-obkMazdak Farrokhzad-1/+2
2019-01-19Auto merge of #57752 - Centril:rollup, r=Centrilbors-40/+13
2019-01-19Rollup merge of #57573 - Xanewok:querify-entry-fn, r=ZoxcMazdak Farrokhzad-4/+5
2019-01-19Auto merge of #57253 - Zoxc:incr-passes2, r=michaelwoeristerbors-0/+2
2019-01-19Combine all builtin early lints and use a separate walk for plugin lints. Add...John Kåre Alsaker-3/+7
2019-01-17Querify glob map usage (last use of CrateAnalysis)Igor Matuszewski-36/+8
2019-01-16Auto merge of #57392 - Xanewok:always-calc-glob-map, r=petrochenkovbors-17/+2
2019-01-16Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakisbors-16/+10
2019-01-15Querify entry_fnIgor Matuszewski-4/+5
2019-01-15Add missing unpretty option help messageHirokazu Hata-1/+2
2019-01-15Make privacy checking, intrinsic checking and liveness checking incrementalJohn Kåre Alsaker-0/+2
2019-01-13Retain original pass orderIgor Matuszewski-2/+2
2019-01-13Querify local plugin_registrar_fnIgor Matuszewski-5/+5
2019-01-13Querify local proc_macro_decls_staticIgor Matuszewski-7/+26
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-16/+10
2019-01-13Always calculate glob map but only for glob usesIgor Matuszewski-17/+2
2019-01-11Make more passes incrementalJohn Kåre Alsaker-3/+4
2019-01-09Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoeristerbors-2/+3
2019-01-07Auto merge of #57303 - matthiaskrgr:clippy_submodule_upd, r=oli-obkbors-19/+21
2019-01-07Revert "Auto merge of #57101 - o01eg:fix-57014, r=alexcrichton"Matthias Krüger-19/+21
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