about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-04-19rustbuild: Run all markdown documentation testsAlex Crichton-84/+140
2016-04-19etc: Add debugger.Terminate() to lldb_batchmode.pyAlex Crichton-0/+1
2016-04-19Distinguish different `vfp?` featuresAndrea Canciani-1/+7
2016-04-19Do not intern NUL terminatorsAndrea Canciani-1/+1
2016-04-19Auto merge of #33060 - jseyfried:cleanup_resolve, r=nrcbors-80/+62
2016-04-19Check transmutes between types without statically known sizes.Eduard Burtescu-351/+341
2016-04-19Guard against rustc::layout diverging from rustc_trans.Eduard Burtescu-0/+32
2016-04-19Compute LLVM-agnostic type layouts in rustc.Eduard Burtescu-37/+1006
2016-04-19Parse data-layout specifications.Eduard Burtescu-0/+255
2016-04-19Make data-layout mandatory in target specs.Eduard Burtescu-14/+73
2016-04-19Auto merge of #33002 - mitaa:rdoc-cross-impls, r=alexcrichtonbors-129/+472
2016-04-19Auto merge of #32985 - caipre:rustdoc-disambiguate-impl-anchors, r=alexcrichtonbors-14/+53
2016-04-18Auto merge of #32866 - davidhewitt:master, r=apasel422bors-0/+179
2016-04-18Auto merge of #32755 - alexcrichton:rustbuild-start-test, r=brsonbors-60/+430
2016-04-18rustbuild: Add support for compiletest test suitesAlex Crichton-60/+430
2016-04-18core::iter: Move ExactSizeIterator impls to each struct definitionUlrik Sverdrup-19/+19
2016-04-18Auto merge of #33081 - steveklabnik:rollup, r=steveklabnikbors-49/+71
2016-04-18Rollup merge of #33058 - Manishearth:fx-E0102, r=GuillaumeGomezSteve Klabnik-27/+6
2016-04-18Rollup merge of #33035 - jbranchaud:use-consistent-variable-names-in-ownershi...Steve Klabnik-4/+4
2016-04-18Rollup merge of #33007 - notriddle:master, r=steveklabnikSteve Klabnik-5/+3
2016-04-18Rollup merge of #32906 - jocki84:jocki84-book-size, r=steveklabnikSteve Klabnik-3/+4
2016-04-18Rollup merge of #32558 - sanxiyn:rustdoc-self-link, r=steveklabnikSteve Klabnik-10/+54
2016-04-18core::iter: break long linesUlrik Sverdrup-2/+5
2016-04-18Split core::iter module implementation into partsUlrik Sverdrup-5012/+5110
2016-04-18Added From<VecDeque<T>> for Vec<T> and From<Vec<T>> for VecDeque<T>David Hewitt-0/+179
2016-04-18Auto merge of #33042 - alexcrichton:clean-doc, r=nikomatsakisbors-0/+3
2016-04-18Fix the strip-hidden `ImplStripper`mitaa-41/+42
2016-04-18Update E0102's example (fixes #33057)Manish Goregaokar-27/+6
2016-04-18resolve: improve performanceJeffrey Seyfried-11/+25
2016-04-17rustdoc: Disambiguate anchors for assoc item implsNick Platt-14/+53
2016-04-18Update outdated commentJeffrey Seyfried-2/+2
2016-04-18Reachability check cross-crate linksmitaa-30/+83
2016-04-18Perform doc-reachability check for inlined implsmitaa-26/+337
2016-04-17Refactor the per-module node map `module_children` into a per-resolver map.Jeffrey Seyfried-22/+22
2016-04-17Make import resolution and error resolution reporting deterministic.Jeffrey Seyfried-26/+22
2016-04-17Refactor `is_prelude` to only apply to glob importsJeffrey Seyfried-30/+16
2016-04-17Auto merge of #33034 - tbu-:pr_doc_mutex_lock, r=nagisabors-0/+9
2016-04-17Add a comment about locking a `Mutex` multiple timesTobias Bucher-0/+9
2016-04-17Auto merge of #33050 - apasel422:bh, r=alexcrichtonbors-0/+1
2016-04-17Auto merge of #33016 - tbu-:pr_doc_peekable, r=alexcrichtonbors-2/+7
2016-04-17Implement `Clone` for `binary_heap::IntoIter`Andrew Paseltiner-0/+1
2016-04-17Auto merge of #33049 - Manishearth:rollup, r=Manishearthbors-224/+541
2016-04-17Rollup merge of #33046 - jseyfried:fix_unresolved_pattern_diagnostics, r=eddybManish Goregaokar-1/+5
2016-04-17Rollup merge of #33045 - jseyfried:no_def_modifiers, r=eddybManish Goregaokar-75/+56
2016-04-17Rollup merge of #33044 - petrochenkov:prefix, r=eddybManish Goregaokar-134/+224
2016-04-17Rollup merge of #33039 - bluss:trait-obj-error, r=arielb1Manish Goregaokar-2/+2
2016-04-17Rollup merge of #33032 - kindlychung:patch-3, r=ManishearthManish Goregaokar-4/+9
2016-04-17Rollup merge of #33023 - tbu-:pr_wrapping_traits, r=alexcrichtonManish Goregaokar-1/+15
2016-04-17Rollup merge of #33022 - Mr4x:master, r=blussManish Goregaokar-2/+2
2016-04-17Rollup merge of #32956 - GuillaumeGomez:ptr_examples, r=steveklabnikManish Goregaokar-0/+52