summary refs log tree commit diff
path: root/src/librustc/session/config.rs
AgeCommit message (Expand)AuthorLines
2019-03-17Do not accidentally treat multi-segment meta-items as single-segmentVadim Petrochenkov-1/+2
2019-02-14Rollup merge of #58365 - Zoxc:task-status, r=michaelwoeristerMazdak Farrokhzad-0/+2
2019-02-13Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasperMazdak Farrokhzad-2/+1
2019-02-13Rollup merge of #58057 - michaelwoerister:stabilize-xlto, r=alexcrichtonMazdak Farrokhzad-21/+23
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-2/+1
2019-02-12Stabilize linker-plugin based LTO.Michael Woerister-21/+23
2019-02-11Add an option to print the status of incremental tasks / dep nodes after runn...John Kåre Alsaker-0/+2
2019-02-10rustc: doc commentsAlexander Regueiro-5/+5
2019-02-07Rollup merge of #58193 - mark-i-m:rustc-2018, r=Centrilkennytm-15/+15
2019-02-06Auto merge of #56123 - oli-obk:import_miri_from_future, r=eddybbors-0/+2
2019-02-05move librustc to 2018Mark Mansi-15/+15
2019-02-01Cleanup unecessary codeAaron Hill-10/+0
2019-02-01Replace --extern-public with --extern-privateAaron Hill-20/+21
2019-02-01Tidy fixesAaron Hill-1/+1
2019-02-01Move --extern-public behind -Z unstable-optionsAaron Hill-17/+22
2019-02-01Track extern_public command-line argumentAaron Hill-5/+5
2019-02-01Clippy fixes, rename stuff to match RFCAaron Hill-1/+1
2019-02-01Always treat 'std' and 'core' as publicAaron Hill-1/+5
2019-02-01Initial implementation workAaron Hill-0/+24
2019-01-31Add a forever unstable opt-out of const qualification checksOliver Scherer-0/+2
2019-01-28Use multiple threads by default. Limits tests to one thread. Do some renaming.John Kåre Alsaker-6/+6
2019-01-26Auto merge of #57726 - Zoxc:combine-early-lints, r=estebankbors-0/+2
2019-01-24Implement optimize(size) and optimize(speed)Simonas Kazlauskas-0/+2
2019-01-19Rollup merge of #57598 - h-michael:unpretty-help, r=oli-obkMazdak Farrokhzad-2/+7
2019-01-19Rollup merge of #57573 - Xanewok:querify-entry-fn, r=ZoxcMazdak Farrokhzad-4/+4
2019-01-19Rollup merge of #57268 - peterhj:peterhj-optmergefunc, r=nagisaMazdak Farrokhzad-4/+24
2019-01-19Combine all builtin early lints and use a separate walk for plugin lints. Add...John Kåre Alsaker-0/+2
2019-01-15Querify entry_fnIgor Matuszewski-4/+4
2019-01-15Add missing unpretty option help messageHirokazu Hata-2/+7
2019-01-05Add a target option "merge-functions" taking values in ("disabled",Peter Jin-4/+24
2019-01-05Rollup merge of #57219 - matthewjasper:mir-cleanup, r=nikomatsakiskennytm-4/+0
2018-12-30Remove unused nll debug flagsMatthew Jasper-4/+0
2018-12-30Add `-Z instrument-mcount`Jun Wu-0/+2
2018-12-28Auto merge of #57118 - Zoxc:query-stats, r=wesleywiserbors-0/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-25Add a command line flag to print some query statsJohn Kåre Alsaker-0/+2
2018-12-21Enable emission of alignment attrs for pointer paramsNikita Popov-2/+0
2018-12-14Auto merge of #56351 - davidtwco:issue-55396-stabilize-linker-flavor, r=nagisabors-2/+2
2018-12-13Stabilize `linker-flavor` flag.David Wood-2/+2
2018-12-12Introduce `SearchPath` and replace `SearchPaths` with `Vec<SearchPath>`.Nicholas Nethercote-25/+26
2018-12-08Rollup merge of #56597 - vext01:dump-mir-usage, r=wesleywiserMazdak Farrokhzad-1/+7
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-3/+3
2018-12-07Improve the usage message for `-Z dump-mir`.Edd Barrett-1/+7
2018-12-06Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavisPietro Albini-22/+21
2018-12-04updates all Filename variants to take a fingerprintMatthew Russo-2/+2
2018-12-04cleanup: remove static lifetimes from constsljedrz-22/+21
2018-11-29Remove not used optionyui-knk-2/+0
2018-11-25Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakisbors-2/+0
2018-11-19Fix error message for `-C panic=xxx`.Eric Huss-1/+1
2018-11-18Remove mir::StatementKind::EndRegionMatthew Jasper-2/+0