summary refs log tree commit diff
path: root/src/librustc/session
AgeCommit message (Expand)AuthorLines
2017-01-06fix help for the --print optionDoug Goldstein-1/+2
2016-12-29Remove --crate-type=metadata from betaNick Cameron-2/+2
2016-12-18Auto merge of #37429 - camlorn:univariant_layout_optimization, r=eddybbors-1/+6
2016-12-17rustbuild: Fix LC_ID_DYLIB directives on OSXAlex Crichton-0/+2
2016-12-14Fix -Z print-type-sizes and tests.Austin Hicks-1/+6
2016-12-11Simplify use of mir_opt_levelUlrik Sverdrup-8/+3
2016-12-07add a -Z flag to guarantee that MIR is generated for all functionsOliver Schneider-0/+2
2016-12-06Auto merge of #37973 - vadimcn:dllimport, r=alexcrichtonbors-22/+50
2016-12-04Auto merge of #38092 - pnkfelix:mir-stats, r=nikomatsakisbors-0/+2
2016-12-03Rollup merge of #38113 - nikomatsakis:incremental-dump-hash, r=michaelwoeristerCorey Farwell-0/+2
2016-12-03Auto merge of #38061 - cardoe:target-spec, r=alexcrichtonbors-3/+11
2016-12-02rustc: add --print target-spec optionDoug Goldstein-0/+6
2016-12-01Implement native library kind and name overrides from the command line.Vadim Chugunov-22/+50
2016-12-01convert --print options to a vectorDoug Goldstein-3/+5
2016-12-02limit the length of types in monomorphizationAriel Ben-Yehuda-0/+4
2016-12-01add a `-Z incremental-dump-hash` flagNiko Matsakis-0/+2
2016-11-30Adds `-Z mir-stats`, which is similar to `-Z hir-stats`.Felix S. Klock II-0/+2
2016-11-24Revisions from review comments, squashed.Felix S. Klock II-68/+177
2016-11-24Add `-Z print-type-sizes`, a tool for digging into how variants are laid out.Felix S. Klock II-1/+75
2016-11-22Auto merge of #37681 - nrc:crate-metadata, r=@alexcrichtonbors-13/+16
2016-11-23Rebasing and review changesNick Cameron-1/+1
2016-11-21Fix fallout in `rustdoc` and tests.Jeffrey Seyfried-7/+3
2016-11-21Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...Jeffrey Seyfried-22/+20
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-21/+21
2016-11-21Add --crate-type metadataNick Cameron-13/+16
2016-11-20Refactor `CrateConfig`.Jeffrey Seyfried-32/+26
2016-11-20Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s.Jeffrey Seyfried-17/+16
2016-11-11Auto merge of #37456 - estebank:unused-imports-verbosity, r=jonathandturnerbors-5/+6
2016-11-09Rollup merge of #37636 - karpinski:issue-34915, r=nikomatsakisEduard-Mihai Burtescu-1/+1
2016-11-08Group unused import warnings per path listEsteban Küber-5/+6
2016-11-08Adding a deprecation warning for no-stack-check codegen option.karpinski-1/+1
2016-11-08Change description of no-stack-check (#34915)abhijeetbhagat-2/+2
2016-11-08Replace FnvHasher use with FxHasher.Nicholas Nethercote-4/+4
2016-11-05Rollup merge of #37583 - michaelwoerister:hir-stats, r=alexcrichtonAlex Crichton-0/+2
2016-11-04Add -Zhir-stats for collecting statistics on HIR and ASTMichael Woerister-0/+2
2016-11-01improve early lint to use multispan from diagnosticNiko Matsakis-7/+16
2016-11-01compare-method lintNiko Matsakis-5/+5
2016-11-01introduce EarlyLint typeNiko Matsakis-5/+5
2016-10-31Changed most vec! invocations to use square bracesiirelu-3/+3
2016-10-31Auto merge of #37191 - zackmdavis:we_heard_you_the_first_time_really, r=nikom...bors-1/+35
2016-10-29Move `CrateConfig` from `Crate` to `ParseSess`.Jeffrey Seyfried-4/+3
2016-10-26deduplicate one-time diagnostics on lint ID as well as span and messageZack M. Davis-8/+9
2016-10-26one-time diagnostics are only one-time for humans, not JSON-eating toolsZack M. Davis-5/+15
2016-10-26save a borrow by using return value of HashSet::insertZack M. Davis-7/+5
2016-10-16Auto merge of #37082 - frewsxcv:session, r=jseyfriedbors-45/+37
2016-10-15introing one-time diagnostics: only emit "lint level defined here" onceZack M. Davis-1/+26
2016-10-12Rollup merge of #36831 - michaelwoerister:ich-updates, r=nikomatsakisAlex Crichton-0/+8
2016-10-10Simplify `str` and `Path` comparison.Corey Farwell-1/+1
2016-10-10Return early to avoid excessive indentation.`Corey Farwell-24/+23
2016-10-10Use `Cow` instead of `String` to avoid unnecessary allocations.Corey Farwell-3/+4