about summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+1
2015-03-23Add generic conversion traitsAaron Turon-5/+6
2015-03-23rustdoc: interpret all leading feature attributes in examples as crate attrib...Brian Anderson-0/+1
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-0/+2
2015-03-19std: Stablize io::ErrorKindAlex Crichton-1/+0
2015-03-15Use new io in print and println macrosesSimonas Kazlauskas-1/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-3/+2
2015-03-12Stabilize std::pathAaron Turon-1/+2
2015-03-06Suppress some warnings about featuresAlex Crichton-0/+1
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-2/+2
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-16/+23
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-2/+2
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-0/+1
2015-02-27std: Stabilize the `env` moduleAlex Crichton-1/+1
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+0
2015-02-17Test fixes and rebase conflictsAlex Crichton-4/+8
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-1/+1
2015-02-17Fallout from stabilizationAaron Turon-1/+1
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-2/+2
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+0
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-3/+3
2015-02-11Opt into new `box_patterns` feature gate in various crates.Felix S. Klock II-0/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-13/+13
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-8/+8
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-7/+7
2015-02-01std: Add a new `env` moduleAlex Crichton-2/+5
2015-01-30Test fixes and rebase conflictsAlex Crichton-6/+5
2015-01-30fixes after rebaseJorge Aparicio-1/+0
2015-01-30fix falloutJorge Aparicio-0/+3
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-1/+1
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-3/+3
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-3/+3
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+5
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+11
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-1/+1
2015-01-21rollup merge of #21368: tomjakubowski/rustdoc-miscellanyAlex Crichton-1/+3
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-1/+1
2015-01-17rustdoc: Accept string source in core::run_coreTom Jakubowski-1/+3
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-12Make the compilation process more easily customisableNick Cameron-0/+1