summary refs log tree commit diff
path: root/src/librustdoc/core.rs
AgeCommit message (Expand)AuthorLines
2015-06-20Auto merge of #26417 - brson:feature-err, r=steveklabnikbors-2/+2
2015-06-18Make a better error message for using #[feature] on stable rustBrian Anderson-2/+2
2015-06-19rustc: enforce stack discipline on ty::ctxt.Eduard Burtescu-51/+52
2015-06-19rustc: remove ownership of tcx from trans' context.Eduard Burtescu-9/+9
2015-06-10syntax: move ast_map to librustc.Eduard Burtescu-1/+2
2015-05-14syntax: refactor (Span)Handler and ParseSess constructors to be methods.Eduard Burtescu-2/+2
2015-04-16rustdoc: Inline methods inhereted through DerefAlex Crichton-2/+7
2015-04-07rustdoc: Run external traits through filtersAlex Crichton-4/+0
2015-02-28Separate most of rustc::lint::builtin into a separate crate.Huon Wilson-0/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-2/+2
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-1/+1
2015-01-27accommodate new scoping rules in rustc and rustdoc source.Felix S. Klock II-1/+1
2015-01-26Make '-A warnings' apply to all warnings, including feature gate warningsBrian Anderson-1/+1
2015-01-17rustdoc: Add some re-exportsTom Jakubowski-2/+4
2015-01-17rustdoc: Accept string source in core::run_coreTom Jakubowski-7/+9
2015-01-12Make the compilation process more easily customisableNick Cameron-1/+6
2015-01-07Preliminary feature stagingBrian Anderson-1/+3
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
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-2/+3
2014-12-29Fix rebase artifacts.Huon Wilson-1/+0
2014-12-29Collect tcx arenas into a single struct.Huon Wilson-7/+3
2014-12-29Intern BareFnTys to make sty slightly smaller.Huon Wilson-1/+4
2014-12-29Store Substs in an arena in the tcx.Huon Wilson-1/+2
2014-12-23rustc: Add knowledge of separate lookup pathsAlex Crichton-2/+3
2014-12-04Separate the driver into its own crate that uses trans, typeck.Niko Matsakis-1/+1
2014-12-04Remove dependencies on driver from trans et al. by moving variousNiko Matsakis-2/+2
2014-11-20rustdoc: avoid supplying a bad default sysroot so the librustc code can calcu...Cody P Schafer-2/+1
2014-11-18Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...Niko Matsakis-3/+4
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+1
2014-10-16librustdoc: Remove all uses of {:?}.Luqman Aden-1/+1
2014-10-06Properly handle cfgs in rustdocSteven Fackler-7/+2
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-09-14rustdoc: fix fallout from using ptr::P.Eduard Burtescu-53/+42
2014-09-08rustdoc: fix fallout from the addition of a 'tcx lifetime on tcx.Eduard Burtescu-16/+18
2014-09-07Changed addl_lib_search_paths from HashSet to Vecinrustwetrust-3/+3
2014-07-25rustdoc: Add a --target flagAlex Crichton-3/+6
2014-07-21rustdoc: Add an --extern flag analagous to rustc'sTom Jakubowski-3/+6
2014-07-21rustc: Pass optional additional plugins to compile_inputBrian Anderson-1/+1
2014-07-11Add scaffolding for assigning alpha-numeric codes to rustc diagnosticsJakub Wieczorek-1/+1
2014-07-05rustc: Default #[crate_name] on input, not outputAlex Crichton-5/+2
2014-07-05rustc: Remove CrateId and all related supportAlex Crichton-3/+11
2014-06-30rustdoc: incorporate stability index throughoutAaron Turon-1/+14
2014-06-24Convert builtin lints to uppercase names for style consistencyKeegan McAllister-1/+1
2014-06-24Store the registered lints in the SessionKeegan McAllister-2/+4
2014-06-24Replace enum LintId with an extensible alternativeKeegan McAllister-1/+3
2014-06-24Move lint.rs out of middleKeegan McAllister-1/+1
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-0/+1
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-3/+3
2014-06-09Implement #[plugin_registrar]Keegan McAllister-3/+2