about summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
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
2015-02-04Fix for misspelled comments.Joseph Crail-1/+1
2015-02-04remove all kind annotations from closuresJorge Aparicio-8/+8
2015-02-04More test fixesManish Goregaokar-2/+1
2015-02-04Error when #![staged_api] crates are missing stability markersManish Goregaokar-1/+1
2015-02-04Move stability pass after privacy passManish Goregaokar-4/+5
2015-02-03Auto merge of #21613 - alfie:suffix-small, r=alexcrichtonbors-3/+3
2015-02-02More deprecating of i/u suffixesAlfie John-3/+3
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-15/+15
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-5/+5
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-10/+10
2015-02-01std: Add a new `env` moduleAlex Crichton-17/+19
2015-01-30Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-4/+1
2015-01-30Test fixes and rebase conflictsAlex Crichton-6/+5
2015-01-30rollup merge of #21739: alexcrichton/better-printAlex Crichton-1/+1
2015-01-30std: Stabilize FromStr and parseAlex Crichton-8/+6
2015-01-30Remove the capture mode map and just store the capture mode for individual va...Niko Matsakis-4/+1
2015-01-29s/Show/Debug/gJorge Aparicio-4/+4
2015-01-28rustc: Print out a prettier version of crate typesAlex Crichton-1/+1
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-27/+27
2015-01-27accommodate new scoping rules in librustc_driver unit tests.Felix S. Klock II-1/+1
2015-01-27accommodate new scoping rules in rustc and rustdoc source.Felix S. Klock II-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-24/+24
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-7/+23
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+10