| Age | Commit message (Expand) | Author | Lines |
| 2018-09-01 | move the is_field_list_non_exhaustive flag to VariantDef | Ariel Ben-Yehuda | -73/+108 |
| 2018-09-01 | Add tests for cmdline tool lints | flip1995 | -0/+48 |
| 2018-09-01 | Auto merge of #53884 - kennytm:rollup, r=kennytm | bors | -240/+280 |
| 2018-09-01 | Fix of bug introduced by #53762 | flip1995 | -1/+9 |
| 2018-09-01 | Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomez | kennytm | -37/+69 |
| 2018-09-01 | Rollup merge of #53850 - csmoe:const_to_alloc, r=RalfJung | kennytm | -28/+15 |
| 2018-09-01 | Rollup merge of #53801 - GuillaumeGomez:duplicated-foreign-type-impls, r=Quie... | kennytm | -5/+9 |
| 2018-09-01 | Rollup merge of #53790 - zilbuz:issue-52060, r=nikomatsakis | kennytm | -0/+25 |
| 2018-09-01 | Rollup merge of #53782 - rask:task/arc-docs-adjustment, r=cramertj | kennytm | -4/+5 |
| 2018-09-01 | Rollup merge of #53781 - matthiaskrgr:fix_any_bench, r=kennytm | kennytm | -1/+1 |
| 2018-09-01 | Rollup merge of #53774 - PhilipDaniels:master, r=tromey | kennytm | -0/+65 |
| 2018-09-01 | Rollup merge of #53622 - petrochenkov:nomain, r=oli-obk | kennytm | -165/+91 |
| 2018-09-01 | rebase | Tim | -58/+1016 |
| 2018-09-01 | Auto merge of #53604 - oli-obk:min_const_fn, r=Centril,varkor | bors | -279/+1713 |
| 2018-09-01 | Update tests | Basile Desloges | -2071/+140 |
| 2018-09-01 | Remove 'not reporting regions error due to nll' warning | Basile Desloges | -33/+10 |
| 2018-09-01 | make sure we do not copy unsized data | Ralf Jung | -0/+2 |
| 2018-09-01 | bug! instead of panic! | csmoe | -2/+2 |
| 2018-09-01 | Auto merge of #53822 - dvc94ch:riscv, r=japaric | bors | -18/+82 |
| 2018-08-31 | rustc: Prepare the `atomics` feature for wasm | Alex Crichton | -6/+15 |
| 2018-09-01 | Auto merge of #53762 - flip1995:tool_lints, r=Manishearth | bors | -55/+235 |
| 2018-09-01 | Fix Rc impl. | Without Boats | -1/+1 |
| 2018-09-01 | improve panic message | csmoe | -2/+2 |
| 2018-09-01 | Auto merge of #53611 - alexcrichton:update-llvm, r=nikomatsakis | bors | -1/+2 |
| 2018-09-01 | Implement Unpin for Box, Rc, and Arc | Without Boats | -2/+11 |
| 2018-08-31 | Update LLVM submodule | Alex Crichton | -1/+2 |
| 2018-08-31 | Auto merge of #53755 - llogiq:fix-unsound-16bit-range, r=nagisa | bors | -2/+33 |
| 2018-08-31 | Fix tests for json formatting | Charlie Andrews | -2/+2 |
| 2018-08-31 | Make json test output formatter represent "filtered_out" as num | Charlie Andrews | -1/+1 |
| 2018-08-31 | Make json test output formatter represent "test_count" as num | Charlie Andrews | -1/+1 |
| 2018-08-31 | use cfg(rustdoc) instead of cfg(dox) in std and friends | QuietMisdreavus | -22/+24 |
| 2018-08-31 | feature(doc_cfg): add docs for cfg(rustdoc) | QuietMisdreavus | -13/+15 |
| 2018-08-31 | feature(doc_cfg): set cfg(rustdoc) when rustdoc is running | QuietMisdreavus | -2/+30 |
| 2018-08-31 | Auto merge of #51384 - QuietMisdreavus:extern-version, r=GuillaumeGomez | bors | -3/+76 |
| 2018-08-31 | cleanup: Add main functions to some UI tests | Vadim Petrochenkov | -165/+91 |
| 2018-08-31 | Added pointer checking to sanity checks | thedarkula | -52/+361 |
| 2018-08-31 | Added warning/error for if-let-chain ambiguity. | David Wood | -0/+250 |
| 2018-08-31 | Auto merge of #53699 - oli-obk:promotion_stability_hole, r=nikomatsakis | bors | -7/+93 |
| 2018-08-31 | Always add all modules to the global ThinLTO module analysis when compiling i... | Michael Woerister | -361/+170 |
| 2018-08-31 | Support local ThinLTO with incremental compilation. | Michael Woerister | -266/+634 |
| 2018-08-31 | Make codegen not be a query (since it's not a real query anyway). | Michael Woerister | -22/+28 |
| 2018-08-31 | Persist ThinLTO import data in incr. comp. session directory. | Michael Woerister | -4/+139 |
| 2018-08-31 | Provide a way of accessing the ThinLTO module import map in rustc. | Michael Woerister | -0/+36 |
| 2018-08-31 | Auto merge of #53403 - spastorino:move-out-lazily, r=nikomatsakis | bors | -234/+172 |
| 2018-08-31 | extract allocation info from byref | csmoe | -6/+13 |
| 2018-08-31 | trip const_to_alloc query | csmoe | -22/+2 |
| 2018-08-31 | Get rid of token passing | Oliver Schneider | -55/+35 |
| 2018-08-31 | Add clearer wording to Arc clone example code | Otto Rask | -1/+1 |
| 2018-08-31 | Fix typo and small mistake | flip1995 | -2/+2 |
| 2018-08-31 | Update tests | flip1995 | -17/+26 |