summary refs log tree commit diff
path: root/src/librustc/session/mod.rs
AgeCommit message (Expand)AuthorLines
2015-01-08librustc::session : Make DebuggingOpts use the options! macroManish Goregaokar-17/+14
2015-01-07use slicing sugarJorge Aparicio-2/+2
2015-01-07Replace full slice notation with index callsNick Cameron-2/+2
2015-01-05rollup merge of #20258: sanxiyn/show-span-2Alex Crichton-2/+2
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2014-12-30auto merge of #19941 : alexcrichton/rust/issue-19767, r=brsonbors-5/+9
2014-12-29Add the -Z print-enum-sizes flag for displaying enum info.Huon Wilson-1/+3
2014-12-27Use -Z unstable-options for span debuggerSeo Sanghyeon-3/+0
2014-12-27Add unstable_options methodSeo Sanghyeon-0/+3
2014-12-23rustc: Add knowledge of separate lookup pathsAlex Crichton-5/+9
2014-12-21Fallout of std::str stabilizationAlex Crichton-2/+2
2014-12-13librustc: fix falloutJorge Aparicio-1/+3
2014-12-06librustc: remove unnecessary `as_slice()` callsJorge Aparicio-1/+1
2014-11-26Do not print any warnings if '-A warnings' is specified on the command lineJakub Bukaj-3/+19
2014-11-25Added fragments.rs: compute drop obligations remaining post moves.Felix S. Klock II-0/+12
2014-11-19Make os::getcwd() return IoResult<Path>Barosl Lee-2/+2
2014-11-18Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...Niko Matsakis-0/+277