| Age | Commit message (Expand) | Author | Lines |
| 2018-11-21 | add regression test | Niko Matsakis | -0/+13 |
| 2018-11-21 | preserve the original visibility for the "list stem" node | Niko Matsakis | -4/+0 |
| 2018-11-21 | Auto merge of #56134 - oli-obk:clippy_documentation, r=nrc | bors | -0/+2 |
| 2018-11-21 | macro_literal_matcher: fixes per petrochenkov's review | Dan Aloni | -5/+3 |
| 2018-11-21 | Stabilize macro_literal_matcher | Dan Aloni | -73/+17 |
| 2018-11-21 | Fixes primitive sidebar link generation | Guillaume Gomez | -30/+57 |
| 2018-11-21 | Improve no result found sentence in doc search | Guillaume Gomez | -6/+22 |
| 2018-11-21 | renumber segment ids for visibilities whenever we clone them | Niko Matsakis | -7/+17 |
| 2018-11-21 | add some `debug!` into lowering | Niko Matsakis | -0/+8 |
| 2018-11-21 | track the span for each id so that we can give a nice ICE | Niko Matsakis | -29/+39 |
| 2018-11-21 | OsStr: clarify `len()` method documentation | Lyndon Brown | -6/+11 |
| 2018-11-21 | OsString: mention storage form in discussion | Lyndon Brown | -0/+7 |
| 2018-11-21 | Enclose type in backticks for "reached the recursion limit while auto-derefer... | varkor | -10/+10 |
| 2018-11-21 | Auto merge of #56118 - steveklabnik:update-books, r=alexcrichton | bors | -58/+45 |
| 2018-11-21 | Forward rust version number to tools | Oliver Scherer | -0/+2 |
| 2018-11-21 | Modify doc to reflect the unsized-locals improvement. | Masaki Hara | -2/+0 |
| 2018-11-21 | Add tests for unsized-locals functions stability. | Masaki Hara | -0/+28 |
| 2018-11-21 | Add tests verifying #50940. | Masaki Hara | -0/+40 |
| 2018-11-21 | Check arg/ret sizedness at ExprKind::Path. | Masaki Hara | -44/+48 |
| 2018-11-21 | Add require_type_is_sized_deferred. | Masaki Hara | -0/+17 |
| 2018-11-21 | Remove trailing whitespace | Bastian Gruber | -1/+1 |
| 2018-11-21 | Auto merge of #56117 - petrochenkov:iempty, r=eddyb | bors | -1/+15 |
| 2018-11-21 | Update as_temp.rs | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -1/+6 |
| 2018-11-21 | Adjust doc comments | Bastian Gruber | -21/+10 |
| 2018-11-21 | update various stdlib docs | Steve Klabnik | -37/+22 |
| 2018-11-21 | Update as_temp.rs | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -2/+4 |
| 2018-11-21 | Update an outdated comment in mir building | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -3/+2 |
| 2018-11-21 | Explain why we do not overwrite qualification of locals | Oliver Scherer | -7/+34 |
| 2018-11-21 | core/benches/num: Add `from_str/from_str_radix()` benchmarks | Tobias Bieniek | -0/+105 |
| 2018-11-21 | Add regression test for overwriting qualifs by assignment | Oliver Scherer | -0/+22 |
| 2018-11-21 | Fix a comment | Oliver Scherer | -1/+1 |
| 2018-11-21 | fix small doc mistake | antoine-de | -1/+1 |
| 2018-11-21 | Tidy | Oliver Scherer | -2/+2 |
| 2018-11-21 | Ensure assignments don't allow skipping projection checks | Oliver Scherer | -1/+42 |
| 2018-11-21 | Properly assign to aggregate fields | Oliver Scherer | -1/+26 |
| 2018-11-21 | String: add a FIXME to from_utf16 | ljedrz | -0/+2 |
| 2018-11-21 | serialize: preallocate VecDeque in Decodable::decode | ljedrz | -1/+1 |
| 2018-11-21 | Update style of comments | Bastian Gruber | -14/+26 |
| 2018-11-21 | Update comments | Bastian Gruber | -4/+2 |
| 2018-11-21 | Remove 'unsafe' comments | Bastian Gruber | -3/+0 |
| 2018-11-21 | Document `From` implementations | Bastian Gruber | -0/+24 |
| 2018-11-21 | Add x86_64-fortanix-unknown-sgx target to the compiler | Jethro Beekman | -0/+74 |
| 2018-11-21 | Auto merge of #52591 - eddyb:functional-snakes, r=oli-obk | bors | -144/+129 |
| 2018-11-21 | rustc: implement and use Default on more types. | Eduard-Mihai Burtescu | -73/+61 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -75/+72 |
| 2018-11-20 | Add unstable Literal::subspan(). | Sergio Benitez | -1/+228 |
| 2018-11-21 | Auto merge of #56032 - petrochenkov:stabecip, r=nikomatsakis | bors | -151/+40 |
| 2018-11-20 | fix more links | Steve Klabnik | -12/+10 |
| 2018-11-20 | fix rustbuild to build all the books | Steve Klabnik | -11/+15 |
| 2018-11-20 | update books | Steve Klabnik | -0/+0 |