about summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-3/+3
2015-02-28Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturonManish Goregaokar-1/+1
2015-02-28Separate most of rustc::lint::builtin into a separate crate.Huon Wilson-2/+6
2015-02-27std: Stabilize the `env` moduleAlex Crichton-1/+1
2015-02-25Rollup merge of #22727 - alexcrichton:prep-env, r=aturonManish Goregaokar-2/+3
2015-02-25Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnikManish Goregaokar-4/+2
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-2/+3
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-5/+5
2015-02-24rustc: combine partial_def_map and last_private_map into def_map.Eduard Burtescu-4/+0
2015-02-24rustc_resolve: don't handle impl items as if they were modules.Eduard Burtescu-3/+3
2015-02-24rustc: use partially resolved definitions to replace the `T::A` hack.Eduard Burtescu-0/+2
2015-02-24Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakisbors-1/+1
2015-02-22Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturonbors-1/+1
2015-02-22Fix test falloutsFlavio Percoco-1/+1
2015-02-22Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturonManish Goregaokar-17/+17
2015-02-21In the rustc driver, we pass the expanded, not the pre-expansion, AST to the ...Nick Cameron-7/+12
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-17/+17
2015-02-20Addressed PR commentsMarvin Löbel-1/+1
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-16/+16
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-16/+16
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-1/+1
2015-02-17Test fixes and rebase conflictsAlex Crichton-1/+1
2015-02-17Test fixes and rebase conflictsAlex Crichton-3/+2
2015-02-17rollup merge of #22459: alexcrichton/feature-namesAlex Crichton-2/+2
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-1/+1
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-2/+2
2015-02-17Fix removal of complement-bugreport.mdManish Goregaokar-1/+1
2015-02-17Rollup merge of #22383 - pnkfelix:pass-features-along-during-expansion, r=huonwManish Goregaokar-1/+2
2015-02-17Rollup merge of #22241 - kmcallister:macro-plugin-cleanup, r=sfacklerManish Goregaokar-4/+6
2015-02-16rustc: merge check_static into check_const.Eduard Burtescu-3/+0
2015-02-16rustc: remove the vestigial "const marking" pass.Eduard Burtescu-4/+0
2015-02-15libsyntax: Pass feature set in ExpansionConfig, not just enable_quotes.Felix S. Klock II-1/+2
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+1
2015-02-15Rollup merge of #22201 - brson:version, r=nick29581Manish Goregaokar-0/+5
2015-02-13Add the build date to the reported version. #21957Brian Anderson-0/+5
2015-02-12Separate macro and plugin loadingKeegan McAllister-4/+6
2015-02-11rollup merge of #22188: alexcrichton/envv2Alex Crichton-5/+4
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-5/+4
2015-02-11Added DestructionScope variant to CodeExtent, representing the areaFelix S. Klock II-2/+2
2015-02-10Auto merge of #22026 - kmcallister:plugin, r=sfacklerbors-1/+0
2015-02-09Use a crate attribute to load pluginsKeegan McAllister-1/+0
2015-02-09Review changesNick Cameron-31/+51
2015-02-09Refactor compilation to make it easier to use for toolsNick Cameron-171/+305
2015-02-07Feature-gate #![no_std]Keegan McAllister-1/+1
2015-02-07Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichtonbors-1/+1
2015-02-06librustc_driver has been updatedGuillaumeGomez-1/+1
2015-02-06Rollup merge of #21958 - brson:stable-features, r=alexcrichtonManish Goregaokar-2/+2
2015-02-06Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnikManish Goregaokar-1/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-17/+17
2015-02-04Add a lint for writing `#[feature]` for stable features, warn by default.Brian Anderson-2/+2