about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-12-12Manually inline trivial functionOliver Scherer-9/+5
2018-12-12Undo a change that got lost in the larger refactoringsOliver Scherer-1/+3
2018-11-30Fix rebase falloutOliver Scherer-1/+1
2018-11-30Test float assign opsOliver Scherer-0/+279
2018-11-30Add trailing newlineOliver Scherer-1/+1
2018-11-30Re-add accidentally deleted testOliver Scherer-0/+16
2018-11-30Remove unused feature gate from `libcore`Oliver Scherer-1/+0
2018-11-30Fix a compile-fail testOliver Scherer-1/+1
2018-11-30Improve the diagnostic messageOliver Scherer-72/+61
2018-11-30Reenable `const_let` feature gateOliver Scherer-395/+871
2018-11-30Add a test for single variant matchesOliver Scherer-2/+23
2018-11-30Improve the error around short circuiting and let bindingsOliver Scherer-7/+61
2018-11-30Show auto-applicable correction warning for short circuiting in constantsOliver Scherer-0/+23
2018-11-30Properly name the flag for `&&` -> `&` conversionOliver Scherer-13/+13
2018-11-30Allow `let` bindings everywhereOliver Scherer-692/+446
2018-11-30Add tests for mutable borrowsOliver Scherer-1/+32
2018-11-30Also test the `const_let` feature gate in staticsOliver Scherer-1/+54
2018-11-30Add a test for various const let featuresOliver Scherer-0/+468
2018-11-30Remove a bunch of now-unnecessary `const_let` feature gatesOliver Scherer-47/+2
2018-11-30Update compile-fail testOliver Scherer-2/+0
2018-11-30Update a test's diagnosticsOliver Scherer-39/+6
2018-11-30Stabilize `const_let` inside const functionsOliver Scherer-188/+56
2018-11-29Auto merge of #49878 - dlrobertson:va_list_pt0, r=eddybbors-13/+711
2018-11-29Auto merge of #56298 - tromey:update-and-reenable-lldb, r=alexcrichtonbors-0/+0
2018-11-29Auto merge of #56340 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-313/+411
2018-11-29Rollup merge of #56330 - estebank:cleanup-span, r=zackmdavisGuillaume Gomez-6/+6
2018-11-29Rollup merge of #56322 - petrochenkov:edlints, r=eddybGuillaume Gomez-1/+22
2018-11-29Rollup merge of #56321 - jnqnfe:css_nested_list_margin, r=GuillaumeGomezGuillaume Gomez-1/+1
2018-11-29Rollup merge of #56319 - RalfJung:async-mutable-ref, r=cramertjGuillaume Gomez-2/+2
2018-11-29Rollup merge of #56312 - oli-obk:const_eval_literal, r=eddybGuillaume Gomez-185/+122
2018-11-29Rollup merge of #56294 - polyfloyd:fix-typo-ffi-doc, r=sfacklerGuillaume Gomez-2/+2
2018-11-29Rollup merge of #56289 - marius:patch-1, r=cramertjGuillaume Gomez-1/+1
2018-11-29Rollup merge of #56273 - GuillaumeGomez:iterator-fnmut-missing-link, r=stevek...Guillaume Gomez-1/+2
2018-11-29Rollup merge of #56257 - mark-i-m:rustc-guide-links, r=nikomatsakisGuillaume Gomez-45/+45
2018-11-29Rollup merge of #56255 - jasonl:update-old-documents, r=michaelwoeristerGuillaume Gomez-3/+2
2018-11-29Rollup merge of #56236 - frewsxcv:frewsxcv-unsafe-unsafe, r=cramertjGuillaume Gomez-5/+2
2018-11-29Rollup merge of #56223 - Mark-Simulacrum:self-profile-json, r=wesleywiserGuillaume Gomez-1/+1
2018-11-29Rollup merge of #56220 - estebank:suggest-lifetime-move, r=nikomatsakisGuillaume Gomez-8/+128
2018-11-29Rollup merge of #56149 - ariasuni:improve-amctime-doc, r=TimNNGuillaume Gomez-12/+24
2018-11-29Rollup merge of #56148 - mark-i-m:rustc-guide-submodule, r=nikomatsakisGuillaume Gomez-0/+0
2018-11-29Rollup merge of #56127 - rust-lang:oli-obk-patch-1, r=nikomatsakisGuillaume Gomez-3/+9
2018-11-29Rollup merge of #56124 - antoine-de:fix_read_to_end_doc_mistake, r=TimNNGuillaume Gomez-1/+1
2018-11-29Rollup merge of #56114 - varkor:nonexhaustive-backticks, r=nikomatsakisGuillaume Gomez-17/+17
2018-11-29Rollup merge of #56080 - mark-i-m:patch-2, r=steveklabnikGuillaume Gomez-0/+3
2018-11-29Rollup merge of #56023 - vorner:doc/atomic-ordering-strip, r=@stjepangGuillaume Gomez-7/+9
2018-11-29Rollup merge of #56021 - RalfJung:track-features, r=oli-obkGuillaume Gomez-10/+10
2018-11-29Rollup merge of #55391 - matthiaskrgr:bootstrap_cleanup, r=TimNNGuillaume Gomez-2/+2
2018-11-29Auto merge of #56313 - nikic:update-llvm, r=alexcrichtonbors-1/+1
2018-11-29Auto merge of #56245 - mark-i-m:stabilize_ques_kleene, r=alexcrichtonbors-279/+32
2018-11-29Auto merge of #56329 - eddyb:load-operand-overaligned, r=nikomatsakisbors-3/+27