summary refs log tree commit diff
path: root/src/librustc/session/mod.rs
AgeCommit message (Expand)AuthorLines
2015-04-12Auto merge of #24072 - ebfull:explain_closure_type_err, r=pnkfelixbors-1/+1
2015-04-10Add a new `span_suggestion` infrastructure. This lets you edit a snippetNiko Matsakis-0/+7
2015-04-08Allow plugins to register LLVM passesKeegan McAllister-0/+2
2015-04-05Work towards a non-panicing parser (libsyntax)Phil Dawes-2/+2
2015-04-04Fixed bug calling .note() instead of .help(). Added small note when twoSean Bowe-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-05Auto merge of #23026 - nikomatsakis:issue-20220-supertrait, r=nikomatsakisbors-0/+9
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-8/+9
2015-03-04Extend the "treat-err-as-bug" option to cover calls to fatal.Niko Matsakis-0/+9
2015-02-28Separate most of rustc::lint::builtin into a separate crate.Huon Wilson-2/+0
2015-02-25Auto merge of #22796 - Manishearth:rollup, r=Manishearthbors-3/+3
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-3/+3
2015-02-24Add handy switch `-Z treat-err-as-bug` -- it often happens that I amNiko Matsakis-0/+9
2015-02-22Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturonbors-3/+3
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-2/+2
2015-02-20Addressed PR commentsMarvin Löbel-3/+3
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