| Age | Commit message (Expand) | Author | Lines |
| 2017-07-18 | Unify rules about commas in match arms and semicolons in expressions | Aleksey Kladov | -0/+45 |
| 2017-07-17 | Support repr alignment on unions. | Cameron Hart | -0/+90 |
| 2017-07-16 | Auto merge of #43237 - zackmdavis:missing_sum_and_product_for_128_bit_integer... | bors | -0/+8 |
| 2017-07-15 | Auto merge of #43224 - jseyfried:fix_macro_idents_regression, r=nrc | bors | -0/+26 |
| 2017-07-15 | Auto merge of #43185 - durka:thread-local-pub-restricted, r=alexcrichton | bors | -7/+15 |
| 2017-07-14 | add u128/i128 to sum/product implementors | Zack M. Davis | -0/+8 |
| 2017-07-13 | Fix regression involving identifiers in `macro_rules!` patterns. | Jeffrey Seyfried | -0/+26 |
| 2017-07-13 | Rollup merge of #43125 - aochagavia:stable_drop, r=arielb1 | Steve Klabnik | -0/+231 |
| 2017-07-13 | Auto merge of #43158 - PlasmaPower:thread-local-try-with, r=alexcrichton | bors | -0/+37 |
| 2017-07-12 | Add regression tests to ensure stable drop order | Adolfo OchagavĂa | -0/+231 |
| 2017-07-12 | Rollup merge of #43011 - qnighy:unsized-tuple-impls, r=aturon | Mark Simulacrum | -0/+29 |
| 2017-07-11 | support pub(restricted) in thread_local! | Alex Burka | -7/+15 |
| 2017-07-11 | Fix @alexcrichton comments | Lee Bousfield | -0/+4 |
| 2017-07-11 | compiletest: Refactor: Move the `ignore-{}` logic into its own method. | kennytm | -6/+1 |
| 2017-07-11 | Auto merge of #42913 - kennytm:fix-40569-ident-without-backtrack, r=jseyfried | bors | -0/+245 |
| 2017-07-10 | Add LocalKey::try_with as an alternative to state | Lee Bousfield | -0/+33 |
| 2017-07-08 | Box large array to avoid blowing the stack | Lee Bousfield | -6/+8 |
| 2017-07-08 | Raised alignment limit from 2^15 to 2^31 | Lee Bousfield | -0/+17 |
| 2017-07-08 | Implement O(1)-time Iterator::nth for Range* | Simon Sapin | -13/+5 |
| 2017-07-08 | Make `patterns_in_fns_without_body` warn-by-default again | Vadim Petrochenkov | -4/+8 |
| 2017-07-08 | Remove more anonymous trait method parameters | Vadim Petrochenkov | -28/+30 |
| 2017-07-07 | Auto merge of #42809 - seanmonstar:stable-associated-consts, r=nikomatsakis | bors | -27/+0 |
| 2017-07-07 | Only match a fragment specifier the if it starts with certain tokens. | kennytm | -0/+245 |
| 2017-07-06 | Check types for privacy | Vadim Petrochenkov | -126/+0 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -27/+0 |
| 2017-07-06 | rustc: Implement stack probes for x86 | Alex Crichton | -0/+88 |
| 2017-07-06 | Auto merge of #42899 - alexcrichton:compiler-builtins, r=nikomatsakis | bors | -15/+0 |
| 2017-07-06 | Auto merge of #42727 - alexcrichton:allocators-new, r=eddyb | bors | -107/+288 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -107/+288 |
| 2017-07-05 | Switch to rust-lang-nursery/compiler-builtins | Alex Crichton | -24/+7 |
| 2017-07-04 | Add a test for unsized tuple impls. | Masaki Hara | -0/+29 |
| 2017-07-01 | Delete deprecated & unstable range-specific `step_by` | Scott McMurray | -2/+2 |
| 2017-07-01 | Auto merge of #42882 - stjepang:improve-sort-tests-and-benches, r=alexcrichton | bors | -63/+105 |
| 2017-06-30 | Auto merge of #42807 - arielb1:consistent-coercion, r=eddyb | bors | -1/+4 |
| 2017-06-29 | Move unsized_tuple_coercion behind a feature gate. | Masaki Hara | -0/+8 |
| 2017-06-29 | Add unsized tuple coercions. | Masaki Hara | -0/+363 |
| 2017-06-29 | Rollup merge of #42901 - alexcrichton:alloc-one, r=sfackler | Ariel Ben-Yehuda | -0/+27 |
| 2017-06-29 | Rollup merge of #42886 - durka:pplmm-mwe, r=petrochenkov | Ariel Ben-Yehuda | -0/+35 |
| 2017-06-29 | Rollup merge of #42884 - stepancheg:set-env-run-pass, r=alexcrichton | Ariel Ben-Yehuda | -0/+98 |
| 2017-06-29 | Rollup merge of #42219 - pwoolcoc:add-allow-fail-to-libtest, r=GuillaumeGomez | Ariel Ben-Yehuda | -0/+24 |
| 2017-06-29 | Auto merge of #42642 - venkatagiri:issue_42312, r=nikomatsakis | bors | -2/+0 |
| 2017-06-28 | Auto merge of #42797 - arielb1:ex-falso-ice, r=nikomatsakis | bors | -0/+14 |
| 2017-06-28 | rustc_typeck: enforce argument type is sized | Venkata Giri Reddy | -2/+0 |
| 2017-06-28 | Auto merge of #42745 - sfackler:1.19-stabilization, r=alexcrichton | bors | -2/+0 |
| 2017-06-28 | Auto merge of #42931 - arielb1:statement-visitor, r=eddyb | bors | -0/+15 |
| 2017-06-28 | re-add the call to `super_statement` in EraseRegions | Ariel Ben-Yehuda | -0/+15 |
| 2017-06-28 | Auto merge of #42709 - stepancheg:discriminant-hash, r=jseyfried | bors | -2/+11 |
| 2017-06-27 | syntax: allow negative integer literal expression to be interpolated as pattern | Alex Burka | -0/+35 |
| 2017-06-26 | Move thread_rng() outside the loop | Stjepan Glavina | -1/+2 |
| 2017-06-25 | std: Fix implementation of `Alloc::alloc_one` | Alex Crichton | -0/+27 |