summary refs log tree commit diff
path: root/src/librustc_driver/pretty.rs
AgeCommit message (Expand)AuthorLines
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
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-4/+4
2015-01-07Replace full slice notation with index callsNick Cameron-9/+9
2015-01-05Reserve the keyword 'macro'Keegan McAllister-2/+2
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-3/+3
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-4/+4
2015-01-03rustc_driver: fix falloutJorge Aparicio-1/+3
2015-01-02Refactor object-safety into its own (cached) module so that we canNiko Matsakis-2/+10
2015-01-02Fix fallout from change, adding explicit `Sized` annotations where necessary.Niko Matsakis-1/+1
2014-12-31rustc_driver: unbox closures used in let bindingsJorge Aparicio-2/+2
2014-12-29Collect tcx arenas into a single struct.Huon Wilson-20/+7
2014-12-29Intern BareFnTys to make sty slightly smaller.Huon Wilson-3/+10
2014-12-29Store Substs in an arena in the tcx.Huon Wilson-5/+8
2014-12-22rollup merge of #19964: pnkfelix/everybody-loops-pprintAlex Crichton-15/+97
2014-12-22Add an unstable `--xpretty _` option to `rustc`. Moved `flowgraph`Felix S. Klock II-14/+23
2014-12-22Add `--pretty everybody_loops` option.Felix S. Klock II-1/+74
2014-12-21Fallout of std::str stabilizationAlex Crichton-15/+15
2014-12-19librustc_driver: use `#[deriving(Copy)]`Jorge Aparicio-6/+2
2014-12-14std: Fully stabilize Option<T>Alex Crichton-1/+1
2014-12-13librustc_driver: use unboxed closuresJorge Aparicio-7/+9
2014-12-13librustc_trans: fix falloutJorge Aparicio-5/+3
2014-12-13Separate borrowck into its own crate and remove dead code as well.Niko Matsakis-3/+3