| Age | Commit message (Expand) | Author | Lines |
| 2015-09-29 | Remove redundant uses of Iterator::by_ref() | Ulrik Sverdrup | -8/+8 |
| 2015-09-17 | Auto merge of #28476 - steveklabnik:rollup, r=steveklabnik | bors | -104/+142 |
| 2015-09-17 | Rollup merge of #28474 - tshepang:repetition, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-09-17 | Rollup merge of #28473 - tshepang:lowercase, r=steveklabnik | Steve Klabnik | -10/+10 |
| 2015-09-17 | Rollup merge of #28471 - tshepang:markup, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-09-17 | Rollup merge of #28470 - tshepang:idiom, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-09-17 | Rollup merge of #28466 - baskerville:trpl-heap-highest-addr, r=steveklabnik | Steve Klabnik | -86/+86 |
| 2015-09-17 | Rollup merge of #28451 - dagnir:osx-req-wording, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-09-17 | Rollup merge of #28435 - apasel422:issue-24533, r=nikomatsakis | Steve Klabnik | -0/+32 |
| 2015-09-17 | Rollup merge of #28422 - christopherdumas:label_code, r=steveklabnik | Steve Klabnik | -1/+4 |
| 2015-09-17 | Rollup merge of #28314 - tbu-:pr_atomics_are_send, r=brson | Steve Klabnik | -0/+3 |
| 2015-09-17 | Rollup merge of #28276 - jackwilsonv:patch-5, r=Manishearth | Steve Klabnik | -3/+3 |
| 2015-09-17 | reference: actual keywords feel more appropriate | Tshepang Lekhonkhobe | -10/+10 |
| 2015-09-17 | reference: mark that up to make it more clear it is a keyword | Tshepang Lekhonkhobe | -1/+1 |
| 2015-09-17 | doc: follow idiom in code snippet | Tshepang Lekhonkhobe | -1/+1 |
| 2015-09-17 | Auto merge of #28459 - apasel422:tests, r=alexcrichton | bors | -0/+40 |
| 2015-09-17 | doc: no need to mention the method by name | Tshepang Lekhonkhobe | -1/+1 |
| 2015-09-17 | Auto merge of #28457 - VHaravy:test-run-pass-x86stdcall2, r=huonw | bors | -1/+1 |
| 2015-09-17 | trpl: Fix off-by-one highest memory address | Bastien Dejean | -86/+86 |
| 2015-09-17 | Auto merge of #28421 - alexcrichton:msvc-rmake, r=alexcrichton | bors | -76/+148 |
| 2015-09-17 | rmake: Get all tests passing on MSVC | Alex Crichton | -76/+148 |
| 2015-09-17 | Auto merge of #28428 - dotdash:same_adjust, r=nikomatsakis | bors | -0/+32 |
| 2015-09-17 | Add tests for #23543, #23544 | Andrew Paseltiner | -0/+40 |
| 2015-09-17 | Don't create adjustments from a type to itself | Björn Steinbrink | -0/+32 |
| 2015-09-17 | Auto merge of #28455 - nrc:span-bang, r=alexcrichton | bors | -1/+1 |
| 2015-09-17 | Auto merge of #28381 - ebfull:aint-fraid-a-no-ghosts-redux, r=me | bors | -2/+82 |
| 2015-09-17 | Correct type definition of HANDLE. | Vitali Haravy | -1/+1 |
| 2015-09-17 | Auto merge of #28454 - GSam:master, r=nrc | bors | -1/+5 |
| 2015-09-17 | Auto merge of #28438 - apasel422:issue-22872, r=alexcrichton | bors | -36/+0 |
| 2015-09-17 | Fix the span for ! returns | Nick Cameron | -1/+1 |
| 2015-09-17 | Auto merge of #28349 - nrc:ast-lints, r=manishearth | bors | -434/+792 |
| 2015-09-17 | Add compiler option to keep mtwt tables | Garming Sam | -1/+5 |
| 2015-09-17 | rebasing | Nick Cameron | -23/+13 |
| 2015-09-17 | Change to a multi-trait approach | Nick Cameron | -150/+266 |
| 2015-09-17 | Changes to tests | Nick Cameron | -34/+20 |
| 2015-09-17 | Remove hir::ExprParen | Nick Cameron | -103/+18 |
| 2015-09-17 | Change the unused parens lint to operate on the AST | Nick Cameron | -28/+28 |
| 2015-09-17 | Add an early lint pass for lints that operate on the AST | Nick Cameron | -212/+563 |
| 2015-09-16 | Change OSX version req wording to match Linux. | Dongie Agnir | -1/+1 |
| 2015-09-16 | Auto merge of #28436 - ranma42:faster-partialord, r=bluss | bors | -23/+50 |
| 2015-09-16 | Auto merge of #28432 - aochagavia:docs2, r=alexcrichton | bors | -2/+2 |
| 2015-09-16 | Remove incorrect test for #22872 | Andrew Paseltiner | -36/+0 |
| 2015-09-16 | Explain explicit slicing in slice cmp and partial_cmp methods | Andrea Canciani | -0/+6 |
| 2015-09-16 | Remove inline attribute | Andrea Canciani | -2/+0 |
| 2015-09-16 | Remove boundary checks in slice comparison operators | Andrea Canciani | -2/+6 |
| 2015-09-16 | Reuse cmp in totally ordered types | Andrea Canciani | -3/+1 |
| 2015-09-16 | Add test for #24533 | Andrew Paseltiner | -0/+32 |
| 2015-09-16 | Improve PartialOrd for slices | Andrea Canciani | -18/+21 |
| 2015-09-16 | Specialize `PartialOrd` for totally ordered primitive types | Andrea Canciani | -4/+22 |
| 2015-09-16 | Auto merge of #28353 - GuillaumeGomez:error_codes, r=Manishearth | bors | -148/+295 |