summary refs log tree commit diff
path: root/src/librustc_driver/pretty.rs
AgeCommit message (Expand)AuthorLines
2018-03-20Implement some trivial size_hints for various iteratorsPhlosioneer-0/+7
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-2/+4
2018-01-23Rollup merge of #47440 - mark-i-m:zunpretty, r=nikomatsakiskennytm-4/+4
2018-01-19Allow runtime switching between trans backendsbjorn3-2/+4
2018-01-18Change the --unpretty flag to -Z unprettyMark Mansi-4/+4
2018-01-09Replace uses of DepGraph.in_ignore with DepGraph.with_ignoreJohn Kåre Alsaker-2/+3
2017-12-22Auto merge of #46779 - Zoxc:par-merge-without-sync, r=arielb1bors-16/+4
2017-12-21Do not emit type errors on recovered blocksEsteban Küber-2/+4
2017-12-21Combine GlobalArenas and DroplessArena into AllArenasJohn Kåre Alsaker-16/+4
2017-12-15Auto merge of #46537 - pnkfelix:two-phase-borrows, r=arielb1bors-4/+8
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-6/+6
2017-12-13Expanded HIR `--unpretty hir,identified` to include HIR local id.Felix S. Klock II-4/+8
2017-11-25rustbuild: Enable WebAssembly backend by defaultAlex Crichton-13/+16
2017-11-23Auto merge of #45721 - nikomatsakis:hir-tree, r=arielb1bors-0/+42
2017-11-12rustc_driver: expose a way to override query providers in CompileController.Eduard-Mihai Burtescu-2/+6
2017-11-02add -Zunpretty=hir-treeNiko Matsakis-0/+42
2017-09-26Fix issue #44731.kennytm-1/+17
2017-09-23incr.comp.: Do some various cleanup.Michael Woerister-7/+0
2017-09-20incr.comp.: Remove IncrementalHashesMap and calculate_svh module.Michael Woerister-2/+2
2017-09-17rustc: Move codegen to a queryAlex Crichton-3/+11
2017-09-12Remove the `cstore` reference from Session in order to prepare encapsulating ...Michael Woerister-0/+9
2017-09-01rustc: use hir::ItemLocalId instead of ast::NodeId in CFG.Eduard-Mihai Burtescu-1/+1
2017-08-17Auto merge of #43878 - kennytm:fix-43869-put-impl-trait-out-of-the-loop, r=al...bors-6/+35
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-9/+9
2017-08-15Exclude `impl Trait` functions from everybody_loops.kennytm-6/+35
2017-08-14Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1bors-1/+1
2017-08-11Improve validation of TypeckTables keys.Michael Woerister-2/+1
2017-08-11Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId.Michael Woerister-1/+2
2017-08-10Strip out function implementation when documenting.kennytm-30/+32
2017-07-11Refactor call_with_pp functions to not take a payload.Mark Simulacrum-21/+17
2017-07-11Refactor methods onto Printer struct.Mark Simulacrum-20/+20
2017-05-02introduce `mir_keys()`Niko Matsakis-13/+4
2017-03-27Fix various useless derefs and slicingsOliver Schneider-3/+3
2017-03-18move the drop expansion code to rustc_mirAriel Ben-Yehuda-2/+1
2017-02-28remove special-case code for statics and just use `borrowck_fn`Niko Matsakis-6/+17
2017-02-25rustc_typeck: lift CrateCtxt to TyCtxt.Eduard Burtescu-3/+3
2017-02-25rustc: consolidate dep-tracked hashmaps in tcx.maps.Eduard-Mihai Burtescu-2/+4
2017-01-26rustc: don't call the HIR AST.Eduard-Mihai Burtescu-77/+59
2017-01-26rustc: rename TyCtxt's `map` field to `hir`.Eduard-Mihai Burtescu-8/+8
2017-01-25rename `Tables` to `TypeckTables`Niko Matsakis-2/+2
2017-01-17Give the `StringReader` a `sess: &ParseSess`.Jeffrey Seyfried-4/+4
2017-01-06rustc: keep track of tables everywhere as if they were per-body.Eduard-Mihai Burtescu-4/+16
2016-12-31Split CtxtArenas into GlobalArenas and CtxtInterners.Mark Simulacrum-4/+14
2016-12-28rustc: always print nested nodes where a HIR map is available.Eduard-Mihai Burtescu-5/+25
2016-12-28rustc: separate bodies for static/(associated)const and embedded constants.Eduard-Mihai Burtescu-2/+2
2016-12-19Simplify `TyCtxt::create_and_enter`.Jeffrey Seyfried-3/+2
2016-11-30rustc: track the Span's of definitions across crates.Eduard-Mihai Burtescu-5/+1
2016-11-29rustc_driver: fix compilationFlorian Diebold-2/+5
2016-11-28rustc_typeck: save the type cache for rustdoc and save-analysis.Eduard Burtescu-3/+3
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-4/+4