| Age | Commit message (Expand) | Author | Lines |
| 2016-03-22 | sprinkle feature gates here and there | Jorge Aparicio | -0/+7 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -5/+5 |
| 2016-03-23 | Annotate run-pass/backtrace with #[rustc_no_mir] on MSVC. | Eduard Burtescu | -0/+6 |
| 2016-03-22 | Consider `doc(no_inline)` in crate-local inlining | mitaa | -0/+33 |
| 2016-03-23 | Fix const trans | Seo Sanghyeon | -0/+14 |
| 2016-03-22 | Add test for the feature gating of naked | Ticki | -0/+19 |
| 2016-03-22 | Add tests | Ticki | -0/+69 |
| 2016-03-22 | Omit `pub` for inlined variant-struct fields | mitaa | -0/+36 |
| 2016-03-21 | Auto merge of #32253 - durka:derive-31886, r=alexcrichton | bors | -0/+20 |
| 2016-03-21 | Add regression test for Issue 26997. | Corey Farwell | -0/+22 |
| 2016-03-21 | Auto merge of #32062 - Marwes:unification_table_for_eq_relations, r=nikomatsakis | bors | -0/+58 |
| 2016-03-21 | Improve time complexity of equality relations | Markus Westerlind | -0/+58 |
| 2016-03-21 | Fix tupling of fn args for rust-call ABI functions | Björn Steinbrink | -0/+20 |
| 2016-03-20 | Auto merge of #32344 - aturon:issue-32324, r=eddyb | bors | -0/+33 |
| 2016-03-20 | Fix mis-uses of projection mode | Aaron Turon | -0/+33 |
| 2016-03-20 | Auto merge of #32010 - devonhollowood:non-c-like-enum-repr, r=Aatch | bors | -1/+32 |
| 2016-03-20 | Auto merge of #32367 - tiehuis:tiehuis-E0412-help, r=nagisa | bors | -3/+3 |
| 2016-03-20 | Update tests which reference E0421 | tiehuis | -3/+3 |
| 2016-03-19 | Auto merge of #32358 - Manishearth:pr-32053, r=Manishearth | bors | -0/+35 |
| 2016-03-19 | Auto merge of #32306 - nikomatsakis:issue-32278, r=eddyb | bors | -53/+72 |
| 2016-03-19 | Auto merge of #32362 - bluss:float-fast-math, r=eddyb | bors | -6/+12 |
| 2016-03-19 | Update float_math test to not use constants | Ulrik Sverdrup | -6/+12 |
| 2016-03-19 | Auto merge of #32244 - Amanieu:compare_exchange_result, r=alexcrichton | bors | -24/+24 |
| 2016-03-19 | Add Help and Suggestion to issue-29124 tests | Daniel J Rollins | -0/+4 |
| 2016-03-19 | Use last path segment for uncalled method note if span_to_segment fails | Daniel J Rollins | -2/+2 |
| 2016-03-19 | Add test for issue 29124 | Daniel J Rollins | -0/+31 |
| 2016-03-19 | Change compare_exchange to return a Result<T, T> | Amanieu d'Antras | -24/+24 |
| 2016-03-19 | Auto merge of #32351 - eddyb:rollup, r=eddyb | bors | -1/+41 |
| 2016-03-19 | Rollup merge of #32347 - Amanieu:volatile_fat_ptr, r=eddyb | Eduard-Mihai Burtescu | -0/+22 |
| 2016-03-19 | Rollup merge of #32332 - jonas-schievink:issue32323, r=arielb1 | Eduard-Mihai Burtescu | -0/+18 |
| 2016-03-19 | Rollup merge of #32329 - sfackler:assert-recover-safe-pub, r=aturon | Eduard-Mihai Burtescu | -1/+1 |
| 2016-03-19 | Auto merge of #32304 - pravic:fix-variadic-ffi-test, r=alexcrichton | bors | -3/+3 |
| 2016-03-18 | Auto merge of #32256 - bluss:float-fast-math, r=alexcrichton | bors | -0/+84 |
| 2016-03-19 | Fix volatile stores of fat pointers | Amanieu d'Antras | -0/+22 |
| 2016-03-18 | make suggestion stuff not swallow errors | Niko Matsakis | -5/+3 |
| 2016-03-18 | fix coercion behavior for nested references | Niko Matsakis | -0/+36 |
| 2016-03-18 | change coercion to use target region if not LUB | Niko Matsakis | -49/+34 |
| 2016-03-18 | cfail test for #31886 | Alex Burka | -10/+20 |
| 2016-03-18 | derive: assume enum repr defaults to isize | Alex Burka | -0/+10 |
| 2016-03-18 | Auto merge of #32309 - aturon:overlap-warning, r=nikomatsakis | bors | -4/+11 |
| 2016-03-18 | Change inherent overlap error to a warning for now, to ease the breakage. | Aaron Turon | -4/+11 |
| 2016-03-18 | Add intrinsics for float arithmetic with `fast` flag enabled | Ulrik Sverdrup | -0/+84 |
| 2016-03-18 | Auto merge of #32282 - sfackler:panic-hook, r=alexcrichton | bors | -22/+22 |
| 2016-03-18 | Auto merge of #32080 - eddyb:transcendent, r=nikomatsakis | bors | -121/+244 |
| 2016-03-18 | tests: Update run-make/issue-25581 to reflect how fat pointers are passed. | Eduard Burtescu | -9/+4 |
| 2016-03-18 | liveness: substitute bound regions with free ones before normalizing the retu... | Jonas Schievink | -0/+18 |
| 2016-03-17 | Make AssertRecoverSafe's field public | Steven Fackler | -1/+1 |
| 2016-03-18 | Update the not-at-all-pretty pain-o-tron-4000+264 test. | Eduard Burtescu | -29/+29 |
| 2016-03-17 | Add #[rustc_no_mir] to make tests pass with -Z orbit. | Eduard Burtescu | -39/+166 |
| 2016-03-17 | compiletest: Add rustc-env for run-pass/super-fast-paren-parsing. | Eduard Burtescu | -0/+1 |