summary refs log tree commit diff
path: root/src/librustc_driver/pretty.rs
AgeCommit message (Expand)AuthorLines
2015-10-22fix bug in hir,identifiedNiko Matsakis-1/+1
2015-10-21save-analysis: don't recompute crate nameNick Cameron-4/+4
2015-10-09review commentsNick Cameron-16/+16
2015-10-09Misc fixupsNick Cameron-1/+1
2015-10-09Cache ids between lowering runsNick Cameron-2/+1
2015-10-09Move `for` loop desugaring to loweringNick Cameron-30/+30
2015-10-09Add a lowering contextNick Cameron-2/+4
2015-09-24Cleanup interfaces of Name, SyntaxContext and IdentVadim Petrochenkov-1/+1
2015-09-23Remove random Idents outside of libsyntaxVadim Petrochenkov-2/+1
2015-09-17Add an early lint pass for lints that operate on the ASTNick Cameron-5/+1
2015-09-16Use ast attributes every where (remove HIR attributes).Nick Cameron-0/+1
2015-09-03Add an intital HIR and lowering stepNick Cameron-68/+204
2015-07-30Rename the unstable option `--xpretty` to `--unpretty`Felix S. Klock II-2/+2
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-1/+1
2015-06-26rustc: switch most remaining middle::ty functions to methods.Eduard Burtescu-1/+1
2015-06-19rustc: remove Repr and UserString.Eduard Burtescu-2/+1
2015-06-19rustc: use the TLS type context in Repr and UserString.Eduard Burtescu-1/+1
2015-06-19rustc: use Repr and UserString instead of ppaux::ty_to_string.Eduard Burtescu-4/+2
2015-06-19rustc: enforce stack discipline on ty::ctxt.Eduard Burtescu-17/+21
2015-06-19rustc: remove ownership of tcx from trans' context.Eduard Burtescu-18/+16
2015-06-10syntax: move ast_map to librustc.Eduard Burtescu-1/+1
2015-04-23Functional changes for associated constants. Cross-crate usage of associated ...Sean Patrick Santos-0/+24
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-3/+3
2015-04-01rollup merge of #23951: alexcrichton/splitnAlex Crichton-1/+1
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-1/+1
2015-04-02Rollup merge of #23924 - nrc:unqual-assoc3, r=alexcrichtonManish Goregaokar-0/+4
2015-04-01Fallout out rustcNiko Matsakis-3/+3
2015-04-01Pretty print ids for assoc itemsNick Cameron-0/+4
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-2/+2
2015-03-13Fallout of std::old_io deprecationAlex Crichton-8/+7
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-37/+39
2015-03-04Encode codemap and span information in crate metadata.Michael Woerister-1/+5
2015-02-22Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturonbors-1/+1
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-3/+3
2015-02-20Addressed PR commentsMarvin Löbel-1/+1
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-6/+6
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-5/+5
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-02-02More deprecating of i/u suffixesAlfie John-1/+1
2015-01-30std: Stabilize FromStr and parseAlex Crichton-8/+6
2015-01-29s/Show/Debug/gJorge Aparicio-4/+4
2015-01-26Fallout of io => old_ioAlex Crichton-12/+12
2015-01-21rustc_driver: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-1/+1
2015-01-12add --xpretty flowgraph,unlabelled variant.Felix S. Klock II-17/+26
2015-01-12Make the compilation process more easily customisableNick Cameron-2/+11
2015-01-08librustc::session : Make DebuggingOpts use the options! macroManish Goregaokar-9/+8
2015-01-07fix the `&mut _` patternsJorge Aparicio-2/+2
2015-01-07use slicing sugarJorge Aparicio-12/+12
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-4/+4