]> git.lizzy.rs Git - rust.git/history - src/librustc_typeck/check/callee.rs
rollup merge of #20594: nikomatsakis/orphan-ordered
[rust.git] / src / librustc_typeck / check / callee.rs
2015-01-06 Alex Crichtonrollup merge of #20594: nikomatsakis/orphan-ordered
2015-01-06 Alex Crichtonrollup merge of #20584: brson/versioning
2015-01-06 Alex Crichtonrollup merge of #20583: csouth3/vim-syntax
2015-01-06 Alex Crichtonrollup merge of #20581: apasel422/extend
2015-01-06 Alex Crichtonrollup merge of #20568: huonw/ungate-AT-globs
2015-01-06 Alex Crichtonrollup merge of #20566: zsiciarz/fix-stdext-docs
2015-01-06 Alex Crichtonrollup merge of #20565: alexcrichton/missing-stability
2015-01-06 Alex Crichtonrollup merge of #20564: bombless/patch-3
2015-01-06 Alex Crichtonrollup merge of #20560: aturon/stab-2-iter-ops-slice
2015-01-06 Alex Crichtonrollup merge of #20554: huonw/mut-pattern
2015-01-06 Alex Crichtonrollup merge of #20548: tshepang/fix-ping-pong-benchmark
2015-01-06 Alex Crichtonrollup merge of #20538: EchoAce/issue-20529
2015-01-06 Alex Crichtonrollup merge of #20519: ville-h/rwlock-rename
2015-01-06 Alex Crichtonrollup merge of #20518: nagisa/weighted-bool
2015-01-06 Alex Crichtonrollup merge of #20517: nikomatsakis/safety-issue-19997
2015-01-06 Alex Crichtonrollup merge of #20511: csouth3/derive-lint
2015-01-06 Alex Crichtonrollup merge of #20507: alexcrichton/issue-20444
2015-01-06 Alex Crichtonrollup merge of #20488: ltratt/nondeterministic_tempdir
2015-01-06 Alex Crichtonrollup merge of #20483: nagisa/rng-copy
2015-01-06 Alex Crichtonrollup merge of #20478: SeanTAllen/master
2015-01-06 Alex Crichtonrollup merge of #20472: mneumann/llvm-dragonfly
2015-01-06 Alex Crichtonrollup merge of #20465: nikomatsakis/assoc-types-region...
2015-01-06 Alex Crichtonrollup merge of #20434: steveklabnik/five_eye
2015-01-06 Alex Crichtonrollup merge of #20424: jroesch/tuple-struct-where...
2015-01-06 Alex Crichtonrollup merge of #20258: sanxiyn/show-span-2
2015-01-06 Alex Crichtonrollup merge of #20197: pczarn/ring_buf-collections...
2015-01-06 Alex Crichtonrollup merge of #20099: P1start/parse-more-macro-ops
2015-01-06 Alex Crichtonrollup merge of #20092: barosl/rustdoc-line-number...
2015-01-06 Alex Crichtonrollup merge of #19998: th0114nd/unicode-bottom
2015-01-06 Alex Crichtonrollup merge of #19888: steveklabnik/gh19861
2015-01-06 Alex Crichtonrollup merge of #19736: steveklabnik/gh19662
2015-01-06 Alex Crichtonrollup merge of #19235: bjz/reference
2015-01-05 borsauto merge of #20578 : japaric/rust/no-more-bc, r=nmatsakis
2015-01-05 Jorge Aparicioremove ty_closure
2015-01-05 Niko MatsakisImplement new orphan rule that requires that impls...
2015-01-05 borsauto merge of #20451 : brson/rust/installer, r=alexcrichton
2015-01-05 borsauto merge of #20285 : FlaPer87/rust/oibit-send-and...
2015-01-04 borsMerge pull request #20520 from nhowell/patch-1
2015-01-04 borsMerge pull request #20515 from tshepang/modernise-ping...
2015-01-04 borsMerge pull request #20512 from bjz/rustdoc
2015-01-04 borsMerge pull request #20510 from tshepang/patch-6
2015-01-04 borsMerge pull request #20505 from estsauver/doc_20504
2015-01-04 borsMerge pull request #20500 from globin/fix/range-sugar
2015-01-04 borsMerge pull request #20495 from brson/cargo
2015-01-04 borsMerge pull request #20487 from trapp/doc-namespace...
2015-01-04 borsMerge pull request #20485 from ipetkov/man-fix
2015-01-04 borsMerge pull request #20464 from ranma42/improve-make...
2015-01-04 borsMerge pull request #20457 from frewsxcv/rm-reexports
2015-01-04 borsMerge pull request #20452 from brson/rustup
2015-01-04 borsMerge pull request #20449 from brson/contributing
2015-01-04 borsMerge pull request #20442 from csouth3/vim-syntax
2015-01-04 borsMerge pull request #20428 from tbu-/pr_guide_int_to_i32...
2015-01-04 borsMerge pull request #19963 from tshepang/patch-3
2015-01-04 borsMerge pull request #20295 from eddyb/poly-const
2015-01-04 borsauto merge of #20527 : nikomatsakis/rust/japaric-boxed...
2015-01-04 borsauto merge of #20443 : nikomatsakis/rust/autoderef...
2015-01-03 Niko MatsakisMake call notation use autoderef. Fixes #18742.
2014-12-24 Johannes HoffMerge branch 'master' into cfg_tmp_dir
2014-12-21 Alex Crichtonrollup merge of #19651: Gankro/ptr-docs
2014-12-16 borsauto merge of #19647 : nielsegberts/rust/master, r...
2014-12-14 borsauto merge of #19669 : alfie/rust/master, r=sanxiyn
2014-12-13 borsauto merge of #19627 : steveklabnik/rust/testing_guide...
2014-12-13 borsauto merge of #19664 : tbu-/rust/pr_oibit2_fix, r=Gankro
2014-12-12 borsauto merge of #19568 : barosl/rust/enum-struct-variants...
2014-12-12 borsauto merge of #19514 : jbranchaud/rust/add-btree-set...
2014-12-11 borsauto merge of #19377 : tbu-/rust/pr_mapinplace_fixzeros...
2014-12-11 borsauto merge of #19294 : huonw/rust/transmute-inplace...
2014-12-10 borsauto merge of #19663 : tbu-/rust/pr_fix_vecmap, r=Gankro
2014-12-10 borsauto merge of #19655 : jbranchaud/rust/change-example...
2014-12-10 borsauto merge of #19628 : jbranchaud/rust/add-string-as...
2014-12-10 borsauto merge of #19648 : mquandalle/rust/patch-1, r=alexc...
2014-12-10 borsauto merge of #19573 : apasel422/rust/sized_fn_once...
2014-12-09 borsauto merge of #19563 : alexcrichton/rust/issue-19501...
2014-12-09 borsauto merge of #19665 : alexcrichton/rust/rollup, r...
2014-12-09 Alex Crichtonrollup merge of #19653: frewsxcv/rm-reexports
2014-12-09 Alex Crichtonrollup merge of #19642: aaronweiss74/master
2014-12-09 Alex Crichtonrollup merge of #19626: bluss/string-extend-str
2014-12-09 Alex Crichtonrollup merge of #19623: rustyrazorblade/patch-1
2014-12-09 Alex Crichtonrollup merge of #19622: steveklabnik/fix_ringbuf_doc
2014-12-09 Alex Crichtonrollup merge of #19620: retep998/memorymap
2014-12-09 Alex Crichtonrollup merge of #19616: steveklabnik/gh19556
2014-12-09 Alex Crichtonrollup merge of #19615: steveklabnik/gh19595
2014-12-09 Alex Crichtonrollup merge of #19614: steveklabnik/gh19599
2014-12-09 Alex Crichtonrollup merge of #19608: jbranchaud/add-missing-semicolo...
2014-12-09 Alex Crichtonrollup merge of #19604: vadimcn/gcc-less
2014-12-09 Alex Crichtonrollup merge of #19598: japaric/ord
2014-12-09 Alex Crichtonrollup merge of #19594: Arcterus/master
2014-12-09 Alex Crichtonrollup merge of #19592: jbranchaud/add-btreemap-iter...
2014-12-09 Alex Crichtonrollup merge of #19589: huonw/unboxed-closure-elision
2014-12-09 Alex Crichtonrollup merge of #19588: nodakai/libstd-fix-zombie-child...
2014-12-09 Alex Crichtonrollup merge of #19587: huonw/closure-feature-gate
2014-12-06 Huon WilsonFeature-gate explicit unboxed closure method calls...