about summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2016-05-03rebasingNick Cameron-7/+1
2016-05-03Fix testsNick Cameron-2/+7
2016-05-03Refactor pretty printing to use more of the driverNick Cameron-263/+330
2016-05-03Use the compiler API to run pretty printing.Nick Cameron-79/+79
2016-05-03Make pretty printer take Session by refNick Cameron-21/+21
2016-05-02patch travis failureNiko Matsakis-1/+2
2016-05-02fix rebase flawsNiko Matsakis-3/+2
2016-05-02fix error message in librustc_driver testsNiko Matsakis-1/+2
2016-05-02refactor the Emitter traitNiko Matsakis-8/+9
2016-05-02refactor to use new snippet code and modelNiko Matsakis-11/+9
2016-05-01Auto merge of #33296 - jseyfried:non_idempotent_lowering, r=nrcbors-14/+3
2016-05-02Avoid keeping MTWT tables for save-analysisJeffrey Seyfried-3/+1
2016-05-01Avoid using the lowering context in `librustc_save_analysis`Jeffrey Seyfried-11/+2
2016-05-01Remove rust flags from doc blockGuillaume Gomez-1/+7
2016-04-30Auto merge of #32846 - jseyfried:allow_unconfigured_gated_expanded_items, r=nrcbors-19/+2
2016-04-28Auto merge of #33217 - aochagavia:fileloader, r=nrcbors-9/+21
2016-04-28Auto merge of #33208 - nrc:save-json, r=pnkfelixbors-6/+32
2016-04-27Auto merge of #32791 - LeoTestard:feature-gate-clean, r=nikomatsakisbors-11/+5
2016-04-27rustc_driver: Allow running the compiler with a FileLoaderAdolfo OchagavĂ­a-9/+21
2016-04-26save-analysis-json: thread through -z optionNick Cameron-6/+32
2016-04-22Auto merge of #33089 - nrc:hir-name-res, r=eddybbors-48/+49
2016-04-22Remove the MacroVisitor pass.Leo Testard-11/+5
2016-04-20Auto merge of #31709 - ranma42:target_feature-from-llvm, r=alexcrichtonbors-65/+40
2016-04-20Check that the feature strings are well-formedAndrea Canciani-0/+1
2016-04-20Make the feature whitelists constantsAndrea Canciani-25/+25
2016-04-20rebasingNick Cameron-1/+1
2016-04-20debugging, misc fixesNick Cameron-23/+28
2016-04-20def_collector and crate reader operate on AST instead of HIRNick Cameron-37/+27
2016-04-20Separate def collection and hir map making even furtherNick Cameron-11/+12
2016-04-20Move DefCollector to its own module.Nick Cameron-1/+1
2016-04-20Split up NodeCollector so that defs are collected separately from nodes for t...Nick Cameron-16/+21
2016-04-20Trivial refactoringNick Cameron-7/+7
2016-04-19Distinguish different `vfp?` featuresAndrea Canciani-1/+7
2016-04-19Do not intern NUL terminatorsAndrea Canciani-1/+1
2016-04-12Auto merge of #32811 - alexcrichton:check-lints, r=nrcbors-1/+1
2016-04-11rustdoc: Fix testing no_run code blocksAlex Crichton-1/+1
2016-04-09Remove redundant gated feature checking passJeffrey Seyfried-17/+2
2016-04-08Avoid gated feature checking unconfigured itemsJeffrey Seyfried-15/+13
2016-04-09Expose the features computed from LLVM in `cfg!`Andrea Canciani-63/+31
2016-04-07Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mwbors-3/+21
2016-04-06Auto merge of #32230 - GuillaumeGomez:extend_css, r=alexcrichtonbors-49/+4
2016-04-06add code to persist graph and for unit-testingNiko Matsakis-0/+8
2016-04-06make an incremental crateNiko Matsakis-2/+12
2016-04-06restructure rustc options relating to incr. comp.Niko Matsakis-1/+1
2016-04-06rustc: retire hir::map's paths.Eduard Burtescu-2/+17
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-15/+12
2016-04-05Rollup merge of #32596 - soltanmm:lazy, r=nikomatsakisManish Goregaokar-8/+17
2016-04-05Centralize nightly compiler flags handlingGuillaume Gomez-49/+4
2016-04-04Address nitsMasood Malekghassemi-3/+3
2016-04-03Auto merge of #32210 - Aatch:mir-traversal, r=nikomatsakisbors-7/+13