about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2018-12-03Auto merge of #55041 - evq:thumbv8m, r=alexcrichtonbors-2/+40
2018-12-03Auto merge of #56451 - kennytm:rollup, r=kennytmbors-222/+138
2018-12-03Auto merge of #55010 - tromey:Bug-9224-generic-parameters, r=michaelwoeristerbors-18/+115
2018-12-03Rollup merge of #56438 - yui-knk:remove_not_used_DotEq_token, r=petrochenkovkennytm-9/+2
2018-12-03Rollup merge of #56435 - RalfJung:libstd-without-c, r=alexcrichtonkennytm-1/+4
2018-12-03Rollup merge of #56433 - yui-knk:update_comment_of_parse_visibility, r=petroc...kennytm-3/+4
2018-12-03Rollup merge of #56432 - ordovicia:shrink-to-issue, r=Centrilkennytm-7/+7
2018-12-03Rollup merge of #56419 - mark-i-m:remove-try, r=Centrilkennytm-27/+25
2018-12-03Rollup merge of #56418 - petrochenkov:wintidy, r=nagisakennytm-0/+0
2018-12-03Rollup merge of #56416 - GuillaumeGomez:css-body, r=QuietMisdreavuskennytm-2/+2
2018-12-03Rollup merge of #56412 - petrochenkov:extself, r=Centrilkennytm-2/+2
2018-12-03Rollup merge of #56402 - scottmcm:better-marker-trait-example, r=Centrilkennytm-6/+8
2018-12-03Rollup merge of #56401 - scottmcm:vecdeque-resize-with, r=dtolnaykennytm-33/+27
2018-12-03Rollup merge of #56395 - Centril:stabilize-dbg-macro, r=SimonSapinkennytm-44/+14
2018-12-03Rollup merge of #56366 - alexreg:stabilise-self_in_typedefs, r=Centrilkennytm-82/+25
2018-12-03Rollup merge of #56141 - jnqnfe:osstr_len_clarity, r=nagisakennytm-6/+18
2018-12-03Auto merge of #56305 - RalfJung:miri, r=oli-obkbors-5/+30
2018-12-03update miriRalf Jung-5/+19
2018-12-03update miriRalf Jung-5/+16
2018-12-03Auto merge of #56394 - cuviper:interrupted-timeout, r=sfacklerbors-12/+28
2018-12-03Auto merge of #56358 - nikic:mergefunc-aliases, r=rkruppebors-10/+26
2018-12-02Auto merge of #56110 - varkor:inhabitedness-union-enum, r=cramertjbors-61/+105
2018-12-02Auto merge of #56198 - bjorn3:cg_ssa_refactor, r=eddybbors-525/+536
2018-12-02Remove not used `DotEq` tokenyui-knk-9/+2
2018-12-02Auto merge of #56275 - RalfJung:win-mutex, r=SimonSapinbors-11/+18
2018-12-02Run name-anon-globals after all other passesNikita Popov-4/+5
2018-12-02make the C part of compiler-builtins opt-outRalf Jung-1/+4
2018-12-02explicitly control compiler_builts/c feature from libstdRalf Jung-2/+2
2018-12-02avoid MaybeUninit::get_mut where it is not neededRalf Jung-2/+2
2018-12-02let FIXME refer to tracking issueRalf Jung-2/+2
2018-12-02no reason to use mutable references here at allRalf Jung-12/+4
2018-12-02Auto merge of #56378 - ljedrz:arena_tweaks, r=nagisabors-10/+14
2018-12-02Fix "line longer than 100 chars"yui-knk-3/+4
2018-12-02Auto merge of #56406 - nrc:update, r=kennytmbors-22/+39
2018-12-02Add description about `crate` for parse_visibility's commentyui-knk-1/+1
2018-12-02arena: improve common patternsljedrz-7/+2
2018-12-02Update issue number of `shrink_to` methods to point the tracking issueHidehito Yabuuchi-7/+7
2018-12-02Auto merge of #56396 - dlrobertson:fix_va_list_tests, r=nikicbors-174/+57
2018-12-01remove some uses of try!Mark Mansi-27/+25
2018-12-02Fix failing tidy (line endings on Windows)Vadim Petrochenkov-0/+0
2018-12-01Remove unneeded body class selectorGuillaume Gomez-2/+2
2018-12-01Update tracking issue for `extern_crate_self`Vadim Petrochenkov-2/+2
2018-12-01Auto merge of #55275 - petrochenkov:extself, r=eddybbors-10/+89
2018-12-01resolve: Support aliasing local crate root in extern preludeVadim Petrochenkov-10/+89
2018-12-02Update RLS and RustfmtNick Cameron-22/+39
2018-12-01Improve the unstable book example for `#[marker]`Scott McMurray-6/+8
2018-11-30Move VecDeque::resize_with out of the impl<T:Clone> blockScott McMurray-33/+27
2018-12-01Auto merge of #56165 - RalfJung:drop-glue-type, r=eddyb,nikomatsakisbors-52/+80
2018-12-01Auto merge of #56391 - alexcrichton:less-compare-mode, r=Mark-Simulacrumbors-2/+18
2018-12-01stabilize std::dbg!(...)Mazdak Farrokhzad-44/+14