| Age | Commit message (Expand) | Author | Lines |
| 2016-05-06 | doc: binding not needed | Tshepang Lekhonkhobe | -2/+1 |
| 2016-05-06 | doc: mut not needed | Tshepang Lekhonkhobe | -1/+1 |
| 2016-05-06 | Auto merge of #33225 - michaelwoerister:fix-debuginfo-struct-ns, r=eddyb | bors | -50/+124 |
| 2016-05-06 | Auto merge of #33138 - arielb1:sized-shortcut, r=nikomatsakis | bors | -413/+845 |
| 2016-05-06 | Auto merge of #33086 - cardoe:non-blocking-rand-read, r=alexcrichton | bors | -3/+20 |
| 2016-05-06 | Auto merge of #33072 - tbu-:pr_duration_new_overflow, r=alexcrichton | bors | -1/+7 |
| 2016-05-05 | Auto merge of #32835 - brson:alldebug, r=michaelwoerister | bors | -9/+9 |
| 2016-05-06 | Distribute both rust-lldb and rust-gdb everywhere except win-msvc | Brian Anderson | -9/+9 |
| 2016-05-05 | Auto merge of #32565 - tbu-:pr_cell_as_mut, r=alexcrichton | bors | -0/+24 |
| 2016-05-06 | Add `get_mut` methods to the `RefCell` and `Cell` | Tobias Bucher | -0/+24 |
| 2016-05-05 | Auto merge of #32990 - tbu-:pr_more_defaults_cstr_path, r=alexcrichton | bors | -0/+16 |
| 2016-05-05 | Auto merge of #33128 - xen0n:more-confusing-unicode-chars, r=nagisa | bors | -6/+53 |
| 2016-05-05 | Add `Default` implementation for `&CStr` and `CString` | Tobias Bucher | -0/+16 |
| 2016-05-05 | Auto merge of #33067 - notriddle:wrapping_neg, r=alexcrichton | bors | -0/+9 |
| 2016-05-04 | Auto merge of #33381 - alexcrichton:fix-nightlies, r=nikomatsakis | bors | -0/+5 |
| 2016-05-05 | fixes | Ariel Ben-Yehuda | -6/+13 |
| 2016-05-03 | mk: Pass CFLAGS for target, not host | Alex Crichton | -0/+5 |
| 2016-05-03 | Make runtest::check_debugger_output() handle wildcards at end. | Michael Woerister | -47/+51 |
| 2016-05-03 | stop dropping impls from cause backtraces | Ariel Ben-Yehuda | -23/+25 |
| 2016-05-03 | stop using commit_if_ok where no errors can happen | Ariel Ben-Yehuda | -52/+42 |
| 2016-05-03 | change the newly-added errors to warnings | Ariel Ben-Yehuda | -117/+363 |
| 2016-05-03 | improve error message for WF Tuples | Ariel Ben-Yehuda | -1/+10 |
| 2016-05-03 | address review comments | Ariel Ben-Yehuda | -82/+83 |
| 2016-05-03 | fix breaking changes | Ariel Ben-Yehuda | -1/+1 |
| 2016-05-03 | require the existential bounds of an object type to be object-safe | Ariel Ben-Yehuda | -11/+50 |
| 2016-05-03 | require the non-last elements of a tuple to be Sized | Ariel Ben-Yehuda | -19/+46 |
| 2016-05-03 | refactor the handling of builtin candidates | Ariel Ben-Yehuda | -203/+112 |
| 2016-05-03 | add comments and tests | Ariel Ben-Yehuda | -13/+73 |
| 2016-05-03 | Short-cut Sized matching on ADTs | Ariel Ben-Yehuda | -83/+225 |
| 2016-05-03 | Rollup merge of #33372 - birkenfeld:rustdoc-escape-code, r=cmr | Manish Goregaokar | -3/+19 |
| 2016-05-03 | Rollup merge of #33371 - birkenfeld:issue-33302, r=cmr | Manish Goregaokar | -12/+57 |
| 2016-05-03 | Rollup merge of #33357 - pcwalton:inline-mem-forget, r=brson | Manish Goregaokar | -0/+1 |
| 2016-05-03 | Rollup merge of #33343 - birkenfeld:issue-32214, r=Manishearth | Manish Goregaokar | -5/+18 |
| 2016-05-03 | Rollup merge of #33340 - birkenfeld:issue-23716, r=Manishearth | Manish Goregaokar | -11/+54 |
| 2016-05-03 | Rollup merge of #33339 - oli-obk:fix/const_eval, r=japaric | Manish Goregaokar | -55/+67 |
| 2016-05-03 | Rollup merge of #33322 - justsostephen:master, r=steveklabnik | Manish Goregaokar | -4/+4 |
| 2016-05-03 | Rollup merge of #33294 - timothy-mcroy:E0501, r=GuillaumeGomez | Manish Goregaokar | -1/+76 |
| 2016-05-03 | Rollup merge of #33277 - birkenfeld:fmt-named-dollar-args, r=steveklabnik | Manish Goregaokar | -4/+9 |
| 2016-05-03 | rustdoc: HTML-escape Rust code (from constants) | Georg Brandl | -3/+19 |
| 2016-05-03 | Auto merge of #33330 - birkenfeld:issue-29121, r=Manishearth | bors | -8/+15 |
| 2016-05-03 | rustdoc: fix inserting source code spans for constant values | Georg Brandl | -12/+57 |
| 2016-05-02 | Auto merge of #33119 - nrc:pretty, r=pnkfelix | bors | -333/+402 |
| 2016-05-03 | typeck: when suggesting associated fns, do not show call site as fallback | Georg Brandl | -8/+15 |
| 2016-05-02 | Auto merge of #33354 - Manishearth:rollup, r=Manishearth | bors | -114/+167 |
| 2016-05-03 | Rollup merge of #33346 - Ryman:patch-4, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2016-05-03 | Rollup merge of #33335 - cramertj:master, r=alexcrichton | Manish Goregaokar | -5/+5 |
| 2016-05-03 | Rollup merge of #33334 - birkenfeld:issue29088, r=Manishearth | Manish Goregaokar | -5/+4 |
| 2016-05-03 | Rollup merge of #33332 - alexcrichton:handle-more-races, r=michaelwoerister | Manish Goregaokar | -2/+24 |
| 2016-05-03 | Rollup merge of #33325 - birkenfeld:issue-31341, r=jseyfried | Manish Goregaokar | -8/+0 |
| 2016-05-03 | Rollup merge of #33324 - birkenfeld:issue-30497, r=GuillaumeGomez | Manish Goregaokar | -1/+11 |