summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
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
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-0/+1
2015-01-08Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.Felix S. Klock II-0/+1
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-2/+2
2015-01-06rollup merge of #20653: alexcrichton/entry-unstableAlex Crichton-1/+1
2015-01-06Register new snapshotsAlex Crichton-16/+3
2015-01-06Fallout from stabilizationAaron Turon-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+2
2015-01-06[breaking change] Revert Entry behaviour to take keys by value.Dylan Ede-1/+1
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-1/+8
2015-01-05Rename macro_escape to macro_useKeegan McAllister-1/+2
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-2/+3
2015-01-04[breaking change] Update entry API as part of RFC 509.Ben Foppa-5/+3
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1