summary refs log tree commit diff
path: root/src/librustc/driver
AgeCommit message (Expand)AuthorLines
2014-01-08auto merge of #11370 : alexcrichton/rust/issue-10465, r=pwaltonbors-0/+1
2014-01-07Fixup the rest of the tests in the compilerAlex Crichton-0/+1
2014-01-07Inline reexports in rustdocAlex Crichton-3/+6
2014-01-06Don't attempt duplicate outputsAlex Crichton-1/+3
2014-01-06Disowned the Visitor.Eduard Burtescu-17/+15
2014-01-03auto merge of #11251 : pcwalton/rust/remove-at-mut, r=pcwaltonbors-21/+30
2014-01-03librustc: Remove `@mut` support from the typechecker and borrow checkerPatrick Walton-2/+1
2014-01-03librustc: Eliminate an unnecessary `@mut` in pretty printing.Patrick Walton-2/+2
2014-01-03libsyntax: De-`@mut` `CodeMap::files`Patrick Walton-3/+13
2014-01-03librustc: De-`@mut` all writersPatrick Walton-1/+1
2014-01-03librustc: De-`@mut` (and de-`@`) the pretty printerPatrick Walton-9/+9
2014-01-03librustc: De-`@mut` the span handlerPatrick Walton-3/+3
2014-01-03librustc: De-`@mut` the parse sessionPatrick Walton-1/+1
2014-01-01Add linting for `crate_type` attribute values.a_m0d-5/+14
2014-01-01syntax::diagnostic: Remove unnecessary traitsklutzy-3/+3
2014-01-01rustc::driver: Remove two @sklutzy-6/+6
2013-12-31Add a --no-analysis command line switchSiegeLord-0/+17
2013-12-31Generate --dep-info earlier in the compillation.SiegeLord-30/+44
2013-12-29Rename pkgid variablesLuis de Bethencourt-5/+5
2013-12-26librustc: De-`@mut` `outputs` in the sessionPatrick Walton-3/+3
2013-12-26librustc: De-`@mut` `building_library` in the sessionPatrick Walton-5/+5
2013-12-26librustc: De-`@mut` `node_id` in the sessionPatrick Walton-4/+4
2013-12-26librustc: De-`@mut` the entry function and entry type in the sessionPatrick Walton-6/+6
2013-12-26librustc: De-`@mut` several instances of `io::Writer`.Patrick Walton-2/+3
2013-12-26librustc: De-`@mut` the additional library search pathsPatrick Walton-5/+5
2013-12-26librustc: De-`@mut` the export mapPatrick Walton-2/+1
2013-12-26librustc: De-`@mut` the `reachable` mapPatrick Walton-4/+11
2013-12-26librustc: De-`@mut` `lints` in the sessionPatrick Walton-4/+8
2013-12-26librustc: De-`@mut` `cstore::CStore`Patrick Walton-2/+2
2013-12-25Method-ify CStoreSteven Fackler-2/+3
2013-12-22Allow optional filename argument for --dep-infoAndreas Neuhaus-22/+32
2013-12-20auto merge of #11077 : alexcrichton/rust/crate-id, r=cmrbors-39/+4
2013-12-20rustc: Improve crate id extractionAlex Crichton-39/+4
2013-12-19rustc: Optimize reading metadata by 4xAlex Crichton-1/+0
2013-12-19Add some things to inspect crate-id'sCorey Richardson-3/+50
2013-12-17auto merge of #10979 : alexcrichton/rust/less-bc, r=cmrbors-1/+6
2013-12-16Detect stability attributes on methods.Kiet Tran-1/+1
2013-12-15Move logic for test output generation forwardAlex Crichton-1/+6
2013-12-13auto merge of #10916 : alexcrichton/rust/nounwind, r=pcwaltonbors-0/+3
2013-12-13auto merge of #10909 : sanxiyn/rust/coherence, r=alexcrichtonbors-26/+23
2013-12-12Add --dep-info to write Makefile-compatible dependency info.Jack Moffitt-3/+31
2013-12-11Disable all unwinding on -Z no-landing-pads LTOAlex Crichton-0/+3
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-11/+8
2013-12-11Remove -Z coherenceSeo Sanghyeon-26/+23
2013-12-09Implement LTOAlex Crichton-6/+34
2013-12-09Store metadata separately in rlib filesAlex Crichton-7/+6
2013-12-09auto merge of #10874 : vadimcn/rust/integrated-as, r=alexcrichtonbors-8/+8
2013-12-08Use LLVM integrated assembler on Windows too.Vadim Chugunov-8/+8
2013-12-08Add dead-code warning passKiet Tran-13/+4
2013-12-05Remove unused upcallsAlex Crichton-25/+22