summary refs log tree commit diff
path: root/src/librustc/session/mod.rs
AgeCommit message (Expand)AuthorLines
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-2/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-3/+3
2015-02-01std: Add a new `env` moduleAlex Crichton-3/+3
2015-02-01More deprecating of i/u suffixes in librariesAlfie John-1/+1
2015-01-26Make '-A warnings' apply to all warnings, including feature gate warningsBrian Anderson-1/+11
2015-01-23regex: Remove in-tree versionAlex Crichton-28/+30
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-18Fix typedef/module name conflicts in the compilerAlex Crichton-1/+1
2015-01-14Implement suggestions for traits to import.Huon Wilson-0/+3
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-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