| Age | Commit message (Expand) | Author | Lines |
| 2015-01-03 | Running EUV requires the Copy lang item, so adjust privacy tests. | Niko Matsakis | -0/+4 |
| 2015-01-03 | Move upvar checking into its own pre-pass that occurs before regionck | Niko Matsakis | -339/+385 |
| 2015-01-03 | Make `ty::ParameterEnvironment`, not `ty::ctxt`, implement `Typer` and | Niko Matsakis | -259/+288 |
| 2015-01-03 | Modify `type_known_to_meet_builtin_bound` so that it doesn't suppress overflow, | Niko Matsakis | -77/+149 |
| 2015-01-03 | Be more tolerant of errors in EUV so we can run it during typeck. | Niko Matsakis | -17/+41 |
| 2015-01-03 | Stop calling `bug()` in various weird cases and instead generate `Err()`. | Niko Matsakis | -35/+21 |
| 2015-01-03 | Re-introduce `McResult<>` as a way of aborting mem-categorization (and | Niko Matsakis | -130/+175 |
| 2015-01-03 | auto merge of #20456 : brson/rust/packaging2, r=alexcrichton | bors | -388/+0 |
| 2015-01-02 | Remove .pkg and .exe installers | Brian Anderson | -388/+0 |
| 2015-01-03 | auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats... | bors | -59/+53 |
| 2015-01-03 | auto merge of #19835 : pythonesque/rust/add-unordered-intrinsic, r=thestinger | bors | -0/+3 |
| 2015-01-02 | rollup merge of #20410: japaric/assoc-types | Alex Crichton | -588/+898 |
| 2015-01-02 | Rebase test fixes v2 | Alex Crichton | -10/+22 |
| 2015-01-02 | fix rpass test with s/Output/Target/g | Jorge Aparicio | -4/+4 |
| 2015-01-02 | Handle recursive obligations without exiting the inference probe | Niko Matsakis | -16/+13 |
| 2015-01-02 | Temporarily do not evaluate subobligations. | Niko Matsakis | -2/+5 |
| 2015-01-02 | Evaluate projection predicates during trait selection. Fixes #20296. | Niko Matsakis | -12/+107 |
| 2015-01-02 | rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2 | Alex Crichton | -392/+1114 |
| 2015-01-02 | Rollup test fixes and rebase conflicts | Alex Crichton | -95/+56 |
| 2015-01-02 | Merge remote-tracking branch 'origin/master' into rollup | Alex Crichton | -365/+383 |
| 2015-01-02 | rollup merge of #20425: sanxiyn/opt-local-ty | Alex Crichton | -28/+50 |
| 2015-01-02 | rollup merge of #20416: nikomatsakis/coherence | Alex Crichton | -172/+705 |
| 2015-01-02 | rollup merge of #20407: michaelwoerister/unreachable-locals | Alex Crichton | -5/+91 |
| 2015-01-02 | rollup merge of #20404: japaric/at-tests | Alex Crichton | -0/+255 |
| 2015-01-02 | rollup merge of #20391: daramos/utf8_lossy | Alex Crichton | -3/+7 |
| 2015-01-02 | rollup merge of #20386: frewsxcv/rm-reexports | Alex Crichton | -3/+4 |
| 2015-01-02 | rollup merge of #20385: nick29581/x-object | Alex Crichton | -18/+50 |
| 2015-01-02 | rollup merge of #20334: nagisa/ffi-llvm | Alex Crichton | -0/+49 |
| 2015-01-02 | rollup merge of #20227: FlashYoshi/patch-1 | Alex Crichton | -1/+1 |
| 2015-01-02 | rollup merge of #19625: mrhota/guide_traits | Alex Crichton | -122/+110 |
| 2015-01-02 | Do not ICE when projecting out of a value with type `ty::ty_err` | Niko Matsakis | -15/+66 |
| 2015-01-02 | core: use assoc types in `Deref[Mut]` | Jorge Aparicio | -107/+256 |
| 2015-01-02 | rollup merge of #20354: alexcrichton/second-pass-thread_local | Alex Crichton | -44/+145 |
| 2015-01-02 | rollup merge of #20315: alexcrichton/std-sync | Alex Crichton | -792/+167 |
| 2015-01-02 | rollup merge of #20420: alexcrichton/second-pass-boxed | Alex Crichton | -3/+29 |
| 2015-01-02 | rollup merge of #20382: alexcrichton/isuse-20376 | Alex Crichton | -28/+45 |
| 2015-01-02 | rollup merge of #20377: alexcrichton/issue-20352 | Alex Crichton | -358/+319 |
| 2015-01-02 | rollup merge of #20273: alexcrichton/second-pass-comm | Alex Crichton | -1160/+1138 |
| 2015-01-02 | Address nits. | Niko Matsakis | -14/+8 |
| 2015-01-02 | Test that we can call unboxed closures with the sugar now. Fixes #16929. | Niko Matsakis | -0/+25 |
| 2015-01-02 | Ensure that, for every trait `Foo`, the predicate `Foo : Foo` holds. | Niko Matsakis | -39/+335 |
| 2015-01-02 | Refactor object-safety into its own (cached) module so that we can | Niko Matsakis | -271/+600 |
| 2015-01-02 | Move the `upcast` routine into traits and use it for method selection; also | Niko Matsakis | -39/+66 |
| 2015-01-02 | Do not automatically make `Self` `Sized` in traits. | Niko Matsakis | -9/+18 |
| 2015-01-02 | Fix fallout in tests. | Niko Matsakis | -27/+27 |
| 2015-01-02 | rustdoc: fix rendering of associated types | Corey Richardson | -11/+21 |
| 2015-01-02 | merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr` | Jorge Aparicio | -445/+440 |
| 2015-01-02 | Fix fallout from change, adding explicit `Sized` annotations where necessary. | Niko Matsakis | -20/+62 |
| 2015-01-02 | Register new snapshots | Alex Crichton | -0/+9 |
| 2015-01-02 | Properly deal with Ordering in the guide | Steve Klabnik | -40/+56 |