summary refs log tree commit diff
path: root/src/librustc_driver/lib.rs
AgeCommit message (Expand)AuthorLines
2019-02-12Stabilize slice_sort_by_cached_keyScott McMurray-1/+0
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-4/+4
2019-02-10rustc: doc commentsAlexander Regueiro-4/+4
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-0/+1
2019-02-06Overhaul `syntax::fold::Folder`.Nicholas Nethercote-4/+5
2019-01-30Move privacy checking later in the pipeline and make some passes run in parallelJohn Kåre Alsaker-0/+1
2019-01-26Replace deprecated ATOMIC_INIT constsMark Rousskov-2/+2
2019-01-24Remove quote_*! macros and associated APIsMark Simulacrum-1/+0
2019-01-17Querify glob map usage (last use of CrateAnalysis)Igor Matuszewski-2/+0
2019-01-13Always calculate glob map but only for glob usesIgor Matuszewski-2/+0
2019-01-09Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoeristerbors-2/+3
2019-01-07Revert "Auto merge of #57101 - o01eg:fix-57014, r=alexcrichton"Matthias Krüger-19/+21
2019-01-06Auto merge of #57286 - alexcrichton:less-thin-2-2, r=nikomatsakisbors-8/+1
2019-01-05Auto merge of #57101 - o01eg:fix-57014, r=alexcrichtonbors-21/+19
2019-01-02Remove now stray commentAlex Crichton-7/+0
2019-01-02Avoid using open_global_nowAlex Crichton-1/+1
2018-12-29Replace LockCell with atomic typesJohn Kåre Alsaker-2/+3
2018-12-25Remove licensesMark Rousskov-10/+0
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-8/+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-8/+0
2018-12-19Auto merge of #56601 - Zoxc:lifetime-killer, r=nikomatsakisbors-1/+0
2018-12-18Remove now stray commentAlex Crichton-7/+0
2018-12-18Avoid using open_global_nowAlex Crichton-1/+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-1/+0
2018-12-12Remove `Session::sysroot()`.Nicholas Nethercote-1/+1
2018-12-06codegen_utils, driver: fix clippy errorsljedrz-2/+2
2018-12-04updates all Filename variants to take a fingerprintMatthew Russo-1/+1
2018-12-03Bump stack size to 32MBOliver Scherer-3/+5
2018-12-02Auto merge of #56198 - bjorn3:cg_ssa_refactor, r=eddybbors-1/+0
2018-11-30proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...Eduard-Mihai Burtescu-1/+1
2018-11-29Remove __build_diagnostic_array! from cg_utilsbjorn3-1/+0
2018-11-13fix various typos in doc commentsAndy Russell-2/+2
2018-11-07Rollup merge of #55495 - wesleywiser:opt_fuel_rustbuild, r=nikomatsakiskennytm-1/+1
2018-11-02Use `jemalloc-sys` on Linux and OSX compilersAlex Crichton-0/+8
2018-10-29Don't print opt fuel messages to stdout because it breaks RustbuildWesley Wiser-1/+1
2018-10-15Auto merge of #55008 - ljedrz:cleanup_rustc_driver, r=estebankbors-101/+73
2018-10-13rustc/driver: whitespace & formatting fixesljedrz-24/+20
2018-10-13rustc/driver: remove explicit return, add explicit Noneljedrz-1/+1
2018-10-13rustc/driver: remove lifetimes from constsljedrz-15/+8
2018-10-13rustc/driver: improve common patternsljedrz-38/+23