about summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-1/+2
2015-01-21tests: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-0/+1
2015-01-21rollup merge of #21441: alexcrichton/rustc-optsAlex Crichton-4/+8
2015-01-21rustc_driver: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-1/+1
2015-01-20Make error code registration work again. #19624Brian Anderson-2/+13
2015-01-20rustc: Remove deprecated flagsAlex Crichton-4/+8
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-16rustc: Move the privacy pass to its own crateAlex Crichton-1/+3
2015-01-15rollup merge of #21156: nick29581/plugins-fixAlex Crichton-11/+23
2015-01-15rollup merge of #21085: pnkfelix/pp-flowgraph-kill-labelsAlex Crichton-17/+26
2015-01-15Fix interaction of --no-analysis and --emit dep-infoNick Cameron-11/+23
2015-01-12add --xpretty flowgraph,unlabelled variant.Felix S. Klock II-17/+26
2015-01-13Some random thingsNick Cameron-1/+1
2015-01-12Make the compilation process more easily customisableNick Cameron-71/+247
2015-01-08auto merge of #20760 : alexcrichton/rust/rollup, r=alexcrichtonbors-1/+2
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-08librustc_driver: Add support for loading plugins via command line (fixes #15446)Manish Goregaokar-3/+5
2015-01-08librustc::session : Make DebuggingOpts use the options! macroManish Goregaokar-22/+21
2015-01-07Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-0/+2
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-41/+41
2015-01-07fix the `&mut _` patternsJorge Aparicio-2/+2
2015-01-08allow box_syntax and unknown features in the rustc_driver crate.Felix S. Klock II-0/+2
2015-01-07Preliminary feature stagingBrian Anderson-1/+21
2015-01-07use slicing sugarJorge Aparicio-39/+39
2015-01-06More test fixesAlex Crichton-2/+2
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-1/+1
2015-01-06Register new snapshotsAlex Crichton-19/+3
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-5/+5
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-5/+5
2015-01-07Replace full slice notation with index callsNick Cameron-33/+33
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-11/+26
2015-01-05rollup merge of #20568: huonw/ungate-AT-globsAlex Crichton-1/+0
2015-01-05rollup merge of #20258: sanxiyn/show-span-2Alex Crichton-5/+9
2015-01-05Pass the #[plugin(...)] meta item to the registrarKeegan McAllister-3/+4
2015-01-05Reserve the keyword 'macro'Keegan McAllister-2/+2
2015-01-05Move #[macro_reexport] to extern crateKeegan McAllister-2/+0
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-2/+16
2015-01-05remove mk_closureJorge Aparicio-33/+0
2015-01-05driver: remove unboxed closuresJorge Aparicio-1/+1
2015-01-05creader: Use a single structKeegan McAllister-2/+2
2015-01-05Rename macro_escape to macro_useKeegan McAllister-1/+1
2015-01-05Implement macro re-exportKeegan McAllister-0/+2
2015-01-05Replace LetSyntaxTT with MacroRulesTTKeegan McAllister-1/+1
2015-01-05Ungate default type parameters.Huon Wilson-1/+0
2015-01-04auto merge of #20393 : japaric/rust/impl-any, r=aturonbors-1/+0
2015-01-03remove `Any[Mut]RefExt` traits in favor of `impl Any`Jorge Aparicio-1/+0