about summary refs log tree commit diff
path: root/src/librustc/session
AgeCommit message (Expand)AuthorLines
2017-10-28Auto merge of #45540 - virgil-palanciuc:master, r=estebankbors-4/+11
2017-10-28fixed tidy errorVirgil Palanciuc-2/+2
2017-10-28implemented code reviewVirgil Palanciuc-4/+11
2017-10-27Fix tidy error line longer than 100 charsLaurent Arnoud-1/+3
2017-10-27Quit immediately when current directory is invalidLaurent Arnoud-3/+4
2017-10-26Use expect for current_dir on librustc/session modLaurent Arnoud-1/+3
2017-10-26add graphvis DOT files to dump mir directoryMikhail Modin-0/+4
2017-10-25fix #44953 - The “use of unstable library feature 'rustc_private'” error ...Virgil Palanciuc-2/+2
2017-10-25Auto merge of #44636 - GuillaumeGomez:little-error-msg, r=michaelwoeristerbors-13/+23
2017-10-24Introduce CrateDisambiguator newtype and fix testsIgor Matuszewski-8/+29
2017-10-23Use 128 bit instead of Symbol for crate disambiguatorIgor Matuszewski-7/+10
2017-10-20Add short message-formatGuillaume Gomez-13/+23
2017-10-17Rollup merge of #45097 - nivkner:fixme_fixup2, r=estebankkennytm-2/+0
2017-10-14Auto merge of #45102 - petrochenkov:noar, r=alexcrichtonbors-2/+1
2017-10-13Auto merge of #45032 - alexcrichton:target-cfu, r=michaelwoeristerbors-45/+40
2017-10-10Upgrade some comments to doc commentsOliver Schneider-27/+27
2017-10-09rustc: Allow target-specific default cgusAlex Crichton-45/+40
2017-10-09cleanup: rustc doesn't use an external archiverVadim Petrochenkov-2/+1
2017-10-09Auto merge of #45075 - alexcrichton:inline-less, r=michaelwoeristerbors-0/+2
2017-10-09Auto merge of #45064 - alexcrichton:reduce-codegen-units, r=michaelwoeristerbors-2/+16
2017-10-08Auto merge of #45012 - Gankro:noalias, r=arielb1bors-0/+2
2017-10-08Rollup merge of #45090 - rust-lang:petrochenkov-patch-1, r=alexcrichtonkennytm-1/+2
2017-10-07rustc: Don't inline in CGUs at -O0Alex Crichton-0/+2
2017-10-08address more FIXME whose associated issues were marked as closedNiv Kaminer-2/+0
2017-10-07Document that `-C ar=PATH` doesn't do anythingVadim Petrochenkov-1/+2
2017-10-07rustc: Implement ThinLTOAlex Crichton-14/+6
2017-10-06rustc: Reduce default CGUs to 16Alex Crichton-2/+16
2017-10-05Auto merge of #44940 - philipc:remap-path, r=michaelwoeristerbors-3/+1
2017-10-03Add -Zmutable-noalias flagAlexis Beingessner-0/+2
2017-09-30rustc: Enable LTO and multiple codegen unitsAlex Crichton-18/+0
2017-09-30Don't use remapped path when loading modules and include filesPhilip Craig-3/+1
2017-09-29Auto merge of #44853 - alexcrichton:debug-codegen-units, r=michaelwoeristerbors-28/+69
2017-09-28Update to the `cc` crateAlex Crichton-14/+14
2017-09-26rustc: Default 32 codegen units at O0Alex Crichton-28/+69
2017-09-23incr.comp.: Remove support for loading metadata fingerprints.Michael Woerister-1/+1
2017-09-23Rollup merge of #44717 - pnkfelix:debugflags-borrowckmir-implies-emitendregio...Corey Farwell-1/+2
2017-09-21Auto merge of #44627 - zackmdavis:the_capgate_perogative, r=nrcbors-3/+7
2017-09-20Make `-Z borrowck-mir` imply that `EndRegion`'s should be emitted.Felix S. Klock II-1/+2
2017-09-19Fix a typo in rustc help menuBob Sun-1/+1
2017-09-18Rollup merge of #44548 - oyvindln:rustc_help_fix, r=arielb1Alex Crichton-3/+3
2017-09-18incr.comp.: Fix rebase fallout.Michael Woerister-0/+33
2017-09-16`--cap-lints allow` switches off `can_emit_warnings`Zack M. Davis-3/+7
2017-09-14rustc: Remove `Session::dep_graph`Alex Crichton-21/+34
2017-09-13Remove the other period and start with lowercase for more consistencyoyvindln-2/+2
2017-09-13Add proper help line for inline thresholdoyvindln-2/+2
2017-09-12Remove the `cstore` reference from Session in order to prepare encapsulating ...Michael Woerister-22/+9
2017-09-11rustc: replace usize with u64 and ConstUsize.Eduard-Mihai Burtescu-5/+5
2017-09-05Emit `EndRegion` statements when given `-Z mir-emit-validate=N` (for N > 0).Felix S. Klock II-0/+4
2017-09-05Skip EndRegion emission by default. Use `-Z emit-end-regions` to reenable it.Felix S. Klock II-0/+2
2017-09-04Auto merge of #43067 - pornel:libdeps, r=nrcbors-1/+3