| Age | Commit message (Expand) | Author | Lines |
| 2018-11-01 | Add CoerceSized impls throughout libstd | Michael Hewson | -6/+36 |
| 2018-11-01 | Implement object-safety for arbitrary_self_types: part 2 | Michael Hewson | -21/+304 |
| 2018-11-01 | Implement the object-safety checks for arbitrary_self_types: part 1 | Michael Hewson | -20/+144 |
| 2018-11-01 | Add CoerceSized trait and lang item | Michael Hewson | -1/+36 |
| 2018-11-01 | move some code around to avoid query cycles | Michael Hewson | -12/+11 |
| 2018-11-01 | Make all object-safety methods require a global TyCtxt | Michael Hewson | -4/+5 |
| 2018-11-02 | publish-toolstate: ping maintainers when a tool builds again | Nick Cameron | -3/+3 |
| 2018-11-01 | std: Enable usage of `thread_local!` through imports | Alex Crichton | -4/+22 |
| 2018-11-01 | Update clippy | Manish Goregaokar | -14/+14 |
| 2018-11-01 | Remove checks for LLVM < 4.0 | Nikita Popov | -215/+6 |
| 2018-11-01 | std: Improve codegen size of accessing TLS | Alex Crichton | -1/+21 |
| 2018-11-01 | buffer errors from initial tokenization when parsing | QuietMisdreavus | -7/+79 |
| 2018-11-01 | wasm32: Inline a trivial function in libstd | Alex Crichton | -0/+1 |
| 2018-11-01 | Rollup merge of #55578 - regexident:fix/self, r=frewsxcv | kennytm | -2/+2 |
| 2018-11-01 | Rollup merge of #55561 - smaeul:test-fixes, r=alexcrichton | kennytm | -10/+10 |
| 2018-11-01 | Rollup merge of #55582 - yamaguchi1024:publish_toolstate, r=alexcrichton | kennytm | -1/+0 |
| 2018-11-01 | silence errors found during doctest pre-parsing | QuietMisdreavus | -1/+11 |
| 2018-11-01 | add a line between extracted crates and everything else | QuietMisdreavus | -0/+3 |
| 2018-11-01 | add env-logger to error-index-generator | QuietMisdreavus | -0/+2 |
| 2018-11-01 | Separates inner attributes from code during doctest parsing. | Wesley Norris | -23/+37 |
| 2018-11-01 | Tidy up source file and fix typo. | Wesley Norris | -6/+6 |
| 2018-11-01 | Replaces fn main search and extern crate search with proper parsing. | Wesley Norris | -14/+81 |
| 2018-11-01 | Rollup merge of #55575 - parched:trap, r=RalfJung | Pietro Albini | -0/+1 |
| 2018-11-01 | Rollup merge of #55574 - nnethercote:gather_move-SmallVec, r=michaelwoerister | Pietro Albini | -9/+10 |
| 2018-11-01 | Rollup merge of #55558 - nnethercote:tweak-MatcherPos-matches, r=petrochenkov | Pietro Albini | -6/+13 |
| 2018-11-01 | Rollup merge of #55542 - ljedrz:syntax_alloc_improvements, r=kennytm | Pietro Albini | -1/+3 |
| 2018-11-01 | Rollup merge of #55536 - ljedrz:don't_collect_suggestions, r=davidtwco | Pietro Albini | -10/+10 |
| 2018-11-01 | Rollup merge of #55522 - matthiaskrgr:no_format, r=zackmdavis | Pietro Albini | -7/+7 |
| 2018-11-01 | Remove unused import copy from publish_toolstate.py | Yuka Takahashi | -1/+0 |
| 2018-11-01 | Fixes #46775 -- don't mutate the process's environment in Command::exec | Alex Gaynor | -8/+111 |
| 2018-11-01 | Rollup merge of #55504 - ljedrz:simpler_repeated_elements, r=oli-obk | Pietro Albini | -9/+3 |
| 2018-11-01 | Rollup merge of #55469 - pnkfelix:issue-54477-regression-tests, r=nikomatsakis | Pietro Albini | -0/+25 |
| 2018-11-01 | Rollup merge of #55280 - vlad20012:add-libproc_macro-to-src-disrt, r=Mark-Sim... | Pietro Albini | -0/+1 |
| 2018-11-01 | Made doc example of `impl Default for …` use `-> Self` instead of explicit ... | Vincent Esche | -2/+2 |
| 2018-11-01 | Clarify error message for -C opt-level | Georg Brandl | -1/+1 |
| 2018-11-01 | Use `SmallVec` within `MoveData`. | Nicholas Nethercote | -9/+10 |
| 2018-11-01 | Auto merge of #55548 - alexcrichton:bump, r=Mark-Simulacrum | bors | -38/+19 |
| 2018-11-01 | test that rustdoc doesn't overflow on a big enum | Alex Burka | -0/+256 |
| 2018-11-01 | enforce unused-must-use lint in macros | Alex Burka | -1/+33 |
| 2018-11-01 | Auto merge of #55521 - nrc:rls-fix, r=petrochenkov | bors | -31/+33 |
| 2018-11-01 | Fix double_check tests on big-endian targets | Samuel Holland | -10/+10 |
| 2018-10-31 | Make `-Z ls` list the actual filename of external dependencies | Aidan Hobson Sayers | -1/+1 |
| 2018-10-31 | Fix invalid_const_promotion test on some archs | James Duley | -0/+1 |
| 2018-11-01 | Use `SmallVec` for the inner vectors in `MatcherPos::matches`. | Nicholas Nethercote | -5/+7 |
| 2018-11-01 | Share empty `Vec`s more within `MatcherPos::matches`. | Nicholas Nethercote | -4/+9 |
| 2018-10-31 | A couple suggested edits | Jonathan Behrens | -7/+3 |
| 2018-10-31 | Bump nightly to 1.32.0 | Alex Crichton | -38/+19 |
| 2018-10-31 | kill old-style-lub warnings | Niko Matsakis | -317/+4 |
| 2018-10-31 | fix bug in NLL error reporting | Niko Matsakis | -8/+111 |
| 2018-10-31 | syntax: improve a few allocations | ljedrz | -1/+3 |