| Age | Commit message (Expand) | Author | Lines |
| 2018-01-30 | stabilize match_beginning_vert | Jonathan Goodman | -103/+32 |
| 2018-01-31 | [MSP430] Don't enable trap_unreachable option by default on msp. | Vadzim Dambrouski | -0/+6 |
| 2018-01-30 | rustc: Add an option to default hidden visibility | Alex Crichton | -3/+41 |
| 2018-01-30 | rustc: Add some defines for LLVM 7 compat | Alex Crichton | -0/+11 |
| 2018-01-30 | track intercrate ambiguity only when there is a coherence error | Niko Matsakis | -49/+82 |
| 2018-01-30 | change `overlapping_impls` to take a tcx and create the infcx | Niko Matsakis | -72/+66 |
| 2018-01-30 | Fix trailing whitespace | Mark Mansi | -1/+1 |
| 2018-01-30 | make `overlapping_impls` call closures instead of returning | Niko Matsakis | -50/+75 |
| 2018-01-30 | Improved tests + typo fixes + assert | Mark Mansi | -17/+89 |
| 2018-01-30 | Add ? to unstable book | Mark Mansi | -0/+17 |
| 2018-01-30 | Fix more tests | Mark Mansi | -1/+12 |
| 2018-01-30 | Corrected ui feature gate test | Mark Mansi | -3/+2 |
| 2018-01-30 | Add feature gate + tests | Mark Mansi | -10/+106 |
| 2018-01-30 | Fix a couple of tests | Mark Mansi | -3/+3 |
| 2018-01-30 | Fix typo in error message + update tests | Mark Mansi | -4/+20 |
| 2018-01-30 | Attempted fix for `?` kleene op | Mark Mansi | -23/+21 |
| 2018-01-30 | Run rustfmt on macro_parser.rs | Mark Mansi | -4/+6 |
| 2018-01-30 | Add a couple of tests | Mark Mansi | -0/+51 |
| 2018-01-30 | Run rustfmt on quoted.rs | Mark Mansi | -10/+21 |
| 2018-01-30 | Update the macro parser to allow at most once repetitions for `?` Kleene | Mark Mansi | -16/+22 |
| 2018-01-30 | Allow `?` as a KleeneOp in the macro parser | Mark Mansi | -46/+84 |
| 2018-01-30 | Ignore run-pass/sse2 when using system LLVM | Josh Stone | -1/+1 |
| 2018-01-30 | Update associated constants error message | Guillaume Gomez | -5/+24 |
| 2018-01-30 | Do not ignore lifetime bounds in Copy impls | Santiago Pastorino | -7/+37 |
| 2018-01-30 | Use dest,src ordering for make_clone_call | Manish Goregaokar | -9/+9 |
| 2018-01-30 | Document the index used in AggregateKind::Adt | Manish Goregaokar | -2/+2 |
| 2018-01-30 | Remove AggregateKind argument from tuple_like_shim | Manish Goregaokar | -9/+3 |
| 2018-01-30 | Write directly to the RETURN_PLACE in tuple_like_shim | Manish Goregaokar | -23/+16 |
| 2018-01-30 | Make make_clone_call take a Place argument | Manish Goregaokar | -15/+16 |
| 2018-01-30 | Changed back inline markings. | penpalperson | -11/+0 |
| 2018-01-30 | rustc_trans: clobber $1 (aka $at) on mips | James Cowgill | -2/+3 |
| 2018-01-30 | std: use more portable error number in from_raw_os_error docs | James Cowgill | -4/+4 |
| 2018-01-30 | The `static` keyword can now begin expressions | John Kåre Alsaker | -0/+1 |
| 2018-01-30 | Force locals to be live after they are borrowed for immovable generators. Fix... | John Kåre Alsaker | -17/+202 |
| 2018-01-30 | Auto merge of #47870 - kennytm:rollup, r=kennytm | bors | -188/+706 |
| 2018-01-30 | Allow access of the state field before the generator transform. Fixes #47482,... | John Kåre Alsaker | -26/+38 |
| 2018-01-30 | Rollup merge of #47855 - ollie27:rustdoc_hoedown_link_title, r=QuietMisdreavus | kennytm | -1/+20 |
| 2018-01-30 | Rollup merge of #47853 - rust-lang:increase-nested-groups-test-coverage, r=ni... | kennytm | -0/+42 |
| 2018-01-30 | Rollup merge of #47839 - frewsxcv:frewsxcv-map-index, r=QuietMisdreavus | kennytm | -2/+12 |
| 2018-01-30 | Rollup merge of #47836 - Mark-Simulacrum:stage-flags, r=alexcrichton | kennytm | -0/+12 |
| 2018-01-30 | Rollup merge of #47826 - gnzlbg:patch-2, r=alexcrichton | kennytm | -2/+2 |
| 2018-01-30 | Rollup merge of #47822 - gnzlbg:patch-1, r=alexcrichton | kennytm | -1/+1 |
| 2018-01-30 | Rollup merge of #47780 - varkor:cross-file-errors-line-col, r=estebank | kennytm | -8/+69 |
| 2018-01-30 | Rollup merge of #47760 - little-dude:master, r=alexcrichton | kennytm | -5/+17 |
| 2018-01-30 | Rollup merge of #47732 - mark-i-m:markim_comments_0001, r=jseyfried | kennytm | -126/+351 |
| 2018-01-30 | Rollup merge of #47718 - malbarbo:env-home-dir, r=nikomatsakis | kennytm | -1/+4 |
| 2018-01-30 | Rollup merge of #47603 - mark-i-m:markim_comments_0000, r=jseyfried | kennytm | -39/+173 |
| 2018-01-30 | Rollup merge of #47515 - jimmantooth:patch-1, r=QuietMisdreavus | kennytm | -3/+3 |
| 2018-01-30 | Auto merge of #45294 - petrochenkov:prioplus, r=nikomatsakis | bors | -12/+154 |
| 2018-01-29 | Fix ref-to-ptr coercions not working with NLL in certain cases | Aaron Hill | -4/+65 |