| Age | Commit message (Expand) | Author | Lines |
| 2017-11-26 | Rollup merge of #46264 - scottmcm:mir-array-len, r=arielb1 | kennytm | -0/+33 |
| 2017-11-26 | Auto merge of #46033 - sinkuu:const-enum-match-check, r=arielb1 | bors | -0/+44 |
| 2017-11-26 | Auto merge of #45947 - estebank:match_default_bindings-arg-hint, r=arielb1 | bors | -1/+32 |
| 2017-11-25 | InstCombine Len([_; N]) => const N in MIR | Scott McMurray | -0/+33 |
| 2017-11-25 | rustc: Add support for some more x86 SIMD ops | Alex Crichton | -0/+53 |
| 2017-11-25 | Fix test | Esteban Küber | -2/+5 |
| 2017-11-25 | Auto merge of #46129 - kennytm:fix-46098-rustdoc-reexport-extern-type, r=Guil... | bors | -0/+66 |
| 2017-11-25 | Auto merge of #46008 - alexcrichton:update-llvm, r=Mark-Simulacrum | bors | -1/+51 |
| 2017-11-24 | std: Flag Windows TLS dtor symbol as #[used] | Alex Crichton | -0/+41 |
| 2017-11-24 | Use `get_parent_node` instead of using spans | Esteban Küber | -3/+3 |
| 2017-11-24 | Be more obvious when suggesting dereference | Esteban Küber | -0/+28 |
| 2017-11-24 | Auto merge of #46093 - scottmcm:lower-128-mir, r=nagisa | bors | -0/+253 |
| 2017-11-24 | rustbuild: Update LLVM and enable ThinLTO | Alex Crichton | -1/+10 |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -2098/+2162 |
| 2017-11-24 | Auto merge of #45946 - estebank:crate-conflict-diag, r=arielb1 | bors | -19/+10 |
| 2017-11-24 | Add test | Shotaro Yamada | -0/+44 |
| 2017-11-24 | Auto merge of #45942 - Menschenkindlein:master, r=estebank | bors | -0/+59 |
| 2017-11-23 | Rollup merge of #45635 - virgil-palanciuc:master, r=kennytm | Guillaume Gomez | -0/+39 |
| 2017-11-23 | Auto merge of #46087 - vramana:fix-46003, r=arielb1 | bors | -2/+13 |
| 2017-11-23 | Fix borrowck compiler errors for upvars contain "spurious" dereferences | Ramana Venkata | -2/+13 |
| 2017-11-23 | Add module population and case of enum in place of expression | Maxim Zholobak | -6/+25 |
| 2017-11-23 | Auto merge of #46054 - nikomatsakis:nll-master-to-rust-master-1, r=arielb1 | bors | -0/+27 |
| 2017-11-23 | Auto merge of #46051 - cramertj:in-band-lifetimes, r=nikomatsakis | bors | -4/+625 |
| 2017-11-23 | Auto merge of #46024 - estebank:no-variant, r=petrochenkov | bors | -11/+102 |
| 2017-11-22 | Use multiline text for crate conflict diagnostics | Esteban Küber | -19/+10 |
| 2017-11-22 | Add test to new branches | Esteban Küber | -0/+15 |
| 2017-11-23 | Auto merge of #45721 - nikomatsakis:hir-tree, r=arielb1 | bors | -0/+22 |
| 2017-11-22 | add some tests for the interaction with existential impl trait | Niko Matsakis | -1/+21 |
| 2017-11-22 | modify inherent impls test to indicate `TypeckTables` do not change | Niko Matsakis | -4/+40 |
| 2017-11-22 | Implement in-band lifetime bindings | Taylor Cramer | -0/+565 |
| 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 | Remove attributes and test comments accidentally left behind, add in span_mir... | Paul Daniel Faria | -2/+0 |
| 2017-11-22 | Fix failing test | Paul Daniel Faria | -3/+9 |
| 2017-11-22 | Check rvalue aggregates during check_stmt in tycheck, add initial, (not passi... | Paul Daniel Faria | -0/+23 |
| 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-21 | Add test for #44953 | Virgil Palanciuc | -0/+39 |
| 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 |