| Age | Commit message (Expand) | Author | Lines |
| 2017-06-17 | Make the `next` variable mutable to allow for ref mut in for patterns. | John Kåre Alsaker | -7/+22 |
| 2017-06-15 | remove trailing whitespace | Niko Matsakis | -1/+1 |
| 2017-06-15 | Create for-loop-unconstrained-element-type-i32-fallback.rs | Niko Matsakis | -0/+4 |
| 2017-06-15 | document purpose of test | Niko Matsakis | -0/+5 |
| 2017-06-15 | explain purpose of test | Niko Matsakis | -0/+6 |
| 2017-06-15 | Added more tests | John Kåre Alsaker | -1/+30 |
| 2017-06-14 | Fix test formatting | John Kåre Alsaker | -4/+14 |
| 2017-06-14 | Fix formatting and add a test for destruction order of unbound values | John Kåre Alsaker | -4/+39 |
| 2017-06-13 | Change the for-loop desugar so the `break` does not affect type inference. Fi... | John Kåre Alsaker | -12/+31 |
| 2017-06-12 | Auto merge of #42537 - michaelwoerister:tcx-for-dep-node, r=nikomatsakis | bors | -785/+1007 |
| 2017-06-12 | Auto merge of #42572 - ollie27:rustdoc_create_dir_all, r=GuillaumeGomez | bors | -20/+20 |
| 2017-06-12 | Add some documentation to the dep_node module. | Michael Woerister | -0/+52 |
| 2017-06-12 | Auto merge of #42419 - ucarion:ucarion-explain-rc-arc-abbrev, r=frewsxcv | bors | -3/+6 |
| 2017-06-11 | Auto merge of #42585 - GuillaumeGomez:E0609, r=Susurrus | bors | -32/+154 |
| 2017-06-12 | Add E0610 | Guillaume Gomez | -31/+98 |
| 2017-06-11 | Auto merge of #42155 - seanmonstar:unimplemented, r=sfackler | bors | -1/+2 |
| 2017-06-11 | Add E0609 | Guillaume Gomez | -9/+64 |
| 2017-06-11 | Auto merge of #40454 - djzin:fast-swap, r=sfackler | bors | -13/+54 |
| 2017-06-11 | Auto merge of #42569 - birkenfeld:patch-2, r=frewsxcv | bors | -6/+3 |
| 2017-06-10 | Auto merge of #42580 - tommyip:import-error, r=petrochenkov | bors | -4/+15 |
| 2017-06-10 | Auto merge of #42563 - eddyb:infer, r=nikomatsakis | bors | -625/+440 |
| 2017-06-10 | rustc: make the comon case of tcx.infer_ctxt(()) nicer. | Eduard-Mihai Burtescu | -112/+102 |
| 2017-06-10 | rustc: make InferCtxt optional in MemCategorizationContext. | Eduard-Mihai Burtescu | -91/+105 |
| 2017-06-10 | Only emit one error for `use foo::self;` | Tommy Ip | -4/+15 |
| 2017-06-10 | rustc: do not depend on infcx.tables in MemCategorizationContext. | Eduard-Mihai Burtescu | -240/+146 |
| 2017-06-10 | Auto merge of #42556 - scottmcm:ctz-nz, r=BurntSushi | bors | -3/+96 |
| 2017-06-10 | Auto merge of #42533 - Mark-Simulacrum:macro-parse-speed-small, r=jseyfried | bors | -28/+35 |
| 2017-06-09 | Auto merge of #42573 - frewsxcv:rollup, r=frewsxcv | bors | -16/+21 |
| 2017-06-09 | Rollup merge of #42551 - tshepang:better-cell-replace-docs, r=steveklabnik | Corey Farwell | -5/+5 |
| 2017-06-09 | Rollup merge of #42531 - mmatyas:aarch64_compile-test_fix, r=nagisa | Corey Farwell | -0/+1 |
| 2017-06-09 | Rollup merge of #42385 - Manishearth:its-a-vec, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-06-09 | Rollup merge of #42307 - clarcharr:js-license, r=frewsxcv | Corey Farwell | -10/+14 |
| 2017-06-09 | rustdoc: Use `create_dir_all` to create output directory | Oliver Middleton | -20/+20 |
| 2017-06-09 | Simplify FromIterator example of Result | Georg Brandl | -6/+3 |
| 2017-06-09 | Auto merge of #42278 - gentoo90:gdb-pretty-printers, r=michaelwoerister | bors | -5/+61 |
| 2017-06-09 | Add compat_str() which works with unicode in both Python 2 and 3 | gentoo90 | -1/+6 |
| 2017-06-09 | Pretty-printers tests: gdbr -> gdb | gentoo90 | -4/+4 |
| 2017-06-09 | incr.comp.: Clean up and optimize dep-graph loading. | Michael Woerister | -89/+116 |
| 2017-06-09 | incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs. | Michael Woerister | -721/+864 |
| 2017-06-09 | Auto merge of #42507 - ibabushkin:external-span-trans, r=eddyb | bors | -24/+28 |
| 2017-06-09 | Auto merge of #42521 - alexcrichton:enosys, r=cuviper | bors | -6/+23 |
| 2017-06-09 | rustc_typeck: do not mutate tables directly during upvar inference. | Eduard-Mihai Burtescu | -219/+107 |
| 2017-06-09 | rustc: track the current ty::ParamEnv in lint::LateContext. | Eduard-Mihai Burtescu | -24/+45 |
| 2017-06-09 | rustc: remove redundant krate field from lint::LateContext. | Eduard-Mihai Burtescu | -4/+0 |
| 2017-06-09 | Auto merge of #42504 - michaelwoerister:hash-dep-nodes-prep, r=nikomatsakis | bors | -348/+464 |
| 2017-06-09 | hack around bug in emscripten | Djzin | -1/+3 |
| 2017-06-08 | Use ctlz_nonzero to improve ASM from next_power_of_two | Scott McMurray | -1/+16 |
| 2017-06-08 | Add ctlz_nonzero & cttz_nonzero intrinsics | Scott McMurray | -2/+80 |
| 2017-06-09 | Document direct implementations on type aliases. | Michael Killough | -2/+58 |
| 2017-06-08 | Auto merge of #42491 - RalfJung:bootstrap-help, r=alexcrichton | bors | -2/+7 |