| Age | Commit message (Expand) | Author | Lines |
| 2019-03-15 | rustc: remove unnecessary extern_prelude logic from ty::item_path. | Eduard-Mihai Burtescu | -64/+47 |
| 2019-03-15 | Auto merge of #58710 - EdorianDark:master, r=sfackler | bors | -0/+69 |
| 2019-03-15 | Output diagnostic information for rustdoc. | O01eg | -2/+8 |
| 2019-03-14 | Do not complain about unmentioned fields in recovered patterns | Esteban Küber | -28/+5 |
| 2019-03-15 | Fix TARGET variable in musl-toolchain.sh | Mateusz Mikuła | -1/+1 |
| 2019-03-14 | Exclude old book redirect stubs from search engines | Kornel | -2/+4 |
| 2019-03-14 | Add `-Z allow_features=...` flag | Tyler Mandry | -4/+85 |
| 2019-03-14 | Add support for comma-separated option lists | Tyler Mandry | -0/+13 |
| 2019-03-15 | consistent naming for Rhs type parameter in libcore/ops | Grigorii Kargin | -50/+50 |
| 2019-03-14 | Change "undefined" to "unspecified" in `Seek::stream_len` docs | Lukas Kalbertodt | -1/+1 |
| 2019-03-14 | Update sources.rs | lukaslueg | -4/+2 |
| 2019-03-14 | Address final review | Mateusz Mikuła | -4/+7 |
| 2019-03-14 | Auto merge of #59181 - RalfJung:miri, r=oli-obk | bors | -14/+14 |
| 2019-03-14 | update miri | Ralf Jung | -14/+14 |
| 2019-03-14 | Use try blocks in rustc_codegen_ssa | Taiki Endo | -9/+7 |
| 2019-03-14 | Overwrite Cursor's `Seek::stream_{len, position}` for performance | Lukas Kalbertodt | -0/+8 |
| 2019-03-14 | Avoid third seek operation in `Seek::stream_len` when possible | Lukas Kalbertodt | -5/+12 |
| 2019-03-14 | Add default keyword handling in rustdoc | Guillaume Gomez | -7/+51 |
| 2019-03-14 | Auto merge of #58176 - Zoxc:lint-levels, r=oli-obk | bors | -84/+80 |
| 2019-03-14 | Auto merge of #58488 - wesleywiser:llvm_prof, r=michaelwoerister | bors | -435/+155 |
| 2019-03-14 | Run RustdocUi earlier | John Kåre Alsaker | -1/+1 |
| 2019-03-14 | Don't run test launching `echo` since that doesn't exist on Windows | John Kåre Alsaker | -1/+1 |
| 2019-03-14 | bootstrap: Default to a sensible llvm-suffix. | Emilio Cobos Álvarez | -1/+27 |
| 2019-03-14 | Auto merge of #59120 - alexreg:move-issue-tests-1, r=varkor | bors | -188/+177 |
| 2019-03-14 | Moved issue tests to subdirs and normalised names. | Alexander Regueiro | -188/+177 |
| 2019-03-14 | Add `EntryKind::TypeParam` and `EntryKind::ConstParam` | varkor | -21/+42 |
| 2019-03-13 | Rename encode_info_for_generic_param to encode_info_for_ty_in_generic_param | varkor | -3/+3 |
| 2019-03-13 | Refactor generic parameter encoder functions | varkor | -42/+18 |
| 2019-03-13 | Final cleanups | Mateusz Mikuła | -12/+8 |
| 2019-03-13 | Move testing to test-various | Mateusz Mikuła | -5/+19 |
| 2019-03-13 | Disable relax relocations again | Mateusz Mikuła | -3/+4 |
| 2019-03-13 | Drop copyright notice from musl-toolchain | Mateusz Mikuła | -10/+0 |
| 2019-03-13 | musl: update LLVM to 7 | Mateusz Mikuła | -1/+1 |
| 2019-03-13 | Address review comments | Martell Malone | -2/+2 |
| 2019-03-13 | musl-toolchain: fix global lib paths (dont create /lib/libc.so) | Jonathan Sieber | -2/+1 |
| 2019-03-13 | Make the musl dynamic loader known to the system, so it can execute target bi... | Jonathan Sieber | -0/+11 |
| 2019-03-13 | build a proper c++-enabled musl toolchain with musl-cross-make | Jonathan Sieber | -9/+79 |
| 2019-03-13 | Set RUSTFLAGS env to make dylib work | Jonathan Sieber | -0/+2 |
| 2019-03-13 | Enable dist-x86_64-musl as a host architexture | JonathanS | -2/+4 |
| 2019-03-13 | test that wildcard type `_` is not duplicated by `type Foo<X> = (X, X);` and ... | Felix S. Klock II | -0/+99 |
| 2019-03-13 | Merge remote-tracking branch 'upstream/master' into asm-compile-tests | Denys Zariaiev | -23082/+27842 |
| 2019-03-13 | add suggestions to invalid macro item error | Andy Russell | -24/+85 |
| 2019-03-13 | Auto merge of #59143 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2019-03-13 | middle: replace NodeId with HirId in AccessLevels | ljedrz | -52/+55 |
| 2019-03-13 | Update cargo | Eric Huss | -0/+0 |
| 2019-03-13 | Auto merge of #58349 - petrochenkov:uni201x, r=pnkfelix | bors | -111/+11 |
| 2019-03-13 | Revert "Don't generate minification variable if minification disabled" | Manish Goregaokar | -5/+1 |
| 2019-03-13 | Fix generic argument lookup for Self | Angelos Oikonomopoulos | -59/+69 |
| 2019-03-13 | Add test for #55809. | David Wood | -0/+30 |
| 2019-03-13 | Auto merge of #56864 - Zoxc:stable-hash-macro, r=michaelwoerister | bors | -2624/+366 |