| Age | Commit message (Expand) | Author | Lines |
| 2018-01-23 | Rollup merge of #47662 - spastorino:add_test_to_nll, r=nikomatsakis | kennytm | -0/+3 |
| 2018-01-23 | Rollup merge of #47661 - bjorn3:refactor_driver, r=michaelwoerister | kennytm | -39/+22 |
| 2018-01-23 | Rollup merge of #47655 - etaoins:fix-spurious-warning-on-empty-proc-macro-cra... | kennytm | -1/+32 |
| 2018-01-23 | Rollup merge of #47635 - Zoxc:remove-attr, r=michaelwoerister | kennytm | -16/+13 |
| 2018-01-23 | Rollup merge of #47610 - cuviper:captured-dwarf, r=eddyb | kennytm | -3/+10 |
| 2018-01-23 | Rollup merge of #47558 - spastorino:rustc_args, r=nikomatsakis | kennytm | -0/+18 |
| 2018-01-23 | Rollup merge of #47554 - EdSchouten:cloudabi-jemalloc, r=nikomatsakis | kennytm | -3/+10 |
| 2018-01-23 | Rollup merge of #47549 - Manishearth:29723-regression, r=nikomatsakis | kennytm | -0/+39 |
| 2018-01-23 | Rollup merge of #47541 - psumbera:master, r=eddyb | kennytm | -1/+6 |
| 2018-01-23 | Rollup merge of #47440 - mark-i-m:zunpretty, r=nikomatsakis | kennytm | -27/+38 |
| 2018-01-23 | Rollup merge of #47425 - EdSchouten:immutable-tls, r=nikomatsakis | kennytm | -0/+21 |
| 2018-01-23 | Rollup merge of #47423 - est31:rustbook_checking, r=alexcrichton | kennytm | -9/+11 |
| 2018-01-22 | Auto merge of #47373 - wesleywiser:incr_cache_hashing, r=michaelwoerister | bors | -13/+51 |
| 2018-01-22 | Auto merge of #47507 - alexcrichton:rerun-bat-scripts, r=michaelwoerister | bors | -32/+181 |
| 2018-01-22 | Add dynamic-drop test to nll tests also | Santiago Pastorino | -0/+3 |
| 2018-01-22 | Inline some rustc_driver function | bjorn3 | -39/+22 |
| 2018-01-22 | Auto merge of #47353 - nikomatsakis:nll-issue-47189, r=pnkfelix+nmatsakis | bors | -8/+99 |
| 2018-01-22 | Fix spurious warning on empty proc macro crates | Ryan Cumming | -1/+32 |
| 2018-01-22 | Auto merge of #47158 - rkruppe:repr-transparent, r=eddyb | bors | -12/+881 |
| 2018-01-22 | Auto merge of #47144 - estebank:moved-closure-arg, r=nikomatsakis | bors | -21/+352 |
| 2018-01-21 | rustc: Lower link args to `@`-files on Windows more | Alex Crichton | -32/+181 |
| 2018-01-21 | Rollup merge of #47633 - pietroalbini:fix-ice-use-self, r=nagisa | Guillaume Gomez | -1/+23 |
| 2018-01-21 | Rollup merge of #47632 - sdroege:exact-chunks-docs-broken-links, r=kennytm | Guillaume Gomez | -0/+8 |
| 2018-01-21 | Rollup merge of #47625 - astraw:btreeset-doctest-fix, r=kennytm | Guillaume Gomez | -12/+12 |
| 2018-01-21 | Rollup merge of #47595 - PieterPenninckx:master, r=shepmaster | Guillaume Gomez | -7/+8 |
| 2018-01-21 | Rollup merge of #47582 - alexcrichton:auto-beta, r=kennytm | Guillaume Gomez | -8/+57 |
| 2018-01-21 | Rollup merge of #47512 - GuillaumeGomez:e0659, r=petrochenkov | Guillaume Gomez | -12/+91 |
| 2018-01-21 | Rollup merge of #47334 - etaoins:only-call-res-init-on-gnu-unix, r=alexcrichton | Guillaume Gomez | -32/+16 |
| 2018-01-21 | Rollup merge of #47247 - estebank:suggest-cast, r=petrochenkov | Guillaume Gomez | -114/+1717 |
| 2018-01-21 | Auto merge of #47116 - estebank:non-accessible-ctor, r=petrochenkov | bors | -116/+466 |
| 2018-01-21 | Revert change to docs in panic section of VecDeque::split_off | Pieter Penninckx | -1/+1 |
| 2018-01-21 | Remove the IGNORED_ATTR_NAMES thread local | John Kåre Alsaker | -16/+13 |
| 2018-01-21 | Auto merge of #47001 - arielb1:private-match, r=nikomatsakis | bors | -9/+62 |
| 2018-01-21 | Fix ICE with `use self;` | Pietro Albini | -1/+23 |
| 2018-01-21 | Fix broken links to other slice functions in chunks/chunks_mut/exact_chunk/ex... | Sebastian Dröge | -0/+8 |
| 2018-01-21 | Auto merge of #45684 - bjorn3:runtime_choose_trans2, r=eddyb | bors | -554/+669 |
| 2018-01-21 | Auto merge of #47622 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -199/+386 |
| 2018-01-21 | Auto merge of #47495 - nikomatsakis:nll-issue-47153, r=pnkfelix | bors | -9/+31 |
| 2018-01-20 | fix doctests for BTreeSet to use BTreeSet (not BTreeMap) | Andrew Straw | -12/+12 |
| 2018-01-20 | Rollup merge of #47578 - arthurprs:btree-doc, r=alexcrichton | Guillaume Gomez | -2/+2 |
| 2018-01-20 | Rollup merge of #47573 - estebank:closures, r=nikomatsakis | Guillaume Gomez | -177/+214 |
| 2018-01-20 | Rollup merge of #47568 - EdSchouten:cloudabi-linker, r=alexcrichton | Guillaume Gomez | -0/+4 |
| 2018-01-20 | Rollup merge of #47535 - Manishearth:ignore-target, r=kennytm | Guillaume Gomez | -0/+1 |
| 2018-01-20 | Rollup merge of #47532 - tbu-:pr_path_oddities, r=TimNN | Guillaume Gomez | -0/+7 |
| 2018-01-20 | Rollup merge of #47510 - sfackler:deprecate-dns, r=alexcrichton | Guillaume Gomez | -1/+11 |
| 2018-01-20 | Rollup merge of #47508 - QuietMisdreavus:rbe-bookshelf, r=steveklabnik | Guillaume Gomez | -0/+2 |
| 2018-01-20 | Rollup merge of #47193 - cramertj:result-opts, r=TimNN | Guillaume Gomez | -0/+115 |
| 2018-01-20 | Rollup merge of #46938 - hellow554:rustdoc-kbd-style, r=GuillaumeGomez | Guillaume Gomez | -19/+30 |
| 2018-01-20 | Add testing coverage for assigning to immutable thread-locals. | Ed Schouten | -0/+21 |
| 2018-01-20 | Fix tests by keepeing needed suggestions | Esteban Küber | -1/+9 |