about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-29Fix another related ICEOliver Scherer-6/+40
2018-11-29Remove not used optionyui-knk-2/+0
2018-11-29Auto merge of #56313 - nikic:update-llvm, r=alexcrichtonbors-1/+1
2018-11-29r/\t/ /Oliver Scherer-21/+21
2018-11-29Support arbitrary slice constants for pattern deaggregationOliver Scherer-27/+50
2018-11-29Allow constants of byte slice type as patternsOliver Scherer-59/+68
2018-11-29Auto merge of #56245 - mark-i-m:stabilize_ques_kleene, r=alexcrichtonbors-279/+32
2018-11-29Split up `pretty_print` and `print`.Nicholas Nethercote-150/+152
2018-11-29Use `Cow` in `Token::String`.Nicholas Nethercote-88/+101
2018-11-29Remove `huge_word` and `zero_word`.Nicholas Nethercote-9/+16
2018-11-29Fix whitespace in `pp.rs`.Nicholas Nethercote-126/+126
2018-11-29Auto merge of #56329 - eddyb:load-operand-overaligned, r=nikomatsakisbors-3/+27
2018-11-28Fix Tidy errorAaron Hill-1/+1
2018-11-28Filter out self-referential projection predicatesAaron Hill-1/+66
2018-11-29Add arrow to the crate select boxGuillaume Gomez-1/+14
2018-11-29Auto merge of #56300 - nikic:issue-56267, r=eddybbors-5/+33
2018-11-28Clean up span in non-trailing `..` suggestionEsteban Küber-6/+6
2018-11-29Remove not used modyui-knk-257/+0
2018-11-29rustc_codegen_llvm: don't overalign loads of pair operands.Eduard-Mihai Burtescu-3/+27
2018-11-28resolve: Fix false-positives from lint `absolute_paths_not_starting_with_crate`Vadim Petrochenkov-1/+22
2018-11-28Add test for crate filteringGuillaume Gomez-0/+21
2018-11-28Add crate filteringGuillaume Gomez-26/+131
2018-11-28fix futures aliasing mutable and shared refRalf Jung-2/+2
2018-11-28Check all substitution parameters for inference variablesAaron Hill-3/+8
2018-11-28Ensure that Rusdoc discovers all necessary auto trait boundsAaron Hill-17/+82
2018-11-28Move hir::Lit -> ty::Const conversion into its own fileOliver Scherer-101/+106
2018-11-28rustdoc: Fix inlining reexporting bang-macrosGeorg Semmler-0/+4
2018-11-28rustdoc: Fix inlining reexported custom derivesGeorg Semmler-5/+15
2018-11-28rustdoc: add margin-bottom spacing to nested listsLyndon Brown-1/+1
2018-11-28Update LLVMNikita Popov-1/+1
2018-11-28Deduplicate literal -> constant loweringOliver Scherer-113/+45
2018-11-28Don't use ReErased in deferred sizedness checking.Masaki Hara-2/+14
2018-11-28get_ref -> get_mutRalf Jung-8/+8
2018-11-28fix buildRalf Jung-5/+13
2018-11-28put the MaybeUninit inside the UnsafeCellRalf Jung-13/+7