| Age | Commit message (Expand) | Author | Lines |
| 2017-11-22 | Auto merge of #46035 - oli-obk:use_suggestions, r=petrochenkov | bors | -22/+43 |
| 2017-11-22 | Auto merge of #45198 - oli-obk:fmt_args, r=sfackler | bors | -0/+54 |
| 2017-11-22 | Auto merge of #44781 - QuietMisdreavus:doc-include, r=GuillaumeGomez | bors | -0/+94 |
| 2017-11-22 | Auto merge of #46040 - zilbuz:mir-misc, r=nikomatsakis | bors | -13/+13 |
| 2017-11-21 | Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1 | bors | -25/+119 |
| 2017-11-21 | allow loading external files in documentation | QuietMisdreavus | -0/+94 |
| 2017-11-22 | Rollup merge of #46157 - martinlindhe:master, r=kennytm | kennytm | -1/+1 |
| 2017-11-22 | Rollup merge of #46134 - GuillaumeGomez:negative-traits, r=QuietMisdreavus | kennytm | -0/+19 |
| 2017-11-22 | Rollup merge of #46120 - arielb1:def-debug, r=michaelwoerister | kennytm | -10/+10 |
| 2017-11-22 | Rollup merge of #46103 - zackmdavis:dead_code_lint_should_say_never_construct... | kennytm | -9/+9 |
| 2017-11-22 | Rollup merge of #46052 - oli-obk:rendered_diagnostics_in_json, r=petrochenkov | kennytm | -16/+136 |
| 2017-11-22 | Rollup merge of #45987 - gaurikholkar:let-expr, r=michaelwoerister | kennytm | -210/+36 |
| 2017-11-21 | fix some typos | Martin Lindhe | -1/+1 |
| 2017-11-21 | clean the Debug impl for CrateNum and DefId | Ariel Ben-Yehuda | -10/+10 |
| 2017-11-21 | Auto merge of #45771 - petrochenkov:crate, r=nikomatsakis | bors | -9/+101 |
| 2017-11-21 | Auto merge of #45701 - cramertj:impl-trait-this-time, r=eddyb | bors | -67/+219 |
| 2017-11-21 | Auto merge of #45545 - durka:macro-backtrace, r=nrc | bors | -29/+95 |
| 2017-11-21 | Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM... | bors | -0/+60 |
| 2017-11-21 | Report special messages for path segment keywords in wrong positions | Vadim Petrochenkov | -10/+9 |
| 2017-11-21 | Support `::crate` in paths | Vadim Petrochenkov | -6/+99 |
| 2017-11-20 | Display negative traits implementation | Guillaume Gomez | -0/+19 |
| 2017-11-21 | Rollup merge of #46107 - nyanzebra:develop, r=kennytm | kennytm | -1/+1 |
| 2017-11-20 | address review comments | Alex Burka | -30/+30 |
| 2017-11-20 | Auto merge of #45645 - fhartwig:39550, r=QuietMisdreavus | bors | -8/+8 |
| 2017-11-20 | Update ui test to rustc master | Oliver Schneider | -1/+0 |
| 2017-11-20 | Include rendered diagnostic in json | Oliver Schneider | -16/+137 |
| 2017-11-20 | Add structured suggestions for proc macro use imports | Oliver Schneider | -1/+0 |
| 2017-11-20 | Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturon | bors | -128/+435 |
| 2017-11-20 | Add structured suggestions for trait imports | Oliver Schneider | -22/+44 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -128/+435 |
| 2017-11-19 | Fixes spelling error in COMPILER_TESTS.md | Robert T Baldwin | -1/+1 |
| 2017-11-20 | Make rustdoc not include self-by-value methods from Deref target | Florian Hartwig | -8/+8 |
| 2017-11-19 | use -Z flag instead of env var | Alex Burka | -30/+30 |
| 2017-11-19 | update UI tests | Alex Burka | -29/+29 |
| 2017-11-19 | add UI test | Alex Burka | -0/+66 |
| 2017-11-19 | Auto merge of #45225 - eddyb:trans-abi, r=arielb1 | bors | -90/+207 |
| 2017-11-19 | Revert "tests: Update run-make/issue-25581 to reflect how fat pointers are pa... | Eduard-Mihai Burtescu | -4/+9 |
| 2017-11-19 | mir-borrowck: Remove parens in the lvalue description of a deref | Basile Desloges | -13/+13 |
| 2017-11-19 | dead code lint to say "never constructed" for variants | Zack M. Davis | -9/+9 |
| 2017-11-19 | rustc_trans: work around i686-pc-windows-msvc byval align LLVM bug. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-11-19 | fix closure inlining by spilling arguments to a temporary | Niko Matsakis | -2/+54 |
| 2017-11-19 | Don't glob-import overlapping variant names in test/codegen/match-optimizes-a... | Eduard-Mihai Burtescu | -11/+9 |
| 2017-11-19 | rustc: extend the niche-filling enum optimization past 2 variants. | Eduard-Mihai Burtescu | -0/+37 |
| 2017-11-19 | rustc: unpack scalar pair newtype layout ABIs. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-11-19 | rustc: unpack scalar newtype layout ABIs. | Eduard-Mihai Burtescu | -5/+5 |
| 2017-11-19 | rustc: encode scalar pairs in layout ABI. | Eduard-Mihai Burtescu | -10/+7 |
| 2017-11-19 | rustc_trans: compute better align/dereferenceable attributes from pointees. | Eduard-Mihai Burtescu | -6/+6 |
| 2017-11-19 | rustc: optimize out uninhabited types and variants. | Eduard-Mihai Burtescu | -0/+23 |
| 2017-11-19 | rustc: generalize layout::Variants::NicheFilling to niches other than 0. | Eduard-Mihai Burtescu | -2/+32 |
| 2017-11-19 | rustc_trans: go through layouts uniformly for fat pointers and variants. | Eduard-Mihai Burtescu | -14/+13 |