| Age | Commit message (Expand) | Author | Lines |
| 2018-07-12 | make `RegionValues` generic over its domain | Niko Matsakis | -15/+15 |
| 2018-07-12 | introduce a generic SCC computation | Niko Matsakis | -3/+531 |
| 2018-07-12 | strengthen `Idx` to require `Ord + Hash` | Niko Matsakis | -1/+2 |
| 2018-07-12 | rename `control_flow_graph` to `graph` | Niko Matsakis | -21/+21 |
| 2018-07-12 | rename `graph` to `control_flow_graph::implementation` | Niko Matsakis | -12/+16 |
| 2018-07-12 | deconstruct the `ControlFlowGraph` trait into more granular traits | Niko Matsakis | -64/+130 |
| 2018-07-12 | rename `constraint_set` to `constraints` | Niko Matsakis | -6/+5 |
| 2018-07-12 | introduce `ConstraintGraph`, stop mutating constraints in place | Niko Matsakis | -94/+76 |
| 2018-07-12 | generate reborrow constraints at type check time | Niko Matsakis | -152/+154 |
| 2018-07-12 | fix `debug!` | Niko Matsakis | -1/+1 |
| 2018-07-10 | Auto merge of #52100 - nielx:fix/rust_driver-stacklimit, r=cramertj | bors | -1/+21 |
| 2018-07-09 | Auto merge of #51899 - gnzlbg:llvm501, r=alexcrichton | bors | -100/+16 |
| 2018-07-09 | Auto merge of #50250 - csmoe:wf_traitref, r=scalexm | bors | -23/+82 |
| 2018-07-09 | Change wording | scalexm | -20/+22 |
| 2018-07-09 | Auto merge of #51956 - GuillaumeGomez:shutdown-doc-lints, r=oli-obk | bors | -4/+57 |
| 2018-07-09 | add comment about lints whitelisting | Guillaume Gomez | -0/+2 |
| 2018-07-09 | Auto merge of #52159 - SimonSapin:alloc-prelude, r=alexcrichton | bors | -17/+72 |
| 2018-07-09 | still support LLVM4 for emscripten | gnzlbg | -1/+167 |
| 2018-07-09 | bump llvm version of failing codegen test | gnzlbg | -0/+1 |
| 2018-07-09 | bump minimum LLVM version to 5.0 | gnzlbg | -267/+16 |
| 2018-07-09 | Auto merge of #52160 - euclio:include-macros, r=oli-obk | bors | -0/+35 |
| 2018-07-09 | Auto merge of #52066 - benjaminp:obligation-select, r=Mark-Simulacrum | bors | -2/+1 |
| 2018-07-09 | Removed a single trailing space. Oops. | Orson Peters | -1/+1 |
| 2018-07-09 | Reimplemented Vec's swap_remove to not rely on pop. | Orson Peters | -4/+6 |
| 2018-07-09 | Performance improvement of Vec's swap_remove. | Orson Peters | -3/+7 |
| 2018-07-08 | add regression test for #48835 | Andy Russell | -0/+35 |
| 2018-07-08 | Auto merge of #52152 - fabric-and-ink:edit-file-open-example, r=frewsxcv | bors | -3/+3 |
| 2018-07-08 | Auto merge of #52106 - PramodBisht:issue/52049, r=oli-obk | bors | -1/+48 |
| 2018-07-08 | Edit code example for File::open | Fabian Drinck | -3/+3 |
| 2018-07-08 | Auto merge of #51955 - zackmdavis:item_semi, r=oli-obk | bors | -0/+18 |
| 2018-07-08 | Auto merge of #51590 - bjorn3:codegen_llvm_extract, r=alexcrichton | bors | -110/+30 |
| 2018-07-07 | Reformat std prelude source to show it is the sum of core and alloc preludes | Simon Sapin | -16/+42 |
| 2018-07-07 | Add the `alloc::prelude` module | Simon Sapin | -1/+30 |
| 2018-07-07 | Auto merge of #52132 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -3/+8 |
| 2018-07-07 | Rollup merge of #52131 - Mark-Simulacrum:ship-clippy, r=kennytm | Mark Rousskov | -0/+1 |
| 2018-07-07 | Rollup merge of #52107 - PramodBisht:feature/52105, r=rkruppe | Mark Rousskov | -2/+0 |
| 2018-07-07 | Rollup merge of #52087 - malbarbo:musl-1.1.19, r=alexcrichton | Mark Rousskov | -1/+7 |
| 2018-07-07 | Ship clippy in manifests | Mark Rousskov | -0/+1 |
| 2018-07-07 | Auto merge of #52109 - michaelwoerister:ir-objs, r=alexcrichton | bors | -36/+28 |
| 2018-07-07 | Added UI testcases for #52049 | Pramod Bisht | -0/+44 |
| 2018-07-07 | Auto merge of #51993 - TheDarkula:master, r=oli-obk | bors | -73/+175 |
| 2018-07-07 | Update Cargo.lock | bjorn3 | -7/+1 |
| 2018-07-07 | Revert changes to bootstrap, rustc_driver and fix {core,std}simd | bjorn3 | -59/+30 |
| 2018-07-07 | Hopefully fix it | bjorn3 | -3/+1 |
| 2018-07-07 | Only use coresimd when codegen_backend is LLVM | bjorn3 | -7/+31 |
| 2018-07-07 | Move llvm_target_features back to llvm_util | bjorn3 | -133/+118 |
| 2018-07-07 | Move time_graph.rs to rustc/util | bjorn3 | -2/+2 |
| 2018-07-07 | Update Cargo.lock and move size_and_align_of_dst back | bjorn3 | -107/+132 |
| 2018-07-07 | Remove unused rustc_driver dependency on ar | bjorn3 | -2/+0 |
| 2018-07-07 | Leave fixme comment | bjorn3 | -1/+2 |