summaryrefslogtreecommitdiff
path: root/src/librustc/session
Commit message (Expand)AuthorAgeFilesLines
* Rollup merge of #59363 - peterjoel:issue_59361_edition_opt_shortlist, r=nagisaMazdak Farrokhzad2019-03-281-6/+6
|\
| * Fixes #59361Peter Hall2019-03-231-6/+6
* | Auto merge of #58929 - estebank:elide-object, r=zackmdavisbors2019-03-231-0/+4
|\ \ | |/ |/|
| * Elide object safety errors on non-existent trait functionEsteban Küber2019-03-151-0/+4
* | Rename `MetaItem::ident` to `MetaItem::path`Vadim Petrochenkov2019-03-161-1/+1
* | syntax: Do not accidentally treat multi-segment meta-items as single-segmentVadim Petrochenkov2019-03-161-1/+2
* | Add `-Z allow_features=...` flagTyler Mandry2019-03-141-0/+6
* | Add support for comma-separated option listsTyler Mandry2019-03-141-0/+13
|/
* Use derive macro for HashStableJohn Kåre Alsaker2019-03-131-1/+2
* Make the rustc driver and interface demand drivenJohn Kåre Alsaker2019-03-102-24/+30
* Rollup merge of #58984 - estebank:multi-treat-err-as-bug, r=oli-obkPietro Albini2019-03-082-5/+14
|\
| * Update treat-err-as-bug help textEsteban Küber2019-03-071-1/+1
| * Keep current behavior while accepting error countEsteban Küber2019-03-071-2/+11
| * Fix incorrect defaultEsteban Kuber2019-03-061-1/+1
| * Make `-Z treat-err-as-bug` take a number of errors to be emittedEsteban Küber2019-03-062-4/+4
* | Allow linking to a proc macro on the target in metadata and still use a host ...John Kåre Alsaker2019-03-052-0/+3
|/
* Remove profiler output and replace with a raw event dumpWesley Wiser2019-03-032-7/+2
* Wrap the self-profiler in an `Arc<Mutex<>>`Wesley Wiser2019-03-031-24/+22
* Add support for using a jobserver with RayonJohn Kåre Alsaker2019-03-011-27/+3
* Introduce rustc_interface and move some methods thereJohn Kåre Alsaker2019-02-282-43/+73
* Rollup merge of #58378 - alexcrichton:incremental-lto, r=michaelwoeristerMazdak Farrokhzad2019-02-141-15/+1
|\
| * rustc: Implement incremental "fat" LTOAlex Crichton2019-02-121-15/+1
* | Rollup merge of #58365 - Zoxc:task-status, r=michaelwoeristerMazdak Farrokhzad2019-02-141-0/+2
|\ \
| * | Add an option to print the status of incremental tasks / dep nodes after runn...John Kåre Alsaker2019-02-111-0/+2
| |/
* | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasperMazdak Farrokhzad2019-02-132-4/+3
|\ \
| * | Rename rustc_errors dependency in rust 2018 cratesTaiki Endo2019-02-132-4/+3
| |/
* | Rollup merge of #58057 - michaelwoerister:stabilize-xlto, r=alexcrichtonMazdak Farrokhzad2019-02-132-22/+24
|\ \
| * | Stabilize linker-plugin based LTO.Michael Woerister2019-02-122-22/+24
| |/
* | rustc: doc commentsAlexander Regueiro2019-02-102-20/+20
|/
* Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoeristerbors2019-02-071-2/+2
|\
| * Move privacy checking later in the pipeline and make some passes run in parallelJohn Kåre Alsaker2019-01-301-2/+2
* | Rollup merge of #58193 - mark-i-m:rustc-2018, r=Centrilkennytm2019-02-074-32/+32
|\ \
| * | move librustc to 2018Mark Mansi2019-02-054-32/+32
* | | Auto merge of #56123 - oli-obk:import_miri_from_future, r=eddybbors2019-02-061-0/+2
|\ \ \ | |/ / |/| |
| * | Add a forever unstable opt-out of const qualification checksOliver Scherer2019-01-311-0/+2
| |/
* | Cleanup unecessary codeAaron Hill2019-02-011-10/+0
* | Replace --extern-public with --extern-privateAaron Hill2019-02-011-20/+21
* | Tidy fixesAaron Hill2019-02-011-1/+1
* | Move --extern-public behind -Z unstable-optionsAaron Hill2019-02-011-17/+22
* | Track extern_public command-line argumentAaron Hill2019-02-011-5/+5
* | Clippy fixes, rename stuff to match RFCAaron Hill2019-02-011-1/+1
* | Always treat 'std' and 'core' as publicAaron Hill2019-02-011-1/+5
* | Initial implementation workAaron Hill2019-02-011-0/+24
|/
* Use multiple threads by default. Limits tests to one thread. Do some renaming.John Kåre Alsaker2019-01-282-12/+12
* remove `_with_applicability` from suggestion fnsAndy Russell2019-01-261-1/+1
* Auto merge of #57726 - Zoxc:combine-early-lints, r=estebankbors2019-01-261-0/+2
|\
| * Combine all builtin early lints and use a separate walk for plugin lints. Add...John Kåre Alsaker2019-01-191-0/+2
* | Implement optimize(size) and optimize(speed)Simonas Kazlauskas2019-01-241-0/+2
* | Rollup merge of #57598 - h-michael:unpretty-help, r=oli-obkMazdak Farrokhzad2019-01-191-2/+7
|\ \
| * | Add missing unpretty option help messageHirokazu Hata2019-01-151-2/+7