summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-05-12TRPL: Borrow and AsRefSteve Klabnik-0/+104
2015-05-12Auto merge of #25300 - kballard:core-slice-overflow, r=Gankrobors-64/+105
2015-05-13Record correct span for static mut itemsGarming Sam-4/+4
2015-05-12Auto merge of #25171 - quantheory:associated_time_long_paths, r=nikomatsakisbors-45/+83
2015-05-12Add a link to the error index to the main doc page.Michael Sproul-6/+11
2015-05-12Auto merge of #25323 - eddyb:coherent-coherence, r=pnkfelixbors-244/+148
2015-05-12Add regression test for #20413Johannes Oertel-0/+25
2015-05-12Add regression test for #18075Johannes Oertel-0/+16
2015-05-12Add wait and waitpid to libc.Mike Sampson-0/+6
2015-05-12Auto merge of #24818 - tbelaire:double-import, r=nrcbors-12/+46
2015-05-12Correct claims about &T's Copyness.Ms2ger-2/+2
2015-05-12Auto merge of #23424 - arielb1:ambiguous-project, r=nikomatsakisbors-67/+123
2015-05-12rustc_typeck: remove the "preload all impls ever" workaround in coherence.Eduard Burtescu-102/+4
2015-05-12Fix ty::populate_implementations_for_trait_if_necessary to load the trait's i...Eduard Burtescu-17/+54
2015-05-12rustc: rename ty::populate_implementations_for_type_if_necessary to make it c...Eduard Burtescu-42/+21
2015-05-12rustc::metadata: use u64 for DefId's instead of strings.Eduard Burtescu-85/+71
2015-05-12Make mention of `if` more genericCorey Farwell-1/+1
2015-05-11Rollup merge of #25314 - steveklabnik:static_to_associated, r=alexcrichtonSteve Klabnik-4/+4
2015-05-11Rollup merge of #25304 - oli-obk:patch-2, r=steveklabnikSteve Klabnik-1/+1
2015-05-11Rollup merge of #25302 - michaelsproul:error-markdown, r=pnkfelixSteve Klabnik-0/+6
2015-05-11Rollup merge of #25292 - steveklabnik:stack_and_heap, r=nikomatsakisSteve Klabnik-1/+568
2015-05-11Rollup merge of #25288 - DrKwint:master, r=alexcrichtonSteve Klabnik-3/+3
2015-05-11Rollup merge of #25283 - steveklabnik:gh24999, r=alexcrichtonSteve Klabnik-20/+17
2015-05-11Rollup merge of #25282 - badboy:reference-macro-1, r=alexcrichtonSteve Klabnik-1/+1
2015-05-11Rollup merge of #25278 - cpjreynolds:path-doc, r=alexcrichtonSteve Klabnik-1/+1
2015-05-11Rollup merge of #25272 - nham:copy_long_diag, r=alexcrichtonSteve Klabnik-20/+152
2015-05-11Rollup merge of #25254 - cgaebel:check-sizes-on-allocate, r=GankroSteve Klabnik-0/+12
2015-05-12TestsNick Cameron-0/+37
2015-05-12RebasingNick Cameron-17/+17
2015-05-12Merge branch 'master' intoNick Cameron-3449/+11026
2015-05-12Proper spans for for loop expansionNick Cameron-14/+52
2015-05-11static method -> associated functionSteve Klabnik-4/+4
2015-05-11Update rust-installerBrian Anderson-0/+0
2015-05-11TRPL: the stack and the heapSteve Klabnik-1/+568
2015-05-11Auto merge of #25225 - bluss:doc-search-assoc-items, r=alexcrichtonbors-1/+16
2015-05-11Avoid returning a slice with a null pointer from Iter.as_slice()Kevin Ballard-22/+48
2015-05-11Reintroduce non-null assumptions in core::slice iteratorsKevin Ballard-8/+16
2015-05-11Auto merge of #25196 - brson:relnotes, r=alexcrichtonbors-0/+0
2015-05-11Fix links in the refereceSteve Klabnik-20/+17
2015-05-11Auto merge of #25301 - jooert:vec_map_fix_split_off, r=Gankrobors-1/+1
2015-05-11trpl: item macros must be followed by a semicolonOliver Schneider-1/+1
2015-05-11Rollup merge of #25297 - carols10cents:grammar-todos, r=steveklabnikManish Goregaokar-66/+68
2015-05-11Rollup merge of #25291 - johannhof:let-expressions-example, r=steveklabnikManish Goregaokar-0/+14
2015-05-11Rollup merge of #25290 - bluss:docfixes, r=steveklabnikManish Goregaokar-17/+32
2015-05-11Rollup merge of #25287 - petehunt:patch-2, r=steveklabnikManish Goregaokar-2/+2
2015-05-11Rollup merge of #25286 - johannhof:patch-1, r=steveklabnikManish Goregaokar-4/+11
2015-05-11Rollup merge of #25284 - petehunt:patch-1, r=steveklabnikManish Goregaokar-1/+1
2015-05-11Rollup merge of #25280 - frewsxcv:patch-22, r=steveklabnikManish Goregaokar-2/+2
2015-05-11Markdown formatting for error explanations.Michael Sproul-0/+6
2015-05-11Auto merge of #25277 - polachok:docfix, r=steveklabnikbors-1/+1