about summary refs log tree commit diff
path: root/src/librustc/session
AgeCommit message (Expand)AuthorLines
2015-01-23regex: Remove in-tree versionAlex Crichton-28/+30
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-4/+4
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-2/+2
2015-01-21rollup merge of #21441: alexcrichton/rustc-optsAlex Crichton-96/+6
2015-01-21Fallout from stabilization.Aaron Turon-4/+4
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-2/+2
2015-01-20Make multiline errors work with codesBrian Anderson-52/+63
2015-01-20Make fatal errors work with codes, add to typeckBrian Anderson-0/+3
2015-01-20rustc: Remove deprecated flagsAlex Crichton-96/+6
2015-01-18Fix typedef/module name conflicts in the compilerAlex Crichton-1/+1
2015-01-16auto merge of #21008 : huonw/rust/trait-suggestions, r=nikomatsakisbors-0/+3
2015-01-16rustc: Fix a leak in dependency= pathsAlex Crichton-3/+6
2015-01-14Implement suggestions for traits to import.Huon Wilson-0/+3
2015-01-13Some random thingsNick Cameron-2/+2
2015-01-12Implement multi-line errorsmdinger-1/+54
2015-01-09Make the metadata loader use the appropriate Target structureJohn Kåre Alsaker-0/+11
2015-01-08Add test for -Z extra-pluginsManish Goregaokar-6/+8
2015-01-08librustc_driver: Add support for loading plugins via command line (fixes #15446)Manish Goregaokar-0/+2
2015-01-08librustc::session : Make DebuggingOpts use the options! macroManish Goregaokar-140/+93
2015-01-08librustc::session : Make cgoptions macro more genericManish Goregaokar-55/+60
2015-01-07Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-40/+40
2015-01-07rollup merge of #20680: nick29581/target-wordAlex Crichton-3/+3
2015-01-07Preliminary feature stagingBrian Anderson-1/+20
2015-01-07use slicing sugarJorge Aparicio-40/+40
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-3/+3
2015-01-06rollup merge of #20653: alexcrichton/entry-unstableAlex Crichton-1/+1
2015-01-06rollup merge of #20570: sanxiyn/no-analysisAlex Crichton-1/+1
2015-01-07falloutNick Cameron-2/+2
2015-01-07Replace full slice notation with index callsNick Cameron-30/+30
2015-01-06[breaking change] Revert Entry behaviour to take keys by value.Dylan Ede-1/+1
2015-01-05rollup merge of #20258: sanxiyn/show-span-2Alex Crichton-4/+6
2015-01-05Fix -Z no-analysisSeo Sanghyeon-1/+1
2015-01-05auto merge of #20163 : bfops/rust/master, r=Gankrobors-2/+2
2015-01-04Merge pull request #20485 from ipetkov/man-fixbors-1/+1
2015-01-04[breaking change] Update entry API as part of RFC 509.Ben Foppa-2/+2
2015-01-03Remove deprecated functionalityAlex Crichton-25/+23
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-14/+14
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-03Man page/--help dialog fixIvan Petkov-1/+1
2015-01-03rustc: fix falloutJorge Aparicio-1/+3
2015-01-02rollup merge of #20382: alexcrichton/isuse-20376Alex Crichton-10/+27
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+1
2014-12-31rustc: Re-jigger -L and -l for MSYS compatibilityAlex Crichton-10/+27
2014-12-30auto merge of #19941 : alexcrichton/rust/issue-19767, r=brsonbors-12/+86
2014-12-29Add the -Z print-enum-sizes flag for displaying enum info.Huon Wilson-3/+8
2014-12-27Use -Z unstable-options for span debuggerSeo Sanghyeon-5/+4
2014-12-27Add unstable_options methodSeo Sanghyeon-0/+3
2014-12-23rustc: Add knowledge of separate lookup pathsAlex Crichton-12/+86
2014-12-22Test fixes and rebase conflictsAlex Crichton-2/+1