summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2017-04-20Properly adjust filenames when multiple emissionsSimonas Kazlauskas-4/+3
2017-03-12Improve wording in the -{W,A,F,D} optionsTobias Schottdorf-1/+1
2017-03-12Auto merge of #40446 - arielb1:rollup, r=alexcrichtonbors-1/+1
2017-03-11Auto merge of #40220 - jseyfried:ast_macro_def, r=nrcbors-3/+0
2017-03-11Rollup merge of #40431 - fsasm:master, r=BurntSushiAriel Ben-Yehuda-1/+1
2017-03-11Auto merge of #39648 - Aatch:mir-inlining-2, r=eddybbors-0/+1
2017-03-10Rollup merge of #40336 - alexcrichton:fast-dep-info, r=nrcAlex Crichton-0/+4
2017-03-10rustc: Whitelist the FMA target featureFabjan Sukalia-1/+1
2017-03-10rustc: Exit quickly on only `--emit dep-info`Alex Crichton-0/+4
2017-03-10Remove ability for plugins to register a MIR passSimonas Kazlauskas-2/+1
2017-03-10Refactor out `ast::ItemKind::MacroDef`.Jeffrey Seyfried-3/+0
2017-03-10Initial implementation of inlining for MIRJames Miller-0/+1
2017-03-03Auto merge of #39927 - nikomatsakis:incr-comp-skip-borrowck-2, r=eddybbors-6/+18
2017-02-28Add warning cycle.Jeffrey Seyfried-0/+8
2017-02-28remove special-case code for statics and just use `borrowck_fn`Niko Matsakis-6/+18
2017-02-25rustc_const_eval: demand that the MIR qualify_consts ran on each evaluated body.Eduard-Mihai Burtescu-3/+2
2017-02-25rustc_typeck: rework coherence to be almost completely on-demand.Eduard-Mihai Burtescu-1/+1
2017-02-25rustc_typeck: move the leaves (generics, trait_def, adt_def) to on-demand.Eduard-Mihai Burtescu-0/+1
2017-02-25rustc: combine BareFnTy and ClosureTy into FnSig.Eduard-Mihai Burtescu-5/+7
2017-02-25rustc_typeck: lift CrateCtxt to TyCtxt.Eduard Burtescu-13/+11
2017-02-25rustc_mir: expose MIR building through ty::maps::Provider.Eduard-Mihai Burtescu-2/+3
2017-02-25rustc: introduce a query system for type information in ty::maps.Eduard Burtescu-1/+10
2017-02-25rustc: consolidate dep-tracked hashmaps in tcx.maps.Eduard-Mihai Burtescu-2/+4
2017-02-17Auto merge of #39752 - keeperofdakeys:macro-error, r=keeperofdakeysbors-4/+6
2017-02-16Refactor macro resolution errors + add derive macro suggestionsJosh Driver-4/+6
2017-02-14Auto merge of #38561 - nagisa:rdrandseed, r=alexcrichtonbors-1/+1
2017-02-09driver: restore partially deleted commentAlex Burka-0/+1
2017-02-05Rollup merge of #39439 - king6cong:move, r=alexcrichtonCorey Farwell-2/+2
2017-02-04Fix testAndrew Cann-1/+1
2017-02-03Add warning for () to ! switchAndrew Cann-4/+4
2017-02-03add and use rename_or_copy_remove fn that fallback to copy & removeking6cong-1/+2
2017-02-03rename other than copy/removeking6cong-2/+1
2017-02-02Auto merge of #39402 - king6cong:master, r=nrcbors-5/+5
2017-01-30Merge ty::TyBox into ty::TyAdtVadim Petrochenkov-7/+4
2017-01-30unify time_passes argument passingking6cong-4/+4
2017-01-30doc comment rewordking6cong-1/+1
2017-01-26rustc: don't call the HIR AST.Eduard-Mihai Burtescu-87/+69
2017-01-26rustc: rename TyCtxt's `map` field to `hir`.Eduard-Mihai Burtescu-11/+11
2017-01-25rename `Tables` to `TypeckTables`Niko Matsakis-2/+2
2017-01-22better comment wordingking6cong-1/+1
2017-01-22Remove unused `extern crate`s.Jeffrey Seyfried-2/+0
2017-01-22Warn on unused `#[macro_use]` imports.Jeffrey Seyfried-1/+0
2017-01-20Rollup merge of #39142 - nikomatsakis:issue-38973, r=brsonAlex Crichton-16/+28
2017-01-20Rollup merge of #39118 - jseyfried:token_tree_based_parser, r=nrcAlex Crichton-4/+4
2017-01-20Rollup merge of #38842 - abonander:proc_macro_attribute, r=jseyfriedAlex Crichton-11/+12
2017-01-17run rustdoc tests in the same sort of thread rustc runs inNiko Matsakis-16/+28
2017-01-17Teach Diagnostics to highlight textEsteban Küber-2/+2
2017-01-17Give the `StringReader` a `sess: &ParseSess`.Jeffrey Seyfried-4/+4
2017-01-16Move "completed feature gate checking" pass to after "name resolution" pass s...Austin Bonander-11/+11
2017-01-16Implement `#[proc_macro_attribute]`Austin Bonander-0/+1