summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2015-10-23fix bug in hir,identifiedNiko Matsakis-1/+1
2015-09-14move middle::ty and related modules to middle/ty/Ariel Ben-Yehuda-1/+1
2015-09-06add MIR crate and link it into the driverNiko Matsakis-0/+5
2015-09-03Move lints to HIRManish Goregaokar-1/+1
2015-09-03Add an intital HIR and lowering stepNick Cameron-101/+273
2015-08-25Respect `--color` when printing early errorsBarosl Lee-13/+16
2015-08-24fix other testAriel Ben-Yehuda-3/+5
2015-08-24Use a Vec instead of an HashMap for the scope hierarchyAriel Ben-Yehuda-18/+28
2015-08-21Add a `allow_asm` option so virtual ISA based targets (JS/PNaCl/WAsm) can dis...Richard Diamond-0/+3
2015-08-17Add some SIMD target_feature cfg's when appropriate.Huon Wilson-1/+101
2015-08-17feature gate `cfg(target_feature)`.Huon Wilson-3/+16
2015-08-15Add issue for the rustc_private feature everywhereAlex Crichton-1/+1
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-84/+82
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-2/+2
2015-08-05Auto merge of #27458 - mitaa:local_cpath, r=nikomatsakisbors-2/+2
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+1
2015-08-01Split off `LocalCrateReader` from `CrateReader`mitaa-2/+2
2015-07-30Rename the unstable option `--xpretty` to `--unpretty`Felix S. Klock II-3/+3
2015-07-16Fixup #27046 with pattern bindingsManish Goregaokar-12/+12
2015-07-16Rollup merge of #27046 - nrc:driver-defaults, r=alexcrichtonManish Goregaokar-3/+9
2015-07-15Some more default implementations for the compiler driver callbacks.Nick Cameron-3/+9
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-4/+4
2015-07-08Auto merge of #26869 - alexcrichton:fix-msvc-sepcomp, r=nrcbors-6/+4
2015-07-08trans: Link rlibs to dylibs with --whole-archiveAlex Crichton-6/+4
2015-07-07Revert "rustc_driver: Print stage info in --version --verbose"Brian Anderson-16/+0
2015-07-07Revert "rustc_driver: Omit stage info for stage2+"Brian Anderson-3/+5
2015-07-07Auto merge of #26699 - eddyb:unstable-prelude_import, r=huonwbors-1/+1
2015-07-06rustc_driver: Omit stage info for stage2+Richo Healey-5/+3
2015-07-06rustc_driver: Print stage info in --version --verboseRicho Healey-0/+16
2015-07-05Feature-gate #[prelude_import].Eduard Burtescu-1/+1
2015-07-01Update librustc_driver/test.rsJared Roesch-1/+1
2015-06-29Auto merge of #26582 - jroesch:infer-ctxt-refactor, r=nikomatsakisbors-2/+2
2015-06-28Fix librustc_driver/test.rsJared Roesch-1/+1
2015-06-27Address nitsJared Roesch-1/+1
2015-06-27rustc_driver: Fix incorrect commentRicho Healey-2/+1
2015-06-26rustc: switch most remaining middle::ty functions to methods.Eduard Burtescu-21/+21
2015-06-26rustc: make ty::mk_* constructors into methods on ty::ctxt.Eduard Burtescu-37/+31
2015-06-26rustc: combine type-flag-checking traits and fns and into one trait.Eduard Burtescu-7/+7
2015-06-20Auto merge of #26417 - brson:feature-err, r=steveklabnikbors-2/+6
2015-06-20Auto merge of #26382 - alexcrichton:less-racy-path, r=brsonbors-7/+0
2015-06-18Make a better error message for using #[feature] on stable rustBrian Anderson-2/+6
2015-06-19rustc: remove Repr and UserString.Eduard Burtescu-37/+26
2015-06-19rustc: replace Repr/UserString impls with Debug/Display ones.Eduard Burtescu-7/+4
2015-06-19rustc: use the TLS type context in Repr and UserString.Eduard Burtescu-20/+20
2015-06-19rustc: use Repr and UserString instead of ppaux::ty_to_string.Eduard Burtescu-6/+4
2015-06-19rustc: enforce stack discipline on ty::ctxt.Eduard Burtescu-145/+172
2015-06-19rustc_resolve: don't require redundant arguments to resolve_crate.Eduard Burtescu-6/+2
2015-06-19rustc: remove ownership of tcx from trans' context.Eduard Burtescu-46/+41
2015-06-17rustc_driver: Frob the global PATH lessAlex Crichton-7/+0
2015-06-17More test fixes and fallout of stability changesAlex Crichton-2/+2