summary refs log tree commit diff
path: root/src/librustc/driver/session.rs
AgeCommit message (Expand)AuthorLines
2014-01-06Don't attempt duplicate outputsAlex Crichton-1/+3
2014-01-03auto merge of #11251 : pcwalton/rust/remove-at-mut, r=pcwaltonbors-3/+3
2014-01-03librustc: De-`@mut` the span handlerPatrick Walton-2/+2
2014-01-03librustc: De-`@mut` the parse sessionPatrick Walton-1/+1
2014-01-01Add linting for `crate_type` attribute values.a_m0d-4/+13
2014-01-01syntax::diagnostic: Remove unnecessary traitsklutzy-2/+2
2014-01-01rustc::driver: Remove two @sklutzy-2/+2
2013-12-31Add a --no-analysis command line switchSiegeLord-0/+2
2013-12-26librustc: De-`@mut` `outputs` in the sessionPatrick Walton-1/+1
2013-12-26librustc: De-`@mut` `building_library` in the sessionPatrick Walton-1/+1
2013-12-26librustc: De-`@mut` `node_id` in the sessionPatrick Walton-3/+3
2013-12-26librustc: De-`@mut` the entry function and entry type in the sessionPatrick Walton-3/+3
2013-12-26librustc: De-`@mut` the additional library search pathsPatrick Walton-4/+4
2013-12-26librustc: De-`@mut` `lints` in the sessionPatrick Walton-3/+6
2013-12-26librustc: De-`@mut` `cstore::CStore`Patrick Walton-1/+1
2013-12-22Allow optional filename argument for --dep-infoAndreas Neuhaus-3/+3
2013-12-20rustc: Improve crate id extractionAlex Crichton-2/+3
2013-12-19Add some things to inspect crate-id'sCorey Richardson-1/+4
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-0/+3
2013-12-11Disable all unwinding on -Z no-landing-pads LTOAlex Crichton-0/+3
2013-12-11Remove -Z coherenceSeo Sanghyeon-26/+23
2013-12-09Implement LTOAlex Crichton-0/+30
2013-12-08Use LLVM integrated assembler on Windows too.Vadim Chugunov-0/+6
2013-12-05Remove unused upcallsAlex Crichton-25/+22
2013-12-05Update LLVM and jettison jit supportAlex Crichton-16/+12
2013-11-30Test fixes and merge conflictsAlex Crichton-72/+0
2013-11-29Add generation of static libraries to rustcAlex Crichton-40/+37
2013-11-27Shink NodeId, CrateNum, Name and Mrk down to 32 bits on x64.Eduard Burtescu-7/+8
2013-11-19librustc: Change most uses of `&fn()` to `||`.Patrick Walton-2/+1
2013-11-11Add a flag to force generating toplevel crate mapAlex Crichton-0/+5
2013-11-09Add a "system" ABIAlex Crichton-10/+7
2013-10-26Make addl_lib_search_paths a HashSet (Closes #7718).Joshua Yanovski-5/+5
2013-10-17Removed the -Z once_fns compiler flag and added the new feature directive of ...Chris Sainty-11/+6
2013-10-04rustc: Use static strings in a few literalsblake2-ppc-40/+39
2013-10-01remove the `float` typeDaniel Micay-2/+1
2013-10-01auto merge of #9599 : alexcrichton/rust/less-fmt, r=huonwbors-1/+1
2013-09-30rustc: Remove usage of fmt!Alex Crichton-1/+1
2013-10-01add -Z soft-float optionJyun-Yan You-0/+2
2013-09-26remove type_useDaniel Micay-19/+13
2013-09-10Delay assignment of node ids until after expansion. Ensures that each AST nodeNiko Matsakis-46/+56
2013-09-02Renamed syntax::ast::ident -> IdentMarvin Löbel-2/+2
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-19/+19
2013-08-30Tweak pass management and add some more optionsAlex Crichton-0/+10
2013-08-26Rewrite pass management with LLVMAlex Crichton-0/+21
2013-08-11auto merge of #8410 : luqmana/rust/mcpu, r=sanxiynbors-0/+2
2013-08-11librustc: Convert from `@Object` to `@mut Object` as neededNiko Matsakis-2/+2
2013-08-10rustc: Add --target-cpu flag to select a more specific processor instead of t...Luqman Aden-0/+2