about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-03-11Improvements to comments in libstd, libcore, liballoc.Alexander Regueiro-36/+39
2019-03-11Auto merge of #58784 - oli-obk:accidental_promotion, r=eddybbors-5/+22
2019-03-11Fix incorrect links in librustc_codegen_llvm documentationNikita Baksalyar-3/+3
2019-03-10Make js tests work even with resource-suffix optionGuillaume Gomez-3/+30
2019-03-10Auto merge of #59054 - ehuss:ci-i686-gnu-tests, r=pietroalbinibors-1/+7
2019-03-10Make migrate mode work at item level granularityMatthew Jasper-25/+129
2019-03-10enabled too many testsRalf Jung-1/+3
2019-03-10Add provided methods `Seek::{stream_len, stream_position}`Lukas Kalbertodt-2/+119
2019-03-10we can now skip should_panic tests with the libtest harnessRalf Jung-91/+1
2019-03-10Update clippyManish Goregaokar-5/+10
2019-03-10Bump Clippy and RLSIgor Matuszewski-9/+12
2019-03-10Drop expanded AST later if in save_analysis modeIgor Matuszewski-3/+8
2019-03-10CI: Trim some tests from i686-gnuEric Huss-1/+7
2019-03-10Replace TimeLine with SelfProfilerWesley Wiser-435/+155
2019-03-10hir: remove trait_auto_implljedrz-17/+0
2019-03-10HirIdification: remove all NodeIds from rustc_mirljedrz-8/+4
2019-03-10HirIdification: remove all NodeIds from typeckljedrz-23/+16
2019-03-10HirIdification: remove all NodeIds from borrowckljedrz-13/+8
2019-03-10hir: replace NodeId with HirId in trait_implsljedrz-14/+15
2019-03-10refactor build-mainfest.Mazdak Farrokhzad-204/+197
2019-03-10Fix tidykennytm-1/+4
2019-03-10Update src/tools/publish_toolstate.pyJames Munns-1/+1
2019-03-10Auto merge of #56732 - Zoxc:rustc-interface, r=oli-obkbors-2745/+2511
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-2745/+2511
2019-03-10Auto merge of #58498 - euclio:e0432-suggestions, r=estebankbors-152/+310
2019-03-09Use lifetime contravariance to elide more lifetimes in core+alloc+stdScott McMurray-93/+93
2019-03-10Fix ICE in MIR pretty printingDan Robertson-1/+21
2019-03-09Avoid some common false positives in intra doc link checkingManish Goregaokar-0/+6
2019-03-09add feature clampDirk Leifeld-0/+3
2019-03-09review commentsEsteban Küber-8/+8
2019-03-09Auto merge of #59050 - Centril:rollup, r=Centrilbors-390/+1394
2019-03-09Revert "Revert "Add clamp functions""Dirk Leifeld-0/+66
2019-03-09Rollup merge of #59045 - topecongiro:expose-new_sub_parser_from_file, r=CentrilMazdak Farrokhzad-1/+1
2019-03-09Rollup merge of #59018 - alexcrichton:omg, r=sfacklerMazdak Farrokhzad-15/+0
2019-03-09Rollup merge of #58990 - oli-obk:miri_manifest, r=alexcrichtonMazdak Farrokhzad-1/+3
2019-03-09Rollup merge of #58924 - cuviper:more-as_slice, r=dtolnayMazdak Farrokhzad-0/+47
2019-03-09Rollup merge of #58762 - petrochenkov:unwind, r=Mark-SimulacrumMazdak Farrokhzad-34/+74
2019-03-09Rollup merge of #58750 - TimDiekmann:master, r=oli-obkMazdak Farrokhzad-3/+136
2019-03-09Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoeristerMazdak Farrokhzad-197/+305
2019-03-09Rollup merge of #58676 - euclio:bootstrap-python, r=alexcrichtonMazdak Farrokhzad-8/+13
2019-03-09Rollup merge of #58670 - saleemjaffer:refactor_typecast_check_kinds, r=oli-obkMazdak Farrokhzad-47/+32
2019-03-09Rollup merge of #58660 - RalfJung:maybe-uninit, r=CentrilMazdak Farrokhzad-30/+229
2019-03-09Rollup merge of #58629 - euclio:debug-empty-str, r=alexcrichtonMazdak Farrokhzad-0/+37
2019-03-09Rollup merge of #58626 - QuietMisdreavus:doc-coverage, r=GuillaumeGomezMazdak Farrokhzad-10/+487
2019-03-09Rollup merge of #58518 - oli-obk:unreachable_result_errors, r=RalfJungMazdak Farrokhzad-44/+30
2019-03-09use structured suggestions for E0432Andy Russell-152/+310
2019-03-09add release notes for PR #56243Alan Somers-0/+3
2019-03-09Expose new_sub_parser_from_filetopecongiro-1/+1
2019-03-09Fix fallout from #57667ishitatsuyuki-33/+6
2019-03-09Auto merge of #57882 - euclio:unused-doc-attributes, r=estebankbors-163/+342