]> git.lizzy.rs Git - rust.git/history - src/librustc_typeck/check/mod.rs
Merge pull request #20510 from tshepang/patch-6
[rust.git] / src / librustc_typeck / check / mod.rs
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-04 borsauto merge of #20437 : ranma42/rust/fix-make-install...
2015-01-04 borsauto merge of #20393 : japaric/rust/impl-any, r=aturon
2015-01-04 borsauto merge of #20504 : japaric/rust/derive-self, r...
2015-01-04 Jorge Apariciosed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
2015-01-04 Jorge Apariciosed -i -s 's/\bmod,/self,/g' **/*.rs
2015-01-04 borsauto merge of #20490 : japaric/rust/assoc-types, r...
2015-01-03 Jorge Apariciotypeck: Index[Mut] traits now have *one* input paramete...
2015-01-03 borsauto merge of #19790 : akiss77/rust/aarch64-configure...
2015-01-03 borsauto merge of #20432 : nikomatsakis/rust/fn-inference...
2015-01-03 Niko MatsakisMove upvar checking into its own pre-pass that occurs...
2015-01-03 Niko MatsakisMake `ty::ParameterEnvironment`, not `ty::ctxt`, implem...
2015-01-03 Niko MatsakisModify `type_known_to_meet_builtin_bound` so that it...
2015-01-03 Niko MatsakisRe-introduce `McResult<>` as a way of aborting mem...
2015-01-03 borsauto merge of #20456 : brson/rust/packaging2, r=alexcri...
2015-01-03 borsauto merge of #20154 : P1start/rust/qualified-assoc...
2015-01-03 Niko MatsakisMake call notation use autoderef. Fixes #18742.
2015-01-03 borsauto merge of #19835 : pythonesque/rust/add-unordered...
2015-01-02 borsauto merge of #20436 : alexcrichton/rust/rollup, r...
2015-01-02 Alex Crichtonrollup merge of #20410: japaric/assoc-types
2015-01-02 Brian AndersonMerge remote-tracking branch 'erickt/rustup'
2015-01-02 Alex Crichtonrollup merge of #20341: nikomatsakis/impl-trait-for...
2015-01-02 Alex CrichtonMerge remote-tracking branch 'origin/master' into rollup
2015-01-02 Alex Crichtonrollup merge of #20425: sanxiyn/opt-local-ty
2015-01-02 Alex Crichtonrollup merge of #20416: nikomatsakis/coherence
2015-01-02 Alex Crichtonrollup merge of #20407: michaelwoerister/unreachable...
2015-01-02 Alex Crichtonrollup merge of #20404: japaric/at-tests
2015-01-02 Alex Crichtonrollup merge of #20392: daramos/travis
2015-01-02 Alex Crichtonrollup merge of #20391: daramos/utf8_lossy
2015-01-02 Alex Crichtonrollup merge of #20388: brson/install-tweaks
2015-01-02 Alex Crichtonrollup merge of #20386: frewsxcv/rm-reexports
2015-01-02 Alex Crichtonrollup merge of #20385: nick29581/x-object
2015-01-02 Alex Crichtonrollup merge of #20380: dcrewi/fix-make-install
2015-01-02 Alex Crichtonrollup merge of #20334: nagisa/ffi-llvm
2015-01-02 Alex Crichtonrollup merge of #20227: FlashYoshi/patch-1
2015-01-02 Alex Crichtonrollup merge of #19625: mrhota/guide_traits
2015-01-02 Alex Crichtonrollup merge of #20354: alexcrichton/second-pass-thread...
2015-01-02 Alex Crichtonrollup merge of #20315: alexcrichton/std-sync
2015-01-02 Alex Crichtonrollup merge of #20420: alexcrichton/second-pass-boxed
2015-01-02 Alex Crichtonrollup merge of #20382: alexcrichton/isuse-20376
2015-01-02 Alex Crichtonrollup merge of #20377: alexcrichton/issue-20352
2015-01-02 Alex Crichtonrollup merge of #20273: alexcrichton/second-pass-comm
2015-01-02 borsauto merge of #20365 : nick29581/rust/mod, r=huonw
2015-01-02 borsauto merge of #20356 : Gankro/rust/stab, r=aturon
2015-01-02 Seo SanghyeonMake type in ast::Local optional
2015-01-02 borsauto merge of #20412 : nikomatsakis/rust/assoc-types...
2015-01-02 borsauto merge of #20189 : cmr/rust/i32-fallback, r=nikomat...
2015-01-02 borsauto merge of #20387 : nick29581/rust/arrays-2, r=alexc...
2015-01-01 Niko MatsakisRefactor the Typer interface to separate out UnboxedClo...
2015-01-01 Corey RichardsonImplement numeric fallback
2015-01-01 Nick CameronFallout - change array syntax to use `;`
2015-01-01 borsauto merge of #20190 : cmr/rust/gate-macro-args, r...
2015-01-01 borsauto merge of #19388 : nick29581/rust/rc-show, r=alexcr...
2015-01-01 borsauto merge of #20363 : japaric/rust/moar-uc, r=nmatsakis
2015-01-01 borsauto merge of #20374 : nikomatsakis/rust/assoc-types...
2014-12-31 borsauto merge of #20360 : alexcrichton/rust/rollup, r...
2014-12-31 Alex Crichtonrollup merge of #20375: brson/windistfix
2014-12-31 Niko MatsakisRework normalization so that it works recursively,...
2014-12-31 Niko MatsakisNormalize bounds also in the UFCS cases (and get more...
2014-12-31 Alex Crichtonrollup merge of #20061: aturon/stab-2-vec-slice
2014-12-31 Aaron TuronFallout from stabilization
2014-12-31 Alex Crichtonrollup merge of #20353: alexcrichton/snapshots
2014-12-31 Alex Crichtonrollup merge of #20348: frewsxcv/rm-reexports
2014-12-31 Alex Crichtonrollup merge of #20344: brson/srctarballs
2014-12-31 Alex Crichtonrollup merge of #20332: js-ojus/master
2014-12-31 Alex Crichtonrollup merge of #20330: fhahn/issue-15877-model-lexer...
2014-12-31 Alex Crichtonrollup merge of #20329: vhbit/ios-rand-fix
2014-12-31 Alex Crichtonrollup merge of #20328: huonw/attack-of-the-clones
2014-12-31 Alex Crichtonrollup merge of #20326: rohitjoshi/master
2014-12-31 Alex Crichtonrollup merge of #20325: nick29581/obj-safety-static
2014-12-31 Alex Crichtonrollup merge of #20323: brson/beta
2014-12-31 Alex Crichtonrollup merge of #20321: epall/patch-1
2014-12-31 Alex Crichtonrollup merge of #20316: seanmonstar/patch-1
2014-12-31 Alex Crichtonrollup merge of #20286: murarth/get-address-name
2014-12-31 Alex Crichtonrollup merge of #20247: steveklabnik/gh20088
2014-12-31 Alex Crichtonrollup merge of #20217: luqmana/pc
2014-12-31 Alex Crichtonrollup merge of #20115: gereeter/split-module-building
2014-12-31 Alex Crichtonrollup merge of #20045: alexcrichton/issue-20012
2014-12-31 Alex Crichtonrollup merge of #19954: michaelwoerister/rust-gdb
2014-12-30 borsauto merge of #20307 : nikomatsakis/rust/assoc-types...
2014-12-30 Niko MatsakisFix rebase conflicts
2014-12-30 Niko MatsakisAddress nits.
2014-12-30 Niko MatsakisRemove the AssocSpace
2014-12-30 Niko MatsakisResolve merge conflicts. This changes should really...
2014-12-30 Niko MatsakisDon't normalize associated types when in region binders...
next