about summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2019-03-02hir: remove NodeId from Itemljedrz-2/+2
2019-03-01Fix importJohn Kåre Alsaker-0/+1
2019-03-01Add support for using a jobserver with RayonJohn Kåre Alsaker-1/+4
2019-02-28Introduce rustc_interface and move some methods thereJohn Kåre Alsaker-1623/+95
2019-02-27Rollup merge of #58748 - hellow554:scoped_tls, r=estebankMazdak Farrokhzad-1/+1
2019-02-26update scoped_tls to 1.0Marcel Hellwig-1/+1
2019-02-24hir: remove NodeId from Exprljedrz-7/+7
2019-02-24hir: remove NodeId from Blockljedrz-2/+2
2019-02-18Fix a transposition in driver.rs.Benjamin Peterson-1/+1
2019-02-16Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapinkennytm-1/+0
2019-02-13Rollup merge of #58400 - gnzlbg:fix_driver, r=oli-obkMazdak Farrokhzad-0/+5
2019-02-12Stabilize slice_sort_by_cached_keyScott McMurray-1/+0
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-12/+12
2019-02-12Fix rustc_driver swallowing errors when compilation is stoppedgnzlbg-0/+5
2019-02-10rustc: doc commentsAlexander Regueiro-12/+12
2019-02-10Rollup merge of #58345 - RalfJung:2nd-filename, r=matthewjasperGuillaume Gomez-1/+9
2019-02-10when there are multiple filenames, print what got interpreted as 2nd filenameRalf Jung-1/+9
2019-02-07Rollup merge of #58185 - GuillaumeGomez:images-url, r=SimonSapinGuillaume Gomez-3/+1
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2019-02-07Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoeristerbors-44/+59
2019-02-06Overhaul `syntax::fold::Folder`.Nicholas Nethercote-32/+31
2019-01-31Use ensure for mir_borrowckJohn Kåre Alsaker-1/+1
2019-01-30Move privacy checking later in the pipeline and make some passes run in parallelJohn Kåre Alsaker-44/+59
2019-01-28Use multiple threads by default. Limits tests to one thread. Do some renaming.John Kåre Alsaker-3/+3
2019-01-28Conditionally skip two passes if their related attributes were not foundJohn Kåre Alsaker-14/+17
2019-01-27Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichtonbors-2/+2
2019-01-26Replace deprecated ATOMIC_INIT constsMark Rousskov-2/+2
2019-01-26Auto merge of #57726 - Zoxc:combine-early-lints, r=estebankbors-3/+7
2019-01-25distinguish "no data" from "heterogeneous" for ABI purposesNiko Matsakis-1/+4
2019-01-24Remove quote_*! macros and associated APIsMark Simulacrum-2/+1
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