summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2016-02-23Revert "Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturon"Niko Matsakis-1/+1
2016-01-16Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturonbors-1/+1
2016-01-16only insert global predicates into the global cache once we'veNiko Matsakis-1/+1
2016-01-16Auto merge of #30930 - oli-obk:fix/30887, r=arielb1bors-1/+6
2016-01-15move const block checks before lowering stepOliver Schneider-1/+6
2016-01-15Address reviewer commentsNick Cameron-3/+3
2016-01-15Add an --output option for specifying an error emitterNick Cameron-11/+12
2016-01-11Replace --show-span with -Z show-spanMatt Kraai-6/+3
2016-01-07Auto merge of #30317 - jseyfried:refactor_type_folder, r=nikomatsakisbors-1/+1
2016-01-07Auto merge of #30728 - athaeryn:mention-warning-lint-group, r=Manishearthbors-5/+9
2016-01-07Refactor away extension traits RegionEscape and HasTypeFlagsJeffrey Seyfried-1/+1
2016-01-06std::cmp::max -> maxMike Anderson-6/+6
2016-01-05Annotate the compiler with information about what it is doing when.Niko Matsakis-1/+2
2016-01-04Add mention of warnings lint group to help messageMike Anderson-0/+4
2015-12-30RefactoringNick Cameron-1/+1
2015-12-30use structured errorsNick Cameron-2/+3
2015-12-28rewrite the method-receiver matching codeAriel Ben-Yehuda-1/+0
2015-12-25Delete the AST after loweringJonas Schievink-3/+11
2015-12-24ast_map => hir_mapJonas Schievink-22/+20
2015-12-22Auto merge of #30417 - alexcrichton:better-detect-elf-tls, r=alexcrichtonbors-1/+1
2015-12-21syntax: Respect allow_internal_unstable in macrosAlex Crichton-1/+1
2015-12-21Register new snapshotsAlex Crichton-26/+4
2015-12-17test errorsNick Cameron-20/+10
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-13/+12
2015-12-15Move built-in syntax extensions to a separate crateSeo Sanghyeon-6/+11
2015-12-09Auto merge of #30145 - petrochenkov:hyg, r=nrcbors-6/+7
2015-12-06Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturonbors-7/+6
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-7/+6
2015-12-05Auto merge of #30185 - fhahn:improve-borrowck-public-accessibility, r=pnkfelixbors-3/+4
2015-12-05Do MTWT resolution during lowering to HIRVadim Petrochenkov-6/+7
2015-12-04Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelixbors-0/+1
2015-12-03Make public borrowck api more accessibleFlorian Hahn-3/+4
2015-12-02Now that MIR regressions are fixed, re-enable MIR for all users.Niko Matsakis-15/+4
2015-11-26Add syntax support for attributes on expressions and all syntaxMarvin Löbel-0/+1
2015-11-26fix rustc-testAriel Ben-Yehuda-3/+5
2015-11-26fix tidyAriel Ben-Yehuda-1/+4
2015-11-26fix tests & rustdocAriel Ben-Yehuda-1/+1
2015-11-26split the metadata code into rustc_metadataAriel Ben-Yehuda-9/+10
2015-11-26move librustc/plugin to librustc_pluginAriel Ben-Yehuda-2/+3
2015-11-26make CrateStore a trait objectAriel Ben-Yehuda-9/+48
2015-11-26Auto merge of #30054 - Ms2ger:TypeOrigin, r=eddybbors-2/+2
2015-11-26Use the TypeOrigin variants qualified.Ms2ger-2/+2
2015-11-26Consider a crate staged if it has `stable` or `unstable` in its rootVadim Petrochenkov-2/+2
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-25Remove `#[staged_api]`Vadim Petrochenkov-2/+2
2015-11-22Auto merge of #29980 - Manishearth:missing-diag, r=eddybbors-0/+2
2015-11-22Register diagnostics for rustc_privacy and rustc_trans properlyManish Goregaokar-0/+2
2015-11-22Look up macro names as well when suggesting replacements for function resolve...Manish Goregaokar-6/+7
2015-11-19Changes to data produced by privacy passVadim Petrochenkov-9/+6
2015-11-18Update unit tests in driver.Niko Matsakis-2/+3