| Age | Commit message (Expand) | Author | Lines |
| 2018-11-29 | Remove static_addr_of_mut from cg_ssa | bjorn3 | -4/+3 |
| 2018-11-29 | Rename StaticMethods::static_ptrcast to ConstMethods::const_ptrcast | bjorn3 | -8/+8 |
| 2018-11-29 | Remove static_bitcast from cg_ssa | bjorn3 | -8/+8 |
| 2018-11-29 | Remove an unnecessary reference | bjorn3 | -1/+1 |
| 2018-11-29 | Move IntrinsicCallMethods::call_overflow_intrinsics to BuilderMethods::checke... | bjorn3 | -92/+93 |
| 2018-11-29 | Remove call_lifetime_intrinsic from cg_ssa | bjorn3 | -26/+22 |
| 2018-11-29 | Use BackendTypes instead of Backend or HasCodegen in a few places | bjorn3 | -18/+18 |
| 2018-11-29 | Rustfmt on cg_ssa/traits | bjorn3 | -3/+7 |
| 2018-11-29 | Don't use llvm intrinsic names in cg_ssa | bjorn3 | -108/+113 |
| 2018-11-29 | Remove __build_diagnostic_array! from cg_utils | bjorn3 | -3/+0 |
| 2018-11-29 | Remove static_replace_all_uses and statics_to_rauw from cg_ssa | bjorn3 | -12/+7 |
| 2018-11-29 | Make ConstMethods and StaticMethods require BackendTypes instead of Backend | bjorn3 | -7/+7 |
| 2018-11-29 | Some refactorings | bjorn3 | -31/+26 |
| 2018-11-29 | Auto merge of #56340 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -313/+411 |
| 2018-11-29 | Rollup merge of #56330 - estebank:cleanup-span, r=zackmdavis | Guillaume Gomez | -6/+6 |
| 2018-11-29 | Rollup merge of #56322 - petrochenkov:edlints, r=eddyb | Guillaume Gomez | -1/+22 |
| 2018-11-29 | Rollup merge of #56321 - jnqnfe:css_nested_list_margin, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 2018-11-29 | Rollup merge of #56319 - RalfJung:async-mutable-ref, r=cramertj | Guillaume Gomez | -2/+2 |
| 2018-11-29 | Rollup merge of #56312 - oli-obk:const_eval_literal, r=eddyb | Guillaume Gomez | -185/+122 |
| 2018-11-29 | Rollup merge of #56294 - polyfloyd:fix-typo-ffi-doc, r=sfackler | Guillaume Gomez | -2/+2 |
| 2018-11-29 | Rollup merge of #56289 - marius:patch-1, r=cramertj | Guillaume Gomez | -1/+1 |
| 2018-11-29 | Rollup merge of #56273 - GuillaumeGomez:iterator-fnmut-missing-link, r=stevek... | Guillaume Gomez | -1/+2 |
| 2018-11-29 | Rollup merge of #56257 - mark-i-m:rustc-guide-links, r=nikomatsakis | Guillaume Gomez | -45/+45 |
| 2018-11-29 | Rollup merge of #56255 - jasonl:update-old-documents, r=michaelwoerister | Guillaume Gomez | -3/+2 |
| 2018-11-29 | Rollup merge of #56236 - frewsxcv:frewsxcv-unsafe-unsafe, r=cramertj | Guillaume Gomez | -5/+2 |
| 2018-11-29 | Rollup merge of #56223 - Mark-Simulacrum:self-profile-json, r=wesleywiser | Guillaume Gomez | -1/+1 |
| 2018-11-29 | Rollup merge of #56220 - estebank:suggest-lifetime-move, r=nikomatsakis | Guillaume Gomez | -8/+128 |
| 2018-11-29 | Rollup merge of #56149 - ariasuni:improve-amctime-doc, r=TimNN | Guillaume Gomez | -12/+24 |
| 2018-11-29 | Rollup merge of #56148 - mark-i-m:rustc-guide-submodule, r=nikomatsakis | Guillaume Gomez | -0/+0 |
| 2018-11-29 | Rollup merge of #56127 - rust-lang:oli-obk-patch-1, r=nikomatsakis | Guillaume Gomez | -3/+9 |
| 2018-11-29 | Rollup merge of #56124 - antoine-de:fix_read_to_end_doc_mistake, r=TimNN | Guillaume Gomez | -1/+1 |
| 2018-11-29 | Rollup merge of #56114 - varkor:nonexhaustive-backticks, r=nikomatsakis | Guillaume Gomez | -17/+17 |
| 2018-11-29 | Rollup merge of #56080 - mark-i-m:patch-2, r=steveklabnik | Guillaume Gomez | -0/+3 |
| 2018-11-29 | Rollup merge of #56023 - vorner:doc/atomic-ordering-strip, r=@stjepang | Guillaume Gomez | -7/+9 |
| 2018-11-29 | Rollup merge of #56021 - RalfJung:track-features, r=oli-obk | Guillaume Gomez | -10/+10 |
| 2018-11-29 | Rollup merge of #55391 - matthiaskrgr:bootstrap_cleanup, r=TimNN | Guillaume Gomez | -2/+2 |
| 2018-11-29 | Auto merge of #56313 - nikic:update-llvm, r=alexcrichton | bors | -1/+1 |
| 2018-11-29 | Auto merge of #56245 - mark-i-m:stabilize_ques_kleene, r=alexcrichton | bors | -279/+32 |
| 2018-11-29 | Auto merge of #56329 - eddyb:load-operand-overaligned, r=nikomatsakis | bors | -3/+27 |
| 2018-11-29 | Auto merge of #56300 - nikic:issue-56267, r=eddyb | bors | -5/+33 |
| 2018-11-28 | Clean up span in non-trailing `..` suggestion | Esteban Küber | -6/+6 |
| 2018-11-29 | rustc_codegen_llvm: don't overalign loads of pair operands. | Eduard-Mihai Burtescu | -3/+27 |
| 2018-11-28 | resolve: Fix false-positives from lint `absolute_paths_not_starting_with_crate` | Vadim Petrochenkov | -1/+22 |
| 2018-11-28 | fix futures aliasing mutable and shared ref | Ralf Jung | -2/+2 |
| 2018-11-28 | Move hir::Lit -> ty::Const conversion into its own file | Oliver Scherer | -101/+106 |
| 2018-11-28 | rustdoc: add margin-bottom spacing to nested lists | Lyndon Brown | -1/+1 |
| 2018-11-28 | Update LLVM | Nikita Popov | -1/+1 |
| 2018-11-28 | Deduplicate literal -> constant lowering | Oliver Scherer | -113/+45 |
| 2018-11-27 | fix test | Mark Mansi | -2/+2 |
| 2018-11-28 | Fix alignment of stores to scalar pair | Nikita Popov | -5/+33 |