summary refs log tree commit diff
path: root/src/librustc/session
AgeCommit message (Expand)AuthorLines
2015-12-09Auto merge of #30208 - pnkfelix:fix-issue-30063, r=alexcrichtonbors-1/+46
2015-12-08When given `rustc -C codegen-units=4 -o output --emit=obj`, reset units back ...Felix S. Klock II-1/+46
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-2/+2
2015-11-26fix rustc-testAriel Ben-Yehuda-6/+11
2015-11-26split the metadata code into rustc_metadataAriel Ben-Yehuda-3/+210
2015-11-26make CrateStore a trait objectAriel Ben-Yehuda-7/+9
2015-11-22Look up macro names as well when suggesting replacements for function resolve...Manish Goregaokar-1/+7
2015-11-19Add -C inline-thresholdBrian Anderson-0/+2
2015-11-12Add -Zinput-statsNick Cameron-25/+27
2015-11-10Fix help text for flowgraph debug optionsManish Goregaokar-4/+4
2015-11-04target_family configurationarcnmx-11/+17
2015-10-27Make fatal errors more consistent.Eli Friedman-6/+6
2015-10-09Cache ids between lowering runsNick Cameron-0/+4
2015-10-09Move `for` loop desugaring to loweringNick Cameron-4/+7
2015-10-06purge `-Z always-build-mir`, which is no longer relevantNiko Matsakis-6/+0
2015-09-30rustc: Support output filenames for each emit typeAlex Crichton-42/+34
2015-09-26Auto merge of #28632 - alexcrichton:update-match-indices, r=Kimundibors-2/+2
2015-09-25std: Update MatchIndices to return a subsliceAlex Crichton-2/+2
2015-09-24rustc: Add target_vendor for target triplesSebastian Wicki-0/+2
2015-09-17Add compiler option to keep mtwt tablesGarming Sam-0/+2
2015-09-16Use ast attributes every where (remove HIR attributes).Nick Cameron-5/+3
2015-09-06add -Z always-build-mir optionNiko Matsakis-0/+6
2015-09-03Add an intital HIR and lowering stepNick Cameron-7/+9
2015-08-25Respect `--color` when printing early errorsBarosl Lee-56/+57
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-3/+11
2015-08-12Introduce a "origin/cause" for new requirements (or bugfixes...) introduced b...Niko Matsakis-0/+14
2015-08-07Turn nonzeroing move hints back off by default.Felix S. Klock II-3/+3
2015-07-30Rename the unstable option `--xpretty` to `--unpretty`Felix S. Klock II-2/+2
2015-07-29Auto merge of #27260 - alexcrichton:cap-lints, r=nrcbors-0/+12
2015-07-28rustc: Add a --cap-lints flag to the compilerAlex Crichton-0/+12
2015-07-28debugflag to turn off nonzeroing move hint optimization.Felix S. Klock II-0/+5
2015-07-18split "has incompatible type for trait" errors into multiple linesAndrew Paseltiner-1/+2
2015-06-18Make a better error message for using #[feature] on stable rustBrian Anderson-16/+2
2015-05-24Auto merge of #25168 - Manishearth:register_attr, r=eddybbors-0/+3
2015-05-14syntax: replace sess.span_diagnostic.cm with sess.codemap().Eduard Burtescu-1/+1
2015-05-14syntax: refactor (Span)Handler and ParseSess constructors to be methods.Eduard Burtescu-4/+4
2015-05-14Move tracking of the next NodeId from syntax's ParseSess to rustc's Session.Eduard Burtescu-4/+14
2015-05-07Add support for registering attributes with rustc in pluginsManish Goregaokar-0/+3
2015-05-05rustc: Fix more verbatim paths leaking to gccAlex Crichton-2/+3
2015-04-29Allow `-g` and `-O` options to be specified multiple times at command line.Felix S. Klock II-2/+5
2015-04-27rustc: Add target_env for triples by defaultAlex Crichton-2/+3
2015-04-26Auto merge of #24367 - ebfull:fix_ice_cat_expr, r=pnkfelixbors-1/+17
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-21implement rfc 1054: split_whitespace() fn, deprecate words()kwantam-2/+2
2015-04-17Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelixManish Goregaokar-1/+3
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-14Add "trace-macros" as a compiler flagThomas Jespersen-1/+3
2015-04-13Delay specific span_bug() call until abort_if_errors()Sean Bowe-1/+17
2015-04-12Auto merge of #24072 - ebfull:explain_closure_type_err, r=pnkfelixbors-1/+1
2015-04-10Add a new `span_suggestion` infrastructure. This lets you edit a snippetNiko Matsakis-0/+7