summary refs log tree commit diff
path: root/src/libgraphviz
AgeCommit message (Expand)AuthorLines
2015-07-27Show appropriate feature flags in docsSteve Klabnik-3/+6
2015-07-20graphviz: support style attributesNick Cameron-32/+157
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-2/+1
2015-06-17collections: Split the `collections` featureAlex Crichton-1/+2
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-2/+2
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-1/+1
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+0
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-20/+20
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+3
2015-03-23Add generic conversion traitsAaron Turon-0/+1
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+3
2015-03-13Fallout of std::old_io deprecationAlex Crichton-28/+35
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-02Enable recursion for visit_ty in lint visitorIvan Petkov-2/+2
2015-02-20Addressed PR commentsMarvin Löbel-1/+1
2015-02-18Round 3 test fixes and conflictsAlex Crichton-11/+8
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-3/+3
2015-02-18Stabilize std::borrowAaron Turon-3/+3
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-3/+3
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-1/+1
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+0
2015-02-06remove the deprecated MaybeOwnedVectorJorge Aparicio-168/+0
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-4/+4
2015-02-03Rename std::path to std::old_pathAaron Turon-1/+1
2015-02-03Auto merge of #21613 - alfie:suffix-small, r=alexcrichtonbors-1/+1
2015-02-02More deprecating of i/u suffixesAlfie John-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-3/+3
2015-01-30Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-30std: Stabilize the std::fmt moduleAlex Crichton-8/+8
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-2/+2
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-9/+9
2015-01-26Fallout of io => old_ioAlex Crichton-9/+9
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-9/+9
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-1/+2
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+5
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-2/+2
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-9/+9
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-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 #20721: japaric/snapAlex Crichton-3/+3