summary refs log tree commit diff
path: root/src/librustc_driver/pretty.rs
AgeCommit message (Expand)AuthorLines
2018-11-29Use `Cow` in `Token::String`.Nicholas Nethercote-1/+1
2018-11-12Turn `HirLocalId` into a `newtype_index`Oliver Scherer-4/+4
2018-11-12Make `NodeId` a `newtype_index` to enable niche optimizationsOliver Scherer-1/+1
2018-10-13rustc/driver: whitespace & formatting fixesljedrz-27/+27
2018-10-12rustc/driver: improve macro callsljedrz-1/+1
2018-09-26Remove OneVectorljedrz-3/+3
2018-08-27Remove Node* prefix from AnnNodevarkor-19/+19
2018-08-19mv codemap() source_map()Donato Sciarra-5/+5
2018-08-19mv filemap source_fileDonato Sciarra-1/+1
2018-08-13Move SmallVec and ThinVec out of libsyntaxljedrz-5/+5
2018-08-06Auto merge of #53002 - QuietMisdreavus:brother-may-i-have-some-loops, r=pnkfelixbors-24/+78
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