| Age | Commit message (Expand) | Author | Lines |
| 2019-10-21 | Rollup merge of #65614 - varkor:apit-explicit-generics, r=matthewjasper | Mazdak Farrokhzad | -14/+14 |
| 2019-10-21 | Rollup merge of #65603 - mystor:resolve_path_ice, r=petrochenkov | Mazdak Farrokhzad | -8/+40 |
| 2019-10-21 | Rollup merge of #65592 - RalfJung:const-prop-comment, r=wesleywiser | Mazdak Farrokhzad | -11/+14 |
| 2019-10-21 | Rollup merge of #65314 - tmiasko:rustdoc-z, r=ollie27 | Mazdak Farrokhzad | -15/+39 |
| 2019-10-20 | Fix parameter name in documentation | Adrian Heine né Lang | -1/+1 |
| 2019-10-20 | Rename the default argument 'def' to 'default' | David Sinclair | -2/+2 |
| 2019-10-21 | Derive `Rustc{En,De}codable` for `TokenStream`. | Nicholas Nethercote | -16/+3 |
| 2019-10-20 | Remove leading :: from paths in doc examples | Mikko Rantanen | -11/+11 |
| 2019-10-21 | Rollup merge of #65626 - guanqun:patch-1, r=varkor | Yuki Okushi | -1/+1 |
| 2019-10-21 | Rollup merge of #65605 - bjorn3:fix_63906, r=eddyb | Yuki Okushi | -8/+1 |
| 2019-10-21 | Rollup merge of #65579 - skinny121:resolve_const_vars, r=varkor | Yuki Okushi | -34/+37 |
| 2019-10-21 | Rollup merge of #65463 - nnethercote:rm-arena-allocation-from-expand_pattern,... | Yuki Okushi | -4/+6 |
| 2019-10-21 | Rollup merge of #65460 - sinkuu:contains_insert, r=varkor | Yuki Okushi | -20/+8 |
| 2019-10-20 | Check all files in `src/test` for `borrowck_graphviz_postflow` | Dylan MacKenzie | -0/+26 |
| 2019-10-20 | Remove `borrowck_graphviz_postflow` from test | Dylan MacKenzie | -6/+3 |
| 2019-10-20 | typo fix | guanqun | -1/+1 |
| 2019-10-20 | Auto merge of #65622 - Centril:rollup-l8orba7, r=Centril | bors | -120/+186 |
| 2019-10-20 | Update ui tests | Guillaume Gomez | -0/+1 |
| 2019-10-20 | Add long error explanation for E0588 | Guillaume Gomez | -1/+27 |
| 2019-10-20 | Rollup merge of #65602 - varkor:other-candidates, r=Centril | Mazdak Farrokhzad | -4/+5 |
| 2019-10-20 | Rollup merge of #65600 - integer32llc:bye-bye-ref, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-10-20 | Rollup merge of #65595 - Centril:cfgspecs, r=Mark-Simulacrum | Mazdak Farrokhzad | -108/+108 |
| 2019-10-20 | Rollup merge of #65593 - RalfJung:non-const-fn, r=oli-obk | Mazdak Farrokhzad | -0/+42 |
| 2019-10-20 | Rollup merge of #65551 - sinkuu:cstring_spec, r=sfackler | Mazdak Farrokhzad | -4/+27 |
| 2019-10-20 | Rollup merge of #64996 - lzutao:inline-ptr-null, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2019-10-20 | Auto merge of #65497 - choller:master, r=tmiasko | bors | -5/+21 |
| 2019-10-20 | also check the iterator is not too long | Ralf Jung | -0/+2 |
| 2019-10-20 | miri add write_bytes method to Memory doing bounds-checks and supporting iter... | Ralf Jung | -3/+27 |
| 2019-10-20 | skip all refs-to-uninit-local, not just arguments | Ralf Jung | -5/+6 |
| 2019-10-20 | Merge branch 'master' into rusty-hermit | Stefan Lankes | -10244/+17596 |
| 2019-10-20 | move interface to the unikernel in the crate hermit-abi | Stefan Lankes | -113/+57 |
| 2019-10-20 | fix WASI sleep impl | Artyom Pavlov | -4/+4 |
| 2019-10-20 | Auto merge of #65469 - mati865:libc, r=alexcrichton | bors | -34/+2 |
| 2019-10-20 | Auto merge of #65302 - msizanoen1:fix-armv7-segfault, r=alexcrichton | bors | -366/+511 |
| 2019-10-20 | Improve error message for APIT with explicit generic parameters | varkor | -14/+14 |
| 2019-10-19 | Auto merge of #65094 - oxalica:linux-statx, r=alexcrichton | bors | -14/+235 |
| 2019-10-20 | Rename resolve_type_vars_with_obligations to | ben | -21/+21 |
| 2019-10-20 | Fix resolve_type_vars_with_obligations not resolving const inference | ben | -13/+16 |
| 2019-10-19 | Remove unreachable unit tuple compare binop codegen | Caleb Behunin | -8/+1 |
| 2019-10-19 | Avoid ICE when include! is used by stdin crate | Nika Layzell | -8/+40 |
| 2019-10-19 | Auto merge of #65599 - Manishearth:clippyup, r=Manishearth | bors | -7/+12 |
| 2019-10-19 | Fix plural mistake in emitter.rs | varkor | -4/+5 |
| 2019-10-19 | Remove unneeded `ref` from docs | Carol (Nichols || Goulding) | -2/+2 |
| 2019-10-19 | adjust miri sysroot determination | Ralf Jung | -6/+4 |
| 2019-10-19 | bump miri | Ralf Jung | -9/+7 |
| 2019-10-19 | Update clippy | Manish Goregaokar | -7/+12 |
| 2019-10-19 | Fix test paths | Georg Semmler | -29/+0 |
| 2019-10-19 | Rollup merge of #65505 - RalfJung:rc, r=Centril | Mazdak Farrokhzad | -110/+137 |
| 2019-10-19 | Rollup merge of #65448 - eddyb:codegen-box-less-special, r=oli-obk | Mazdak Farrokhzad | -27/+19 |
| 2019-10-19 | Rollup merge of #65226 - ssomers:master, r=bluss | Mazdak Farrokhzad | -121/+144 |