| Age | Commit message (Expand) | Author | Lines |
| 2019-11-10 | Rollup merge of #66235 - eddyb:coff-syrup, r=nagisa | Yuki Okushi | -9/+7 |
| 2019-11-10 | Rollup merge of #66217 - RalfJung:diagnostic-items, r=Centril | Yuki Okushi | -19/+16 |
| 2019-11-10 | Rollup merge of #66216 - wesleywiser:const_prop_codegen_improvements, r=oli-obk | Yuki Okushi | -15/+101 |
| 2019-11-10 | Rollup merge of #66058 - mjptree:patch-2, r=kennytm | Yuki Okushi | -1/+1 |
| 2019-11-10 | Rollup merge of #66048 - mjptree:patch-1, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2019-11-10 | Rollup merge of #65831 - matthewjasper:array-ptr-cast, r=oli-obk | Yuki Okushi | -56/+131 |
| 2019-11-10 | Rollup merge of #65719 - pitdicker:refactor_sync_once, r=Amanieu | Yuki Okushi | -125/+166 |
| 2019-11-09 | Auto merge of #65694 - wesleywiser:uninhabited_enum_variants_pass, r=oli-obk | bors | -0/+354 |
| 2019-11-09 | Drop long-section-names linker workaround for windows-gnu | Mateusz MikuĊa | -27/+0 |
| 2019-11-09 | Update cc, git2, num_cpus. | Eric Huss | -5/+9 |
| 2019-11-09 | Update E0210 to match RFC 2451 | Ohad Ravid | -6/+16 |
| 2019-11-09 | Auto merge of #63871 - BatmanAoD:FloatFnMustUse, r=withoutboats | bors | -9/+85 |
| 2019-11-09 | Inline reserve_node_ids | Mark Rousskov | -13/+5 |
| 2019-11-09 | Move pretty parsing into Session options | Mark Rousskov | -280/+299 |
| 2019-11-09 | Move next_node_id to Resolver | Mark Rousskov | -64/+64 |
| 2019-11-09 | Address review comments | Vadim Petrochenkov | -10/+140 |
| 2019-11-09 | resolve: Factor out some common binding creation functionality | Vadim Petrochenkov | -29/+14 |
| 2019-11-09 | resolve: Remove some bits relevant only to legacy plugins | Vadim Petrochenkov | -22/+11 |
| 2019-11-09 | Remove `#[feature(custom_attribute)]` | Vadim Petrochenkov | -61/+60 |
| 2019-11-09 | Support registering attributes and attribute tools using crate-level attributes | Vadim Petrochenkov | -20/+210 |
| 2019-11-09 | Auto merge of #66243 - RalfJung:miri, r=RalfJung | bors | -7/+7 |
| 2019-11-09 | Update src/libstd/net/ip.rs
| mjptree | -1/+1 |
| 2019-11-09 | Run rustfmt on libstd/sync/once.rs | Paul Dicker | -32/+29 |
| 2019-11-09 | add raw ptr variant of UnsafeCell::get | Ralf Jung | -0/+30 |
| 2019-11-09 | partially port invalid_value lint to diagnostic items | Ralf Jung | -19/+16 |
| 2019-11-09 | Auto merge of #66242 - Centril:rollup-h73ztr1, r=Centril | bors | -323/+453 |
| 2019-11-09 | update miri | Ralf Jung | -7/+7 |
| 2019-11-09 | Rollup merge of #66226 - lzutao:asm-usage-link, r=Centril | Mazdak Farrokhzad | -0/+4 |
| 2019-11-09 | Rollup merge of #66172 - jsgf:stabilize-atfile, r=nikomatsakis | Mazdak Farrokhzad | -17/+1 |
| 2019-11-09 | Rollup merge of #66134 - estebank:unknown-formatting-trait, r=nikomatsakis | Mazdak Farrokhzad | -59/+104 |
| 2019-11-09 | Rollup merge of #66050 - smaeul:patch/powerpc-abi-2, r=eddyb | Mazdak Farrokhzad | -32/+11 |
| 2019-11-09 | Rollup merge of #65994 - estebank:where-bound, r=nikomatsakis | Mazdak Farrokhzad | -18/+147 |
| 2019-11-09 | Rollup merge of #65949 - ecstatic-morse:promote-only-pass, r=eddyb | Mazdak Farrokhzad | -197/+186 |
| 2019-11-09 | Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomats... | bors | -1640/+269 |
| 2019-11-08 | [mir-opt] Handle aggregates in SimplifyLocals pass | Wesley Wiser | -13/+17 |
| 2019-11-08 | [mir-opt] Handle const-prop for the return place | Wesley Wiser | -5/+87 |
| 2019-11-09 | move attr meta grammar to parse::validate_atr + ast_validation | Mazdak Farrokhzad | -124/+142 |
| 2019-11-08 | rustdoc: Stabilize `edition` annotation. | Eric Huss | -4/+2 |
| 2019-11-09 | rustc_metadata: don't let LLVM confuse rmeta blobs for COFF object files. | Eduard-Mihai Burtescu | -9/+7 |
| 2019-11-08 | Auto merge of #66194 - alexcrichton:update-clang, r=Mark-Simulacrum | bors | -16/+38 |
| 2019-11-08 | Clean up dead code in `qualify_consts` | Dylan MacKenzie | -21/+0 |
| 2019-11-08 | Bless tests now that we do promotion if `min_const_fn` fails | Dylan MacKenzie | -28/+7 |
| 2019-11-08 | Use new `PromoteTemps` for promotion | Dylan MacKenzie | -48/+27 |
| 2019-11-08 | Add a `PromoteTemps` pass | Dylan MacKenzie | -35/+137 |
| 2019-11-08 | Stop returning promotables from `mir_const_qualif` | Dylan MacKenzie | -66/+16 |
| 2019-11-08 | remove vestigial comments referring to defunct numeric trait hierarchy | Alexander Nye | -2/+0 |
| 2019-11-08 | update rustc-guide | Mark Mansi | -0/+0 |
| 2019-11-08 | check for sould-ice either in compilefail or incremental cfail | Quentin Boyer | -0/+12 |
| 2019-11-08 | docs: Fix link to BufWriter::flush | Bryan Burgers | -1/+1 |
| 2019-11-08 | add link to unstable book for asm! macro | Lzu Tao | -0/+4 |