| Age | Commit message (Expand) | Author | Lines |
| 2020-05-14 | Auto merge of #72187 - RalfJung:rollup-a7a9jdi, r=RalfJung | bors | -233/+222 |
| 2020-05-14 | Rewrite link script from scratch | Marko Mijalkovic | -276/+21 |
| 2020-05-14 | Clean up E0589 explanation | Guillaume Gomez | -0/+2 |
| 2020-05-14 | * Update aliases data struct from HashMap to BTreeMap to have more determinis... | Guillaume Gomez | -12/+11 |
| 2020-05-14 | Make current crate aliases go first | Guillaume Gomez | -34/+67 |
| 2020-05-14 | Move doc alias discovery into the Attributes struct and some code improvements | Guillaume Gomez | -39/+15 |
| 2020-05-14 | Rollup merge of #72183 - tmiasko:decr-strong-count, r=Mark-Simulacrum | Ralf Jung | -3/+5 |
| 2020-05-14 | Rollup merge of #72169 - GuillaumeGomez:cleanup-e0582, r=Dylan-DPC | Ralf Jung | -2/+2 |
| 2020-05-14 | Rollup merge of #72163 - tshepang:nonexistent-link, r=matthewjasper | Ralf Jung | -1/+1 |
| 2020-05-14 | Rollup merge of #72151 - ehuss:update-books, r=ehuss | Ralf Jung | -0/+0 |
| 2020-05-14 | Rollup merge of #72150 - jackh726:unnorm_projection, r=nikomatsakis | Ralf Jung | -100/+24 |
| 2020-05-14 | Rollup merge of #72138 - wesleywiser:add_doc_comment, r=matthewjasper | Ralf Jung | -0/+3 |
| 2020-05-14 | Rollup merge of #72137 - GuillaumeGomez:cleanup-e0581, r=Dylan-DPC | Ralf Jung | -3/+6 |
| 2020-05-14 | Rollup merge of #71964 - jcotton42:bootstrap_decode_none_windows, r=Mark-Simu... | Ralf Jung | -3/+6 |
| 2020-05-14 | Rollup merge of #71909 - Dolpheyn:doc-from-trait-for-option, r=steveklabnik | Ralf Jung | -0/+45 |
| 2020-05-14 | Rollup merge of #71870 - ltratt:more_specific_type_name_doc, r=kennytm | Ralf Jung | -7/+9 |
| 2020-05-14 | Rollup merge of #71741 - RalfJung:pointer-print, r=oli-obk | Ralf Jung | -99/+107 |
| 2020-05-14 | Rollup merge of #71525 - ldm0:intosug, r=Mark-Simulacrum | Ralf Jung | -15/+14 |
| 2020-05-14 | linker: More systematic handling of CRT objects | Vadim Petrochenkov | -152/+405 |
| 2020-05-14 | Auto merge of #69756 - wesleywiser:simplify_try, r=oli-obk | bors | -73/+1032 |
| 2020-05-14 | Auto merge of #72058 - RalfJung:no-dist-lldb, r=Mark-Simulacrum | bors | -180/+7 |
| 2020-05-14 | Fix Arc::decr_strong_count doc test | Tomasz Miąsko | -3/+5 |
| 2020-05-14 | remove broken link | Tshepang Lekhonkhobe | -1/+1 |
| 2020-05-13 | Improve Step::forward/backward for optimization | CAD97 | -14/+12 |
| 2020-05-13 | Auto merge of #72118 - flip1995:clippyup, r=oli-obk | bors | -257/+1574 |
| 2020-05-13 | docs: fix link | Tshepang Lekhonkhobe | -1/+1 |
| 2020-05-13 | add spans to `require_lang_items` | Bastian Kauschke | -8/+14 |
| 2020-05-13 | Improve comments in iter::Step | CAD97 | -3/+3 |
| 2020-05-13 | Remove reverse_range_loop lint | Eduardo Broto | -3/+3 |
| 2020-05-13 | Make intra links work inside trait impl block | Tymoteusz Jankowski | -11/+90 |
| 2020-05-13 | Forbid stage arguments to check | Mark Rousskov | -0/+14 |
| 2020-05-13 | Auto merge of #72013 - nnethercote:make-RawVec-grow-mostly-non-generic, r=Ama... | bors | -149/+95 |
| 2020-05-13 | Update src/libcore/option.rs | Faris Sufyan | -0/+2 |
| 2020-05-13 | Update src/libcore/option.rs | Faris Sufyan | -0/+1 |
| 2020-05-13 | Update src/libcore/option.rs | Faris Sufyan | -1/+1 |
| 2020-05-13 | Update src/libcore/option.rs | Faris Sufyan | -0/+1 |
| 2020-05-13 | Update src/libcore/option.rs | Faris Sufyan | -0/+1 |
| 2020-05-13 | Update src/libcore/option.rs | Faris Sufyan | -1/+1 |
| 2020-05-13 | Update src/libcore/option.rs | Faris Sufyan | -0/+1 |
| 2020-05-13 | Update src/libcore/option.rs | Faris Sufyan | -1/+1 |
| 2020-05-13 | use `require_lang_item` over `unwrap`. | Bastian Kauschke | -26/+31 |
| 2020-05-13 | Clean up E0582 explanation | Guillaume Gomez | -2/+2 |
| 2020-05-13 | Replace some usages of the old `unescape_` functions in AST, clippy and tests. | Julian Wollersberger | -87/+50 |
| 2020-05-13 | Unified `validate_{byte,str,raw_str,raw_byte_str}_escape` methods into one me... | Julian Wollersberger | -122/+30 |
| 2020-05-13 | Unified `unescape_{char,byte,str,byte_str,raw_str,raw_byte_str}` methods into... | Julian Wollersberger | -4/+42 |
| 2020-05-13 | Auto merge of #71451 - estebank:suggest-super-trait-constraint, r=nikomatsakis | bors | -100/+282 |
| 2020-05-13 | Change `Iterator::nth` to use `self.next()` in a `while` loop. | Nicholas Nethercote | -1/+1 |
| 2020-05-13 | Use simpler impls for some `Iterator` methods for slices. | Nicholas Nethercote | -17/+105 |
| 2020-05-13 | Auto merge of #70416 - mzohreva:mz/sgx-test, r=nikomatsakis | bors | -0/+32 |
| 2020-05-13 | Replace fcntl-based file lock with flock | Gary Guo | -48/+19 |