| Age | Commit message (Expand) | Author | Lines |
| 2016-04-04 | std: Fix linking against `signal` on Android | Alex Crichton | -9/+37 |
| 2016-04-04 | Auto merge of #32328 - jseyfried:coherence, r=nikomatsakis | bors | -207/+207 |
| 2016-04-04 | Fix backtraces on ARM EHABI. | Timon Van Overveldt | -1/+6 |
| 2016-04-05 | Reduce code duplication in thread.rs | Alan Somers | -42/+18 |
| 2016-04-05 | Centralize nightly compiler flags handling | Guillaume Gomez | -157/+154 |
| 2016-04-05 | Add nightly check on rustdoc --extend-css option | Guillaume Gomez | -1/+35 |
| 2016-04-05 | Add --extend-css option to rustdoc | Guillaume Gomez | -9/+51 |
| 2016-04-04 | Use DWARF 5 value for DW_LANG_Rust | Tom Tromey | -1/+3 |
| 2016-04-04 | Auto merge of #32647 - Amanieu:checked_atomic_intrinsics, r=eddyb | bors | -31/+161 |
| 2016-04-04 | adds dragonflybsd and freebsd to snapshots.txt | Dave Huseby | -0/+1 |
| 2016-04-05 | Mention that it's not actually a data race | Manish Goregaokar | -1/+6 |
| 2016-04-04 | Handle integer-extending for C ABI | James Miller | -21/+102 |
| 2016-04-04 | Address nits | Masood Malekghassemi | -48/+49 |
| 2016-04-04 | Auto merge of #32582 - nikomatsakis:issue-32326, r=aturon | bors | -153/+236 |
| 2016-04-04 | mk: Hardcode the bootstrap key for each release | Alex Crichton | -12/+11 |
| 2016-04-04 | add error code to test | Niko Matsakis | -1/+1 |
| 2016-04-04 | fix corner case around top of stack | Niko Matsakis | -39/+64 |
| 2016-04-04 | process cycles as soon as they are detected | Niko Matsakis | -129/+187 |
| 2016-04-04 | minor: update old comments | Aleksey Kladov | -6/+6 |
| 2016-04-04 | Fix stack overflow detection on FreeBSD | Alan Somers | -2/+45 |
| 2016-04-04 | Auto merge of #32644 - oli-obk:check_all_constants_early, r=nrc | bors | -18/+60 |
| 2016-04-04 | Updated libc submodule to fb2f0bb | Alan Somers | -0/+0 |
| 2016-04-04 | Just use Some(()) instead | Jonas Schievink | -2/+2 |
| 2016-04-04 | use `unwrap_or` | Jonas Schievink | -4/+1 |
| 2016-04-04 | Beef up test | Jonas Schievink | -0/+6 |
| 2016-04-04 | Remove outdated comment | Seo Sanghyeon | -20/+5 |
| 2016-04-04 | whoops | pierzchalski | -1/+1 |
| 2016-04-04 | Change build_helper to modify suffix of cc | pierzchalski | -3/+9 |
| 2016-04-04 | Handle operand temps for function calls | James Miller | -45/+191 |
| 2016-04-04 | rustdoc: factor out function for getting inner html of highlighted source | Nick Cameron | -26/+49 |
| 2016-04-04 | Give better spans for SpanEnd errors | Nick Cameron | -15/+60 |
| 2016-04-03 | Add compile-fail test | Amanieu d'Antras | -0/+117 |
| 2016-04-03 | Auto merge of #32676 - durka:patch-18, r=alexcrichton | bors | -2/+2 |
| 2016-04-03 | Autoderef when suggesting to call `(self.field)` | Jonas Schievink | -18/+61 |
| 2016-04-03 | Fix "consider removing this semicolon" help | Jonas Schievink | -2/+19 |
| 2016-04-03 | Auto merge of #32672 - ollie27:patch-5, r=alexcrichton | bors | -2/+2 |
| 2016-04-03 | Auto merge of #32210 - Aatch:mir-traversal, r=nikomatsakis | bors | -49/+539 |
| 2016-04-03 | check constants even if they are unused in the current crate | Oliver Schneider | -18/+60 |
| 2016-04-03 | Auto merge of #32168 - alexcrichton:fix-filecheck, r=aturon | bors | -3/+10 |
| 2016-04-03 | mk: Add configure option for disabling codegen tests | Alex Crichton | -3/+10 |
| 2016-04-02 | Auto merge of #32579 - michaelwoerister:stable-symbol-name-fix, r=eddyb | bors | -1/+61 |
| 2016-04-02 | Drop the default buffer size to 8K | Steven Fackler | -1/+1 |
| 2016-04-03 | Add run-make test for stable symbol-name generation. | Michael Woerister | -0/+60 |
| 2016-04-02 | Inline Duration constructors and accessors | Steven Fackler | -0/+5 |
| 2016-04-03 | Use a BitVector instead of Vec<bool> for recording cleanup blocks | James Miller | -2/+34 |
| 2016-04-02 | Auto merge of #32633 - frewsxcv:map-values-mut, r=alexcrichton | bors | -0/+138 |
| 2016-04-02 | Indicate `None` is code-like in doc comment. | Corey Farwell | -1/+1 |
| 2016-04-02 | Auto merge of #32667 - dotdash:def_dec, r=nagisa | bors | -8/+5 |
| 2016-04-02 | Add `Crate` and `Restricted` variants to `ast::Visibility` | Jeffrey Seyfried | -8/+40 |
| 2016-04-02 | Make `ast::Visibility` non-copyable | Jeffrey Seyfried | -53/+53 |