about summary refs log tree commit diff
path: root/src/librustc_driver/pretty.rs
AgeCommit message (Expand)AuthorLines
2018-08-03Store concrete crate stores where possibleMark Rousskov-4/+4
2018-08-02preserve order if blocks are between itemsQuietMisdreavus-9/+9
2018-08-02more fixes for everybody_loopsQuietMisdreavus-1/+9
2018-08-02make `everybody_loops` keep item declarationsQuietMisdreavus-24/+70
2018-07-12Deny bare trait objects in librustc_driverljedrz-17/+17
2018-06-27Generate the `NodeId` for `existential type` in the ASTOliver Schneider-1/+1
2018-06-21Parse async fn header.Without Boats-6/+6
2018-06-20Rename structures in astvarkor-1/+1
2018-06-20Remove AngleBracketedArgs implvarkor-5/+11
2018-06-20Make method and variable names more consistentvarkor-1/+1
2018-06-20Rename "parameter" to "arg"varkor-1/+1
2018-06-20Rename PathParameter(s) to GenericArg(s)varkor-2/+2
2018-06-20Consolidate PathParameters and AngleBracketedParameterDatavarkor-1/+1
2018-05-17Rename trans to codegen everywhere.Irina Popa-4/+4
2018-05-13Add Sync bounds to the crate storeJohn Kåre Alsaker-4/+4
2018-04-06Use `Span` instead of `SyntaxContext` in `Ident`Vadim Petrochenkov-2/+2
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