about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-18Panic on overflow in `Duration::new` constructorTobias Bucher-1/+7
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-17Improve as_mut ptr method exampleGuillaume Gomez-0/+3
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
2016-04-17Rollup merge of #31441 - gereeter:btree-docs, r=blussManish Goregaokar-5/+176
2016-04-17Auto merge of #33012 - pravic:describe-L-rustc-option, r=alexcrichtonbors-2/+3
2016-04-17Auto merge of #32987 - xosmig:binary_heap_extension, r=apasel422bors-5/+121
2016-04-16Auto merge of #32977 - alexcrichton:ignore-panics, r=brsonbors-5/+9
2016-04-16Auto merge of #32952 - eddyb:mir-debuginfo-2, r=michaelwoeristerbors-80/+206
2016-04-17resolve: Refactor away `DefModifiers`Jeffrey Seyfried-75/+56
2016-04-17Fix diagnostics for unresolved patternsJeffrey Seyfried-1/+5
2016-04-16Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichtonbors-36/+13
2016-04-17syntax: Parse import prefixes as pathsVadim Petrochenkov-134/+224
2016-04-16Auto merge of #32875 - jseyfried:1422_implementation, r=nikomatsakisbors-196/+478
2016-04-16Add tests for `pub(restricted)`Jeffrey Seyfried-0/+205
2016-04-16rustbuild: Clean more as part of `make clean`Alex Crichton-0/+3
2016-04-16Always report PRIVATE_IN_PUBLIC violations as hard errors whenJeffrey Seyfried-2/+4
2016-04-16Adjust example for error E0225Ulrik Sverdrup-2/+2
2016-04-16mir: place match pattern bindings in their respective arms.Eduard Burtescu-18/+24