| Age | Commit message (Expand) | Author | Lines |
| 2020-07-02 | rustc_save_analysis: avoid using TypeckTables::empty for SaveContext. | Eduard-Mihai Burtescu | -23/+31 |
| 2020-07-02 | rustc_privacy: avoid using TypeckTables::empty for {Name,Type}PrivacyVisitor. | Eduard-Mihai Burtescu | -98/+58 |
| 2020-07-02 | rustc_passes/dead: avoid using TypeckTables::empty for MarkSymbolVisitor. | Eduard-Mihai Burtescu | -19/+26 |
| 2020-07-02 | rustc_passes/reachable: avoid using TypeckTables::empty for ReachableContext. | Eduard-Mihai Burtescu | -10/+18 |
| 2020-07-02 | rustc_driver/pretty: avoid using TypeckTables::empty for TypedAnnotation. | Eduard-Mihai Burtescu | -10/+20 |
| 2020-07-01 | Auto merge of #72053 - Mark-Simulacrum:32bitcheck, r=pietroalbini | bors | -0/+9 |
| 2020-07-01 | Rollup merge of #73847 - pierwill:pierwill-cursor-doc, r=matthewjasper | Manish Goregaokar | -2/+2 |
| 2020-07-01 | Rollup merge of #73846 - pierwill:pierwill-patch-2, r=joshtriplett | Manish Goregaokar | -1/+1 |
| 2020-07-01 | Rollup merge of #73828 - nop:fix/parameter-name-help, r=estebank | Manish Goregaokar | -11/+11 |
| 2020-07-01 | Rollup merge of #73806 - Aaron1011:feature/approx-universal-upper, r=estebank | Manish Goregaokar | -12/+101 |
| 2020-07-01 | Rollup merge of #73805 - poliorcetics:type-keyword, r=kennytm | Manish Goregaokar | -2/+37 |
| 2020-07-01 | Rollup merge of #73778 - nbdd0121:const_likely, r=oli-obk | Manish Goregaokar | -6/+47 |
| 2020-07-01 | Rollup merge of #73776 - aszenz:refactor_mir_module, r=wesleywiser | Manish Goregaokar | -492/+509 |
| 2020-07-01 | Rollup merge of #73752 - TyPR124:invalid-parameter-error, r=LukasKalbertodt | Manish Goregaokar | -0/+1 |
| 2020-07-01 | Rollup merge of #73716 - poliorcetics:static-keyword, r=LukasKalbertodt | Manish Goregaokar | -3/+76 |
| 2020-07-01 | Rollup merge of #73705 - lcnr:skip_binder, r=nikomatsakis | Manish Goregaokar | -303/+242 |
| 2020-07-01 | Rollup merge of #73678 - Keno:patch-1, r=LukasKalbertodt | Manish Goregaokar | -1/+4 |
| 2020-07-01 | Rollup merge of #73548 - tshepang:fix-rustdoc-warnings, r=ecstatic-morse | Manish Goregaokar | -98/+99 |
| 2020-07-01 | Rollup merge of #73466 - matthiaskrgr:char_into_string, r=dtolnay | Manish Goregaokar | -0/+15 |
| 2020-07-01 | Rollup merge of #72445 - anp:stabilize-track-caller, r=oli-obk | Manish Goregaokar | -99/+36 |
| 2020-07-01 | Rollup merge of #72369 - Lucretiel:socketaddr-parse, r=dtolnay | Manish Goregaokar | -193/+289 |
| 2020-07-01 | Rollup merge of #72071 - PankajChaudhary5:ErrorCode-E0687, r=davidtwco | Manish Goregaokar | -1/+39 |
| 2020-07-01 | Verify UI tests work in pass=check mode | Mark Rousskov | -0/+9 |
| 2020-07-01 | Auto merge of #73863 - pietroalbini:revert-8bc3122311d, r=Mark-Simulacrum | bors | -45/+36 |
| 2020-06-30 | Stabilize `#[track_caller]`. | Adam Perry | -99/+36 |
| 2020-07-01 | Auto merge of #73706 - Aaron1011:fix/proc-macro-foreign-span, r=petrochenkov | bors | -43/+226 |
| 2020-06-30 | Add force-host to test aux file used by proc-macro | Aaron Hill | -2/+4 |
| 2020-06-30 | Bring net/parser.rs up to modern up to date with modern rust patterns | Nathan West | -193/+289 |
| 2020-06-30 | Auto merge of #73456 - tmiasko:musl-libdir, r=Mark-Simulacrum | bors | -7/+19 |
| 2020-06-30 | Auto merge of #73888 - RalfJung:miri, r=RalfJung | bors | -7/+9 |
| 2020-06-30 | update Miri | Ralf Jung | -7/+9 |
| 2020-06-30 | remove rustdoc warnings | Tshepang Lekhonkhobe | -98/+99 |
| 2020-06-30 | update `equal_up_to_regions` | Bastian Kauschke | -5/+5 |
| 2020-06-30 | remove unused `TypeError::ProjectionBoundsLength` | Bastian Kauschke | -10/+0 |
| 2020-06-30 | change `skip_binder` to use T by value | Bastian Kauschke | -83/+78 |
| 2020-06-30 | stop taking references in Relate | Bastian Kauschke | -228/+182 |
| 2020-06-30 | Auto merge of #73658 - dylanmckay:avr-update-llvm-submodule-with-picks, r=cuv... | bors | -0/+0 |
| 2020-06-29 | Normalize symbol ids to 0 in test stdout | Aaron Hill | -9/+13 |
| 2020-06-29 | Serialize all foreign `SourceFile`s into proc-macro crate metadata | Aaron Hill | -43/+220 |
| 2020-06-29 | Auto merge of #73374 - alexcrichton:compiler-bulitins-debug-assertions, r=Mar... | bors | -32/+8 |
| 2020-06-29 | Revert "ci: allow gating gha on everything but macOS" | Pietro Albini | -45/+36 |
| 2020-06-29 | rustbuild: Move compiler-builtins build logic to manifest | Alex Crichton | -32/+8 |
| 2020-06-29 | Auto merge of #73391 - pickfire:liballoc-panic-doc, r=Mark-Simulacrum | bors | -11/+5 |
| 2020-06-29 | Auto merge of #73032 - yoshuawuyts:stabilize-leading_trailing_ones, r=Amanieu | bors | -13/+12 |
| 2020-06-28 | Auto merge of #72437 - ecstatic-morse:stabilize-const-if-match, r=oli-obk | bors | -1757/+348 |
| 2020-06-28 | Edit cursor.prev() method docs in lexer | pierwill | -2/+2 |
| 2020-06-28 | Fix small nits | Alexis Bourget | -4/+3 |
| 2020-06-28 | Apply suggestions, reformulating some paragraphs and improving some examples | Alexis Bourget | -38/+36 |
| 2020-06-28 | Use `LocalDefId` in HIR const-checker | Dylan MacKenzie | -4/+4 |
| 2020-06-28 | Remove `ignore-tidy-filelength` | Dylan MacKenzie | -2/+0 |