| Age | Commit message (Expand) | Author | Lines |
| 2015-07-31 | Another backport fix | Brian Anderson | -0/+1 |
| 2015-07-30 | Fix tests | Brian Anderson | -0/+3 |
| 2015-07-29 | Feature gate associated type defaults | Brian Anderson | -0/+45 |
| 2015-07-29 | std: Fix sub-second Condvar::wait_timeout_ms | Alex Crichton | -13/+14 |
| 2015-07-29 | Fix typo in stability attribute. | Lee Jeffery | -1/+1 |
| 2015-07-08 | std: Fix formatting flags for chars | Alex Crichton | -1/+10 |
| 2015-07-08 | Merge pull request #26829 from nikomatsakis/better-object-defaults-warn-beta | Alex Crichton | -90/+481 |
| 2015-07-06 | rebase onto beta branch | Niko Matsakis | -1/+2 |
| 2015-07-06 | Fix some merge conflicts | Niko Matsakis | -11/+12 |
| 2015-07-06 | Now that I made the warning smarter, these tests no longer require modification | Niko Matsakis | -2/+4 |
| 2015-07-06 | Adjust tests to silence warnings (or record them, as appropriate). | Niko Matsakis | -6/+8 |
| 2015-07-06 | After inferring regions, scan for any bounds that are due to a lifetime | Niko Matsakis | -0/+168 |
| 2015-07-06 | Add a boolean flag to ExistentialBounds tracking whether the | Niko Matsakis | -39/+202 |
| 2015-07-06 | Code up the new lifetime default rules, but leave them disabled | Niko Matsakis | -36/+90 |
| 2015-06-30 | core: fix deprecation since version of align_of_min. | Huon Wilson | -2/+2 |
| 2015-06-30 | Avoid overflow in Vec::from_iter | Steven Fackler | -2/+3 |
| 2015-06-30 | Make `align_of` behave like `min_align_of`. | Huon Wilson | -53/+47 |
| 2015-06-23 | Auto merge of #26490 - alexcrichton:fix-msvc-again, r=brson | bors | -10/+19 |
| 2015-06-23 | Auto merge of #26508 - tshepang:stray-code-block, r=bluss | bors | -5/+0 |
| 2015-06-23 | Auto merge of #26503 - GuillaumeGomez:patch-4, r=Manishearth | bors | -3/+25 |
| 2015-06-23 | Auto merge of #26367 - tshepang:patch-1, r=bluss | bors | -1/+1 |
| 2015-06-23 | Auto merge of #26354 - jroesch:remove-param-bounds-take-n, r=nikomatsakis | bors | -226/+100 |
| 2015-06-23 | Auto merge of #26519 - oli-obk:camel_case_const_val, r=eddyb | bors | -145/+142 |
| 2015-06-23 | Auto merge of #26517 - nrc:fix-parallel-codegen, r=arielb1 | bors | -0/+35 |
| 2015-06-23 | change `const_val` enum and its variants to camel-case | Oliver Schneider | -145/+142 |
| 2015-06-23 | Auto merge of #26513 - shunyata:master, r=alexcrichton | bors | -3/+3 |
| 2015-06-23 | Remove the mostly unecessary ParamBounds struct | Jared Roesch | -226/+100 |
| 2015-06-23 | Comment E0222 instead of removing it | Guillaume Gomez | -0/+2 |
| 2015-06-22 | Test for a particular parallel codegen corner case | Nick Cameron | -0/+34 |
| 2015-06-22 | Fix parallel codegen regression | Nick Cameron | -0/+1 |
| 2015-06-23 | Auto merge of #26514 - tshepang:repetition, r=Gankro | bors | -1/+1 |
| 2015-06-23 | Auto merge of #26435 - gsingh93:master, r=nikomatsakis | bors | -32/+120 |
| 2015-06-23 | doc: remove repeated word | Tshepang Lekhonkhobe | -1/+1 |
| 2015-06-22 | Suggest missing trait bounds when a method exists but the bounds aren't satis... | Gulshan Singh | -32/+120 |
| 2015-06-22 | Use a more descriptive variable name. | Jake Hickey | -3/+3 |
| 2015-06-22 | fix minor indentation issues | Yongqian Li | -13/+13 |
| 2015-06-22 | Change description of error (thanks @Manisheart) | Guillaume Gomez | -3/+8 |
| 2015-06-22 | Remove E0222 from errors list | Guillaume Gomez | -5/+4 |
| 2015-06-22 | Auto merge of #26500 - sanxiyn:dead-field, r=alexcrichton | bors | -4/+9 |
| 2015-06-22 | book: remove a stray code block | Tshepang Lekhonkhobe | -5/+0 |
| 2015-06-22 | Add E0045 error explanation | Guillaume Gomez | -1/+17 |
| 2015-06-22 | Unify variadic errors | Guillaume Gomez | -1/+1 |
| 2015-06-22 | Auto merge of #25784 - geofft:subprocess-signal-masks, r=alexcrichton | bors | -361/+344 |
| 2015-06-22 | Do not consider fields matched by wildcard patterns to be used | Seo Sanghyeon | -4/+9 |
| 2015-06-22 | Auto merge of #26037 - nhowell:plain_js_playpen, r=steveklabnik | bors | -21/+36 |
| 2015-06-22 | Fix build on Android API levels below 21 | Geoffrey Thomas | -0/+20 |
| 2015-06-22 | sys/unix/process: Reset signal behavior before exec | Geoffrey Thomas | -2/+124 |
| 2015-06-22 | sys/unix: Consolidate signal-handling FFI bindings | Geoffrey Thomas | -268/+199 |
| 2015-06-22 | sys/unix/c.rs: Remove unused code | Geoffrey Thomas | -77/+5 |
| 2015-06-22 | std::process: Remove helper function pwd_cmd from test module | Geoffrey Thomas | -18/+0 |