| Age | Commit message (Expand) | Author | Lines |
| 2018-08-21 | Rollup merge of #53213 - tmccombs:stable-ipconstructors, r=KodrAus | kennytm | -20/+5 |
| 2018-08-20 | Document Box::into_raw returns non-null ptr | Evan Simmons | -1/+3 |
| 2018-08-20 | Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb | bors | -801/+973 |
| 2018-08-20 | Add a test for skipping all arguments versus just one | varkor | -0/+52 |
| 2018-08-20 | Fix diagnostic regression | varkor | -133/+129 |
| 2018-08-20 | Added explicit optimization flag to test | Dmytro Shynkevych | -0/+2 |
| 2018-08-20 | Revert accidental submodule change | Dmytro Shynkevych | -0/+0 |
| 2018-08-20 | Replace usages of ptr::offset with ptr::{add,sub}. | Corey Farwell | -148/+148 |
| 2018-08-20 | bootstrap: Never compiler llvm-emscripten with ThinLTO. | Michael Woerister | -1/+1 |
| 2018-08-20 | Compile LLVM with ThinLTO for x86_64 Linux dist builds. | Michael Woerister | -1/+4 |
| 2018-08-20 | Build LLD in addition to Clang in Linux CI | Michael Woerister | -0/+6 |
| 2018-08-20 | bootstrap: Allow for building LLVM with ThinLTO. | Michael Woerister | -4/+58 |
| 2018-08-20 | bootstrap: Allow to invoke cargo with the Usage: rustc [OPTIONS] INPUT | Michael Woerister | -2/+2 |
| 2018-08-20 | bootstrap: Allow to specify ranlib tool used when compiling C++ code. | Michael Woerister | -0/+18 |
| 2018-08-20 | Auto merge of #47562 - Centril:feature/core_convert_id, r=oli-obk | bors | -0/+107 |
| 2018-08-20 | Set applicability for more suggestions. | Sébastien Duquette | -125/+217 |
| 2018-08-20 | core::convert::identity: fix issue number to #53500 | Mazdak Farrokhzad | -1/+1 |
| 2018-08-19 | Buffer LLVM's object output stream | Alex Crichton | -1/+2 |
| 2018-08-20 | Auto merge of #53519 - Manishearth:clippyup, r=eddyb | bors | -5/+19 |
| 2018-08-20 | Renamed test to match actual issue number | Dmytro Shynkevych | -0/+0 |
| 2018-08-20 | Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet. | Nicholas Nethercote | -114/+111 |
| 2018-08-20 | Merge `IdxSet` and `IdxSetBuf`. | Nicholas Nethercote | -88/+5 |
| 2018-08-20 | Convert `AllSets::on_entry_sets` to a `Vec<IdxSetBuf<E>>`. | Nicholas Nethercote | -40/+14 |
| 2018-08-19 | Update clippy | Manish Goregaokar | -5/+19 |
| 2018-08-20 | Auto merge of #52101 - japaric:linker-flavor, r=alexcrichton | bors | -44/+133 |
| 2018-08-19 | Switch out another use of `do catch` | Scott McMurray | -2/+10 |
| 2018-08-20 | resolve: Continue search in outer scopes after applying derive resolution fal... | Vadim Petrochenkov | -11/+38 |
| 2018-08-20 | Force-inline `shallow_resolve` at its hottest call site. | Nicholas Nethercote | -2/+11 |
| 2018-08-19 | Make a try-blocks folder for all the try{} UI tests | Scott McMurray | -0/+168 |
| 2018-08-19 | Update try-block tests to work under NLL | Scott McMurray | -6/+14 |
| 2018-08-19 | Rename `catch_expr` feature to `try_blocks` | Scott McMurray | -17/+16 |
| 2018-08-19 | Suggest `try` if someone uses `do catch` | Scott McMurray | -0/+29 |
| 2018-08-19 | Put `try` in the reserved list, not the in-use list | Scott McMurray | -15/+8 |
| 2018-08-19 | Fix the unstable book | Scott McMurray | -5/+7 |
| 2018-08-19 | Parse try blocks with the try keyword instead of do catch placeholder | Scott McMurray | -276/+123 |
| 2018-08-20 | Fix ICE | varkor | -12/+11 |
| 2018-08-19 | Add `try` to syntax_pos as an edition-2018-only keyword | Scott McMurray | -10/+52 |
| 2018-08-19 | Rename `Catch` variants to `TryBlock` | Scott McMurray | -16/+16 |
| 2018-08-19 | Auto merge of #52953 - dsciarra:mv-codemap-sourcemap, r=petrochenkov | bors | -858/+879 |
| 2018-08-20 | Update new ui tests | varkor | -52/+54 |
| 2018-08-19 | Tweak comments | varkor | -38/+49 |
| 2018-08-19 | fix: preserve msvc linker fallback logic | Jorge Aparicio | -1/+3 |
| 2018-08-19 | Remove old tests | varkor | -50/+0 |
| 2018-08-19 | Taking a peek | varkor | -17/+16 |
| 2018-08-20 | resolve: Reject some inaccessible candidates sooner during import resolution | Vadim Petrochenkov | -0/+26 |
| 2018-08-19 | Auto merge of #53316 - tristanburgess:52895_existential_type_ICE, r=oli-obk | bors | -9/+70 |
| 2018-08-19 | fix tidy errors | Donato Sciarra | -19/+36 |
| 2018-08-19 | mv CachingCodemapView CachingSourceMapView | Donato Sciarra | -13/+13 |
| 2018-08-19 | mv codemap source_map | Donato Sciarra | -130/+130 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -209/+209 |