about summary refs log tree commit diff
path: root/src/librustc/session
AgeCommit message (Expand)AuthorLines
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
2014-12-22rollup merge of #19964: pnkfelix/everybody-loops-pprintAlex Crichton-45/+131
2014-12-22rollup merge of #20129: nagisa/man-fixesAlex Crichton-4/+4
2014-12-22Update man page with the new optionsSimonas Kazlauskas-4/+4
2014-12-22Add an unstable `--xpretty _` option to `rustc`. Moved `flowgraph`Felix S. Klock II-3/+8
2014-12-22Add `-Z unstable-options` debugging flag, which can then be used toFelix S. Klock II-42/+122
2014-12-21Fallout of std::str stabilizationAlex Crichton-31/+31
2014-12-21Remove a ton of public reexportsCorey Farwell-1/+1
2014-12-20auto merge of #19900 : alexcrichton/rust/compiler-flags, r=cmrbors-70/+190
2014-12-19rustc: Start "stabilizing" some flagsAlex Crichton-70/+190
2014-12-19librustc: use `#[deriving(Copy)]`Jorge Aparicio-15/+5
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-9/+9
2014-12-15Added `-Z print-region-graph` debugging option; produces graphvizFelix S. Klock II-2/+6
2014-12-13librustc: fix falloutJorge Aparicio-1/+3
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-1/+11
2014-12-06librustc: remove unnecessary `as_mut_slice` callsJorge Aparicio-1/+1
2014-12-06librustc: remove unnecessary `as_slice()` callsJorge Aparicio-11/+10
2014-12-04Remove dependencies on driver from trans et al. by moving variousNiko Matsakis-0/+53
2014-12-03Replace `equiv` method calls with `==` operator sugarJorge Aparicio-1/+1
2014-11-26Do not print any warnings if '-A warnings' is specified on the command lineJakub Bukaj-3/+53
2014-11-26Add -Z print-sysroot commandline option to rustc.Michael Woerister-3/+6
2014-11-25Added fragments.rs: compute drop obligations remaining post moves.Felix S. Klock II-0/+15