about summary refs log tree commit diff
path: root/src/librustc/driver
AgeCommit message (Expand)AuthorLines
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
2013-12-05Update LLVM and jettison jit supportAlex Crichton-23/+12
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-2/+2
2013-12-01rustc: filter out empty linker argsPhilipp Brüschweiler-1/+7
2013-11-30Test fixes and merge conflictsAlex Crichton-72/+0
2013-11-29Add generation of static libraries to rustcAlex Crichton-79/+83
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-2/+2
2013-11-26auto merge of #10670 : eddyb/rust/node-u32, r=alexcrichtonbors-7/+8
2013-11-27Shink NodeId, CrateNum, Name and Mrk down to 32 bits on x64.Eduard Burtescu-7/+8
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-2/+2
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-3/+3
2013-11-22Fix up mingw64 target.Luqman Aden-2/+7
2013-11-19librustc: Change most uses of `&fn()` to `||`.Patrick Walton-2/+1
2013-11-13auto merge of #10277 : dcrewi/rust/missing-doc-and-visibility-rules, r=alexcr...bors-3/+2
2013-11-13make missing_doc lint respect the visibility rulesDavid Creswick-3/+2
2013-11-11Move std::rt::io to std::ioAlex Crichton-3/+3
2013-11-11auto merge of #10422 : alexcrichton/rust/explicit-crate-map, r=pcwaltonbors-0/+5
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-10/+1
2013-11-11Add a flag to force generating toplevel crate mapAlex Crichton-0/+5
2013-11-09auto merge of #10367 : alexcrichton/rust/system-abi, r=nikomatsakisbors-24/+21
2013-11-09Add a "system" ABIAlex Crichton-24/+21