| Age | Commit message (Expand) | Author | Lines |
| 2016-01-19 | Add an impl for Box<Error> from &str. | Michael Sproul | -0/+2 |
| 2016-01-19 | Add an impl for Box<Error> from String. | Michael Sproul | -0/+18 |
| 2016-01-12 | Update test -- here we get a RFC 1214 warning (that will eventually be | Niko Matsakis | -1/+3 |
| 2015-12-09 | Auto merge of #30245 - Aatch:dynamic-align-dst, r=pnkfelix | bors | -0/+87 |
| 2015-12-08 | Fix unsized structs with destructors | James Miller | -1/+17 |
| 2015-12-07 | Auto merge of #30202 - oli-obk:fix/const_index_feature_gate, r=Aatch | bors | -0/+15 |
| 2015-12-08 | Align pointers to DST fields properly | James Miller | -0/+71 |
| 2015-12-07 | Add regression test for Clone for [[T; 256]; 4] where T: Copy and not Clone | Ulrik Sverdrup | -0/+18 |
| 2015-12-06 | Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturon | bors | -80/+31 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -80/+31 |
| 2015-12-05 | fix const index feature-gate regression | Oliver Schneider | -0/+15 |
| 2015-12-04 | Auto merge of #30084 - oli-obk:const_fn, r=pnkfelix | bors | -0/+2 |
| 2015-12-04 | Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelix | bors | -0/+130 |
| 2015-12-02 | Disable the null check elimination pass | Björn Steinbrink | -0/+24 |
| 2015-12-01 | Auto merge of #25570 - oli-obk:const_indexing, r=nikomatsakis | bors | -26/+47 |
| 2015-11-30 | Fix regression in patterns with empty variants | Vadim Petrochenkov | -0/+22 |
| 2015-11-28 | Auto merge of #29383 - petrochenkov:empstr, r=pnkfelix | bors | -21/+10 |
| 2015-11-27 | Auto merge of #30085 - oli-obk:fix/pnkfelix_test, r=pnkfelix | bors | -20/+32 |
| 2015-11-27 | revert test to check runtime evaluation instead of constant evaluation | Oliver Schneider | -20/+32 |
| 2015-11-27 | implement calling of `const fn`-methods in true constants | Oliver Schneider | -0/+2 |
| 2015-11-27 | pass at least one argument to execve | Sébastien Marie | -2/+2 |
| 2015-11-26 | Extended simple macro test | Marvin Löbel | -1/+11 |
| 2015-11-26 | Added stmt_expr_attribute feature gate | Marvin Löbel | -0/+23 |
| 2015-11-26 | Add syntax support for attributes on expressions and all syntax | Marvin Löbel | -0/+97 |
| 2015-11-25 | Auto merge of #30044 - nikomatsakis:issue-29466, r=arielb1 | bors | -0/+3607 |
| 2015-11-24 | Rewrite stmt processing not to recurse to avoid stack overflow if there | Niko Matsakis | -0/+3607 |
| 2015-11-23 | Add tests for #25810 and #29276 | Andrew Paseltiner | -0/+48 |
| 2015-11-21 | Auto merge of #29913 - tbu-:pr_windows_path_error_on_nul, r=alexcrichton | bors | -0/+48 |
| 2015-11-20 | add feature gate `const_indexing` | Oliver Schneider | -0/+1 |
| 2015-11-19 | Add run-pass test for paths containing the NUL character | Tobias Bucher | -0/+48 |
| 2015-11-19 | Re-unignore environment test on MinGW | Tobias Bucher | -4/+1 |
| 2015-11-19 | Fix the fallout | Vadim Petrochenkov | -10/+1 |
| 2015-11-19 | Fix various bugs around empty structs and patterns | Vadim Petrochenkov | -11/+9 |
| 2015-11-18 | Revert not-ignoring weird environment variables for MinGW | Tobias Bucher | -1/+4 |
| 2015-11-18 | allow indexing into constant arrays | Oliver Schneider | -26/+46 |
| 2015-11-18 | Auto merge of #29882 - devonhollowood:master, r=Manishearth | bors | -21/+0 |
| 2015-11-17 | Rollup merge of #29868 - petrochenkov:gv, r=sanxiyn | Manish Goregaokar | -2/+2 |
| 2015-11-17 | Remove 'raw_pointer_derive' lint (#14615) | Devon Hollowood | -21/+0 |
| 2015-11-16 | Ignore malformed environment strings like glibc does | Tobias Bucher | -4/+46 |
| 2015-11-16 | Do not generate comparefoo.gv and simpleeq.gv during testing | Vadim Petrochenkov | -2/+2 |
| 2015-11-15 | Auto merge of #29836 - eefriedman:normalize-fn, r=arielb1 | bors | -0/+45 |
| 2015-11-15 | fix pretty | Ariel Ben-Yehuda | -1/+2 |
| 2015-11-15 | fix remaining bugs | Ariel Ben-Yehuda | -0/+46 |
| 2015-11-15 | evaluate projections outside the outer probe in recursive evaluation | Ariel Ben-Yehuda | -0/+31 |
| 2015-11-15 | simplify and reduce the size of EvaluationResult | Ariel Ben-Yehuda | -0/+35 |
| 2015-11-14 | Consistently normalize fn types after erasing lifetimes. | Eli Friedman | -0/+45 |
| 2015-11-14 | implement coercions in MIR | Ariel Ben-Yehuda | -0/+76 |
| 2015-11-13 | represent fat ptr operands as 2 separate pointers | Ariel Ben-Yehuda | -0/+63 |
| 2015-11-13 | MIR: implement fat raw pointer comparisons | Ariel Ben-Yehuda | -0/+173 |
| 2015-11-12 | Auto merge of #29770 - ollie27:assert_eq_unsized, r=alexcrichton | bors | -0/+13 |