| Age | Commit message (Expand) | Author | Lines |
| 2019-11-29 | Use LLVMAddAnalysisPasses instead of Rust's wrapper | Victor Ding | -16/+6 |
| 2019-11-28 | Auto merge of #66642 - ecstatic-morse:promotion-in-const, r=eddyb | bors | -129/+48 |
| 2019-11-28 | Auto merge of #66603 - Nadrieril:fix-65413, r=varkor | bors | -43/+111 |
| 2019-11-28 | Auto merge of #66246 - matthewjasper:simplify-mem-cat, r=pnkfelix | bors | -1957/+993 |
| 2019-11-28 | Auto merge of #66294 - davidhewitt:const_fn_memoization, r=oli-obk | bors | -132/+101 |
| 2019-11-28 | Auto merge of #65013 - petertodd:2019-maybeuninit-debug, r=sfackler | bors | -0/+9 |
| 2019-11-28 | Auto merge of #66829 - Manishearth:clippyup, r=Manishearth | bors | -14/+11 |
| 2019-11-27 | Update clippy | Manish Goregaokar | -14/+11 |
| 2019-11-27 | Rollup merge of #66800 - jyn514:combine-const-match-tests, r=Dylan-DPC | Tyler Mandry | -22/+11 |
| 2019-11-27 | Rollup merge of #66798 - bwignall:typo, r=varkor | Tyler Mandry | -37/+37 |
| 2019-11-27 | Rollup merge of #66797 - mlodato517:mlodato517-array-doc-typo, r=Dylan-DPC | Tyler Mandry | -1/+1 |
| 2019-11-27 | Rollup merge of #66777 - GuillaumeGomez:tidy-err-codes, r=Mark-Simulacrum | Tyler Mandry | -22/+28 |
| 2019-11-27 | Rollup merge of #66774 - GuillaumeGomez:cleanup-err-codes-2, r=Dylan-DPC | Tyler Mandry | -33/+44 |
| 2019-11-27 | Rollup merge of #66769 - fusion-engineering-forks:tau-constant, r=dtolnay | Tyler Mandry | -0/+12 |
| 2019-11-27 | Rollup merge of #66761 - yuyoyuppe:rust_llvm_minor_fix, r=alexcrichton | Tyler Mandry | -1/+1 |
| 2019-11-27 | Rollup merge of #66744 - chrisduerr:master, r=Dylan-DPC | Tyler Mandry | -0/+2 |
| 2019-11-27 | Rollup merge of #66722 - matthewjasper:non_exhaustive_borrowck, r=varkor | Tyler Mandry | -1/+84 |
| 2019-11-27 | Rollup merge of #66718 - VirrageS:use_comma, r=Centril | Tyler Mandry | -92/+124 |
| 2019-11-27 | Rollup merge of #66704 - GuillaumeGomez:intra-doc-enum-variant-field, r=kinnison | Tyler Mandry | -23/+90 |
| 2019-11-27 | Rollup merge of #66700 - VirrageS:master, r=matthewjasper | Tyler Mandry | -15/+88 |
| 2019-11-27 | Rollup merge of #66534 - immunant:multiple_global_decls, r=eddyb | Tyler Mandry | -3/+5 |
| 2019-11-27 | Rollup merge of #66399 - eddyb:rmeta-table-cleanup, r=Mark-Simulacrum | Tyler Mandry | -160/+98 |
| 2019-11-27 | Rollup merge of #66305 - elichai:2019-11-array_ffi, r=eddyb | Tyler Mandry | -6/+62 |
| 2019-11-27 | Rollup merge of #66222 - Aaron1011:fix/opaque-closure, r=pnkfelix | Tyler Mandry | -4/+29 |
| 2019-11-27 | Rollup merge of #64325 - cramertj:nested-self-types, r=mikeyhew | Tyler Mandry | -319/+214 |
| 2019-11-27 | Move ExprUseVisitor and mem_categorization to rustc_typeck | Matthew Jasper | -39/+44 |
| 2019-11-27 | Remove remaining uses of "cmt" | Matthew Jasper | -49/+51 |
| 2019-11-27 | Simplify `mem_categorization` | Matthew Jasper | -1259/+374 |
| 2019-11-27 | Simplify fields of `MemCategorizationContext` | Matthew Jasper | -143/+57 |
| 2019-11-27 | Rename `cmt_` to `Place` | Matthew Jasper | -52/+52 |
| 2019-11-27 | Auto merge of #56231 - eddyb:mir-debuginfo, r=oli-obk | bors | -480/+780 |
| 2019-11-27 | rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug... | Eduard-Mihai Burtescu | -480/+780 |
| 2019-11-27 | Fix tidy issues | Guillaume Gomez | -20/+15 |
| 2019-11-27 | Put back tidy check on error codes | Guillaume Gomez | -3/+13 |
| 2019-11-27 | Correct typo in src/librustc_mir/const_eval.rs | David Hewitt | -1/+1 |
| 2019-11-27 | Use new ErrorKind enum | Guillaume Gomez | -10/+16 |
| 2019-11-27 | rustc_metadata: use a macro to deduplicate LazyPerDefTables and PerDefTableBu... | Eduard-Mihai Burtescu | -69/+47 |
| 2019-11-27 | rustc_metadata: remove Encodable requirements from LazyMeta impls. | Eduard-Mihai Burtescu | -12/+11 |
| 2019-11-27 | rustc_metadata: use a separate TableBuilder type to build a Table. | Eduard-Mihai Burtescu | -33/+39 |
| 2019-11-27 | rustc_metadata: replace PerDefTable<T> with Table<DefIndex, T>. | Eduard-Mihai Burtescu | -113/+68 |
| 2019-11-27 | Clean up E0071 long explanation | Guillaume Gomez | -4/+4 |
| 2019-11-27 | Clean up E0077 long explanation | Guillaume Gomez | -6/+9 |
| 2019-11-27 | Clean up E0076 long explanation | Guillaume Gomez | -7/+10 |
| 2019-11-27 | Auto merge of #66691 - dtolnay:fmt0, r=sfackler | bors | -1296/+1802 |
| 2019-11-27 | Replace Iterator::find calls with Iterator::any when better | Guillaume Gomez | -6/+5 |
| 2019-11-27 | Add support for intra-doc link fields of enum variant | Guillaume Gomez | -7/+74 |
| 2019-11-27 | little intra-doc code cleanup | Guillaume Gomez | -16/+11 |
| 2019-11-27 | Add memoization for const function evaluations | David Hewitt | -132/+101 |
| 2019-11-27 | Update mod.rs | Dylan DPC | -1/+1 |
| 2019-11-27 | Auto merge of #66677 - wesleywiser:fix_const_prop_alloc_id_ice, r=oli-obk | bors | -36/+78 |