about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-11-01Add CoerceSized impls throughout libstdMichael Hewson-6/+36
2018-11-01Implement object-safety for arbitrary_self_types: part 2Michael Hewson-21/+304
2018-11-01Implement the object-safety checks for arbitrary_self_types: part 1Michael Hewson-20/+144
2018-11-01Add CoerceSized trait and lang itemMichael Hewson-1/+36
2018-11-01move some code around to avoid query cyclesMichael Hewson-12/+11
2018-11-01Make all object-safety methods require a global TyCtxtMichael Hewson-4/+5
2018-11-02publish-toolstate: ping maintainers when a tool builds againNick Cameron-3/+3
2018-11-01std: Enable usage of `thread_local!` through importsAlex Crichton-4/+22
2018-11-01Update clippyManish Goregaokar-14/+14
2018-11-01Remove checks for LLVM < 4.0Nikita Popov-215/+6
2018-11-01std: Improve codegen size of accessing TLSAlex Crichton-1/+21
2018-11-01buffer errors from initial tokenization when parsingQuietMisdreavus-7/+79
2018-11-01wasm32: Inline a trivial function in libstdAlex Crichton-0/+1
2018-11-01Rollup merge of #55578 - regexident:fix/self, r=frewsxcvkennytm-2/+2
2018-11-01Rollup merge of #55561 - smaeul:test-fixes, r=alexcrichtonkennytm-10/+10
2018-11-01Rollup merge of #55582 - yamaguchi1024:publish_toolstate, r=alexcrichtonkennytm-1/+0
2018-11-01silence errors found during doctest pre-parsingQuietMisdreavus-1/+11
2018-11-01add a line between extracted crates and everything elseQuietMisdreavus-0/+3
2018-11-01add env-logger to error-index-generatorQuietMisdreavus-0/+2
2018-11-01Separates inner attributes from code during doctest parsing.Wesley Norris-23/+37
2018-11-01Tidy up source file and fix typo.Wesley Norris-6/+6
2018-11-01Replaces fn main search and extern crate search with proper parsing.Wesley Norris-14/+81
2018-11-01Rollup merge of #55575 - parched:trap, r=RalfJungPietro Albini-0/+1
2018-11-01Rollup merge of #55574 - nnethercote:gather_move-SmallVec, r=michaelwoeristerPietro Albini-9/+10
2018-11-01Rollup merge of #55558 - nnethercote:tweak-MatcherPos-matches, r=petrochenkovPietro Albini-6/+13
2018-11-01Rollup merge of #55542 - ljedrz:syntax_alloc_improvements, r=kennytmPietro Albini-1/+3
2018-11-01Rollup merge of #55536 - ljedrz:don't_collect_suggestions, r=davidtwcoPietro Albini-10/+10
2018-11-01Rollup merge of #55522 - matthiaskrgr:no_format, r=zackmdavisPietro Albini-7/+7
2018-11-01Remove unused import copy from publish_toolstate.pyYuka Takahashi-1/+0
2018-11-01Fixes #46775 -- don't mutate the process's environment in Command::execAlex Gaynor-8/+111
2018-11-01Rollup merge of #55504 - ljedrz:simpler_repeated_elements, r=oli-obkPietro Albini-9/+3
2018-11-01Rollup merge of #55469 - pnkfelix:issue-54477-regression-tests, r=nikomatsakisPietro Albini-0/+25
2018-11-01Rollup merge of #55280 - vlad20012:add-libproc_macro-to-src-disrt, r=Mark-Sim...Pietro Albini-0/+1
2018-11-01Made doc example of `impl Default for …` use `-> Self` instead of explicit ...Vincent Esche-2/+2
2018-11-01Clarify error message for -C opt-levelGeorg Brandl-1/+1
2018-11-01Use `SmallVec` within `MoveData`.Nicholas Nethercote-9/+10
2018-11-01Auto merge of #55548 - alexcrichton:bump, r=Mark-Simulacrumbors-38/+19
2018-11-01test that rustdoc doesn't overflow on a big enumAlex Burka-0/+256
2018-11-01enforce unused-must-use lint in macrosAlex Burka-1/+33
2018-11-01Auto merge of #55521 - nrc:rls-fix, r=petrochenkovbors-31/+33
2018-11-01Fix double_check tests on big-endian targetsSamuel Holland-10/+10
2018-10-31Make `-Z ls` list the actual filename of external dependenciesAidan Hobson Sayers-1/+1
2018-10-31Fix invalid_const_promotion test on some archsJames Duley-0/+1
2018-11-01Use `SmallVec` for the inner vectors in `MatcherPos::matches`.Nicholas Nethercote-5/+7
2018-11-01Share empty `Vec`s more within `MatcherPos::matches`.Nicholas Nethercote-4/+9
2018-10-31A couple suggested editsJonathan Behrens-7/+3
2018-10-31Bump nightly to 1.32.0Alex Crichton-38/+19
2018-10-31kill old-style-lub warningsNiko Matsakis-317/+4
2018-10-31fix bug in NLL error reportingNiko Matsakis-8/+111
2018-10-31syntax: improve a few allocationsljedrz-1/+3