| Age | Commit message (Expand) | Author | Lines |
| 2017-03-02 | schedule drops on bindings only after initializing them | Ariel Ben-Yehuda | -1/+43 |
| 2017-03-02 | Auto merge of #39655 - durka:recursion-limit-suggestion, r=nikomatsakis | bors | -57/+188 |
| 2017-03-02 | Rollup merge of #40173 - er-1:master, r=alexcrichton | Guillaume Gomez | -2/+2 |
| 2017-03-02 | Rollup merge of #40168 - topecongiro:compile-fail-test-abi-ptx, r=petrochenkov | Guillaume Gomez | -0/+8 |
| 2017-03-02 | note -> help | Alex Burka | -2/+2 |
| 2017-03-02 | Auto merge of #40188 - nikomatsakis:issue-40029, r=eddyb | bors | -0/+59 |
| 2017-03-01 | Auto merge of #39803 - brson:fpic, r=alexcrichton | bors | -0/+24 |
| 2017-03-01 | inhibit enum layout optimizations under `#[repr(C)]` or `#[repr(u8)]` | Niko Matsakis | -0/+59 |
| 2017-03-01 | Don't run test on darwin | Alex Crichton | -2/+6 |
| 2017-03-01 | Add a reference to the dl library to the Makefile of the test issue-24445. | er-1 | -2/+2 |
| 2017-03-01 | Auto merge of #34198 - eddyb:you're-a-bad-transmute-and-you-should-feel-bad, ... | bors | -77/+48 |
| 2017-03-01 | Add compile fail test for abi_ptx | topecongiro | -0/+8 |
| 2017-02-28 | Rollup merge of #39944 - GuillaumeGomez:associated-consts, r=frewsxcv | Corey Farwell | -8/+33 |
| 2017-02-28 | Rollup merge of #39419 - jseyfried:simplify_tokentree, r=nrc | Corey Farwell | -28/+79 |
| 2017-02-28 | Add regression test. | Jeffrey Seyfried | -0/+49 |
| 2017-02-28 | Add warning cycle. | Jeffrey Seyfried | -2/+21 |
| 2017-02-28 | Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token... | Jeffrey Seyfried | -29/+12 |
| 2017-02-28 | Make transmuting from fn item types to pointer-sized types a hard error. | Eduard Burtescu | -77/+48 |
| 2017-03-01 | Add compile test for cfg_target_has_atomic | topecongiro | -0/+86 |
| 2017-02-28 | Rollup merge of #40057 - GuillaumeGomez:html-issue, r=frewsxcv | Corey Farwell | -7/+7 |
| 2017-02-28 | Rollup merge of #40047 - topecongiro:master, r=est31 | Corey Farwell | -0/+24 |
| 2017-02-28 | Auto merge of #40008 - eddyb:lazy-12, r=nikomatsakis | bors | -234/+241 |
| 2017-02-28 | Add compile fail test for unboxed_closures feature | topecongiro | -0/+24 |
| 2017-02-28 | Update tests accordingly | Guillaume Gomez | -8/+33 |
| 2017-02-27 | Auto merge of #38165 - Yamakaky:better-backtrace, r=petrochenkov | bors | -3/+4 |
| 2017-02-27 | This test is too hard to maintain cross-platform | Yamakaky | -46/+0 |
| 2017-02-25 | Fix nightly-only experimental API display | Guillaume Gomez | -7/+7 |
| 2017-02-25 | rustc_const_eval: demand that the MIR qualify_consts ran on each evaluated body. | Eduard-Mihai Burtescu | -24/+35 |
| 2017-02-25 | rustc_const_eval: always demand typeck_tables for evaluating constants. | Eduard-Mihai Burtescu | -121/+104 |
| 2017-02-25 | rustc_typeck: rework coherence to be almost completely on-demand. | Eduard-Mihai Burtescu | -13/+22 |
| 2017-02-25 | rustc: allow handling cycle errors gracefully in on-demand. | Eduard-Mihai Burtescu | -0/+1 |
| 2017-02-25 | rustc_typeck: hook up collect and item/body check to on-demand. | Eduard-Mihai Burtescu | -43/+25 |
| 2017-02-25 | rustc_typeck: don't use Result for get_type_parameter_bounds and ensure_super... | Eduard-Mihai Burtescu | -5/+13 |
| 2017-02-25 | rustc: move the actual values of enum discriminants into a map. | Eduard-Mihai Burtescu | -12/+12 |
| 2017-02-25 | rustc_typeck: simplify AstConv requests as implemented by collect. | Eduard-Mihai Burtescu | -15/+27 |
| 2017-02-25 | rustc: store type parameter defaults outside of ty::Generics. | Eduard-Mihai Burtescu | -6/+7 |
| 2017-02-25 | Rollup merge of #40086 - danobi:move-compiler_tests, r=brson | Eduard-Mihai Burtescu | -0/+88 |
| 2017-02-25 | Rollup merge of #40064 - arielb1:virtual-enum, r=nikomatsakis | Eduard-Mihai Burtescu | -0/+51 |
| 2017-02-25 | Rollup merge of #40038 - nikomatsakis:issue-39828, r=michaelwoerister | Eduard-Mihai Burtescu | -0/+40 |
| 2017-02-25 | Rollup merge of #40037 - froydnj:overflow-checks, r=alexcrichton | Eduard-Mihai Burtescu | -0/+35 |
| 2017-02-25 | Rollup merge of #40035 - er-1:master, r=alexcrichton | Eduard-Mihai Burtescu | -0/+6 |
| 2017-02-25 | Rollup merge of #40031 - cynicaldevil:master, r=est31 | Eduard-Mihai Burtescu | -0/+2 |
| 2017-02-25 | Rollup merge of #40027 - cramertj:stabilize_static_recursion, r=nrc | Eduard-Mihai Burtescu | -73/+0 |
| 2017-02-25 | Rollup merge of #40025 - est31:master, r=eddyb | Eduard-Mihai Burtescu | -0/+110 |
| 2017-02-25 | Rollup merge of #40022 - wagenet:lib-defaults, r=alexcrichton | Eduard-Mihai Burtescu | -0/+38 |
| 2017-02-25 | Rollup merge of #40020 - alexcrichton:fix-unwind-safe, r=sfackler | Eduard-Mihai Burtescu | -1/+4 |
| 2017-02-25 | Rollup merge of #39995 - Aatch:vtable-ptr-metadata, r=arielb1 | Eduard-Mihai Burtescu | -2/+2 |
| 2017-02-25 | Rollup merge of #39980 - arielb1:privately-uninhabited, r=nikomatsakis | Eduard-Mihai Burtescu | -7/+58 |
| 2017-02-25 | Rollup merge of #39953 - keeperofdakeys:macro-error, r=jseyfried | Eduard-Mihai Burtescu | -3/+26 |
| 2017-02-25 | Rollup merge of #39945 - petrochenkov:llvmtarg, r=alexcrichton | Eduard-Mihai Burtescu | -2/+2 |