about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-04-22Auto merge of #33089 - nrc:hir-name-res, r=eddybbors-438/+765
2016-04-21Auto merge of #33079 - bluss:split-iter, r=alexcrichtonbors-5012/+5113
2016-04-21Auto merge of #33074 - mitaa:rdoc-irlst, r=alexcrichtonbors-41/+42
2016-04-20Auto merge of #33030 - nagisa:mir-unrequire-end-block, r=nikomatsakisbors-29/+35
2016-04-20Auto merge of #33011 - alexcrichton:pkg-everything, r=brsonbors-1/+8
2016-04-20Auto merge of #32968 - alexcrichton:update-suport, r=brsonbors-26/+29
2016-04-20Auto merge of #31709 - ranma42:target_feature-from-llvm, r=alexcrichtonbors-116/+198
2016-04-20Auto merge of #32939 - eddyb:layout, r=nikomatsakisbors-393/+1698
2016-04-20Auto merge of #32951 - LukasKalbertodt:collection_contains_rfc1552, r=brsonbors-0/+49
2016-04-20Auto merge of #32942 - alexcrichton:bootstrap-from-previous, r=brsonbors-2952/+173
2016-04-20Check that the feature strings are well-formedAndrea Canciani-0/+1
2016-04-20Make the feature whitelists constantsAndrea Canciani-25/+25
2016-04-19Auto merge of #32903 - alexcrichton:fix-rpath, r=brsonbors-18/+55
2016-04-19Auto merge of #31253 - ranma42:improve-unicode-iter-offset, r=brsonbors-20/+32
2016-04-20rebasingNick Cameron-4/+4
2016-04-20debugging, misc fixesNick Cameron-162/+260
2016-04-20HIR visitor for DefCollectorNick Cameron-14/+175
2016-04-20refactoringNick Cameron-141/+111
2016-04-20def_collector and crate reader operate on AST instead of HIRNick Cameron-151/+113
2016-04-20Separate def collection and hir map making even furtherNick Cameron-43/+33
2016-04-20Move DefCollector to its own module.Nick Cameron-248/+267
2016-04-20Split up NodeCollector so that defs are collected separately from nodes for t...Nick Cameron-135/+263
2016-04-20Trivial refactoringNick Cameron-16/+15
2016-04-19Add test for `target_feature`Andrea Canciani-0/+18
2016-04-20Generate block containing return lazily insteadSimonas Kazlauskas-28/+33
2016-04-19mk: Bootstrap from stable instead of snapshotsAlex Crichton-2952/+173
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