| Age | Commit message (Expand) | Author | Lines |
| 2016-08-01 | Add regression test. | Jeffrey Seyfried | -0/+23 |
| 2016-08-01 | Just pass in NodeId to FunctionContext::new instead of looking it up. | Luqman Aden | -0/+43 |
| 2016-07-26 | tyencode: Make sure that projection bounds are handled in stable order. | Michael Woerister | -0/+66 |
| 2016-07-03 | Auto merge of #34530 - alexcrichton:stabilize-1.11, r=aturon | bors | -5/+0 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -5/+0 |
| 2016-07-02 | Auto merge of #34580 - eddyb:two-steps-forward-one-step-backwards, r=nagisa | bors | -0/+43 |
| 2016-07-02 | fail obligations that depend on erroring obligations | Ariel Ben-Yehuda | -0/+20 |
| 2016-06-30 | Revert "Remove the return_address intrinsic." | Eduard Burtescu | -0/+43 |
| 2016-06-27 | Auto merge of #34424 - jseyfried:breaking_batch, r=Manishearth | bors | -0/+39 |
| 2016-06-26 | Auto merge of #34419 - eddyb:virtually-inexistent, r=Aatch | bors | -0/+28 |
| 2016-06-27 | Remove the return_address intrinsic. | Eduard Burtescu | -43/+0 |
| 2016-06-25 | Rollup merge of #34213 - josephDunne:trait_item_macros, r=jseyfried | Jeffrey Seyfried | -0/+39 |
| 2016-06-23 | Auto merge of #34077 - durka:patch-23, r=alexcrichton | bors | -0/+23 |
| 2016-06-22 | Auto merge of #34374 - jseyfried:fix_hygiene_bug, r=nrc | bors | -0/+116 |
| 2016-06-23 | Don't translate vtable methods with Self: Sized bounds. | Eduard Burtescu | -0/+28 |
| 2016-06-22 | upgrade thread_local! invocation syntax | Alex Burka | -0/+23 |
| 2016-06-22 | More hygiene tests | Jeffrey Seyfried | -3/+75 |
| 2016-06-22 | Auto merge of #34408 - Manishearth:rollup, r=Manishearth | bors | -0/+40 |
| 2016-06-22 | Rollup merge of #34394 - oli-obk:const_cast_false_positive, r=eddyb | Manish Goregaokar | -0/+15 |
| 2016-06-21 | Fix overflow error in thread::sleep | Guillaume Gomez | -0/+25 |
| 2016-06-21 | don't warn on casting byte strs to slices | Oliver Schneider | -0/+15 |
| 2016-06-21 | Add message argument to `assert_eq` macro | Mitsunori Komatsu | -0/+3 |
| 2016-06-20 | Add more hygiene tests | Jeffrey Seyfried | -0/+23 |
| 2016-06-20 | Add regression test | Jeffrey Seyfried | -0/+21 |
| 2016-06-18 | Add test case for #30276 | Steven Allen | -0/+14 |
| 2016-06-13 | Correct broken test | Chris Tomlinson | -0/+23 |
| 2016-06-13 | Add support for macro expansion inside trait items | Joseph Dunne | -0/+39 |
| 2016-06-10 | Add tests | Vadim Petrochenkov | -0/+18 |
| 2016-06-08 | Auto merge of #32202 - arielb1:slice-patterns, r=nikomatsakis | bors | -50/+183 |
| 2016-06-09 | handle string literals correctly in match checking | Ariel Ben-Yehuda | -0/+23 |
| 2016-06-09 | implement RFC495 semantics for slice patterns | Ariel Ben-Yehuda | -50/+142 |
| 2016-06-09 | trans: don't misuse C_nil for ZSTs other than (). | Eduard Burtescu | -0/+15 |
| 2016-06-08 | fix translation of unsized types and arrays | Ariel Ben-Yehuda | -0/+18 |
| 2016-06-07 | Auto merge of #34128 - eddyb:mir-trans-fixes, r=luqmana | bors | -6/+20 |
| 2016-06-07 | Auto merge of #34012 - eddyb:tick-erased, r=nikomatsakis | bors | -1/+1 |
| 2016-06-07 | trans: don't forget to cast Pair constants of the wrong type. | Eduard Burtescu | -6/+8 |
| 2016-06-07 | trans: use Pair for ignored nil pairs instead of Immediate. | Eduard Burtescu | -0/+12 |
| 2016-06-06 | Auto merge of #34006 - eddyb:mir-const-fixes, r=nikomatsakis | bors | -0/+26 |
| 2016-06-06 | Rollup merge of #34048 - shepmaster:corrected-issue-number, r=steveklabnik | Eduard-Mihai Burtescu | -0/+0 |
| 2016-06-05 | rustc_const_eval: work around double rounding. | Eduard Burtescu | -0/+26 |
| 2016-06-05 | trans: update Luqmana's patch for generalized pair handling. | Eduard Burtescu | -4/+14 |
| 2016-06-05 | [MIR] Handle call return values that need to be casted properly. | Luqman Aden | -0/+24 |
| 2016-06-05 | Enable the overflow-related tests for MIR | James Miller | -2/+0 |
| 2016-06-05 | rustc: add ReErased to be used by trait selection, MIR and trans. | Eduard Burtescu | -1/+1 |
| 2016-06-04 | Auto merge of #33622 - arielb1:elaborate-drops, r=nikomatsakis | bors | -0/+156 |
| 2016-06-04 | Auto merge of #33816 - nikomatsakis:projection-cache-2, r=arielb1 | bors | -17/+92 |
| 2016-06-04 | fix translation of terminators in MSVC cleanup blocks | Ariel Ben-Yehuda | -17/+73 |
| 2016-06-03 | Auto merge of #33803 - WiSaGaN:feature/rename-main-thread, r=alexcrichton | bors | -1/+1 |
| 2016-06-03 | implement drop elaboration | Ariel Ben-Yehuda | -0/+100 |
| 2016-06-03 | Auto merge of #33861 - Amanieu:lock_elision_fix, r=alexcrichton | bors | -0/+100 |