| Age | Commit message (Expand) | Author | Lines |
| 2020-06-07 | use enum to represent ObligationCause::dummy without allocating | Bastian Kauschke | -10/+9 |
| 2020-06-07 | store `ObligationCause` on the heap | Bastian Kauschke | -38/+83 |
| 2020-06-04 | Auto merge of #72882 - marmeladema:save-analysis-hir-tree, r=Xanewok | bors | -998/+902 |
| 2020-06-04 | Auto merge of #72975 - Dylan-DPC:rollup-6zvco5x, r=Dylan-DPC | bors | -71/+253 |
| 2020-06-04 | Rollup merge of #72964 - sajattack:libc-0.2.71-bump, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2020-06-04 | Rollup merge of #72951 - rust-lang:Camelid-RustThanks, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 2020-06-04 | Rollup merge of #72950 - lcnr:fix_doc, r=davidtwco | Dylan DPC | -1/+1 |
| 2020-06-04 | Rollup merge of #72923 - Patryk27:fix/52468, r=estebank | Dylan DPC | -47/+198 |
| 2020-06-04 | Rollup merge of #72782 - petrochenkov:crtargs, r=varkor | Dylan DPC | -21/+18 |
| 2020-06-04 | Rollup merge of #72718 - estebank:impl-trait-obligation-failure, r=matthewjasper | Dylan DPC | -0/+33 |
| 2020-06-04 | Update `rls` submodule | marmeladema | -0/+0 |
| 2020-06-04 | save_analysis: work on HIR tree instead of AST | marmeladema | -998/+902 |
| 2020-06-04 | Auto merge of #72618 - Aaron1011:feature/early-sourcemap, r=petrochenkov | bors | -16/+53 |
| 2020-06-03 | Bump libc dependency to latest version (0.2.71) | Paul Sajna | -2/+2 |
| 2020-06-03 | Auto merge of #72754 - lcnr:predicate-fold, r=nikomatsakis | bors | -1/+2 |
| 2020-06-03 | Add Camelid | Kyle J Strand | -0/+1 |
| 2020-06-03 | fix `AdtDef` docs | Bastian Kauschke | -1/+1 |
| 2020-06-03 | rustc_target: Remove `pre_link_args_crt` | Vadim Petrochenkov | -21/+18 |
| 2020-06-03 | Auto merge of #72948 - Dylan-DPC:rollup-fazhw00, r=Dylan-DPC | bors | -1432/+1497 |
| 2020-06-03 | Rollup merge of #72945 - ajpaverd:cfguard-docs, r=Mark-Simulacrum | Dylan DPC | -7/+31 |
| 2020-06-03 | Rollup merge of #72942 - GuillaumeGomez:cleanup-e0641, r=Dylan-DPC | Dylan DPC | -6/+6 |
| 2020-06-03 | Rollup merge of #72924 - JohnTitor:stabilize-buf-capacity, r=shepmaster | Dylan DPC | -4/+2 |
| 2020-06-03 | Rollup merge of #72900 - jsgf:no-unused-pathless, r=petrochenkov | Dylan DPC | -2/+18 |
| 2020-06-03 | Rollup merge of #72586 - lcnr:winner-winnowing, r=nikomatsakis | Dylan DPC | -1413/+1440 |
| 2020-06-03 | Updated documentation for Control Flow Guard | Andrew Paverd | -7/+31 |
| 2020-06-03 | remove ignore-tidy-filelength | Bastian Kauschke | -2/+0 |
| 2020-06-03 | move confirmation into submodule | Bastian Kauschke | -804/+827 |
| 2020-06-03 | move candidate assembly into a submodule | Bastian Kauschke | -607/+613 |
| 2020-06-03 | move select into subfolder | Bastian Kauschke | -0/+0 |
| 2020-06-03 | Auto merge of #72746 - petrhosek:libunwind-hermetic, r=tmandry | bors | -0/+2 |
| 2020-06-03 | clean up E0641 explanation | Guillaume Gomez | -6/+6 |
| 2020-06-03 | Auto merge of #70107 - lcnr:issue68977, r=eddyb | bors | -174/+386 |
| 2020-06-03 | Fix a typo in `late.rs` | Patryk Wychowaniec | -1/+1 |
| 2020-06-03 | Auto merge of #72935 - Dylan-DPC:rollup-60g3ab6, r=Dylan-DPC | bors | -31/+83 |
| 2020-06-03 | Rollup merge of #72921 - pickfire:vec-assert, r=Mark-Simulacrum | Dylan DPC | -0/+2 |
| 2020-06-03 | Rollup merge of #72902 - cuviper:fuse-covariant, r=nikomatsakis | Dylan DPC | -2/+3 |
| 2020-06-03 | Rollup merge of #72848 - camelid:fix-72815, r=varkor | Dylan DPC | -3/+21 |
| 2020-06-03 | Rollup merge of #72820 - jonas-schievink:instcombine-uninit, r=oli-obk | Dylan DPC | -14/+25 |
| 2020-06-03 | Rollup merge of #72704 - tblah:remote-testing-fixes, r=Mark-Simulacrum | Dylan DPC | -12/+32 |
| 2020-06-03 | Stabilize `std::io::Buf{Reader, Writer}::capacity` | Yuki Okushi | -4/+2 |
| 2020-06-02 | Improve E0433, so that it suggests missing imports | Patryk Wychowaniec | -47/+198 |
| 2020-06-03 | Add assert to Vec with_capacity docs | Ivan Tham | -0/+2 |
| 2020-06-02 | Auto merge of #72918 - Dylan-DPC:rollup-pnvj62b, r=Dylan-DPC | bors | -242/+100 |
| 2020-06-02 | Rollup merge of #72916 - DutchGhost:patch-1, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2020-06-02 | Rollup merge of #72914 - petertodd:2020-minor-at-most-32, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2020-06-02 | Rollup merge of #72888 - poliorcetics:improve-read_line-read_until-doc, r=Dyl... | Dylan DPC | -0/+8 |
| 2020-06-02 | Rollup merge of #72884 - Julian-Wollersberger:raw_str_error_cleanup, r=petroc... | Dylan DPC | -240/+90 |
| 2020-06-02 | Update README.md | DutchGhost | -1/+1 |
| 2020-06-02 | Minor: off-by-one error in RELEASES.md | Peter Todd | -1/+1 |
| 2020-06-02 | update tests | Bastian Kauschke | -11/+37 |